@import url("https://p.typekit.net/p.css?s=1&k=cnc1rnf&ht=tk&f=22106.22112.22114&a=2672102&app=typekit&e=css");

@font-face {
    font-family:"tenso";
    src:url("https://use.typekit.net/af/923b74/00000000000000000001441e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/923b74/00000000000000000001441e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/923b74/00000000000000000001441e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:400;
}

@font-face {
    font-family:"tenso";
    src:url("https://use.typekit.net/af/8b376a/000000000000000000014424/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),
    url("https://use.typekit.net/af/8b376a/000000000000000000014424/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),
    url("https://use.typekit.net/af/8b376a/000000000000000000014424/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:900;
}

@font-face {
    font-family:"tenso";
    src:url("https://use.typekit.net/af/2c9635/000000000000000000014426/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/2c9635/000000000000000000014426/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/2c9635/000000000000000000014426/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display:auto;
    font-style:normal;
    font-weight:300;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: 900;
 font-family:"tenso";
    line-height: 1.125;
}



h1, .h1 {
  font-size: 4.5rem;
}

h2, .h2 {
  font-size: 4.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
}


body {
    font-size: 22px;
    font-weight: 400;
    color: #575756;
  font-family:"tenso";
    overflow-x: hidden;
    line-height: 1.5;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}



a {
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 700;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0px;
    outline: 0;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1;
    border: 1.5px solid #c1c1c1;
    border-radius: 5px;
    width: 100%;
    position: relative;
    color: #494949;
    background: #ffffff;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, #52A6D8 50%), linear-gradient(135deg, #52A6D8 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 100% 0;
    background-size: 5px 5px, 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: unset !important;
    box-shadow: unset !important;
    color: currentColor !important;
}

::-webkit-input-placeholder {
    color: #c1c1c1;
}

::-moz-placeholder {
    color: #c1c1c1;
}

:-ms-input-placeholder {
    color: #c1c1c1;
}

::-moz-selection {
    background-color: #00a6fb;
    color: #ffffff
}

::selection {
    background-color: #00a6fb;
    color: #ffffff
}

::-moz-selection {
    background-color: #00a6fb;
    color: #ffffff
}

:focus {
    outline: 0  !important;
    box-shadow: unset !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 30px;
    padding-left: 30px;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

b,
strong {
    font-weight: 900;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #f59e25;
}




header {
        padding: 30px 0 75px 0;
    background-image: url(images/header.svg);
    z-index: 1;
    position: relative;
    text-align: center;
    color: #ffffff;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: -60px;
}

header h1 {
    margin-bottom: 0;
}


article {
    padding: 60px 0;
    text-align: center;
}

section.header {
  height: 525px;
  position: relative;
    overflow: hidden;
    margin: 0;
}

section.header .header__image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

section.header .header__image img{
     width: 100%;
    height: 100%;
  
  -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center calc(100% - 0px);
       object-position: center calc(100% - 0px);
}

section.header .header__btn {
    position: absolute;
    width: 350px;
    top: 65%;
    left: 25%;
    transform: translate(-50%, -50%);
}



section.banner {
  height: 500px;
  position: relative;
    overflow: hidden;
    margin: 0;
}

section.banner .banner__image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

section.banner .banner__image img{
     width: 100%;
    height: 100%;
  
  -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 40%;
       object-position: center 40%;
}

footer {
    background: #575756;
    color: #ffffff;
    padding: 90px 0 60px 0
}

footer img {
        margin-top: -30px;
}
footer ul {
    float: right;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

footer .footer__link {
    text-align: center;
    font-weight: 300;
    font-size: 2.5rem;
    text-transform: uppercase;
}

@media (max-width: 1200px) {

    body {
            font-size: 20px;
    }
    h1, .h1 {
        font-size: 3rem;
    }

    h2, .h2 {
        font-size: 3rem;
    }

    header {
        margin-bottom: -90px;
    }


    section.header {
        height: 350px;
    }
    section.header .header__btn {
        width: 250px;
        left: 40%;
    }

    article {
        padding: 30px 0;
    }
    section.banner {
    height: 300px;
}

    table tr td b {
        display: block;
    }

    footer {
        padding: 60px 0 30px 0
    }

    footer img {
        margin-top: 0;
    }

    footer .footer__link {
        font-size: 1.75rem;
    }

   
}
