/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
    outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*@import "../../bower_components/slick-carousel/slick/slick-theme.css";*/
@charset 'UTF-8';
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/
/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/*Colores*/
/*Z-index*/
/*Tamaños*/
/*400,500,700*/
/*400,500,700*/
.clickable {
    cursor: pointer;
}
.section_container {
    margin: 0 auto;
    /* max-width: 1240px; */
}
.text_box {
    display: inline-block;
    padding: 6px 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #FF6319;
    /* border: 3px solid #FF6319; */
}
@media(min-width: 768px) {
    .text_box {
        font-size: 40px;
    }
}
.text_box.text_box--inverted {
    color: #ffffff;
    border: 3px solid #ffffff;
}
.text_box.text_box--inverted.text_box--gray_background {
    background-color: rgba(0,0,0,0.25);
}
.text_box.text_box--gray {
    color: #57585a;
    /* border: 3px solid #57585a; */
}
.text_box.text_box--gray.text_box--gray_background {
    background-color: rgba(0,0,0,0.25);
}
.button {
    display: inline-block;
    padding: 10px 36px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #FF6319;
    border-radius: 10px;
}
@media(min-width: 768px) {
    .button {
        padding: 12px 40px;
        font-size: 24px;
    }
}
.button.button--inverted {
    color: #FF6319;
    background-color: #ffffff;
}
.button.button--small {
    padding: 4px 26px;
    text-transform: inherit;
}
.button.button--border {
    font-weight: 400;
    color: #FF6319;
    background-color: transparent;
    border: 2px solid #FF6319;
}
.button.button--border.button--inverted {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
}
@font-face {
    font-family: 'iconos';
    font-weight: normal;
    font-style: normal;
    src: url('../_fonts/iconos.eot');
    src: url('../_fonts/iconos.woff2') format('woff2'),
         url('../_fonts/iconos.woff') format('woff'),
         url('../_fonts/iconos.ttf') format('truetype'),
         url('../_fonts/iconos.eot?#iefix') format('embedded-opentype');
}
.icon[class^="icon-"], .icon[class*=" icon-"] {
    display: inline-block;
    font-family: 'iconos';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.icon-close:before {
    content: '\EA01';
}
.icon-burger:before {
    content: '\EA02';
}
.icon-favor:before {
    content: '\EA03';
}
.icon-favor1:before {
    content: '\EA04';
}
.icon-favor2:before {
    content: '\EA05';
}
.icon-favor3:before {
    content: '\EA06';
}
.icon-download:before {
    content: '\EA07';
}
.icon-social_facebook:before {
    content: '\EA08';
}
.icon-social_instagram:before {
    content: '\EA09';
}
.icon-social_pinterest:before {
    content: '\EA0A';
}
.icon-social_twitter:before {
    content: '\EA0B';
}
.icon-social_vimeo:before {
    content: '\EA0C';
}
.icon-file_pdf:before {
    content: '\EA0D';
}
.icon-file_zip:before {
    content: '\EA0E';
}
body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    box-sizing: border-box;
}
header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    background-color: #FF6319;
}
header .header__container {
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
}
header a.header__logo {
    display: block;
    height: 100%;
}
header a.header__logo h1 {
    height: 100%;
    margin: 0;
    background: no-repeat center center url(../_img/logo_horizontal.svg);
    background-size: 170px auto;
}
header a.header__logo h1 span {
    display: none;
}
header .header__actions {
    position: absolute;
    top: 0;
    right: 0;
}
header .header__actions .header__actions__close, header .header__actions .header__actions__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: 10px;
}
header .header__actions .header__actions__close .icon, header .header__actions .header__actions__burger .icon {
    font-size: 20px;
    color: #ffffff;
}
header .header__actions .header__actions__close {
    display: none;
}
header .header__actions .header__actions__burger_fx {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 76px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
header .header__actions .header__actions__burger_fx span {
    display: block;
    position: absolute;
    top: 34px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: white;
}
header .header__actions .header__actions__burger_fx span::before, header .header__actions .header__actions__burger_fx span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}
header .header__actions .header__actions__burger_fx span::before {
    top: -9px;
}
header .header__actions .header__actions__burger_fx span::after {
    bottom: -9px;
}
header .header__actions .header__actions__burger_fx:focus {
    outline: none;
}
header .header__actions .header__actions__burger_fx.clickable {
    background-color: transparent;
}
header .header__actions .header__actions__burger_fx.clickable span {
    transition: background 0s 0.3s;
}
header .header__actions .header__actions__burger_fx.clickable span::before, header .header__actions .header__actions__burger_fx.clickable span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
header .header__actions .header__actions__burger_fx.clickable span::before {
    transition-property: top, transform;
}
header .header__actions .header__actions__burger_fx.clickable span::after {
    transition-property: bottom, transform;
}
header .header__actions .header__actions__burger_fx.clickable.is-active {
    background-color: transparent;
}
header .header__actions .header__actions__burger_fx.clickable.is-active span {
    background: none;
}
header .header__actions .header__actions__burger_fx.clickable.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}
header .header__actions .header__actions__burger_fx.clickable.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
header .header__actions .header__actions__burger_fx.clickable.is-active span::before, header .header__actions .header__actions__burger_fx.clickable.is-active span::after {
    transition-delay: 0s, 0.3s;
}
header nav {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.35s;
    transform: translateX(100%);
    background-color: #FF6319;
    overflow-y: auto;
}
/*@media(--desktop){
            position: inherit;
            top: inherit; right: inherit; bottom: inherit; left: inherit;
            transition: inherit;
            transform: inherit;
            background-color: inherit;
        }*/
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
header nav ul li {
    margin: 5px;
}
/*@media(--desktop){
                    display: inline-block;
                    margin-right: 20px;
                }*/
