/* reset */
body,
p,
ul,
ol,
form,
input,
button,
select,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
blockquote,
address {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: 400;
}
ul,
ol {
    list-style: none;
}
img,
abbr {
    border: 0;
}
img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* global */
body,
input,
select,
textarea,
button {
    font: 18px/2 "Barlow", sans-serif;
    font-weight: 300;
    color: #283737;
}
p {
    margin-bottom: 35px;
}
p:last-child {
    margin-bottom: 0 !important;
}
a {
    text-decoration: underline;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: 500;
}
img {
    vertical-align: middle;
    width: auto\9;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
acronym {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
button {
    cursor: pointer;
}

@media (max-width: 768px) {
    body,
    input,
    select,
    textarea,
    button {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* page */
#page {
    overflow-x: hidden;
}
#page-hidden {
    display: none;
}

/* section */
.section-wrapper {
    max-width: 1360px;
    padding: 0 50px;
    margin: auto;
}
.section-wrapper.is-medium {
    max-width: 1000px;
}

#section-hero {
    position: relative;
    margin: 20px 20px 0;
    background: url(section-hero.jpg) center
        center no-repeat;
    color: #fff;
    text-align: center;
}
#section-hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #ed1c24;
    opacity: 0.8;
    transition: ease-in-out 800ms;
    transition-delay: 200ms;
}
#section-hero:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff;
    transition: ease-in-out 800ms;
}
#section-hero[data-fx-state]:before {
    width: 0%;
}
#section-hero[data-fx-state]:after {
    width: 0%;
}
#section-hero-inner {
    padding: 75px;
    background-color: rgba(237, 28, 26, 0.8);
}
#section-hero-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 35px;
    background-color: rgba(95, 52, 55, 0.75);
    transition: ease-in-out 600ms;
    opacity: 0;
    transition-delay: 200ms;
}
#section-hero-inner:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 25%;
    height: 70px;
    background-color: #00b5af;
    transition: ease-in-out 600ms;
    opacity: 0;
    transition-delay: 200ms;
}
#section-hero[data-fx-state] #section-hero-inner:before {
    width: 30%;
    opacity: 1;
}
#section-hero[data-fx-state] #section-hero-inner:after {
    width: 30%;
    opacity: 1;
}
#section-hero-row-1 {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
#section-hero-row-2 {
    padding: 50px 0 100px;
}
#section-hero-row-1-col-1 {
}
#section-hero-row-1-col-2 {
    padding-left: 20px;
    white-space: nowrap;
}
#section-hero-logo {
    width: 235px;
}
#section-hero-lang {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
}
#section-hero-lang .sub-current {
    display: block;
    padding: 7px 30px 7px 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: 300ms;
}
#section-hero-lang .sub-current:hover {
    background: rgba(255, 255, 255, 0.25);
}
#section-hero-lang .sub-current:after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(90deg);
    line-height: 0;
    font-weight: 400;
    font-size: 20px;
}
#section-hero-lang .sub-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 3px 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: 300ms;
}
#section-hero-lang .sub-dropdown:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #fff transparent;
}
#section-hero-lang .sub-dropdown > li + li {
    margin-top: 3px;
}
#section-hero-lang .sub-link {
    display: block;
    padding: 7px 0;
    margin: 0 3px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    transition: 300ms;
}
#section-hero-lang .sub-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
#section-hero-lang .sub-link.is-current {
    background-color: #ed1d24;
    color: #fff;
    cursor: default;
}
#section-hero-lang.is-open {
    color: #000;
}
#section-hero-lang.is-open .sub-current {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#section-hero-lang.is-open .sub-dropdown {
    opacity: 1;
    margin-top: 15px;
}
#section-hero-back {
    display: inline-block;
    padding: 15px 25px;
    margin-left: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    outline: none;
    transition: 300ms;
}
#section-hero-back:hover {
    transform: translateY(-5px);
    border: 2px solid rgba(255, 255, 255, 0.4);
}
#section-hero-back:before {
    content: "‹";
    display: inline-block;
    vertical-align: middle;
    margin: -10px 10px 0 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 0;
}
#section-hero .section-wrapper {
    padding: 0;
}
#section-hero-circle {
    position: relative;
    margin-bottom: 50px;
}
#section-hero-circle .sub-message {
    max-width: 150px;
    max-height: 150px;
    animation: rotating 18s infinite linear;
}
#section-hero-circle .sub-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
}
#section-hero-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.6;
}
#section-hero-description {
    font-size: 26px;
    font-weight: 100;
    line-height: 1.6;
}
#section-hero-calltoaction {
    margin-top: 40px;
}

