::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
}

:-ms-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
    outline: none;
}

button {
    cursor: pointer;
    transition: all 0.3s ease;
}

button {
    background-color: transparent;
    border: none;
}

a:focus,
a:active {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a,
input[type=submit] {
    transition: all 0.3s ease;
    color: inherit;
    cursor: pointer;
}

img,
i {
    transition: all 0.3s ease;
}

textarea {
    resize: none;
}

.table-respond {
    overflow: auto;
}

.table-respond td,
.table-respond th {
    white-space: nowrap;
}

.btn,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #666666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

:-ms-input-placeholder {
    color: #666666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

input {
    color: #1f1f1f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.slick-slide:focus {
    outline: none;
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body {
    line-height: 1.4;
    transition: 0s;
    background: #fff;
    color: #1f1f1f;
    font-size: 16px;
    font-family: "Kefa";
}

section {
    overflow: hidden;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1240px !important;
    }
}

.clear {
    clear: both;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    height: 100dvh;
    gap: 24px;
    overflow: auto;
}

.logo {
    max-width: 900px;
    margin-bottom: 60px;
}

p,
h1 {
    font-size: 58px;
    line-height: 78px;
    margin-bottom: 50px;
}

span {
    font-size: 42px;
    line-height: 58px;
    margin-bottom: 35px;
}

ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

ul li a img {
    max-width: 40px;
    max-height: 40px;
}

ul li:nth-last-child(1) a img {
    max-width: 35px;
    max-height: 35px;
}

ul li a:hover {
    opacity: .6;
}

@media screen and (max-width: 767px) {

    p,
    h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    span {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 15px;
    }
}