a,
b,
body,
div,
html,
img,
li,
p,
section,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
section {
    display: block
}
body {
    line-height: 1
}
ul {
    list-style: none
}
body {
    -webkit-text-size-adjust: none
}
body {
    -ms-overflow-style: scrollbar
}
@media screen and (max-width: 480px) {
    body,
    html {
        min-width: 320px
    }
}
html {
    box-sizing: border-box
}
*,
:after,
:before {
    box-sizing: inherit
}
body {
    background: #fff
}
body {
    background-color: #fff;
    color: #090d10
}
.image {
    border: 0;
    border-radius: 4px;
    display: inline-block;
    position: relative
}
.image img {
    display: block;
    border-radius: 4px;
}
@media screen and (max-width: 991px) {
    .image img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
    }
}
.image.main {
    display: block;
    margin: 0 0 3rem 0;
    width: 100%
}
.image.main img {
    width: 100%
}
ul {
    list-style: disc;
    margin: 0 0 2rem 0;
    padding-left: 1rem
}
ul li {
    padding-left: .5rem
}
.banner.style1 {
    -moz-align-items: -moz-stretch;
    -webkit-align-items: -webkit-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    position: relative;
    text-align: left;
    overflow-x: hidden
}
.banner.style1 .content {
    padding: 0rem 7rem 5rem 7rem;
    -moz-align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%;
    max-width: 48rem;
    margin: 0
}
.banner.style1 .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 0;
    width: 40%
}
.banner.style1 .image img {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0
}
@media screen and (min-width: 992px) {
    .banner.style1 .content {
        width: 600px !important;
    }
}

@media screen and (max-width: 991px) {
    .banner.style1 .content {
        padding: 0 !important;
    }
}
@media screen and (max-width: 991px) {
    .banner.style1 {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: left
    }
    .banner.style1 .title {
        text-align: center;
        font-size: 24px!important
    }
    .banner.style1 .content {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        max-width: 100%
    }
    .banner.style1 .image {
        width: 100%;
        max-width: 100%;
        height: 36vh
    }
}

.banner.style1.orient-right {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
@media screen and (min-width: 992px) {
    .banner.style1.orient-right {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}
.banner.style1.content-align-right {
    text-align: right
}
@media screen and (max-width: 980px) {
    .banner.style1.content-align-right {
        text-align: center
    }
}
.banner.style1.image-position-left .image img {
    -moz-object-position: left;
    -webkit-object-position: left;
    -ms-object-position: left;
    object-position: left
}
.banner.style1.image-position-right .image img {
    -moz-object-position: right;
    -webkit-object-position: right;
    -ms-object-position: right;
    object-position: right
}
@-moz-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-ms-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
#wrapper {
    background-color: inherit;
    width: 100%;
    overflow-x: hidden;
 margin: 35px 0 55px;
}
#wrapper.divided>* {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .075)
}
#wrapper.divided>:first-child {
    box-shadow: none!important
}
@media screen and (max-width: 980px) {
    #wrapper {
        margin: 0 0 55px !important;
    }
}