#section-header-col-1[data-fx] {
    transition-delay: 500ms;
}
#section-header-col-2[data-fx] {
    transition-delay: 650ms;
}
#section-hero-circle[data-fx] {
    transition-delay: 800ms;
}
#section-hero-title[data-fx] {
    transition-delay: 950ms;
}
#section-hero-description[data-fx] {
    transition-delay: 1100ms;
}
#section-hero-calltoaction[data-fx] {
    transition-delay: 1200ms;
}

#section-toolbox {
}
#section-toolbox .section-wrapper {
    display: flex;
    align-items: flex-end;
    height: 70px;
}

.section-standard {
    margin: 125px 0;
}

.section-alternative {
    padding: 125px 0;
    background-color: #f1f6f6;
}

.section-highlight {
    position: relative;
    margin: 125px 20px;
    background: url(section-highlight.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}
.section-highlight:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.section-highlight-inner {
    padding: 125px 47px;
    background-color: rgba(0, 181, 175, 0.8);
}

.section-carousel {
}
.section-carousel-inner {
    position: relative;
    padding: 0 0 80px 80px;
}
.section-carousel-inner:before {
    content: "";
    position: absolute;
    top: 30%;
    right: -100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #f1f6f6;
}

#section-footer {
    padding: 50px 0;
    background-color: #1e1b1b;
    font-size: 16px;
    color: #888;
}
#section-footer-row-1 {
    text-align: center;
}
#section-footer-row-2 {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}
#section-footer a {
    text-decoration: none;
    transition: 300ms;
}
#section-footer a:hover {
    color: #ed1c24;
}
.section-footer-title {
    margin-bottom: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.section-footer-logos {
    margin-top: -25px;
}
.section-footer-logos > li {
    display: inline-block;
    margin-top: 25px;
}
.section-footer-logos > li + li {
    margin-left: 50px;
}
#section-footer-copyright {
    margin-bottom: 0;
}
#section-footer-nav > li {
    display: inline-block;
}
#section-footer-nav > li + li {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    #section-hero-row-2 {
        padding: 50px 0 50px;
    }
    #section-hero-back {
        padding: 10px 20px;
        margin-left: 5px;
    }
    #section-hero-back .sub-secondary {
        display: none;
    }
    #section-hero-title {
        font-size: 26px;
    }
    #section-hero-description {
        font-size: 22px;
    }

    .section-standard,
    .section-highlight {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .section-alternative,
    .section-highlight-inner {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (max-width: 768px) {
    #section-hero {
        margin: 0;
    }
    #section-hero-inner {
        padding: 50px;
    }
    #section-hero-title {
        font-size: 24px;
    }
    #section-hero-description {
        font-size: 20px;
    }
    #section-hero-circle {
        margin-bottom: 30px;
    }

    .section-wrapper {
        padding: 0 25px;
    }

    .section-standard,
    .section-highlight {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .section-alternative,
    .section-highlight-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-carousel-inner {
        padding: 0 0 50px 0;
    }
    .section-carousel-inner:before {
        left: -25px;
    }

    #section-footer {
        text-align: center;
    }
    #section-footer-row-2 {
        display: block;
        margin-top: 50px;
    }
    #section-footer-copyright {
        margin-bottom: 10px;
    }
    .section-footer-logos > li {
        width: 100%;
    }
    .section-footer-logos > li + li {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    #section-hero-inner {
        padding: 25px;
    }
}

/* title */
.title-outer.is-centered {
    margin-bottom: 40px;
    text-align: center;
}

.title-2 {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 100;
    line-height: 1.6;
}
.title-2 strong {
    font-weight: 500;
}
.title-3 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
}
.title-4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.title-caption {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ed1c24;
}

@media (max-width: 768px) {
    .title-2 {
        margin-bottom: 25px;
        font-size: 22px;
        font-weight: 200;
    }
    .title-3 {
        margin-bottom: 25px;
    }

    .title-caption {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    #list-logos {
        display: flex;
        flex-wrap: wrap;
    }
    #list-logos > li {
        width: 50%;
    }
}