header nav ul li a {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    /*@media(--desktop){
                        text-decoration: none;
                    }*/
    color: #ffffff;
}
header nav ul li a:hover {
    opacity: 0.7;
}
@media(min-width: 1024px) {
    header .header__container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media(min-width: 1024px) {
    header a.header__logo h1 {
        width: 300px;
        margin-left: 30px;
    }
}
@media(min-width: 1024px) {
    header a.header__logo h1 {
        background: no-repeat center center url(../_img/logo_horizontal_desktop.svg);
        background-position: 0% 50%;
    }
}
@media(min-width: 1024px) {
    header a.header__logo h1 {
        background-size: 200px auto;
    }
}
@media(min-width: 1024px) {
    header .header__actions {
        /*display: none;*/
    }
}
header.open .header__actions .header__actions__close {
    display: flex;
}
header.open .header__actions .header__actions__burger {
    display: none;
}
@media(min-width: 1024px) {
    header nav ul {
        padding-top: 18px;
    }
}
@media(min-width: 1024px) {
    header nav ul li a {
        font-size: 35px;
        /*font-size: 22px;*/
    }
}
header.open nav {
    transform: translateX(0%);
}
.header__block {
    height: 70px;
}
footer {
    /* background-color: #cbd5d2; */
    padding: 50px 0;
}
footer .footer_container {
    text-align: center;
}
footer .footer_container ul.legal_and_contact {}
footer .footer_container .store_links {
    padding: 20px 0 40px 0;
    font-size: 0;
}
footer .footer_container .store_links .store_link {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
footer .footer_container .store_links .store_link:last-child {
    margin-right: 0;
}
footer .footer_container .store_links .store_link.store_link--google {
    background-image: url(../_img/store_google.svg);
}
footer .footer_container .store_links .store_link.store_link--apple {
    background-image: url(../_img/store_apple.svg);
}
footer .footer_container ul.social li {
    display: inline-block;
}
footer .footer_container ul.social li a span {
    font-size: 18px;
}
footer .footer_container ul.social li a span:first-child {
    display: none;
}
footer .footer_container p {
    font-size: 13px;
    color: #ffffff;
}
footer .footer_container>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 13px;
}
footer .footer_container>ul li {
    margin: 5px;
}
footer .footer_container>ul li a {
    color: #ffffff;
    text-decoration: none;
}
@media(min-width: 768px) {
    footer {}
}
@media(min-width: 768px) {
    footer .footer_container>ul {
        font-size: 23px;
    }
}
@media(min-width: 768px) {
    footer .footer_container .store_links .store_link {
        width: 254px;
        height: 75px;
        margin-right: 20px;
    }
}
@media(min-width: 768px) {
    footer .footer_container .store_links .store_link {
        background-position: left center;
    }
}
@media(min-width: 768px) {
    footer .footer_container ul.social li a span {
        font-size: 30px;
    }
}
@media(min-width: 768px) {
    footer .footer_container p {
        font-size: 23px;
    }
}
section#slider1 {
    margin: 0;
}
section#slider1 .slide {
    height: 500px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#slider1 .slide .slide__container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