/* boutons */
.btn-primary {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 3px;
    background-color: #00b5af;
    box-shadow: 0 5px 15px rgba(0, 181, 175, 0.2);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    outline: none;
    transition: 300ms;
}
.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(41, 221, 184, 0.2);
}
.btn-primary:after {
    content: "›";
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0 0 10px;
    font-size: 34px;
    font-weight: 400;
    line-height: 0;
}
.btn-primary.is-negative {
    background-color: #fff;
    color: #283737;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/*
.btn-video{display:inline-flex;background-color:#fff;border-radius:3px;box-shadow:0 5px 15px rgba(0, 0, 0, .2);cursor:pointer;text-decoration:none;color:#283737;outline:none;transition:300ms;}
.btn-video:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0, 0, 0, .3);}
.btn-video-col-1{position:relative;width:150px;}
.btn-video-col-2{padding:20px 30px;text-align:left;line-height:1.6;}
.btn-video .sub-visual{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:'object-fit:cover;';border-radius:3px 0 0 3px;}
.btn-video .sub-label{display:block;text-transform:uppercase;font-size:14px;font-weight:700;}
.btn-video .sub-label:before{content:'\f04b';font-family:'Font Awesome 5 Pro';display:inline-block;vertical-align:middle;margin-right:10px;font-size:14px;font-weight:700;}
.btn-video .sub-metadata{display:block;font-size:14px;opacity:.8;font-weight:400;}
*/

/* list */
.list-check {
    margin-bottom: 35px;
    clear: left;
}
.list-check:last-child {
    margin-bottom: 0;
}
.list-check > li {
    position: relative;
    padding-left: 40px;
}
.list-check > li + li {
    margin-top: 15px;
}
.list-check > li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    font-weight: 700;
    color: #ed1c24;
}

.list-benefit {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -60px;
}
.list-benefit > li {
    width: 33.333%;
    padding: 60px 0 0 60px;
}
.list-benefit .sub-visual {
    margin-bottom: 20px;
    max-width: 80px;
}
.list-benefit .sub-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}
.list-benefit .sub-description strong {
    font-weight: 700;
}

@media (max-width: 1024px) {
    .list-benefit {
        margin: -40px 0 0 -40px;
    }
    .list-benefit > li {
        padding: 40px 0 0 40px;
    }
}

@media (max-width: 768px) {
    .list-benefit > li {
        width: 100%;
    }
    .list-benefit .sub-description {
        font-size: 18px;
    }
}

/* box */
/*
.box-project{}
.box-project-header{position:relative;}
.box-project-header .sub-visual{}
.box-project-header .sub-title{position:absolute;right:0;bottom:0;left:0;padding:40px;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));font-size:20px;font-weight:500;line-height:1.5;color:#fff;text-shadow:0 1px 2px #000;}
.box-project-body{padding:30px;background-color:#fff;}
*/

.box-project {
    position: relative;
    overflow: hidden;
    line-height: 1.8;
}
.box-project-header {
    position: relative;
    height: 700px;
}
.box-project-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, #ed1c24, #00b5af);
    opacity: 0.25;
}
.box-project-header .sub-visual {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover;";
    transition: 1200ms;
}
.box-project-header .sub-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.75)
        );
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    transition: 600ms;
}
.box-project-body {
    position: absolute;
    transform: translateY(-20px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    transition: 600ms;
}
.box-project.is-hover .box-project-header .sub-visual {
    transform: scale(1.075);
    filter: grayscale(0%);
}
.box-project.is-hover .box-project-header .sub-title {
    transform: translateY(20px);
    opacity: 0;
}
.box-project.is-hover .box-project-body {
    transform: translateY(0);
    opacity: 1;
}

.box-partner {
    height: 100%;
    padding: 40px;
    background-color: #fff;
    border: 2px solid rgba(40, 40, 50, 0.05);
    text-align: center;
}
.box-partner .sub-visual {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .box-project-body {
        padding: 30px;
    }

    .box-partner {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .box-project-header {
        height: 500px;
    }
}

/* overlayer */
.overlayer-becomepartner {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: auto;
}
.overlayer-becomepartner-col-1,
.overlayer-becomepartner-col-2 {
    width: 50%;
    padding: 40px;
}
.overlayer-becomepartner-col-1 {
    background-color: #fff;
}
.overlayer-becomepartner-col-2 {
    background-color: #f1f6f6;
}
.overlayer-becomepartner-contact {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.overlayer-becomepartner-contact-inner {
}
.overlayer-becomepartner-contact p {
    margin-bottom: 25px;
}
.overlayer-becomepartner-contact .sub-visual {
    width: 175px;
    margin-bottom: 20px;
    border-radius: 100%;
}
.overlayer-becomepartner-contact .sub-name {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}
.overlayer-becomepartner-contact .sub-position {
    display: block;
    font-size: 20px;
    line-height: 1.6;
}
.overlayer-becomepartner-contact .sub-contactinformation {
    margin-bottom: 25px;
    color: #00b5af;
}
.overlayer-becomepartner-contact .sub-contactinformation a {
    text-decoration: none;
}
.overlayer-becomepartner-contact .sub-contactinformation a:hover {
    text-decoration: underline;
}
.overlayer-becomepartner-contact .sub-contactinformation [class*="fa-"] {
    margin-right: 5px;
}
.overlayer-becomepartner-contact .sub-mention {
    font-style: italic;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .overlayer-becomepartner-col-1,
    .overlayer-becomepartner-col-2 {
        width: 100%;
        padding: 30px;
    }
}

/* grid */
.grid-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
/*.grid-video:before,
.grid-video:after {
    content: "";
    position: absolute;
}*/
.grid-video:before {
    background-image: url(../assets/grid-video-before.png);
    width: 164px;
    height: 256px;
    top: -69px;
    right: -44px;
}
.grid-video:after {
    background-image: url(../assets/grid-video-after.png);
    width: 256px;
    height: 49px;
    bottom: -68px;
    left: 63px;
}
.grid-video iframe,
.grid-video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 5px 5px;
}

.grid-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -30px 0 0 -30px;
}
.grid-inline > * {
    padding: 30px 0 0 30px;
}

.grid-column {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -60px;
}
.grid-column:last-child {
    margin-bottom: 0;
}
.grid-column.is-valigned {
    align-items: center;
}
.grid-column > [class*="sub-item-"] {
    padding: 60px 0 0 60px;
}
.grid-column > .sub-item-100 {
    width: 100%;
}
.grid-column > .sub-item-80 {
    width: 80%;
}
.grid-column > .sub-item-75 {
    width: 75%;
}
.grid-column > .sub-item-70 {
    width: 70%;
}
.grid-column > .sub-item-66 {
    width: 66.666%;
}
.grid-column > .sub-item-60 {
    width: 60%;
}
.grid-column > .sub-item-50 {
    width: 50%;
}
.grid-column > .sub-item-40 {
    width: 40%;
}
.grid-column > .sub-item-33 {
    width: 33.333%;
}
.grid-column > .sub-item-25 {
    width: 25%;
}
.grid-column > .sub-item-20 {
    width: 20%;
}
.grid-column.is-gutter-small {
    margin: -40px 0 0 -40px;
}
.grid-column.is-gutter-small > [class*="sub-item-"] {
    padding: 40px 0 0 40px;
}
.grid-column.is-gutter-large {
    margin: -80px 0 0 -80px;
}
.grid-column.is-gutter-large > [class*="sub-item-"] {
    padding: 80px 0 0 80px;
}

@media (max-width: 768px) {
    .grid-video:after {
        bottom: -22px;
    }

    .grid-column > .sub-item-80 {
        width: 100%;
    }
    .grid-column > .sub-item-75 {
        width: 100%;
    }
    .grid-column > .sub-item-70 {
        width: 100%;
    }
    .grid-column > .sub-item-66 {
        width: 100%;
    }
    .grid-column > .sub-item-60 {
        width: 100%;
    }
    .grid-column > .sub-item-50 {
        width: 100%;
    }
    .grid-column > .sub-item-40 {
        width: 100%;
    }
    .grid-column > .sub-item-33 {
        width: 50%;
    }
    .grid-column > .sub-item-25 {
        width: 33.333%;
    }
    .grid-column > .sub-item-20 {
        width: 33.333%;
    }
    .grid-column.is-gutter-small {
        margin: -30px 0 0 -30px;
    }
    .grid-column.is-gutter-small > [class*="sub-item-"] {
        padding: 30px 0 0 30px;
    }
    .grid-column.is-gutter-large {
        margin: -40px 0 0 -40px;
    }
    .grid-column.is-gutter-large > [class*="sub-item-"] {
        padding: 40px 0 0 40px;
    }
}

@media (max-width: 640px) {
    .grid-column > .sub-item-25 {
        width: 50%;
    }
    .grid-column > .sub-item-20 {
        width: 50%;
    }
}

@media (max-width: 380px) {
    .grid-column > .sub-item-25 {
        width: 100%;
    }
    .grid-column > .sub-item-20 {
        width: 100%;
    }
}

/* animation */
@keyframes rotating {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/* javascript: ReadSpeaker */
#readspeaker_button1 {
    padding-bottom: 0;
}
#readspeaker_button1:not(.rsexpanded) .rsbtn_play {
    margin-bottom: 0;
}