section#slider1 .slide .slide__container .slide__margin {
    bottom: 0;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px 50px 30px;
    /*.slide__actions{
                    margin-top: 20px;
                    font-size: 0;
                    .store_link{
                        display: inline-block;
                        width: 50%;
                        height: 36px;
                        @media(--tablet){
                            width: 254px;
                            height: 75px;
                            margin-right: 20px;
                        }
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center center;
                        @media(--tablet){
                            background-position: left center;
                        }
                        &:last-child{
                            margin-right: 0;
                        }

                        &.store_link--google{
                            background-image: url(../_img/store_google_coming.svg)
                        }
                        &.store_link--apple{
                            background-image: url(../_img/store_apple_coming.svg)
                        }
                    }
                }*/
}
section#slider1 .slide .slide__container .slide__margin .slide__text1 {
    zoom: 1;
    margin: 100px 0 0 0;
}
section#slider1 .slide .slide__container .slide__margin .slide__text1 span {
    display: block;
    float: left;
    clear: both;
    padding: 0 12px;
    margin: 4px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    background: #FF6319;
}
section#slider1 .slide .slide__container .slide__margin .slide__text1 span strong {
    font-weight: 700;
}
section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0 0 0;
    width: 68px;
    height: 68px;
    background-color: #ffffff;
    color: #FF6319;
}
section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon .icon {
    font-size: 40px;
}
section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon + span, section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon + span + span {
    margin-left: 72px;
}
section#slider1 .slide .slide__container .slide__margin .slide__text1:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
section#slider1 .slide .slide__container .slide__margin .slide__text2 {
    margin-top: 12px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