/* javascript: flickity */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    tap-highlight-color: transparent;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background-color: #fff;
    cursor: pointer;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.2;
    cursor: auto;
}
.flickity-button-icon {
    fill: #000;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: 300ms;
}
.flickity-prev-next-button:disabled {
    box-shadow: none;
}
.flickity-prev-next-button.previous {
    left: -100px;
}
.flickity-prev-next-button.next {
    right: -100px;
}
.flickity-prev-next-button .flickity-button-icon {
    width: 15px;
    margin-top: 4px;
}
.flickity-page-dots {
    margin-top: 30px;
    line-height: 10px;
    text-align: center;
}
.flickity-page-dots .dot {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background-color: #283737;
    cursor: pointer;
    opacity: 0.25;
    transition: 300ms;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.flickity-3cols {
    margin: -20px -20px 0;
}
.flickity-3cols .flickity-viewport {
    overflow: visible;
}
.flickity-3cols-item {
    width: 33.333%;
}
.flickity-3cols-item-inner {
    position: relative;
    margin: 20px;
    transition: 900ms;
}

@media (max-width: 1260px) {
    .flickity-3cols-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .flickity-page-dots {
        margin-top: 10px;
    }

    .flickity-3cols-item {
        width: 100%;
    }
}

/* javascript: inview */
[data-fx] {
    opacity: 0;
    transition: ease-in-out 600ms;
}
[data-fx]:nth-child(1) {
    transition-delay: 0ms;
}
[data-fx]:nth-child(2) {
    transition-delay: 200ms;
}
[data-fx]:nth-child(3) {
    transition-delay: 400ms;
}
[data-fx]:nth-child(4) {
    transition-delay: 600ms;
}
[data-fx]:nth-child(5) {
    transition-delay: 800ms;
}
[data-fx]:nth-child(6) {
    transition-delay: 1000ms;
}
[data-fx]:nth-child(7) {
    transition-delay: 1200ms;
}
[data-fx]:nth-child(8) {
    transition-delay: 1400ms;
}
[data-fx]:nth-child(9) {
    transition-delay: 1600ms;
}
[data-fx]:nth-child(10) {
    transition-delay: 1800ms;
}
[data-fx-state] {
    opacity: 1;
}
[data-fx-state="viewed"] ~ [data-fx-state="animated"] {
    transition-delay: 0ms;
}
[data-fx-state="viewed"]
~ [data-fx-state="animated"]
+ [data-fx-state="animated"] {
    transition-delay: 200ms;
}
[data-fx-state="viewed"]
~ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"] {
    transition-delay: 400ms;
}
[data-fx-state="viewed"]
~ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"] {
    transition-delay: 600ms;
}
[data-fx-state="viewed"]
~ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"] {
    transition-delay: 800ms;
}
[data-fx-state="viewed"]
~ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"]
+ [data-fx-state="animated"] {
    transition-delay: 1000ms;
}
[data-fx][data-fx-state="viewed"] {
    transition-delay: 0ms;
}
[data-fx="slideleft"] {
    transform: translateX(-40px);
}
[data-fx="slideleft"][data-fx-state] {
    transform: translateX(0);
}
[data-fx="slideright"] {
    transform: translateX(40px);
}
[data-fx="slideright"][data-fx-state] {
    transform: translateX(0);
}
[data-fx="slidetop"] {
    transform: translateY(-40px);
}
[data-fx="slidetop"][data-fx-state] {
    transform: translateY(0);
}
[data-fx="slidebottom"] {
    transform: translateY(40px);
}
[data-fx="slidebottom"][data-fx-state] {
    transform: translateY(0);
}
[data-fx="zoomout"] {
    transform: scale(1.2);
}
[data-fx="zoomout"][data-fx-state] {
    transform: scale(1);
}
[data-fx="rotate"] {
    transform: rotate(-180deg);
}
[data-fx="rotate"][data-fx-state] {
    transform: rotate(0deg);
}

/* javascript: fancyapp */
.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    background: transparent;
    border: none;
}
.fancybox-close svg {
    width: 35px;
}
.fancybox-left,
.fancybox-right {
    position: absolute;
    top: 50%;
    z-index: 99997;
    margin-top: -43px;
    padding: 25px;
}
.fancybox-left[disabled],
.fancybox-right[disabled] {
    opacity: 0;
}
.fancybox-left svg,
.fancybox-right svg {
    width: 35px;
}
.fancybox-left {
    left: 0;
}
.fancybox-right {
    right: 0;
}
.fancybox-image {
    border-radius: 3px;
}
.fancybox-content {
    padding: 0;
    background: transparent;
}
.fancybox-slide--html {
    padding: 80px 20px 20px;
}