section#slider1 .slide .award_logo {
    display: none;
}
section#slider1 .slide .award_logo img {
    max-width: 150px;
    z-index: 1;
    top: 20px;
    right: 100px;
    position: absolute;
}
section#slider1 .slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+48,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}
section#slider1 .slick-arrow {
    display: none!important;
}
section#slider1 .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
section#slider1 .slick-dots li {
    box-sizing: content-box;
    width: 12px;
    padding: 10px 2px;
    margin: 0 4px;
}
section#slider1 .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
section#slider1 .slick-dots li.slick-active button {
    background-color: #ffffff;
}
@media(min-width: 768px) {
    section#slider1 .slide {
        height: 700px;
    }
}
@media(min-width: 768px) {
    section#slider1 .slide .slide__container .slide__margin {
        padding-left: 10%;
        padding-bottom: 80px;
    }
}
@media(min-width: 768px) {
    section#slider1 .slide .slide__container .slide__margin .slide__text1 span {
        font-size: 45px;
    }
}
@media(min-width: 768px) {
    section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon {
        width: 114px;
        height: 114px;
    }
}
@media(min-width: 768px) {
    section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon + span, section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon + span + span {
        margin-left: 118px;
    }
}
@media(min-width: 768px) {
    section#slider1 .slide .slide__container .slide__margin .slide__text1 .slide__icon .icon {
        font-size: 75px;
    }
}
@media(min-width: 1024px) {
    section#slider1 .slide .award_logo img {
        max-width: 250px;
    }
}
@media(min-width: 768px) {
    section#slider1 .slide .award_logo {
        display: block;
    }
}
section#section1 {
    background-color: #ffffff;
}
section#section1 .section_container {
    padding: 30px;
    text-align: center;
}
section#section1 .section_container .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
section#section1 .section_container .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(min-width: 768px) {
    section#section1 .section_container {
        padding: 60px;
    }
}
@media(min-width: 1024px) {
    section#section1 .section_container {
        padding: 40px 25% 40px 25%;
    }
}
section#section2 {
    background-color: #FF6319;
}
section#section2 .section_container {
    padding: 30px;
    text-align: center;
}
section#section2 .section_container .text p {
    max-width: 475px;
    margin: 20px auto;
    line-height: 18px;
    font-size: 15px;
    color: #ffffff;
}
section#section2 .section_container .categories {
    height: 32px;
    background-image: url('../_img/section2_categories.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
@media(min-width: 768px) {
    section#section2 .section_container {
        padding: 60px;
    }
}
@media(min-width: 768px) {
    section#section2 .section_container .text p {
        max-width: 600px;
        margin: 40px auto;
        line-height: 38px;
        font-size: 30px;
    }
}
@media(min-width: 768px) {
    section#section2 .section_container .text p br {
        display: none;
    }
}
@media(min-width: 768px) {
    section#section2 .section_container .categories {
        height: 52px;
    }
}
section#section3 {
    background-color: #ffffff;
}
section#section3 .section_container {
    padding: 30px;
    text-align: center;
}
section#section3 .section_container .steps {
    height: 92px;
    margin: 10px 0;
    background-image: url('../_img/section3_steps.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
section#section3 .section_container .button {}
section#section3 .section_container .space1 {
    height: 40px;
}
section#section3 .section_container .text p {
    max-width: 475px;
    margin: 20px auto;
    line-height: 18px;
    font-size: 15px;
    color: #57585a;
}
@media(min-width: 768px) {
    section#section3 .section_container {
        padding: 60px;
    }
}
@media(min-width: 768px) {
    section#section3 .section_container .steps {
        height: 242px;
        margin: 30px 0;
    }
}
@media(min-width: 768px) {
    section#section3 .section_container .space1 {
        height: 60px;
    }
}
@media(min-width: 768px) {
    section#section3 .section_container .text p {
        max-width: 600px;
        margin: 40px auto;
        line-height: 38px;
        font-size: 30px;
    }
}
@media(min-width: 768px) {
    section#section3 .section_container .text p br {
        display: none;
    }
}
section#section4 {
    position: relative;
    height: 600px;
    background-image: url(../_img/section4_background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
section#section4 .section_container {
    position: relative;
    height: 100%;
}
section#section4 .section_container .section_container_inside {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
}
section#section4 .section_container .section_container_inside .steps {
    height: 92px;
    margin: 10px 0;
    background-image: url('../_img/section3_steps.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
section#section4 .section_container .section_container_inside .text {
    zoom: 1;
}
section#section4 .section_container .section_container_inside .text span {
    display: block;
    float: left;
    clear: both;
    padding: 0 12px;
    margin: 4px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    background: #FF6319;
}
section#section4 .section_container .section_container_inside .text span strong {
    font-weight: 700;
}
section#section4 .section_container .section_container_inside .text .slide__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0 0 0;
    width: 68px;
    height: 68px;
    background-color: #ffffff;
    color: #FF6319;
}
section#section4 .section_container .section_container_inside .text .slide__icon .icon {
    font-size: 40px;
}
section#section4 .section_container .section_container_inside .text .slide__icon + span, section#section4 .section_container .section_container_inside .text .slide__icon + span + span {
    margin-left: 72px;
}
section#section4 .section_container .section_container_inside .text:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
section#section4 .section_container .section_container_inside .button {
    margin-top: 10px;
}
@media(min-width: 768px) {
    section#section4 {}
}
section#section4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+48,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 48%, rgba(0,0,0,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}
@media(min-width: 768px) {
    section#section4 .section_container .section_container_inside {
        padding-left: 10%;
    }
}
@media(min-width: 768px) {
    section#section4 .section_container .section_container_inside .text span {
        font-size: 45px;
    }
}
@media(min-width: 768px) {
    section#section4 .section_container .section_container_inside .text .slide__icon {
        width: 114px;
        height: 114px;
    }
}
@media(min-width: 768px) {
    section#section4 .section_container .section_container_inside .text .slide__icon + span, section#section4 .section_container .section_container_inside .text .slide__icon + span + span {
        margin-left: 118px;
    }
}
@media(min-width: 768px) {
    section#section4 .section_container .section_container_inside .text .slide__icon .icon {
        font-size: 75px;
    }
}
section#section5 .section_container {
    padding: 60px 30px;
    text-align: center;
}
section#section5 .section_container .step1, section#section5 .section_container .step2, section#section5 .section_container .step3 {
    height: 340px;
    margin: 20px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
section#section5 .section_container .step1 {
    background-image: url(../_img/section5_step1.png);
}
section#section5 .section_container .step2 {
    background-image: url(../_img/section5_step2.png);
}
section#section5 .section_container .step3 {
    background-image: url(../_img/section5_step3.png);
}
section#section5 .section_container .step_between {
    clear: both;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #FF6319;
}
section#section5 .section_container .step4 {
    height: 220px;
    margin: 20px 0;
    background-image: url(../_img/section5_step4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media(min-width: 768px) {
    section#section5 .section_container .step1, section#section5 .section_container .step2, section#section5 .section_container .step3 {
        float: left;
        width: 33.33%;
    }
}
@media(min-width: 768px) {
    section#section5 .section_container .step1, section#section5 .section_container .step2, section#section5 .section_container .step3 {
        height: 440px;
    }
}
@media(min-width: 768px) {
    section#section5 .section_container .step_between {
        padding-top: 30px;
        margin: 40px 0;
        font-size: 30px;
    }
}
@media(min-width: 768px) {
    section#section5 .section_container .step4 {
        height: 300px;
    }
}
section#slider2 {
    margin: 0;
}
section#slider2 .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#slider2 .slick-arrow {
    display: none!important;
}
section#slider2 .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
section#slider2 .slick-dots li {
    width: 12px;
    padding: 10px 2px;
    margin: 0 4px;
}
section#slider2 .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
section#slider2 .slick-dots li.slick-active button {
    background-color: #ffffff;
}
@media(min-width: 768px) {
    section#slider2 .slide {
        height: 700px;
    }
}
section#section7 {
    background-color: #FF6319;
}
section#section7 .section_container {
    padding: 30px;
    text-align: center;
}
section#section7 .text {
    margin: 10px 0;
}
section#section7 .text span {
    font-size: 40px;
    color: #ffffff;
}
@media(min-width: 768px) {
    section#section7 .section_container {
        padding: 60px;
    }
}
@media(min-width: 768px) {
    section#section7 .text {
        margin: 30px 0;
    }
}
section#section8 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-image: url('../_img/section8.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media(min-width: 768px) {
    section#section8 {
        height: 700px;
    }
}
section#section9 .section_container {
    padding: 30px;
    text-align: center;
}
section#section9 .text p {
    margin: 40px 0;
}
section#section9 .image1, section#section9 .image2 {
    display: inline-block;
    width: 186px;
    height: 186px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#section9 .image1 {
    background-image: url('../_img/section9_1.jpg');
}
section#section9 .image2 {
    background-image: url('../_img/section9_2.jpg');
}
@media(min-width: 768px) {
    section#section9 .section_container {
        padding: 60px;
    }
}
@media(min-width: 768px) {
    section#section9 .text p {
        font-size: 30px;
    }
}
@media(min-width: 768px) {
    section#section9 .image1, section#section9 .image2 {
        width: 286px;
        height: 286px;
    }
}
section#section10 {
    background-image: url('../_img/section10.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#section10 .section_container {
    padding: 100px 30px;
    text-align: center;
}
section#section10 .section_container .text {
    margin: 20px 0;
    color: #ffffff;
}
@media(min-width: 768px) {
    section#section10 .section_container .text {
        margin: 60px 0;
        font-size: 40px;
    }
}
section#award {
    display: block;
}
section#award .section_container .wearethechampions {
    height: 192px;
    margin: 10px 0;
    background-image: url('../_img/WINNER-BADGE-1.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
@media(min-width: 1024px) {
    section#award {
        display: none;
    }
}
@media(min-width: 768px) {
    section#award {
        display: none;
    }
}
#team_page {
    background-color: #f6f6f4;
}
#team_page .section_container {
    padding: 30px;
    text-align: center;
}
#team_page .team_intro {
    margin: 30px auto 20px auto;
    max-width: 600px;
    line-height: 130%;
    font-size: 14px;
    color: #57585a;
}
#team_page .team_profile {
    padding: 20px 0;
}
#team_page .team_profile img {
    width: 70%;
    height: auto;
    max-width: 250px;
    border-radius: 50%;
}
#team_page .team_profile .team_profile__name {
    margin-top: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 130%;
    font-size: 20px;
    text-transform: uppercase;
    color: #57585a;
}
#team_page .team_profile .team_profile__title {
    margin-top: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 130%;
    font-size: 15px;
    color: #4e4a47;
	/* #a59d95; */
}
#team_page .team_3cols {
    padding-bottom: 40px;
}
#team_page .team_3cols >* {}
#team_page .team_5cols {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#team_page .team_5cols >* {
    padding: 0 10px;
    width: 50%;
    min-width: 150px;
}
#team_page .team_5cols .team_profile {
    padding: 20px 0;
}
#team_page .team_5cols .team_profile img {
    max-width: 170px;
    border-radius: 50%;
}
#team_page .team_5cols .team_profile .team_profile__name {
    font-size: 14px;
    text-transform: uppercase;
    color: #57585a;
}
#team_page .team_5cols .team_profile .team_profile__title {
    margin-top: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 130%;
    font-size: 12px;
    /* color: #a59d95; */
	color: #a59d95;
}
@media(min-width: 768px) {
    #team_page .section_container {
        padding: 60px;
    }
}
@media(min-width: 768px) {
    #team_page .team_intro {
        font-size: 18px;
    }
}
@media(min-width: 768px) {
    #team_page .team_profile .team_profile__name {
        font-size: 23px;
    }
}
@media(min-width: 768px) {
    #team_page .team_profile .team_profile__title {
        font-size: 18px;
    }
}
@media(min-width: 768px) {
    #team_page .team_3cols {
        display: flex;
        justify-content: space-around;
    }
}
@media(min-width: 768px) {
    #team_page .team_3cols >* {
        flex: 1;
    }
}
@media(min-width: 768px) {
    #team_page .team_5cols >* {
        min-width: 200px;
        width: 200px;
    }
}
@media(min-width: 768px) {
    #team_page .team_5cols .team_profile .team_profile__name {
        font-size: 16px;
    }
}
@media(min-width: 768px) {
    #team_page .team_5cols .team_profile .team_profile__title {
        font-size: 14px;
    }
}
.modal {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #cbd5d2;
    transform: translateY(100%);
    transition: transform 0.5s;
}
.modal .modal__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal .modal__container .modal__close {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    line-height: 50px;
    display: inline-block;
}
.modal .modal__container .modal__close:before, .modal .modal__container .modal__close:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: -18px;
    display: block;
    height: 3px;
    width: 28px;
    background-color: #fff;
    transition: all 0.5s ease-out;
}
.modal .modal__container .modal__close:after {
    transform: rotate(-135deg);
}
.modal .modal__container .modal__close:hover {}
.modal .modal__container .modal__close:hover:before, .modal .modal__container .modal__close:hover:after {
    transform: rotate(360deg);
}
.modal .modal__container .modal__content {
    /*position: absolute;
            top: 0; right: 0; bottom: 0; left: 0;*/
    margin: 0 auto;
    max-width: 1240px;
    color: #ffffff;
    padding: 30px;
    zoom: 1;
}
.modal .modal__container .modal__content a {
    color: #ffffff;
}
.modal .modal__container .modal__content .image {
    margin: 20px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal .modal__container .modal__content .image.image--rounded {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
}
.modal .modal__container .modal__content .image.image--width100 {
    margin-left: -30px;
    margin-right: -30px;
    height: 260px;
}
.modal .modal__container .modal__content .form__group {
    margin-bottom: 20px;
}
.modal .modal__container .modal__content .form__group label {
    display: block;
}
.modal .modal__container .modal__content .form__group label.error {
    margin-top: 4px;
    color: #57585a;
}
.modal .modal__container .modal__content .form__group input[type=text], .modal .modal__container .modal__content .form__group input[type=url], .modal .modal__container .modal__content .form__group input[type=tel], .modal .modal__container .modal__content .form__group input[type=number], .modal .modal__container .modal__content .form__group input[type=color], .modal .modal__container .modal__content .form__group input[type=email], .modal .modal__container .modal__content .form__group textarea {
    display: block;
    width: 100%;
    border: 0;
    margin-top: 4px;
    padding: 10px;
    color: #FF6319;
}
.modal .modal__container .modal__content .form__group input[type=text].error, .modal .modal__container .modal__content .form__group input[type=url].error, .modal .modal__container .modal__content .form__group input[type=tel].error, .modal .modal__container .modal__content .form__group input[type=number].error, .modal .modal__container .modal__content .form__group input[type=color].error, .modal .modal__container .modal__content .form__group input[type=email].error, .modal .modal__container .modal__content .form__group textarea.error {
    border: 2px solid red;
}
.modal .modal__container .modal__content .form__group select {
    display: block;
    width: 100%;
    height: 35px;
    margin-top: 4px;
    border: 0;
    color: #FF6319;
    padding: 6px;
    border-radius: 0;
}
.modal .modal__container .modal__content .form__group select.error {
    border: 2px solid red;
}
.modal .modal__container .modal__content .form__group input[type=checkbox], .modal .modal__container .modal__content .form__group input[type=radio] {
    margin-right: 6px;
    border: 0;
}
.modal .modal__container .modal__content .form__group button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #ffffff;
    color: #FF6319;
    border: 0;
    border-radius: 10px;
}
.modal .modal__container .modal__content .form__group p {
    margin: 4px 0;
}
.modal .modal__container .modal__content .form__group.form__group--new_line {}
.modal .modal__container .modal__content .locations {
    clear: both;
}
.modal .modal__container .modal__content .locations #map1, .modal .modal__container .modal__content .locations #map2, .modal .modal__container .modal__content .locations #map3, .modal .modal__container .modal__content .locations #map4, .modal .modal__container .modal__content .locations #map5, .modal .modal__container .modal__content .locations #map6 {
    height: 300px;
}
.modal .modal__container .modal__content .locations .cols {}
.modal .modal__container .modal__content:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.modal.active {
    transform: translateY(0);
}
@media(min-width: 768px) {
    .modal .modal__container .modal__content .form__group {
        max-width: 600px;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }
}
@media(min-width: 768px) {
    .modal .modal__container .modal__content .locations #map1, .modal .modal__container .modal__content .locations #map2, .modal .modal__container .modal__content .locations #map3, .modal .modal__container .modal__content .locations #map4, .modal .modal__container .modal__content .locations #map5, .modal .modal__container .modal__content .locations #map6 {
        height: 400px;
    }
}
@media(min-width: 768px) {
    .modal .modal__container .modal__content .locations .cols {
        zoom: 1;
    }
    .modal .modal__container .modal__content .locations .cols:after {
        clear: both;
        content: '';
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }
    .modal .modal__container .modal__content .locations .cols>* {
        float: left;
        width: calc(50% - 30px);
        line-height: 1.3em;
    }
    .modal .modal__container .modal__content .locations .cols>*:first-child {
        margin-right: 30px;
    }
}
.modal.modal--orange {
    background-color: #FF6319;
}
.modal.modal--orange .modal__container .modal__close {
    background-color: #FF6319;
}
.modal#press .modal__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.modal#press .modal__content ul li {
    border-left: 3px solid #ffffff;
    padding-left: 20px;
    margin: 40px 0;
}
.modal#press .modal__content ul li a.download {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.modal#press .modal__content ul li a.download span.icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.modal#press .modal__content ul li a.download:first-child {
    margin-top: 0;
}
.modal#press .modal__content ul li p {
    line-height: 1.3em;
    margin: 12px 0;
}
.modal#press .modal__content ul li>span {
    display: block;
    margin-top: 4px;
    font-weight: 500;
}
.modal#press .modal__content .more + .text {
    display: none;
}
.modal#press .modal__content .more + .text.activo {
    display: block;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
.modal#service_partners .modal__content img {
    margin: 0 auto;
    width: 200px;
    display: block;
}
@media(min-width: 768px) {
    .modal#service_partners .modal__content img {
        width: 400px;
    }
}
.modal#events .modal__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.modal#events .modal__content ul li {
    border-left: 3px solid #ffffff;
    padding-left: 20px;
    margin: 40px 0;
}
.modal#events .modal__content ul li p {
    line-height: 1.3em;
    margin: 12px 0;
}
.modal#events .modal__content ul li>span {
    display: block;
    margin-top: 4px;
    font-weight: 500;
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
