/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
input[type="file"] {
  border: none !important;
  box-shadow: none !important;
}

.btn_consentimiento button#hs_show_banner_button {
font-size: 15px !important;
    border-radius: 10px 10px 0px 0px !important;
}
.btn_consentimiento {
    position: fixed !important;
    bottom: 0 !important;
    left: 20px !important;
    z-index: 999 !important;
    margin-bottom: -40px;
  transition: all ease-in-out 0.3s;
}
.btn_consentimiento:hover {
  transition: all ease-in-out 0.3s;
    margin-bottom: 0px;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,
html {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    font-family: Avenir Next, Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Source Han Sans CN, Hiragino Sans GB, Microsoft Yahei, Dengxian, Microsoft JhengHei, sans-serif;
}

h1 {
          font-family: font-family: Avenir Next, Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Source Han Sans CN, Hiragino Sans GB, Microsoft Yahei, Dengxian, Microsoft JhengHei, sans-serif;
}
#x-cerrar {
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    height: 25px;
    position: fixed;
    right: 50px;
    text-align: center;
    top: 100px;
    width: 25px;
    font-family: 'FontAwesome';
}
.button-tag:hover {
    transition: all .2s ease;
    background: #333 !important;
    color: #fff !important
}

#header.header-scrolled {
    padding: 12px 0;
    background-color: #fffffff5;
    /*border-bottom: 2px solid #a93143;*/
    box-shadow: 0px 0px 5px 0px #a0a0a0;
  }

strong {
    font-weight: 600;
}

@media screen and (max-width:768px) {

    body,
    html {
        font-size: 16px;
        line-height: 150%
    }
}


div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
section,
span,
strong,
ul {
    margin: 0;
    border: 0
}

ol,
ul {
    padding: 0
}

li {
    list-style: none
}

.g_wrap {
    max-width: 1180px
}

.g_row,
.g_wrap {
    margin-left: auto;
    margin-right: auto
}

.g_row {
    max-width: 1200px
}

.g_row:after {
    display: table;
    content: "";
    clear: both
}

.g_row>[class*=g_col_] {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    display: inline;
    box-sizing: border-box
}

@media screen and (max-width:1340px) {
    .g_wrap {
        margin-left: 80px;
        margin-right: 80px
    }

    .g_row {
        margin-left: 70px;
        margin-right: 70px
    }
}

.g_col_1 {
    width: 8.333333333333332%
}

.g_col_2 {
    width: 16.666666666666664%
}

.g_col_3 {
    width: 25%
}

.g_col_4 {
    width: 33.33333333333333%
}

.g_col_5 {
    width: 41.66666666666667%
}

.g_col_6 {
    width: 50%
}

.g_col_7 {
    width: 58.333333333333336%
}

.g_col_8 {
    width: 66.66666666666666%
}

.g_col_9 {
    width: 75%
}

.g_col_10 {
    width: 83.33333333333334%
}

.g_col_11 {
    width: 91.66666666666666%
}

.g_col_12 {
    width: 100%
}

@media screen and (max-width:768px) {
    .g_wrap {
        margin-left: 28px;
        margin-right: 28px
    }

    .g_row {
        margin-left: 18px;
        margin-right: 18px
    }

    .g_col_m_1 {
        width: 8.333333333333332%
    }

    .g_col_m_2 {
        width: 16.666666666666664%
    }

    .g_col_m_3 {
        width: 25%
    }

    .g_col_m_4 {
        width: 33.33333333333333%
    }

    .g_col_m_5 {
        width: 41.66666666666667%
    }

    .g_col_m_6 {
        width: 50%
    }

    .g_col_m_7 {
        width: 58.333333333333336%
    }

    .g_col_m_8 {
        width: 66.66666666666666%
    }

    .g_col_m_9 {
        width: 75%
    }

    .g_col_m_10 {
        width: 83.33333333333334%
    }

    .g_col_m_11 {
        width: 91.66666666666666%
    }

    .g_col_m_12 {
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .g_col_s_1 {
        width: 8.333333333333332%
    }

    .g_col_s_2 {
        width: 16.666666666666664%
    }

    .g_col_s_3 {
        width: 25%
    }

    .g_col_s_4 {
        width: 33.33333333333333%
    }

    .g_col_s_5 {
        width: 41.66666666666667%
    }

    .g_col_s_6 {
        width: 50%
    }

    .g_col_s_7 {
        width: 58.333333333333336%
    }

    .g_col_s_8 {
        width: 66.66666666666666%
    }

    .g_col_s_9 {
        width: 75%
    }

    .g_col_s_10 {
        width: 83.33333333333334%
    }

    .g_col_s_11 {
        width: 91.66666666666666%
    }

    .g_col_s_12 {
        width: 100%
    }
}

.error-page-container[data-v-cf74b6b4] {
    position: fixed !important;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001000;
    background: $BACKGROUND-COLOR
}

.error-page-container .error-page-main[data-v-cf74b6b4] {
    height: 220px;
    margin-top: 150px;
    padding-top: 30px;
    font-size: 15px;
    text-align: center;
    color: $LIGHT_MODE_GREY3
}

.error-page-container .error-page-main p[data-v-cf74b6b4] {
    margin: 15px 0 0
}

.error-page-container .error-page-icon[data-v-cf74b6b4] {
    display: inline-block;
    width: 120px;
    height: 120px
}

.error-page-container .error-page-actions[data-v-cf74b6b4] {
    width: 100%;
    text-align: center
}

.error-page-container .error-page-actions .error-page-btn[data-v-cf74b6b4] {
    margin-left: auto;
    margin-right: auto;
    background: none;
    border-radius: 80px;
    color: $LIGHT_MODE_RED;
    width: 138px;
    height: 30px;
    font-size: 15px;
    border: 1px solid $LIGHT_MODE_RED;
    line-height: 28px
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
    .add-background[data-v-fcb41534] {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: hsla(0, 0%, 100%, .9)
    }
}

.narbar-container[data-v-fcb41534] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition-delay: .3s;
    z-index: 9999
}

.narbar-container.black .narbar-item a[data-v-fcb41534] {
    color: #333
}

.narbar-container .narbar-container-pc[data-v-fcb41534] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    height: 102px;
    transition: all .3s ease
}

.narbar-container .narbar-item[data-v-fcb41534] {
    position: relative;
    z-index: 0;
    line-height: 22px;
    margin-right: 40px;
    padding: 0 4px
}

.narbar-container .narbar-item[data-v-fcb41534]:last-child {
    margin-right: 0
}

.narbar-container .narbar-item[data-v-fcb41534]:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    height: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 4px;
    background: rgba(255, 36, 66, .1);
    transform: translateZ(0) scale(1);
    transform-origin: center bottom;
    transition: all .6s cubic-bezier(.2, .8, .2, 1) 0s;
    pointer-events: none
}

.narbar-container .narbar-item.active[data-v-fcb41534],
.narbar-container .narbar-item[data-v-fcb41534]:hover {
    transition: all .6s cubic-bezier(.2, .8, .2, 1)
}

.narbar-container .narbar-item.active[data-v-fcb41534]:before,
.narbar-container .narbar-item[data-v-fcb41534]:hover:before {
    height: 10px;
    transform: none
}

.narbar-container .narbar-item a[data-v-fcb41534] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #333
}

.background-menu[data-v-fcb41534] {
    background-color: var(--7eb2329e);
    -webkit-backdrop-filter: blur(var(--0fbd6320));
    backdrop-filter: blur(var(--0fbd6320));
    transition-delay: 0s
}

.logo-container[data-v-fcb41534] {
    cursor: pointer;
    width: 80px;
    height: 38px
}

@media (max-width:768px) {
    .narbar-container[data-v-fcb41534] {
        -webkit-mix-blend-mode: normal;
        mix-blend-mode: normal;
        position: fixed;
        padding: 0 28px;
        height: 64px
    }

    .logo-container[data-v-fcb41534] {
        width: 60px;
        height: auto
    }

    .mobile-navbar-entry[data-v-fcb41534] {
        display: flex;
        align-items: flex-end;
        flex-direction: column
    }

    .mobile-navbar-entry.active .top[data-v-fcb41534] {
        transform: translateY(6px) rotate(45deg)
    }

    .mobile-navbar-entry.active .center[data-v-fcb41534] {
        opacity: 0
    }

    .mobile-navbar-entry.active .bottom[data-v-fcb41534] {
        transform: translateY(-6px) rotate(-45deg)
    }

    .mobile-navbar-entry .bottom[data-v-fcb41534],
    .mobile-navbar-entry .center[data-v-fcb41534],
    .mobile-navbar-entry .top[data-v-fcb41534] {
        width: 20px;
        height: 2px;
        border-radius: 10px;
        background: #000;
        transform-origin: 45% 50%;
        transition: transform .35s, opacity .15s, width .35s
    }

    .mobile-navbar-entry .center[data-v-fcb41534] {
        margin-top: 5px;
        width: 12px
    }

    .mobile-navbar-entry .bottom[data-v-fcb41534] {
        margin-top: 5px
    }

    .narbar-mobile-item[data-v-fcb41534] {
        margin-left: 28px
    }

    .narbar-mobile-item span[data-v-fcb41534] {
        display: inline-block;
        opacity: 0;
        -webkit-animation: word-up-fcb41534 1s cubic-bezier(.16, 1, .3, 1) forwards;
        animation: word-up-fcb41534 1s cubic-bezier(.16, 1, .3, 1) forwards
    }

    .narbar-mobile-item span[data-v-fcb41534]:first-child {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(2) {
        -webkit-animation-delay: .13s;
        animation-delay: .13s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(3) {
        -webkit-animation-delay: .16s;
        animation-delay: .16s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(4) {
        -webkit-animation-delay: .19s;
        animation-delay: .19s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(5) {
        -webkit-animation-delay: .22s;
        animation-delay: .22s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(6) {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(7) {
        -webkit-animation-delay: .28s;
        animation-delay: .28s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(8) {
        -webkit-animation-delay: .31s;
        animation-delay: .31s
    }

    .narbar-mobile-item span[data-v-fcb41534]:nth-child(9) {
        -webkit-animation-delay: .33999999999999997s;
        animation-delay: .33999999999999997s
    }

    .narbar-container-mobile[data-v-fcb41534] {
        display: flex;
        position: fixed;
        left: 0;
        width: 100%;
        height: 100vh;
        background: hsla(0, 0%, 100%, .9);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        align-items: center;
        z-index: 9999;
        -webkit-animation: menu-display-fcb41534 .2s ease;
        animation: menu-display-fcb41534 .2s ease
    }

    .narbar-mobile-item[data-v-fcb41534] {
        margin-top: 30px
    }

    .narbar-mobile-item[data-v-fcb41534]:first-child {
        margin-top: 0
    }

    .narbar-mobile-item a[data-v-fcb41534] {
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        color: #000;
        text-decoration: none
    }
}

.chinese-entry[data-v-fcb41534] {
    position: absolute;
    left: 28px;
    bottom: 28px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    height: 28px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    color: #999;
    transform: translateY(15px);
    opacity: 0;
    cursor: pointer;
    -webkit-animation: tag-up-fcb41534 .6s cubic-bezier(.16, 1, .3, 1) forwards;
    animation: tag-up-fcb41534 .6s cubic-bezier(.16, 1, .3, 1) forwards;
    -webkit-animation-delay: .34s;
    animation-delay: .34s
}

.narbar-container-mobile-menus[data-v-fcb41534] {
    margin-top: -64px
}

@-webkit-keyframes menu-display-fcb41534 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes menu-display-fcb41534 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes word-up-fcb41534 {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes word-up-fcb41534 {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes tag-up-fcb41534 {
    0% {
        transform: translateY(15px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes tag-up-fcb41534 {
    0% {
        transform: translateY(15px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.footer-container[data-v-24e9cafb] {
    position: relative;
    padding-top: 50px
}

.menu-conatiner[data-v-24e9cafb] {
    margin-bottom: 56px;
    position: relative
}

@media screen and (min-width:768px) {
    .menu-conatiner[data-v-24e9cafb] {
        display: flex;
        justify-content: space-between
    }

    .red-logo-container[data-v-24e9cafb] {
        padding-left: 0
    }

    .red-logo-container .red-logo[data-v-24e9cafb] {
        height: 36px
    }

    .icons[data-v-24e9cafb] {
        width: 176px;
        display: flex;
        justify-content: space-between;
        flex-shrink: 1
    }

    .icons .svg[data-v-24e9cafb] {
        width: 36px;
        height: 36px;
        cursor: pointer;
        color: #999;
        transition: all .2s ease
    }

    .icons .Twitter[data-v-24e9cafb]:hover {
        color: #1d9bf0
    }

    .icons .YouTube[data-v-24e9cafb]:hover {
        color: red
    }

    .icons .LinkedIn[data-v-24e9cafb]:hover {
        color: #0a66c2
    }

    .menu-item-list[data-v-24e9cafb] {
        margin-left: 0
    }

    .menu-item-list .item-list[data-v-24e9cafb]:not(:first-child) {
        margin-top: 32px
    }

    .menu-item-list .item-list .main-item .menu-link[data-v-24e9cafb] {
        margin-bottom: 20px
    }

    .menu-item-list .sub-item-list .menu-link[data-v-24e9cafb]:not(:last-child) {
        margin-bottom: 8px
    }
}

.menu-link[data-v-24e9cafb] {
    display: block;
    font-size: 14px;
    line-height: 140%;
    color: #333;
    text-decoration: none;
    transition: all .2s ease
}

.menu-link[data-v-24e9cafb]:hover {
    opacity: .5
}

.main[data-v-24e9cafb] {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%
}

.bottom-info-wrapper[data-v-24e9cafb] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 26px
}

.bottom-info-wrapper .g_col_10[data-v-24e9cafb] {
    width: 100%;
    padding: 0
}

.info-flex-box[data-v-24e9cafb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

.bottom-info-items[data-v-24e9cafb],
.info-col[data-v-24e9cafb],
.info-text-box[data-v-24e9cafb] {
    display: flex
}

.info-text[data-v-24e9cafb] {
    font-size: 12px;
    line-height: 150%;
    color: #999
}

.info-link[data-v-24e9cafb] {
    display: inline-block;
    padding: 0 12px;
    height: 18px;
    text-decoration: none;
    color: #666;
    border-right: 1px solid #e6e6e6
}

.info-link[data-v-24e9cafb]:first-child {
    padding-left: 0
}

.info-link[data-v-24e9cafb]:last-child {
    border-right: none
}

.copyright[data-v-24e9cafb] {
    margin-left: 16px
}

.chinese-button[data-v-24e9cafb] {
    font-size: 12px;
    line-height: 100%;
    font-weight: 600;
    height: 28px;
    width: 48px;
    background: #f5f5f5;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer
}

.mobile-switch-box[data-v-24e9cafb] {
    display: none;
    width: 20px;
    height: 20px
}

.mobile-switch[data-v-24e9cafb] {
    display: block;
    position: relative;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    transition: all .3s ease-in-out
}

.mobile-switch[data-v-24e9cafb]:before {
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    width: 10px;
    background-color: #ccc;
    transform: translateY(-50%)
}

.mobile-switch[data-v-24e9cafb]:after {
    display: block;
    position: absolute;
    left: 50%;
    content: "";
    height: 10px;
    width: 1px;
    background-color: #ccc;
    transform: translateX(-50%)
}

@media screen and (max-width:768px) {
    .footer-container[data-v-24e9cafb] {
        padding-top: 0
    }

    .menu-conatiner[data-v-24e9cafb] {
        margin-bottom: 24px;
        display: block
    }

    .red-logo-container[data-v-24e9cafb] {
        margin-top: 40px;
        margin-bottom: 32px;
        position: relative
    }

    .red-logo[data-v-24e9cafb] {
        height: 28px;
        vertical-align: middle
    }

    .menu-item-list .item-list[data-v-24e9cafb]:not(:first-child) {
        margin-top: 0
    }

    .menu-item-list .item-list .main-item[data-v-24e9cafb] {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 44px
    }

    .menu-item-list .item-list .main-item .menu-link[data-v-24e9cafb] {
        margin-bottom: 0
    }

    .menu-item-list .item-list .main-item[data-v-24e9cafb]:before,
    .menu-item-list:nth-last-child(2) .item-list[data-v-24e9cafb]:last-child:after {
        display: block;
        content: "";
        top: 0;
        height: 1px;
        width: 100%;
        background-color: #e6e6e6;
        transform: scaleY(.5)
    }

    .menu-item-list .item-list .main-item[data-v-24e9cafb]:before {
        position: absolute
    }

    .sub-item-list .menu-link[data-v-24e9cafb] {
        margin-bottom: 14px;
        line-height: 100%
    }

    .main[data-v-24e9cafb] {
        margin-bottom: 0
    }

    .mobile-switch-box[data-v-24e9cafb] {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .switch-open[data-v-24e9cafb] {
        transform: rotate(-45deg)
    }

    .sub-item-list[data-v-24e9cafb] {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .sub-item-list .menu-link[data-v-24e9cafb] {
        margin-left: 16px
    }

    .sub-item-list .menu-link[data-v-24e9cafb]:first-child {
        margin-top: 4px
    }

    .sub-item-list-open[data-v-24e9cafb] {
        max-height: 200px;
        opacity: 1
    }

    .icons[data-v-24e9cafb] {
        padding-left: 10px
    }

    .icons .svg[data-v-24e9cafb] {
        margin-top: 40px;
        width: 32px;
        height: 32px;
        color: #999;
        transition: all .2s ease
    }

    .icons .Twitter[data-v-24e9cafb]:hover {
        color: #1d9bf0
    }

    .icons .YouTube[data-v-24e9cafb] {
        margin-left: 24px;
        margin-right: 24px
    }

    .icons .YouTube[data-v-24e9cafb]:hover {
        color: red
    }

    .icons .LinkedIn[data-v-24e9cafb]:hover {
        color: #0a66c2
    }

    .bottom-info-wrapper[data-v-24e9cafb] {
        margin-bottom: 24px
    }

    .bottom-info-items[data-v-24e9cafb] {
        margin-bottom: 4px
    }

    .info-flex-box[data-v-24e9cafb] {
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .info-text-box[data-v-24e9cafb] {
        flex-direction: column
    }

    .copyright[data-v-24e9cafb] {
        margin-left: 0
    }

    .chinese-button[data-v-24e9cafb] {
        position: absolute;
        vertical-align: middle;
        top: 40px;
        right: 28px
    }
}

.container {
    position: relative;
    height: 100%
}

.page-content-container {
    position: relative;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto
}

.page-flex-section {
    display: flex
}

@media screen and (max-width:768px) {
    .page-content-container {
        width: 90%;
        width: calc(100% - 56px)
    }

    .page-flex-section {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width:768px) {
    .page-switch-mask {
        display: none;
        position: fixed;
        top: 100vh;
        width: 100vw;
        height: 100vh;
        background-color: #fff
    }

    .router-vivw-leave-active {
        -webkit-animation: stay 1s cubic-bezier(.2, .8, .2, 1);
        animation: stay 1s cubic-bezier(.2, .8, .2, 1)
    }
}

.page-mask-leave-active {
    display: block;
    z-index: 900;
    will-change: transform;
    -webkit-animation: slide-up 2.3s cubic-bezier(.2, .8, .2, 1);
    animation: slide-up 2.3s cubic-bezier(.2, .8, .2, 1)
}

@-webkit-keyframes stay {
    0% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes stay {
    0% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slide-up {
    0% {
        transform: translateZ(0)
    }

    43.48% {
        transform: translate3d(0, -100%, 0)
    }

    56.52% {
        transform: translate3d(0, -100%, 0)
    }

    to {
        transform: translate3d(0, -200%, 0)
    }
}

@keyframes slide-up {
    0% {
        transform: translateZ(0)
    }

    43.48% {
        transform: translate3d(0, -100%, 0)
    }

    56.52% {
        transform: translate3d(0, -100%, 0)
    }

    to {
        transform: translate3d(0, -200%, 0)
    }
}

.first-screen-container[data-v-cad086b0] {
    position: relative;
    width: 100%;
    height: 200vh;
    background: #fff;
    transition: height .2s;
    pointer-events: none
}

.first-screen-container.fixed .video-fixed-container[data-v-cad086b0] {
    position: fixed;
    z-index: 900;
    top: 0
}

.video-fixed-container[data-v-cad086b0] {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 100vh;
    left: 0
}

.video-mask-container[data-v-cad086b0] {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    top: 0;
    will-change: scroll-position;
    background-color: #fff
}

.video-mask-container .video-container[data-v-cad086b0] {
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1
}

@media (max-width:768px) {
    .page-section[data-v-cad086b0] {
        padding: 50px 0
    }

    .first-screen-container .video-text[data-v-cad086b0] {
        display: none
    }

    .first-screen-container .video-mobile-text[data-v-cad086b0] {
        display: flex;
        width: 320px;
        height: auto
    }

    .guide-wrapper .guide[data-v-cad086b0] {
        width: 100%;
        left: 0
    }

    .pc-guide[data-v-cad086b0] {
        display: none
    }
}

.notice[data-v-cad086b0] {
    color: #999;
    font-family: Avenir Next;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: .1em;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    margin: 0 0 32px 12.5px;
    position: relative;
    text-transform: lowercase
}

.circle[data-v-cad086b0] {
    position: absolute;
    bottom: 0;
    -webkit-animation: spin-cad086b0 10s linear infinite;
    animation: spin-cad086b0 10s linear infinite
}

@-webkit-keyframes spin-cad086b0 {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin-cad086b0 {
    to {
        transform: rotate(1turn)
    }
}

.guide[data-v-cad086b0] {
    position: fixed;
    bottom: 80px;
    left: calc(50% - 40px)
}

.guide-wrapper[data-v-cad086b0] {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat;
    -webkit-mask-composite: xor;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat exclude, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat
}

.guide-wrapper.show[data-v-cad086b0] {
    display: block
}

.arrow[data-v-cad086b0] {
    position: absolute;
    bottom: 60px;
    left: 36.5px
}

.video-mask-container[data-v-cad086b0] {
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg width='1280' height='255' fill='' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 108.92059,196.22406 v -61.125 H 61.324593 v 22.494 h 22.005 v 21.027 c -4.89,2.119 -10.921,3.097 -17.441,3.097 -22.657,0 -35.208,-15.159 -35.208,-36.349 0,-20.701 14.344,-36.023 33.904,-36.023 11.247,0 20.538,4.564 25.917,10.758 l 17.603997,-20.049 C 98.488593,90.763063 81.699593,84.732063 63.606593,84.732063 c -35.208,0 -62.5920003,23.634997 -62.5920003,60.635997 0,36.349 26.5690003,60.799 63.4070003,60.799 17.767,0 33.252,-4.075 44.498997,-9.943 z' id='path704' /%3E%3Cpath d='m 174.06345,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' id='path706' /%3E%3Cpath d='m 257.9515,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path708' /%3E%3Cpath d='m 396.44449,122.05906 h -27.71 l -14.181,51.345 h -0.326 l -14.996,-51.345 h -26.895 l -14.507,51.345 h -0.489 l -14.018,-51.345 h -28.851 l 28.036,81.174 h 26.895 l 15.648,-50.53 h 0.326 l 15.974,50.53 h 26.895 z' id='path710' /%3E%3Cpath d='m 425.89054,96.142063 c 0,-8.15 -6.846,-14.67 -15.322,-14.67 -8.639,0 -15.322,6.846 -15.322,14.67 0,7.986997 6.683,14.669997 15.322,14.669997 8.476,0 15.322,-6.357 15.322,-14.669997 z m -1.956,107.090997 v -81.174 h -26.732 v 81.174 z' id='path712' /%3E%3Cpath d='m 515.32047,203.23306 v -50.204 c 0,-16.3 -7.824,-33.252 -29.666,-33.252 -11.247,0 -20.538,6.357 -24.287,13.529 h -0.326 v -11.247 h -25.917 v 81.174 h 26.895 v -44.01 c 0,-9.291 4.89,-17.441 14.344,-17.441 9.617,0 12.062,8.15 12.062,17.115 v 44.336 z' id='path714' /%3E%3Cpath d='m 611.59631,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path716' /%3E%3Cpath d='M 733.08047,111.62706 V 87.829063 h -93.073 v 23.797997 h 32.6 v 91.606 h 27.873 v -91.606 z' id='path718' /%3E%3Cpath d='m 804.74328,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path720' /%3E%3Cpath d='m 897.75927,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path722' /%3E%3Cpath d='m 930.46542,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path724' /%3E%3Cpath d='m 1044.1825,142.10806 v -20.049 h -19.071 v -21.353 h -26.24301 v 21.353 h -12.877 v 20.049 h 13.04 v 34.23 c 0,17.278 7.17201,28.851 28.85101,28.851 5.705,0 11.899,-1.141 15.485,-2.445 l -0.326,-19.56 c -1.956,0.815 -5.216,1.304 -7.824,1.304 -7.661,0 -10.106,-3.912 -10.106,-11.41 v -30.97 z' id='path726' /%3E%3Cpath d='m 1127.0925,203.23306 v -50.204 c 0,-16.3 -7.661,-33.252 -29.666,-33.252 -11.247,0 -19.723,6.031 -23.309,12.551 h -0.326 V 80.005063 h -26.732 V 203.23306 h 26.732 v -43.847 c 0,-9.617 5.216,-17.278 14.507,-17.278 9.617,0 11.899,7.987 11.899,17.115 v 44.01 z' id='path728' /%3E%3Cpath d='m 1158.8205,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path730' /%3E%3Cpath d='m 1278.2427,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' fill='%23333'/%3E%3C/svg%3E") center/calc(100vw - 160px) no-repeat;
    -webkit-mask-composite: xor;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat exclude, url("data:image/svg+xml;charset=utf-8,%3Csvg width='1280' height='255' fill='' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 108.92059,196.22406 v -61.125 H 61.324593 v 22.494 h 22.005 v 21.027 c -4.89,2.119 -10.921,3.097 -17.441,3.097 -22.657,0 -35.208,-15.159 -35.208,-36.349 0,-20.701 14.344,-36.023 33.904,-36.023 11.247,0 20.538,4.564 25.917,10.758 l 17.603997,-20.049 C 98.488593,90.763063 81.699593,84.732063 63.606593,84.732063 c -35.208,0 -62.5920003,23.634997 -62.5920003,60.635997 0,36.349 26.5690003,60.799 63.4070003,60.799 17.767,0 33.252,-4.075 44.498997,-9.943 z' id='path704' /%3E%3Cpath d='m 174.06345,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' id='path706' /%3E%3Cpath d='m 257.9515,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path708' /%3E%3Cpath d='m 396.44449,122.05906 h -27.71 l -14.181,51.345 h -0.326 l -14.996,-51.345 h -26.895 l -14.507,51.345 h -0.489 l -14.018,-51.345 h -28.851 l 28.036,81.174 h 26.895 l 15.648,-50.53 h 0.326 l 15.974,50.53 h 26.895 z' id='path710' /%3E%3Cpath d='m 425.89054,96.142063 c 0,-8.15 -6.846,-14.67 -15.322,-14.67 -8.639,0 -15.322,6.846 -15.322,14.67 0,7.986997 6.683,14.669997 15.322,14.669997 8.476,0 15.322,-6.357 15.322,-14.669997 z m -1.956,107.090997 v -81.174 h -26.732 v 81.174 z' id='path712' /%3E%3Cpath d='m 515.32047,203.23306 v -50.204 c 0,-16.3 -7.824,-33.252 -29.666,-33.252 -11.247,0 -20.538,6.357 -24.287,13.529 h -0.326 v -11.247 h -25.917 v 81.174 h 26.895 v -44.01 c 0,-9.291 4.89,-17.441 14.344,-17.441 9.617,0 12.062,8.15 12.062,17.115 v 44.336 z' id='path714' /%3E%3Cpath d='m 611.59631,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path716' /%3E%3Cpath d='M 733.08047,111.62706 V 87.829063 h -93.073 v 23.797997 h 32.6 v 91.606 h 27.873 v -91.606 z' id='path718' /%3E%3Cpath d='m 804.74328,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path720' /%3E%3Cpath d='m 897.75927,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path722' /%3E%3Cpath d='m 930.46542,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path724' /%3E%3Cpath d='m 1044.1825,142.10806 v -20.049 h -19.071 v -21.353 h -26.24301 v 21.353 h -12.877 v 20.049 h 13.04 v 34.23 c 0,17.278 7.17201,28.851 28.85101,28.851 5.705,0 11.899,-1.141 15.485,-2.445 l -0.326,-19.56 c -1.956,0.815 -5.216,1.304 -7.824,1.304 -7.661,0 -10.106,-3.912 -10.106,-11.41 v -30.97 z' id='path726' /%3E%3Cpath d='m 1127.0925,203.23306 v -50.204 c 0,-16.3 -7.661,-33.252 -29.666,-33.252 -11.247,0 -19.723,6.031 -23.309,12.551 h -0.326 V 80.005063 h -26.732 V 203.23306 h 26.732 v -43.847 c 0,-9.617 5.216,-17.278 14.507,-17.278 9.617,0 11.899,7.987 11.899,17.115 v 44.01 z' id='path728' /%3E%3Cpath d='m 1158.8205,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path730' /%3E%3Cpath d='m 1278.2427,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' fill='%23333'/%3E%3C/svg%3E") center/calc(100vw - 160px) no-repeat;
}

@media only screen and (max-width:768px) {
    .video-mask-container[data-v-cad086b0] {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vw/100vh no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg width='319' height='175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 318.98052,112.36937 c -0.65224,-0.24459 -1.79366,-0.32612 -2.85355,-0.32612 -4.97333,0 -8.9683,2.93507 -11.00655,7.01157 h -0.16306 v -5.87015 h -12.88173 v 40.60193 h 13.37091 v -20.87168 c 0,-3.34273 2.36437,-9.21289 9.53901,-9.21289 1.05989,0 2.20131,0.0815 3.42426,0.40765 z m -59.73307,16.46905 c 0.32612,-4.15803 4.0765,-7.74535 9.21289,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51386,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81027,0 -9.29442,-3.17967 -9.70207,-7.66382 h 29.43233 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.38369,19.81179 v -25.11124 c 0,-8.153 -3.83191,-16.63211 -14.83846,-16.63211 -5.62557,0 -9.86512,3.0166 -11.65878,6.2778 h -0.16306 V 92.149932 H 203.3464 V 153.7866 h 13.37092 v -21.93157 c 0,-4.81027 2.60896,-8.64218 7.25616,-8.64218 4.81027,0 5.95169,3.99497 5.95169,8.56065 v 22.0131 z m -41.47025,-30.57375 v -10.02818 h -9.53901 v -10.68043 h -13.12633 v 10.68043 h -6.44087 v 10.02818 h 6.5224 v 17.1213 c 0,8.64218 3.58733,14.43081 14.43081,14.43081 2.85355,0 5.95169,-0.57071 7.74535,-1.22295 l -0.16306,-9.7836 c -0.97836,0.40765 -2.60896,0.65224 -3.91344,0.65224 -3.83191,0 -5.05486,-1.95672 -5.05486,-5.7071 v -15.4907 z m -56.87945,5.62557 c 0.32612,-4.15803 4.0765,-7.74535 9.21288,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51385,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81026,0 -9.29441,-3.17967 -9.70206,-7.66382 h 29.43232 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.87294,15.97988 v -36.77002 h -12.63715 v 5.21791 h -0.16306 c -2.85355,-4.32108 -7.90841,-6.35933 -12.96327,-6.35933 -12.229494,0 -19.322602,10.02818 -19.322602,21.27932 0,11.25114 7.093108,20.87168 19.404132,20.87168 5.38098,0 9.7836,-2.11978 12.31103,-5.38098 h 0.24459 v 2.4459 c 0,6.76699 -3.66885,11.33266 -11.49573,11.33266 -4.565676,0 -9.539005,-1.71213 -13.452444,-5.13638 l -6.685458,9.539 c 5.462509,4.0765 13.778566,6.35934 20.871672,6.35934 14.43081,0 23.88829,-7.50076 23.88829,-23.3991 z m -12.71868,-16.71365 c 0,5.54404 -3.75038,10.35431 -9.86513,10.35431 -6.03322,0 -9.539005,-4.97333 -9.539005,-10.35431 0,-5.62557 3.505785,-10.27278 9.539005,-10.27278 6.03322,0 9.86513,4.72874 9.86513,10.27278 z m -33.806426,0.0815 c 0,-13.28939 -10.272777,-21.44238 -22.583804,-21.44238 -12.229498,0 -22.502276,8.15299 -22.502276,21.44238 0,13.28939 10.272778,21.76851 22.502276,21.76851 12.311027,0 22.583804,-8.47912 22.583804,-21.76851 z m -12.881737,0 c 0,5.21792 -3.342729,10.51737 -9.620537,10.51737 -6.277809,0 -9.620539,-5.29945 -9.620539,-10.51737 0,-5.21792 3.261201,-10.35431 9.539009,-10.35431 6.277808,0 9.702067,5.13639 9.702067,10.35431 z M 46.299137,107.96675 V 96.063371 H -0.25448066 V 107.96675 H 16.051515 V 153.7866 H 29.993142 V 107.96675 Z M 319.59143,70.148745 V 31.753726 h -13.19562 v 5.448517 h -0.17027 c -2.97966,-4.512053 -8.25791,-6.64038 -13.53616,-6.64038 -12.76996,0 -20.17654,10.471368 -20.17654,22.219733 0,11.748366 7.40658,21.794069 20.26167,21.794069 5.61879,0 10.21597,-2.21346 12.8551,-5.618783 h 0.2554 v 2.553992 c 0,7.066046 -3.83099,11.833498 -12.00377,11.833498 -4.76745,0 -9.96057,-1.787795 -14.04695,-5.363384 l -6.98092,9.96057 c 5.70392,4.256654 14.38749,6.64038 21.79407,6.64038 15.06856,0 24.94399,-7.832243 24.94399,-24.433193 z M 306.31067,52.696463 c 0,5.789049 -3.91612,10.811902 -10.3011,10.811902 -6.29985,0 -9.96057,-5.193119 -9.96057,-10.811902 0,-5.874182 3.66072,-10.726768 9.96057,-10.726768 6.29985,0 10.3011,4.937719 10.3011,10.726768 z M 269.30764,74.15 V 47.929011 c 0,-8.513308 -4.08639,-17.367148 -15.49422,-17.367148 -5.87418,0 -10.72677,3.32019 -12.68483,7.066045 h -0.17027 V 31.753726 H 227.42217 V 74.15 h 14.04695 V 51.164067 c 0,-4.852585 2.55399,-9.109239 7.49171,-9.109239 5.02285,0 6.29985,4.256654 6.29985,8.938973 V 74.15 Z M 222.59939,18.217569 c 0,-4.256654 -3.57559,-7.661977 -8.00251,-7.661977 -4.51206,0 -8.00251,3.575589 -8.00251,7.661977 0,4.171519 3.49045,7.661975 8.00251,7.661975 4.42692,0 8.00251,-3.32019 8.00251,-7.661975 z M 221.57779,74.15 V 31.753726 H 207.61597 V 74.15 Z M 207.22004,31.753726 h -14.47262 l -7.40658,26.816919 h -0.17026 l -7.83225,-26.816919 h -14.04695 l -7.57685,26.816919 h -0.25539 L 148.13769,31.753726 H 133.06914 L 147.71203,74.15 h 14.04695 l 8.17278,-26.391256 h 0.17026 L 178.44506,74.15 h 14.04696 z m -72.33333,21.02787 c 0,-13.876691 -10.72677,-22.389999 -23.58187,-22.389999 -12.769956,0 -23.496724,8.513308 -23.496724,22.389999 0,13.876693 10.726768,22.730533 23.496724,22.730533 12.8551,0 23.58187,-8.85384 23.58187,-22.730533 z m -13.45103,0 c 0,5.448517 -3.49046,10.982168 -10.0457,10.982168 -6.55525,0 -10.04571,-5.533651 -10.04571,-10.982168 0,-5.448517 3.40533,-10.811901 9.96057,-10.811901 6.55525,0 10.13084,5.363384 10.13084,10.811901 z M 91.072917,30.902395 c -0.681064,-0.255399 -1.872928,-0.340532 -2.979657,-0.340532 -5.193118,0 -9.364639,3.064791 -11.492966,7.321445 H 76.430028 V 31.753726 H 62.979002 V 74.15 H 76.940827 V 52.35593 c 0,-3.490456 2.468859,-9.620037 9.960569,-9.620037 1.10673,0 2.298593,0.08513 3.57559,0.425665 z M 57.04953,70.489277 V 38.564372 H 32.190671 v 11.748365 h 11.492965 v 10.982167 c -2.553992,1.10673 -5.703916,1.61753 -9.109239,1.61753 -11.833498,0 -18.388745,-7.917378 -18.388745,-18.984678 0,-10.811901 7.491711,-18.81441 17.70768,-18.81441 5.874182,0 10.726768,2.383726 13.536159,5.618783 l 9.194374,-10.471368 c -5.022853,-4.852584 -13.79156,-8.002508 -23.241331,-8.002508 -18.388745,0 -32.69110156,12.344295 -32.69110156,31.669503 0,18.984678 13.87669156,31.754639 33.11676656,31.754639 9.279505,0 17.367148,-2.128327 23.241331,-5.193118 z' fill='%23fff'/%3E%3C/svg%3E") center/calc(100vw - 56px) no-repeat;
        -webkit-mask-composite: xor;
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vw/100vh no-repeat exclude, url("data:image/svg+xml;charset=utf-8,%3Csvg width='319' height='175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 318.98052,112.36937 c -0.65224,-0.24459 -1.79366,-0.32612 -2.85355,-0.32612 -4.97333,0 -8.9683,2.93507 -11.00655,7.01157 h -0.16306 v -5.87015 h -12.88173 v 40.60193 h 13.37091 v -20.87168 c 0,-3.34273 2.36437,-9.21289 9.53901,-9.21289 1.05989,0 2.20131,0.0815 3.42426,0.40765 z m -59.73307,16.46905 c 0.32612,-4.15803 4.0765,-7.74535 9.21289,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51386,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81027,0 -9.29442,-3.17967 -9.70207,-7.66382 h 29.43233 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.38369,19.81179 v -25.11124 c 0,-8.153 -3.83191,-16.63211 -14.83846,-16.63211 -5.62557,0 -9.86512,3.0166 -11.65878,6.2778 h -0.16306 V 92.149932 H 203.3464 V 153.7866 h 13.37092 v -21.93157 c 0,-4.81027 2.60896,-8.64218 7.25616,-8.64218 4.81027,0 5.95169,3.99497 5.95169,8.56065 v 22.0131 z m -41.47025,-30.57375 v -10.02818 h -9.53901 v -10.68043 h -13.12633 v 10.68043 h -6.44087 v 10.02818 h 6.5224 v 17.1213 c 0,8.64218 3.58733,14.43081 14.43081,14.43081 2.85355,0 5.95169,-0.57071 7.74535,-1.22295 l -0.16306,-9.7836 c -0.97836,0.40765 -2.60896,0.65224 -3.91344,0.65224 -3.83191,0 -5.05486,-1.95672 -5.05486,-5.7071 v -15.4907 z m -56.87945,5.62557 c 0.32612,-4.15803 4.0765,-7.74535 9.21288,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51385,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81026,0 -9.29441,-3.17967 -9.70206,-7.66382 h 29.43232 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.87294,15.97988 v -36.77002 h -12.63715 v 5.21791 h -0.16306 c -2.85355,-4.32108 -7.90841,-6.35933 -12.96327,-6.35933 -12.229494,0 -19.322602,10.02818 -19.322602,21.27932 0,11.25114 7.093108,20.87168 19.404132,20.87168 5.38098,0 9.7836,-2.11978 12.31103,-5.38098 h 0.24459 v 2.4459 c 0,6.76699 -3.66885,11.33266 -11.49573,11.33266 -4.565676,0 -9.539005,-1.71213 -13.452444,-5.13638 l -6.685458,9.539 c 5.462509,4.0765 13.778566,6.35934 20.871672,6.35934 14.43081,0 23.88829,-7.50076 23.88829,-23.3991 z m -12.71868,-16.71365 c 0,5.54404 -3.75038,10.35431 -9.86513,10.35431 -6.03322,0 -9.539005,-4.97333 -9.539005,-10.35431 0,-5.62557 3.505785,-10.27278 9.539005,-10.27278 6.03322,0 9.86513,4.72874 9.86513,10.27278 z m -33.806426,0.0815 c 0,-13.28939 -10.272777,-21.44238 -22.583804,-21.44238 -12.229498,0 -22.502276,8.15299 -22.502276,21.44238 0,13.28939 10.272778,21.76851 22.502276,21.76851 12.311027,0 22.583804,-8.47912 22.583804,-21.76851 z m -12.881737,0 c 0,5.21792 -3.342729,10.51737 -9.620537,10.51737 -6.277809,0 -9.620539,-5.29945 -9.620539,-10.51737 0,-5.21792 3.261201,-10.35431 9.539009,-10.35431 6.277808,0 9.702067,5.13639 9.702067,10.35431 z M 46.299137,107.96675 V 96.063371 H -0.25448066 V 107.96675 H 16.051515 V 153.7866 H 29.993142 V 107.96675 Z M 319.59143,70.148745 V 31.753726 h -13.19562 v 5.448517 h -0.17027 c -2.97966,-4.512053 -8.25791,-6.64038 -13.53616,-6.64038 -12.76996,0 -20.17654,10.471368 -20.17654,22.219733 0,11.748366 7.40658,21.794069 20.26167,21.794069 5.61879,0 10.21597,-2.21346 12.8551,-5.618783 h 0.2554 v 2.553992 c 0,7.066046 -3.83099,11.833498 -12.00377,11.833498 -4.76745,0 -9.96057,-1.787795 -14.04695,-5.363384 l -6.98092,9.96057 c 5.70392,4.256654 14.38749,6.64038 21.79407,6.64038 15.06856,0 24.94399,-7.832243 24.94399,-24.433193 z M 306.31067,52.696463 c 0,5.789049 -3.91612,10.811902 -10.3011,10.811902 -6.29985,0 -9.96057,-5.193119 -9.96057,-10.811902 0,-5.874182 3.66072,-10.726768 9.96057,-10.726768 6.29985,0 10.3011,4.937719 10.3011,10.726768 z M 269.30764,74.15 V 47.929011 c 0,-8.513308 -4.08639,-17.367148 -15.49422,-17.367148 -5.87418,0 -10.72677,3.32019 -12.68483,7.066045 h -0.17027 V 31.753726 H 227.42217 V 74.15 h 14.04695 V 51.164067 c 0,-4.852585 2.55399,-9.109239 7.49171,-9.109239 5.02285,0 6.29985,4.256654 6.29985,8.938973 V 74.15 Z M 222.59939,18.217569 c 0,-4.256654 -3.57559,-7.661977 -8.00251,-7.661977 -4.51206,0 -8.00251,3.575589 -8.00251,7.661977 0,4.171519 3.49045,7.661975 8.00251,7.661975 4.42692,0 8.00251,-3.32019 8.00251,-7.661975 z M 221.57779,74.15 V 31.753726 H 207.61597 V 74.15 Z M 207.22004,31.753726 h -14.47262 l -7.40658,26.816919 h -0.17026 l -7.83225,-26.816919 h -14.04695 l -7.57685,26.816919 h -0.25539 L 148.13769,31.753726 H 133.06914 L 147.71203,74.15 h 14.04695 l 8.17278,-26.391256 h 0.17026 L 178.44506,74.15 h 14.04696 z m -72.33333,21.02787 c 0,-13.876691 -10.72677,-22.389999 -23.58187,-22.389999 -12.769956,0 -23.496724,8.513308 -23.496724,22.389999 0,13.876693 10.726768,22.730533 23.496724,22.730533 12.8551,0 23.58187,-8.85384 23.58187,-22.730533 z m -13.45103,0 c 0,5.448517 -3.49046,10.982168 -10.0457,10.982168 -6.55525,0 -10.04571,-5.533651 -10.04571,-10.982168 0,-5.448517 3.40533,-10.811901 9.96057,-10.811901 6.55525,0 10.13084,5.363384 10.13084,10.811901 z M 91.072917,30.902395 c -0.681064,-0.255399 -1.872928,-0.340532 -2.979657,-0.340532 -5.193118,0 -9.364639,3.064791 -11.492966,7.321445 H 76.430028 V 31.753726 H 62.979002 V 74.15 H 76.940827 V 52.35593 c 0,-3.490456 2.468859,-9.620037 9.960569,-9.620037 1.10673,0 2.298593,0.08513 3.57559,0.425665 z M 57.04953,70.489277 V 38.564372 H 32.190671 v 11.748365 h 11.492965 v 10.982167 c -2.553992,1.10673 -5.703916,1.61753 -9.109239,1.61753 -11.833498,0 -18.388745,-7.917378 -18.388745,-18.984678 0,-10.811901 7.491711,-18.81441 17.70768,-18.81441 5.874182,0 10.726768,2.383726 13.536159,5.618783 l 9.194374,-10.471368 c -5.022853,-4.852584 -13.79156,-8.002508 -23.241331,-8.002508 -18.388745,0 -32.69110156,12.344295 -32.69110156,31.669503 0,18.984678 13.87669156,31.754639 33.11676656,31.754639 9.279505,0 17.367148,-2.128327 23.241331,-5.193118 z' fill='%23fff'/%3E%3C/svg%3E") center/calc(100vw - 56px) no-repeat;
    }

    .guide[data-v-cad086b0] {
        bottom: 40px
    }

    .notice[data-v-cad086b0] {
        color: #999;
        font-family: Avenir Next;
        font-size: 16px;
        line-height: 100%;
        display: flex;
        align-items: center;
        letter-spacing: .1em;
        font-feature-settings: "smcp";
        font-variant: small-caps;
        text-transform: lowercase;
        position: absolute;
        bottom: 80px;
        width: 100%;
        margin: 0;
        text-align: center;
        display: block
    }

    .mobile-guide span[data-v-cad086b0] {
        position: absolute;
        bottom: 56px;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-left: -10px;
        border-left: 1px solid #999;
        border-bottom: 1px solid #999;
        transform: rotate(-45deg);
        -webkit-animation: sdb-cad086b0 1.3s ease infinite;
        animation: sdb-cad086b0 1.3s ease infinite;
        opacity: 0;
        box-sizing: border-box
    }

    .mobile-guide span[data-v-cad086b0]:first-of-type {
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .mobile-guide span[data-v-cad086b0]:nth-of-type(2) {
        bottom: 40px;
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    @-webkit-keyframes sdb-cad086b0 {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    @keyframes sdb-cad086b0 {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    .video-mask-container[data-v-cad086b0] {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vw/100vh no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg width='319' height='175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 318.98052,112.36937 c -0.65224,-0.24459 -1.79366,-0.32612 -2.85355,-0.32612 -4.97333,0 -8.9683,2.93507 -11.00655,7.01157 h -0.16306 v -5.87015 h -12.88173 v 40.60193 h 13.37091 v -20.87168 c 0,-3.34273 2.36437,-9.21289 9.53901,-9.21289 1.05989,0 2.20131,0.0815 3.42426,0.40765 z m -59.73307,16.46905 c 0.32612,-4.15803 4.0765,-7.74535 9.21289,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51386,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81027,0 -9.29442,-3.17967 -9.70207,-7.66382 h 29.43233 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.38369,19.81179 v -25.11124 c 0,-8.153 -3.83191,-16.63211 -14.83846,-16.63211 -5.62557,0 -9.86512,3.0166 -11.65878,6.2778 h -0.16306 V 92.149932 H 203.3464 V 153.7866 h 13.37092 v -21.93157 c 0,-4.81027 2.60896,-8.64218 7.25616,-8.64218 4.81027,0 5.95169,3.99497 5.95169,8.56065 v 22.0131 z m -41.47025,-30.57375 v -10.02818 h -9.53901 v -10.68043 h -13.12633 v 10.68043 h -6.44087 v 10.02818 h 6.5224 v 17.1213 c 0,8.64218 3.58733,14.43081 14.43081,14.43081 2.85355,0 5.95169,-0.57071 7.74535,-1.22295 l -0.16306,-9.7836 c -0.97836,0.40765 -2.60896,0.65224 -3.91344,0.65224 -3.83191,0 -5.05486,-1.95672 -5.05486,-5.7071 v -15.4907 z m -56.87945,5.62557 c 0.32612,-4.15803 4.0765,-7.74535 9.21288,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51385,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81026,0 -9.29441,-3.17967 -9.70206,-7.66382 h 29.43232 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.87294,15.97988 v -36.77002 h -12.63715 v 5.21791 h -0.16306 c -2.85355,-4.32108 -7.90841,-6.35933 -12.96327,-6.35933 -12.229494,0 -19.322602,10.02818 -19.322602,21.27932 0,11.25114 7.093108,20.87168 19.404132,20.87168 5.38098,0 9.7836,-2.11978 12.31103,-5.38098 h 0.24459 v 2.4459 c 0,6.76699 -3.66885,11.33266 -11.49573,11.33266 -4.565676,0 -9.539005,-1.71213 -13.452444,-5.13638 l -6.685458,9.539 c 5.462509,4.0765 13.778566,6.35934 20.871672,6.35934 14.43081,0 23.88829,-7.50076 23.88829,-23.3991 z m -12.71868,-16.71365 c 0,5.54404 -3.75038,10.35431 -9.86513,10.35431 -6.03322,0 -9.539005,-4.97333 -9.539005,-10.35431 0,-5.62557 3.505785,-10.27278 9.539005,-10.27278 6.03322,0 9.86513,4.72874 9.86513,10.27278 z m -33.806426,0.0815 c 0,-13.28939 -10.272777,-21.44238 -22.583804,-21.44238 -12.229498,0 -22.502276,8.15299 -22.502276,21.44238 0,13.28939 10.272778,21.76851 22.502276,21.76851 12.311027,0 22.583804,-8.47912 22.583804,-21.76851 z m -12.881737,0 c 0,5.21792 -3.342729,10.51737 -9.620537,10.51737 -6.277809,0 -9.620539,-5.29945 -9.620539,-10.51737 0,-5.21792 3.261201,-10.35431 9.539009,-10.35431 6.277808,0 9.702067,5.13639 9.702067,10.35431 z M 46.299137,107.96675 V 96.063371 H -0.25448066 V 107.96675 H 16.051515 V 153.7866 H 29.993142 V 107.96675 Z M 319.59143,70.148745 V 31.753726 h -13.19562 v 5.448517 h -0.17027 c -2.97966,-4.512053 -8.25791,-6.64038 -13.53616,-6.64038 -12.76996,0 -20.17654,10.471368 -20.17654,22.219733 0,11.748366 7.40658,21.794069 20.26167,21.794069 5.61879,0 10.21597,-2.21346 12.8551,-5.618783 h 0.2554 v 2.553992 c 0,7.066046 -3.83099,11.833498 -12.00377,11.833498 -4.76745,0 -9.96057,-1.787795 -14.04695,-5.363384 l -6.98092,9.96057 c 5.70392,4.256654 14.38749,6.64038 21.79407,6.64038 15.06856,0 24.94399,-7.832243 24.94399,-24.433193 z M 306.31067,52.696463 c 0,5.789049 -3.91612,10.811902 -10.3011,10.811902 -6.29985,0 -9.96057,-5.193119 -9.96057,-10.811902 0,-5.874182 3.66072,-10.726768 9.96057,-10.726768 6.29985,0 10.3011,4.937719 10.3011,10.726768 z M 269.30764,74.15 V 47.929011 c 0,-8.513308 -4.08639,-17.367148 -15.49422,-17.367148 -5.87418,0 -10.72677,3.32019 -12.68483,7.066045 h -0.17027 V 31.753726 H 227.42217 V 74.15 h 14.04695 V 51.164067 c 0,-4.852585 2.55399,-9.109239 7.49171,-9.109239 5.02285,0 6.29985,4.256654 6.29985,8.938973 V 74.15 Z M 222.59939,18.217569 c 0,-4.256654 -3.57559,-7.661977 -8.00251,-7.661977 -4.51206,0 -8.00251,3.575589 -8.00251,7.661977 0,4.171519 3.49045,7.661975 8.00251,7.661975 4.42692,0 8.00251,-3.32019 8.00251,-7.661975 z M 221.57779,74.15 V 31.753726 H 207.61597 V 74.15 Z M 207.22004,31.753726 h -14.47262 l -7.40658,26.816919 h -0.17026 l -7.83225,-26.816919 h -14.04695 l -7.57685,26.816919 h -0.25539 L 148.13769,31.753726 H 133.06914 L 147.71203,74.15 h 14.04695 l 8.17278,-26.391256 h 0.17026 L 178.44506,74.15 h 14.04696 z m -72.33333,21.02787 c 0,-13.876691 -10.72677,-22.389999 -23.58187,-22.389999 -12.769956,0 -23.496724,8.513308 -23.496724,22.389999 0,13.876693 10.726768,22.730533 23.496724,22.730533 12.8551,0 23.58187,-8.85384 23.58187,-22.730533 z m -13.45103,0 c 0,5.448517 -3.49046,10.982168 -10.0457,10.982168 -6.55525,0 -10.04571,-5.533651 -10.04571,-10.982168 0,-5.448517 3.40533,-10.811901 9.96057,-10.811901 6.55525,0 10.13084,5.363384 10.13084,10.811901 z M 91.072917,30.902395 c -0.681064,-0.255399 -1.872928,-0.340532 -2.979657,-0.340532 -5.193118,0 -9.364639,3.064791 -11.492966,7.321445 H 76.430028 V 31.753726 H 62.979002 V 74.15 H 76.940827 V 52.35593 c 0,-3.490456 2.468859,-9.620037 9.960569,-9.620037 1.10673,0 2.298593,0.08513 3.57559,0.425665 z M 57.04953,70.489277 V 38.564372 H 32.190671 v 11.748365 h 11.492965 v 10.982167 c -2.553992,1.10673 -5.703916,1.61753 -9.109239,1.61753 -11.833498,0 -18.388745,-7.917378 -18.388745,-18.984678 0,-10.811901 7.491711,-18.81441 17.70768,-18.81441 5.874182,0 10.726768,2.383726 13.536159,5.618783 l 9.194374,-10.471368 c -5.022853,-4.852584 -13.79156,-8.002508 -23.241331,-8.002508 -18.388745,0 -32.69110156,12.344295 -32.69110156,31.669503 0,18.984678 13.87669156,31.754639 33.11676656,31.754639 9.279505,0 17.367148,-2.128327 23.241331,-5.193118 z' fill='%23fff'/%3E%3C/svg%3E") center/calc(100vw - 56px) no-repeat;
        -webkit-mask-composite: xor;
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vw/100vh no-repeat exclude, url("data:image/svg+xml;charset=utf-8,%3Csvg width='319' height='175' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 318.98052,112.36937 c -0.65224,-0.24459 -1.79366,-0.32612 -2.85355,-0.32612 -4.97333,0 -8.9683,2.93507 -11.00655,7.01157 h -0.16306 v -5.87015 h -12.88173 v 40.60193 h 13.37091 v -20.87168 c 0,-3.34273 2.36437,-9.21289 9.53901,-9.21289 1.05989,0 2.20131,0.0815 3.42426,0.40765 z m -59.73307,16.46905 c 0.32612,-4.15803 4.0765,-7.74535 9.21289,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51386,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81027,0 -9.29442,-3.17967 -9.70207,-7.66382 h 29.43233 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.38369,19.81179 v -25.11124 c 0,-8.153 -3.83191,-16.63211 -14.83846,-16.63211 -5.62557,0 -9.86512,3.0166 -11.65878,6.2778 h -0.16306 V 92.149932 H 203.3464 V 153.7866 h 13.37092 v -21.93157 c 0,-4.81027 2.60896,-8.64218 7.25616,-8.64218 4.81027,0 5.95169,3.99497 5.95169,8.56065 v 22.0131 z m -41.47025,-30.57375 v -10.02818 h -9.53901 v -10.68043 h -13.12633 v 10.68043 h -6.44087 v 10.02818 h 6.5224 v 17.1213 c 0,8.64218 3.58733,14.43081 14.43081,14.43081 2.85355,0 5.95169,-0.57071 7.74535,-1.22295 l -0.16306,-9.7836 c -0.97836,0.40765 -2.60896,0.65224 -3.91344,0.65224 -3.83191,0 -5.05486,-1.95672 -5.05486,-5.7071 v -15.4907 z m -56.87945,5.62557 c 0.32612,-4.15803 4.0765,-7.74535 9.21288,-7.74535 5.29945,0 7.98994,3.50579 7.98994,7.74535 z m 29.51385,5.13639 c 0,-13.8601 -8.39759,-22.09462 -20.3825,-22.09462 -12.31102,0 -21.93156,8.47911 -21.93156,21.7685 0,13.69704 10.10972,21.44239 22.33921,21.44239 8.23453,0 14.59387,-3.09814 18.42578,-8.64218 l -9.29442,-5.87016 c -1.79366,2.4459 -4.72874,4.23956 -8.9683,4.23956 -4.81026,0 -9.29441,-3.17967 -9.70206,-7.66382 h 29.43232 c 0.0815,-0.97836 0.0815,-2.11978 0.0815,-3.17967 z m -45.87294,15.97988 v -36.77002 h -12.63715 v 5.21791 h -0.16306 c -2.85355,-4.32108 -7.90841,-6.35933 -12.96327,-6.35933 -12.229494,0 -19.322602,10.02818 -19.322602,21.27932 0,11.25114 7.093108,20.87168 19.404132,20.87168 5.38098,0 9.7836,-2.11978 12.31103,-5.38098 h 0.24459 v 2.4459 c 0,6.76699 -3.66885,11.33266 -11.49573,11.33266 -4.565676,0 -9.539005,-1.71213 -13.452444,-5.13638 l -6.685458,9.539 c 5.462509,4.0765 13.778566,6.35934 20.871672,6.35934 14.43081,0 23.88829,-7.50076 23.88829,-23.3991 z m -12.71868,-16.71365 c 0,5.54404 -3.75038,10.35431 -9.86513,10.35431 -6.03322,0 -9.539005,-4.97333 -9.539005,-10.35431 0,-5.62557 3.505785,-10.27278 9.539005,-10.27278 6.03322,0 9.86513,4.72874 9.86513,10.27278 z m -33.806426,0.0815 c 0,-13.28939 -10.272777,-21.44238 -22.583804,-21.44238 -12.229498,0 -22.502276,8.15299 -22.502276,21.44238 0,13.28939 10.272778,21.76851 22.502276,21.76851 12.311027,0 22.583804,-8.47912 22.583804,-21.76851 z m -12.881737,0 c 0,5.21792 -3.342729,10.51737 -9.620537,10.51737 -6.277809,0 -9.620539,-5.29945 -9.620539,-10.51737 0,-5.21792 3.261201,-10.35431 9.539009,-10.35431 6.277808,0 9.702067,5.13639 9.702067,10.35431 z M 46.299137,107.96675 V 96.063371 H -0.25448066 V 107.96675 H 16.051515 V 153.7866 H 29.993142 V 107.96675 Z M 319.59143,70.148745 V 31.753726 h -13.19562 v 5.448517 h -0.17027 c -2.97966,-4.512053 -8.25791,-6.64038 -13.53616,-6.64038 -12.76996,0 -20.17654,10.471368 -20.17654,22.219733 0,11.748366 7.40658,21.794069 20.26167,21.794069 5.61879,0 10.21597,-2.21346 12.8551,-5.618783 h 0.2554 v 2.553992 c 0,7.066046 -3.83099,11.833498 -12.00377,11.833498 -4.76745,0 -9.96057,-1.787795 -14.04695,-5.363384 l -6.98092,9.96057 c 5.70392,4.256654 14.38749,6.64038 21.79407,6.64038 15.06856,0 24.94399,-7.832243 24.94399,-24.433193 z M 306.31067,52.696463 c 0,5.789049 -3.91612,10.811902 -10.3011,10.811902 -6.29985,0 -9.96057,-5.193119 -9.96057,-10.811902 0,-5.874182 3.66072,-10.726768 9.96057,-10.726768 6.29985,0 10.3011,4.937719 10.3011,10.726768 z M 269.30764,74.15 V 47.929011 c 0,-8.513308 -4.08639,-17.367148 -15.49422,-17.367148 -5.87418,0 -10.72677,3.32019 -12.68483,7.066045 h -0.17027 V 31.753726 H 227.42217 V 74.15 h 14.04695 V 51.164067 c 0,-4.852585 2.55399,-9.109239 7.49171,-9.109239 5.02285,0 6.29985,4.256654 6.29985,8.938973 V 74.15 Z M 222.59939,18.217569 c 0,-4.256654 -3.57559,-7.661977 -8.00251,-7.661977 -4.51206,0 -8.00251,3.575589 -8.00251,7.661977 0,4.171519 3.49045,7.661975 8.00251,7.661975 4.42692,0 8.00251,-3.32019 8.00251,-7.661975 z M 221.57779,74.15 V 31.753726 H 207.61597 V 74.15 Z M 207.22004,31.753726 h -14.47262 l -7.40658,26.816919 h -0.17026 l -7.83225,-26.816919 h -14.04695 l -7.57685,26.816919 h -0.25539 L 148.13769,31.753726 H 133.06914 L 147.71203,74.15 h 14.04695 l 8.17278,-26.391256 h 0.17026 L 178.44506,74.15 h 14.04696 z m -72.33333,21.02787 c 0,-13.876691 -10.72677,-22.389999 -23.58187,-22.389999 -12.769956,0 -23.496724,8.513308 -23.496724,22.389999 0,13.876693 10.726768,22.730533 23.496724,22.730533 12.8551,0 23.58187,-8.85384 23.58187,-22.730533 z m -13.45103,0 c 0,5.448517 -3.49046,10.982168 -10.0457,10.982168 -6.55525,0 -10.04571,-5.533651 -10.04571,-10.982168 0,-5.448517 3.40533,-10.811901 9.96057,-10.811901 6.55525,0 10.13084,5.363384 10.13084,10.811901 z M 91.072917,30.902395 c -0.681064,-0.255399 -1.872928,-0.340532 -2.979657,-0.340532 -5.193118,0 -9.364639,3.064791 -11.492966,7.321445 H 76.430028 V 31.753726 H 62.979002 V 74.15 H 76.940827 V 52.35593 c 0,-3.490456 2.468859,-9.620037 9.960569,-9.620037 1.10673,0 2.298593,0.08513 3.57559,0.425665 z M 57.04953,70.489277 V 38.564372 H 32.190671 v 11.748365 h 11.492965 v 10.982167 c -2.553992,1.10673 -5.703916,1.61753 -9.109239,1.61753 -11.833498,0 -18.388745,-7.917378 -18.388745,-18.984678 0,-10.811901 7.491711,-18.81441 17.70768,-18.81441 5.874182,0 10.726768,2.383726 13.536159,5.618783 l 9.194374,-10.471368 c -5.022853,-4.852584 -13.79156,-8.002508 -23.241331,-8.002508 -18.388745,0 -32.69110156,12.344295 -32.69110156,31.669503 0,18.984678 13.87669156,31.754639 33.11676656,31.754639 9.279505,0 17.367148,-2.128327 23.241331,-5.193118 z' fill='%23fff'/%3E%3C/svg%3E") center/calc(100vw - 56px) no-repeat;
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .video-mask-container[data-v-cad086b0] {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg width='1280' height='255' fill='' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 108.92059,196.22406 v -61.125 H 61.324593 v 22.494 h 22.005 v 21.027 c -4.89,2.119 -10.921,3.097 -17.441,3.097 -22.657,0 -35.208,-15.159 -35.208,-36.349 0,-20.701 14.344,-36.023 33.904,-36.023 11.247,0 20.538,4.564 25.917,10.758 l 17.603997,-20.049 C 98.488593,90.763063 81.699593,84.732063 63.606593,84.732063 c -35.208,0 -62.5920003,23.634997 -62.5920003,60.635997 0,36.349 26.5690003,60.799 63.4070003,60.799 17.767,0 33.252,-4.075 44.498997,-9.943 z' id='path704' /%3E%3Cpath d='m 174.06345,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' id='path706' /%3E%3Cpath d='m 257.9515,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path708' /%3E%3Cpath d='m 396.44449,122.05906 h -27.71 l -14.181,51.345 h -0.326 l -14.996,-51.345 h -26.895 l -14.507,51.345 h -0.489 l -14.018,-51.345 h -28.851 l 28.036,81.174 h 26.895 l 15.648,-50.53 h 0.326 l 15.974,50.53 h 26.895 z' id='path710' /%3E%3Cpath d='m 425.89054,96.142063 c 0,-8.15 -6.846,-14.67 -15.322,-14.67 -8.639,0 -15.322,6.846 -15.322,14.67 0,7.986997 6.683,14.669997 15.322,14.669997 8.476,0 15.322,-6.357 15.322,-14.669997 z m -1.956,107.090997 v -81.174 h -26.732 v 81.174 z' id='path712' /%3E%3Cpath d='m 515.32047,203.23306 v -50.204 c 0,-16.3 -7.824,-33.252 -29.666,-33.252 -11.247,0 -20.538,6.357 -24.287,13.529 h -0.326 v -11.247 h -25.917 v 81.174 h 26.895 v -44.01 c 0,-9.291 4.89,-17.441 14.344,-17.441 9.617,0 12.062,8.15 12.062,17.115 v 44.336 z' id='path714' /%3E%3Cpath d='m 611.59631,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path716' /%3E%3Cpath d='M 733.08047,111.62706 V 87.829063 h -93.073 v 23.797997 h 32.6 v 91.606 h 27.873 v -91.606 z' id='path718' /%3E%3Cpath d='m 804.74328,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path720' /%3E%3Cpath d='m 897.75927,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path722' /%3E%3Cpath d='m 930.46542,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path724' /%3E%3Cpath d='m 1044.1825,142.10806 v -20.049 h -19.071 v -21.353 h -26.24301 v 21.353 h -12.877 v 20.049 h 13.04 v 34.23 c 0,17.278 7.17201,28.851 28.85101,28.851 5.705,0 11.899,-1.141 15.485,-2.445 l -0.326,-19.56 c -1.956,0.815 -5.216,1.304 -7.824,1.304 -7.661,0 -10.106,-3.912 -10.106,-11.41 v -30.97 z' id='path726' /%3E%3Cpath d='m 1127.0925,203.23306 v -50.204 c 0,-16.3 -7.661,-33.252 -29.666,-33.252 -11.247,0 -19.723,6.031 -23.309,12.551 h -0.326 V 80.005063 h -26.732 V 203.23306 h 26.732 v -43.847 c 0,-9.617 5.216,-17.278 14.507,-17.278 9.617,0 11.899,7.987 11.899,17.115 v 44.01 z' id='path728' /%3E%3Cpath d='m 1158.8205,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path730' /%3E%3Cpath d='m 1278.2427,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' fill='%23333'/%3E%3C/svg%3E") center/calc(100vw - 160px) no-repeat;
        -webkit-mask-composite: xor;
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.394 24.394'%3E%3Crect width='100vw' height='100vh'/%3E%3C/svg%3E") center 100vh/100vw no-repeat exclude, url("data:image/svg+xml;charset=utf-8,%3Csvg width='1280' height='255' fill='' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 108.92059,196.22406 v -61.125 H 61.324593 v 22.494 h 22.005 v 21.027 c -4.89,2.119 -10.921,3.097 -17.441,3.097 -22.657,0 -35.208,-15.159 -35.208,-36.349 0,-20.701 14.344,-36.023 33.904,-36.023 11.247,0 20.538,4.564 25.917,10.758 l 17.603997,-20.049 C 98.488593,90.763063 81.699593,84.732063 63.606593,84.732063 c -35.208,0 -62.5920003,23.634997 -62.5920003,60.635997 0,36.349 26.5690003,60.799 63.4070003,60.799 17.767,0 33.252,-4.075 44.498997,-9.943 z' id='path704' /%3E%3Cpath d='m 174.06345,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' id='path706' /%3E%3Cpath d='m 257.9515,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path708' /%3E%3Cpath d='m 396.44449,122.05906 h -27.71 l -14.181,51.345 h -0.326 l -14.996,-51.345 h -26.895 l -14.507,51.345 h -0.489 l -14.018,-51.345 h -28.851 l 28.036,81.174 h 26.895 l 15.648,-50.53 h 0.326 l 15.974,50.53 h 26.895 z' id='path710' /%3E%3Cpath d='m 425.89054,96.142063 c 0,-8.15 -6.846,-14.67 -15.322,-14.67 -8.639,0 -15.322,6.846 -15.322,14.67 0,7.986997 6.683,14.669997 15.322,14.669997 8.476,0 15.322,-6.357 15.322,-14.669997 z m -1.956,107.090997 v -81.174 h -26.732 v 81.174 z' id='path712' /%3E%3Cpath d='m 515.32047,203.23306 v -50.204 c 0,-16.3 -7.824,-33.252 -29.666,-33.252 -11.247,0 -20.538,6.357 -24.287,13.529 h -0.326 v -11.247 h -25.917 v 81.174 h 26.895 v -44.01 c 0,-9.291 4.89,-17.441 14.344,-17.441 9.617,0 12.062,8.15 12.062,17.115 v 44.336 z' id='path714' /%3E%3Cpath d='m 611.59631,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path716' /%3E%3Cpath d='M 733.08047,111.62706 V 87.829063 h -93.073 v 23.797997 h 32.6 v 91.606 h 27.873 v -91.606 z' id='path718' /%3E%3Cpath d='m 804.74328,162.32006 c 0,-26.569 -20.538,-42.869 -45.151,-42.869 -24.45,0 -44.988,16.3 -44.988,42.869 0,26.569 20.538,43.521 44.988,43.521 24.613,0 45.151,-16.952 45.151,-43.521 z m -25.754,0 c 0,10.432 -6.683,21.027 -19.234,21.027 -12.551,0 -19.234,-10.595 -19.234,-21.027 0,-10.432 6.52,-20.701 19.071,-20.701 12.551,0 19.397,10.269 19.397,20.701 z' id='path720' /%3E%3Cpath d='m 897.75927,195.57206 v -73.513 h -25.265 v 10.432 h -0.326 c -5.705,-8.639 -15.811,-12.714 -25.917,-12.714 -24.45,0 -38.631,20.049 -38.631,42.543 0,22.494 14.181,41.728 38.794,41.728 10.758,0 19.56,-4.238 24.613,-10.758 h 0.489 v 4.89 c 0,13.529 -7.335,22.657 -22.983,22.657 -9.128,0 -19.071,-3.423 -26.895,-10.269 l -13.366,19.071 c 10.921,8.15 27.547,12.714 41.728,12.714 28.851,0 47.759,-14.996 47.759,-46.781 z m -25.428,-33.415 c 0,11.084 -7.498,20.701 -19.723,20.701 -12.062,0 -19.071,-9.943 -19.071,-20.701 0,-11.247 7.009,-20.538 19.071,-20.538 12.062,0 19.723,9.454 19.723,20.538 z' id='path722' /%3E%3Cpath d='m 930.46542,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path724' /%3E%3Cpath d='m 1044.1825,142.10806 v -20.049 h -19.071 v -21.353 h -26.24301 v 21.353 h -12.877 v 20.049 h 13.04 v 34.23 c 0,17.278 7.17201,28.851 28.85101,28.851 5.705,0 11.899,-1.141 15.485,-2.445 l -0.326,-19.56 c -1.956,0.815 -5.216,1.304 -7.824,1.304 -7.661,0 -10.106,-3.912 -10.106,-11.41 v -30.97 z' id='path726' /%3E%3Cpath d='m 1127.0925,203.23306 v -50.204 c 0,-16.3 -7.661,-33.252 -29.666,-33.252 -11.247,0 -19.723,6.031 -23.309,12.551 h -0.326 V 80.005063 h -26.732 V 203.23306 h 26.732 v -43.847 c 0,-9.617 5.216,-17.278 14.507,-17.278 9.617,0 11.899,7.987 11.899,17.115 v 44.01 z' id='path728' /%3E%3Cpath d='m 1158.8205,153.35506 c 0.652,-8.313 8.15,-15.485 18.419,-15.485 10.595,0 15.974,7.009 15.974,15.485 z m 59.006,10.269 c 0,-27.71 -16.789,-44.173 -40.75,-44.173 -24.613,0 -43.847,16.952 -43.847,43.521 0,27.384 20.212,42.869 44.662,42.869 16.463,0 29.177,-6.194 36.838,-17.278 l -18.582,-11.736 c -3.586,4.89 -9.454,8.476 -17.93,8.476 -9.617,0 -18.582,-6.357 -19.397,-15.322 h 58.843 c 0.163,-1.956 0.163,-4.238 0.163,-6.357 z' id='path730' /%3E%3Cpath d='m 1278.2427,120.42906 c -1.304,-0.489 -3.586,-0.652 -5.705,-0.652 -9.943,0 -17.93,5.868 -22.005,14.018 h -0.326 v -11.736 h -25.754 v 81.174 h 26.732 v -41.728 c 0,-6.683 4.727,-18.419 19.071,-18.419 2.119,0 4.401,0.163 6.846,0.815 z' fill='%23333'/%3E%3C/svg%3E") center/calc(100vw - 160px) no-repeat;
    }
}

@media only screen and (min-width:768px) {
    .m-guide[data-v-cad086b0] {
        display: none
    }
}

.tag[data-v-1c1fae0e] {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 52px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: .02em;
    color: #333;
    z-index: 0
}

.tag[data-v-1c1fae0e]:after {
    position: absolute;
    display: block;
    content: "";
    height: 26px;
    width: 100%;
    padding: 0 12px;
    left: -12px;
    bottom: -4px;
    background-color: rgba(255, 36, 66, .1);
    pointer-events: none;
    z-index: -1
}

@media screen and (max-width:768px) {
    .tag[data-v-1c1fae0e] {
        margin-bottom: 28px;
        font-size: 32px;
        line-height: 100%;
        white-space: pre-line
    }

    .tag[data-v-1c1fae0e]:after {
        padding: 0 8px;
        left: -8px;
        bottom: 0;
        height: 16px;
        content: ""
    }
}

.arrow-container[data-v-be845714] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .2s ease
}

.arrow-container[data-v-be845714]:hover {
    border: 1px solid #ccc
}

.arrow-container svg[data-v-be845714] {
    transition: all .2s ease
}

.arrow-container.disable-hover[data-v-be845714] {
    cursor: default
}

.arrow-container-left:hover svg[data-v-be845714] {
    transform: translateX(-4px)
}

.arrow-container-right:hover svg[data-v-be845714] {
    transform: translateX(4px)
}

.arrow-container-left.disable-hover[data-v-be845714]:hover {
    border: 1px solid #e6e6e6
}

.arrow-container-left.disable-hover:hover svg[data-v-be845714] {
    transform: translateX(0)
}

.arrow-container-right.disable-hover[data-v-be845714]:hover {
    border: 1px solid #e6e6e6
}

.arrow-container-right.disable-hover:hover svg[data-v-be845714] {
    transform: translateX(0)
}

@media (max-width:768px) {
    .arrow-container-left[data-v-be845714] {
        transform: scale(.6666666666666666);
        transform-origin: left center
    }

    .arrow-container-right[data-v-be845714] {
        transform: scale(.6666666666666666);
        transform-origin: right center
    }
}

.milestones-scroll-tab-container[data-v-09ecb1e7] {
    position: relative
}

.milestones-tab-list[data-v-09ecb1e7] {
    display: flex;
    padding: 60px 0;
    overflow-x: visible;
    transform: translateX(calc(var(--3aed175b)*1px));
    transition: all .3s ease-in-out
}

.milestones-tab-item[data-v-09ecb1e7] {
    flex: 1 0 auto;
    display: block;
    width: 480px;
    margin-right: 20px;
    -webkit-user-select: none;
    user-select: none
}

.milestones-item-name[data-v-09ecb1e7] {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #333;
    margin-top: 22px
}

.milestones-item-desc[data-v-09ecb1e7] {
    margin-top: 12px;
    font-size: 20px;
    color: #666;
    line-height: 150%
}

.milestones-item-img .img[data-v-09ecb1e7] {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 36, 66, .2);
    justify-content: center;
    align-items: center
}

.milestones-arrow[data-v-09ecb1e7] {
    display: flex;
    justify-content: center
}

.milestones-arrow-item.right[data-v-09ecb1e7] {
    margin-left: 20px
}

@media screen and (max-width:768px) {
    .milestones-tab-list[data-v-09ecb1e7] {
        transform: translateX(0);
        transition: all .6s ease-in-out;
        display: flex;
        padding: 0
    }

    .milestones-tab-item[data-v-09ecb1e7] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 16px;
        margin-right: 50px;
        font-size: 16px;
        line-height: 150%;
        text-align: center
    }

    .milestones-item-name[data-v-09ecb1e7] {
        transform: translateX(calc(var(--3aed175b)*1px));
        transition: all 0s ease-in-out;
        margin-top: 0;
        font-size: 16px;
        line-height: 100%
    }

    .milestones-item-img[data-v-09ecb1e7] {
        order: 1;
        margin-top: 22px
    }

    .milestones-item-desc[data-v-09ecb1e7],
    .milestones-item-img[data-v-09ecb1e7] {
        transform: translateX(calc(var(--3aed175b)*1px));
        transition: all .6s ease-in-out
    }

    .milestones-item-desc[data-v-09ecb1e7] {
        order: 2;
        margin-top: 16px;
        font-size: 16px;
        line-height: 150%
    }

    .milestones-arrow[data-v-09ecb1e7] {
        justify-content: space-between;
        position: absolute;
        top: 0;
        width: 100%
    }

    .milestones-mask-animation[data-v-09ecb1e7] {
        -webkit-animation: whitemask-09ecb1e7 .6s ease-in-out 0s;
        animation: whitemask-09ecb1e7 .6s ease-in-out 0s
    }

    @-webkit-keyframes whitemask-09ecb1e7 {
        0% {
            opacity: 1
        }

        30% {
            opacity: 0
        }

        70% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes whitemask-09ecb1e7 {
        0% {
            opacity: 1
        }

        30% {
            opacity: 0
        }

        70% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
}

.normal-tab-mobile-cotainer-one[data-v-4c1f9086] {
    display: none
}

.culture-tag[data-v-4c1f9086] {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.normal-tabs-container[data-v-4c1f9086] {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.normal-tab-item[data-v-4c1f9086] {
    letter-spacing: .1em;
    margin-right: 40px;
    color: #999;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    text-transform: lowercase
}

.normal-tab-item[data-v-4c1f9086]:hover {
    opacity: .5
}

.normal-tab-item.index[data-v-4c1f9086] {
    color: #ff2442;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    text-transform: lowercase
}

.normal-tab-item[data-v-4c1f9086]:last-child {
    margin-right: 0
}

.active-bold[data-v-4c1f9086] {
    font-weight: 700
}

.active-bold[data-v-4c1f9086]:hover {
    opacity: 1
}

.culture-tab-item[data-v-4c1f9086] {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    color: #666
}

.culture-tab-item[data-v-4c1f9086]:first-child {
    margin-top: 0
}

.tick-img[data-v-4c1f9086] {
    width: 14px;
    height: 14px;
    margin: 2px 10px 0 0;
    transform: translateY(35%)
}

.culture-current-item[data-v-4c1f9086] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 49px
}

.culture-descs[data-v-4c1f9086] {
    width: 31.35%
}

.culture-img[data-v-4c1f9086] {
    position: relative;
    display: flex;
    align-items: center;
    width: 61%;
    height: 317px
}

.culture-img[data-v-4c1f9086]:before {
    content: "";
    display: block;
    padding-top: 44%
}

.culture-img img[data-v-4c1f9086] {
    position: absolute;
    width: 100%;
    height: auto;
    border-radius: 20px
}

.culture-item-descs-left-enter-active[data-v-4c1f9086],
.culture-item-descs-left-leave-active[data-v-4c1f9086] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.culture-item-descs-left-enter-from[data-v-4c1f9086] {
    transform: translateX(-80px);
    opacity: 0
}

.culture-item-descs-left-enter-to[data-v-4c1f9086] {
    transform: translateX(0);
    opacity: 1
}

.culture-item-descs-left-leave-to[data-v-4c1f9086] {
    transform: translateX(80px);
    opacity: 0
}

.culture-item-descs-right-enter-active[data-v-4c1f9086],
.culture-item-descs-right-leave-active[data-v-4c1f9086] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.culture-item-descs-right-enter-from[data-v-4c1f9086] {
    transform: translateX(80px);
    opacity: 0
}

.culture-item-descs-right-enter-to[data-v-4c1f9086] {
    transform: translateX(0);
    opacity: 1
}

.culture-item-descs-right-leave-to[data-v-4c1f9086] {
    transform: translateX(-80px);
    opacity: 0
}

@media (max-width:768px) {
    .normal-tab-mobile-cotainer-one[data-v-4c1f9086] {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .normal-tab-mobile-cotainer-one .showCategory[data-v-4c1f9086] {
        font-weight: 700;
        font-size: 16px;
        letter-spacing: .1em;
        font-feature-settings: "smcp";
        font-variant: small-caps;
        text-transform: lowercase;
        color: #333;
        line-height: 100%
    }

    .culture-info-container[data-v-4c1f9086] {
        margin-top: 0
    }

    .culture-tag[data-v-4c1f9086] {
        justify-content: flex-start;
        margin-bottom: 0
    }

    .normal-tabs-container[data-v-4c1f9086] {
        display: none
    }

    .culture-current-item[data-v-4c1f9086] {
        flex-direction: column-reverse;
        margin-top: 0
    }

    .culture-descs[data-v-4c1f9086] {
        width: 100%;
        margin-top: 12px;
        margin-right: 0
    }

    .culture-img[data-v-4c1f9086] {
        width: 100%;
        height: auto;
        min-height: 140px;
        margin-top: 0;
        max-width: 100%
    }

    .culture-img img[data-v-4c1f9086] {
        min-height: 140px;
        border-radius: 12px
    }

    .tick-img[data-v-4c1f9086] {
        margin-top: 0
    }
}

.investors-info-container[data-v-f923a1f2] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.investors-tag[data-v-f923a1f2] {
    margin-bottom: 60px
}

.investors-imgs[data-v-f923a1f2] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 840px;
    margin: 0 auto;
    text-align: center
}

.investors-img[data-v-f923a1f2] {
    width: 260px;
    height: auto;
    margin: auto 10px
}

@media (max-width:768px) {
    .investors-tag[data-v-f923a1f2] {
        align-self: start;
        margin-bottom: 28px
    }

    .investors-imgs[data-v-f923a1f2] {
        margin-top: 0
    }

    .investors-img[data-v-f923a1f2] {
        width: 280px;
        height: auto
    }
}

.normal-tab-mobile-cotainer[data-v-7d863930] {
    display: none
}

.normal-tabs-container[data-v-7d863930] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px
}

.normal-tab-item[data-v-7d863930] {
    letter-spacing: .1em;
    margin-right: 40px;
    color: #999;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    text-transform: lowercase
}

.normal-tab-item[data-v-7d863930]:hover {
    opacity: .5
}

.normal-tab-item[data-v-7d863930]:last-child {
    margin-right: 0
}

.name-active[data-v-7d863930] {
    font-weight: 700;
    color: #ff2442
}

.name-active[data-v-7d863930]:hover {
    opacity: 1
}

.offices-tag[data-v-7d863930] {
    display: flex;
    justify-content: center
}

.offices-desc-container[data-v-7d863930] {
    width: 580px;
    margin: 40px auto;
    color: #666;
    font-size: 20px;
    line-height: 27px;
    text-align: center
}

.offices-current-container[data-v-7d863930] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 520px;
    margin-top: 40px
}

.offices-img[data-v-7d863930] {
    display: flex;
    justify-content: center;
    min-height: 390px
}

.offices-img img[data-v-7d863930] {
    width: 680px;
    height: auto;
    border-radius: 20px
}

.offices-address[data-v-7d863930] {
    width: 380px;
    margin-top: 40px;
    color: #666;
    font-size: 20px;
    line-height: 150%;
    text-align: center
}

.offices-info-left-enter-active[data-v-7d863930],
.offices-info-left-leave-active[data-v-7d863930] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.offices-info-left-enter-from[data-v-7d863930] {
    transform: translateX(-80px);
    opacity: 0
}

.offices-info-left-enter-to[data-v-7d863930] {
    transform: translateX(0);
    opacity: 1
}

.offices-info-left-leave-to[data-v-7d863930] {
    transform: translateX(80px);
    opacity: 0
}

.offices-info-right-enter-active[data-v-7d863930],
.offices-info-right-leave-active[data-v-7d863930] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.offices-info-right-enter-from[data-v-7d863930] {
    transform: translateX(80px);
    opacity: 0
}

.offices-info-right-enter-to[data-v-7d863930] {
    transform: translateX(0);
    opacity: 1
}

.offices-info-right-leave-to[data-v-7d863930] {
    transform: translateX(-80px);
    opacity: 0
}

@media (max-width:768px) {
    .normal-tabs-container[data-v-7d863930] {
        display: none
    }

    .normal-tab-mobile-cotainer[data-v-7d863930] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .normal-tab-mobile-cotainer .showCategory[data-v-7d863930] {
        font-size: 16px;
        line-height: 100%;
        font-weight: 700;
        letter-spacing: .1em;
        font-feature-settings: "smcp";
        font-variant: small-caps;
        text-transform: lowercase;
        color: #333
    }

    .offices-info-container[data-v-7d863930] {
        margin-top: 0
    }

    .offices-info-container .offices-tag[data-v-7d863930] {
        width: 100%;
        justify-content: flex-start
    }

    .offices-desc-container[data-v-7d863930] {
        width: 100%;
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 22px;
        text-align: left
    }

    .offices-current-container[data-v-7d863930] {
        min-height: 282px;
        margin-top: 20px
    }

    .offices-img[data-v-7d863930] {
        display: block;
        min-height: 150px
    }

    .offices-img img[data-v-7d863930] {
        width: 100%
    }

    .offices-address[data-v-7d863930] {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        line-height: 150%;
        text-align: left
    }
}

.about-container[data-v-0897a898] {
    overflow: hidden;
    width: 100%
}

.about-container[data-v-0897a898]::-webkit-scrollbar {
    display: none
}

.page-section[data-v-0897a898] {
    width: 100%;
    padding: calc(10vh - 10px) 0
}

.page-section[data-v-0897a898]:nth-child(2n - 1) {
    background: #fcfcfc
}

@media (max-width:768px) {
    .page-section[data-v-0897a898] {
        padding: 50px 0
    }
}

.page-top-image[data-v-3a9ef1ef] {
    width: 100vw;
    height: 434px;
    min-height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (max-width:768px) {
    .page-top-image[data-v-3a9ef1ef] {
        height: 240px
    }
}

.business-title[data-v-06bd2695] {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #333
}

@media (max-width:768px) {
    .business-title[data-v-06bd2695] {
        margin-bottom: 28px;
        font-size: 50px;
        line-height: 100%
    }
}

.advertising-desc-container[data-v-335eb2bb] {
    margin-top: 40px
}

.advertising-detail-container[data-v-335eb2bb] {
    display: flex;
    align-items: center;
    margin-top: 100px
}

.advertising-iamge-container[data-v-335eb2bb] {
    height: 100%
}

.advertising-iamge[data-v-335eb2bb] {
    display: block;
    width: 100%;
    height: auto
}

.last-image[data-v-335eb2bb] {
    width: 92.5%
}

.advertising-text-container[data-v-335eb2bb] {
    display: flex;
    justify-content: flex-end
}

.advertising-text-container[data-v-335eb2bb]:nth-child(2n - 1) {
    justify-content: flex-start
}

.advertising-text[data-v-335eb2bb] {
    width: 82.76%
}

.advertising-title[data-v-335eb2bb] {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: .02em;
    color: #333
}

@media (max-width:768px) {
    .advertising-desc-container[data-v-335eb2bb] {
        margin-top: 0
    }

    .advertising-desc[data-v-335eb2bb] {
        margin-bottom: 16px
    }

    .advertising-detail-container[data-v-335eb2bb] {
        flex-direction: column;
        margin-top: 70px
    }

    .advertising-text-container[data-v-335eb2bb] {
        order: 1
    }

    .advertising-text[data-v-335eb2bb] {
        width: 100%
    }

    .advertising-title[data-v-335eb2bb] {
        margin: 28px 0 12px;
        font-size: 22px;
        line-height: 140%
    }
}

.commerce-detail-text[data-v-8282120e] {
    margin: 40px 0 100px
}

.mall-container[data-v-8282120e] {
    margin-bottom: 100px
}

.mall-text-container[data-v-8282120e] {
    display: flex;
    justify-content: flex-start
}

.mall-title[data-v-8282120e] {
    margin-right: 28px;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    color: #333
}

.mall-image[data-v-8282120e] {
    width: 100%;
    margin-top: 32px;
    border-radius: 20px
}

.experiences-detail-container[data-v-8282120e] {
    display: flex;
    align-items: center
}

.experiences-text[data-v-8282120e] {
    width: 82.76%
}

.experiences-first-title[data-v-8282120e] {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #333
}

.experiences-second-title[data-v-8282120e] {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .1em;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    color: #333
}

.experiences-introduction[data-v-8282120e] {
    margin-bottom: 40px
}

.experiences-iamge[data-v-8282120e] {
    width: 100%
}

@media (max-width:768px) {
    .commerce-detail-text[data-v-8282120e] {
        margin: 0 0 70px
    }

    .mall-container[data-v-8282120e] {
        display: flex;
        flex-direction: column;
        margin-bottom: 70px
    }

    .mall-text-container[data-v-8282120e] {
        order: 1;
        flex-direction: column
    }

    .mall-title[data-v-8282120e] {
        margin: 28px 0 12px;
        font-size: 22px;
        line-height: 100%
    }

    .mall-image[data-v-8282120e] {
        margin-top: 0
    }

    .experiences-detail-container[data-v-8282120e] {
        flex-direction: column
    }

    .experiences-text-container[data-v-8282120e] {
        order: 1
    }

    .experiences-text[data-v-8282120e] {
        width: 100%
    }

    .experiences-first-title[data-v-8282120e] {
        margin: 28px 0 0;
        font-size: 22px;
        line-height: 100%
    }

    .experiences-second-title[data-v-8282120e] {
        margin: 28px 0 12px;
        font-size: 16px;
        line-height: 100%
    }

    .experiences-introduction[data-v-8282120e] {
        margin-bottom: 0
    }
}

.platform-detail-container[data-v-513d804a] {
    display: flex;
    align-items: center;
    margin-top: 60px
}

.platform-iamge-container[data-v-513d804a] {
    height: 100%
}

.platform-iamge[data-v-513d804a] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px
}

.platform-text-container[data-v-513d804a] {
    display: flex;
    justify-content: flex-end
}

.platform-text-container[data-v-513d804a]:nth-child(2n - 1) {
    justify-content: flex-start
}

.platform-text-brand[data-v-513d804a] {
    width: 82.76%
}

.platform-text-service[data-v-513d804a] {
    width: 86%
}

.platform-title[data-v-513d804a] {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #333
}

.platform-introduction[data-v-513d804a] {
    margin-bottom: 40px
}

.service-desc[data-v-513d804a] {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    color: #666
}

.service-desc[data-v-513d804a]:first-child {
    margin-top: 0
}

.tick-img[data-v-513d804a] {
    width: 14px;
    height: 14px;
    margin: 2px 10px 0 0;
    transform: translateY(35%)
}

@media (max-width:768px) {
    .platform-desc[data-v-513d804a] {
        margin-bottom: 16px
    }

    .platform-detail-container[data-v-513d804a] {
        flex-direction: column;
        margin-top: 0
    }

    .platform-text-container[data-v-513d804a] {
        order: 1
    }

    .platform-text-brand[data-v-513d804a],
    .platform-text-service[data-v-513d804a] {
        width: 100%
    }

    .platform-title[data-v-513d804a] {
        margin: 28px 0 12px;
        font-size: 22px;
        line-height: 140%
    }

    .tick-img[data-v-513d804a] {
        margin-top: 0
    }
}

.page-section[data-v-16f92b1a] {
    width: 100%;
    padding: calc(10vh - 10px) 0
}

.page-section[data-v-16f92b1a]:nth-child(2n - 1) {
    background: #fcfcfc
}

@media (max-width:768px) {
    .page-section[data-v-16f92b1a] {
        padding: 50px 0
    }
}

.inquires-container[data-v-8f7c8c5a] {
    padding-bottom: 38px
}

.inquires-name[data-v-8f7c8c5a] {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #999
}

.inquires-email[data-v-8f7c8c5a] {
    display: inline-block;
    position: relative;
    margin: 10px 0 62px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-decoration: none;
    color: #333
}

.inquires-email[data-v-8f7c8c5a]:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right center;
    background: #333;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1)
}

.inquires-email[data-v-8f7c8c5a]:hover:after {
    transform: scaleX(1);
    transform-origin: left center
}

@media screen and (max-width:768px) {
    .inquires-container[data-v-8f7c8c5a] {
        padding-bottom: 10px
    }

    .inquires-email[data-v-8f7c8c5a] {
        margin-bottom: 40px
    }

    .inquires-name[data-v-8f7c8c5a] {
        font-size: 16px;
        line-height: 100%
    }

    .inquires-email[data-v-8f7c8c5a] {
        font-size: 20px;
        line-height: 150%
    }
}

.follow-us-container[data-v-61de7a60] {
    position: relative;
    padding: 100px 0 130px;
    display: flex;
    align-items: center
}

.follow-us-container[data-v-61de7a60]:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 20px);
    top: 0;
    left: 10px;
    background-color: #e6e6e6
}

.follow-us-title[data-v-61de7a60] {
    font-size: 32px;
    color: #333
}

.social-media-container[data-v-61de7a60] {
    cursor: pointer
}

.social-media-container:hover .arrow[data-v-61de7a60] {
    width: 40px
}

.social-media-icon[data-v-61de7a60] {
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.social-media-name[data-v-61de7a60] {
    vertical-align: bottom;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #333
}

.arrow[data-v-61de7a60] {
    position: relative;
    margin-left: 6px;
    width: 30px;
    height: 1px;
    background-color: #333;
    vertical-align: middle
}

.arrow[data-v-61de7a60],
.arrow[data-v-61de7a60]:after {
    display: inline-block;
    transition: all .6s cubic-bezier(.2, .8, .2, 1) 0s
}

.arrow[data-v-61de7a60]:after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg)
}

@media screen and (max-width:768px) {
    .follow-us-container[data-v-61de7a60] {
        padding: 50px 0;
        flex-direction: column
    }

    .social-media-container[data-v-61de7a60] {
        margin-top: 28px
    }

    .social-media-container:hover .arrow[data-v-61de7a60] {
        width: 20px
    }

    .social-media-icon[data-v-61de7a60] {
        width: 30px;
        height: 30px
    }

    .social-media-name[data-v-61de7a60] {
        font-size: 20px;
        line-height: 150%
    }

    .arrow[data-v-61de7a60] {
        width: 16px
    }
}

.contact-title[data-v-e0a409c8] {
    padding: 80px 0 100px;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #333
}

@media screen and (max-width:767px) {
    .contact-title[data-v-e0a409c8] {
        padding: 40px 0 50px;
        font-size: 50px;
        line-height: 100%
    }
}

.cerators-title[data-v-c874a6fa] {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #333
}

@media (max-width:768px) {
    .cerators-title[data-v-c874a6fa] {
        margin-bottom: 28px;
        font-size: 50px;
        line-height: 100%
    }
}

.modal[data-v-3010edda] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.xiaohongshu[data-v-dbc7e21c] {
    margin-top: 171px;
    width: 80px;
    height: 38px;
    background: #f0f8ff
}

.fade-leave-active[data-v-dbc7e21c] {
    transition: all .7s cubic-bezier(.2, .8, .2, 1)
}

.fade-leave-to[data-v-dbc7e21c] {
    transform: translateY(100%);
    background: #f0f8ff
}

.whole-page[data-v-dbc7e21c] {
    position: absolute;
    bottom: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: show-up-dbc7e21c .7s cubic-bezier(.2, .8, .2, 1);
    animation: show-up-dbc7e21c .7s cubic-bezier(.2, .8, .2, 1)
}

.main-pattern[data-v-dbc7e21c] {
    margin: 0 auto;
    padding-bottom: 100px;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-pattern-title[data-v-dbc7e21c] {
    margin-top: 16px;
    font-size: 44px;
    font-family: Avenir Next;
    line-height: 130%;
    font-weight: 700;
    font-style: normal;
    color: #333
}

.main-pattern-text[data-v-dbc7e21c] {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-top: 60px
}

.main-pattern-interaction-section[data-v-dbc7e21c] {
    padding-bottom: 225px;
    display: flex;
    flex-direction: column
}

.main-pattern-section-title[data-v-dbc7e21c] {
    align-self: flex-start;
    font-family: Avenir Next;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    color: #333;
    margin-top: 60px
}

.main-pattern-sharing-section[data-v-dbc7e21c] {
    display: flex;
    flex-direction: column
}

.main-pattern-oneItem[data-v-dbc7e21c] {
    margin-top: 60px
}

.main-pattern-oneItem[data-v-dbc7e21c]:first-child {
    margin-top: 20px
}

.main-pattern-section-text[data-v-dbc7e21c] {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-top: 16px
}

.main-pattern-section-title-Addition[data-v-dbc7e21c] {
    font-family: Avenir Next;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    color: #333
}

.close-bar[data-v-dbc7e21c] {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    height: 102px
}

.close-icon[data-v-dbc7e21c] {
    position: absolute;
    top: 44px;
    right: 41px;
    cursor: pointer
}

@media (max-width:768px) {
    .xiaohongshu[data-v-dbc7e21c] {
        margin-top: 113px
    }

    .main-pattern[data-v-dbc7e21c] {
        max-width: 85%
    }

    .main-pattern-title[data-v-dbc7e21c] {
        text-align: center;
        font-size: 36px
    }

    .close-bar[data-v-dbc7e21c] {
        height: 64px
    }

    .close-icon[data-v-dbc7e21c] {
        top: 25px
    }
}

@-webkit-keyframes show-up-dbc7e21c {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes show-up-dbc7e21c {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.guidelines-detail[data-v-905542fc] {
    display: flex;
    align-items: center
}

.detail-text[data-v-905542fc] {
    margin: 40px 0
}

.read-more-link[data-v-905542fc] {
    text-decoration: none
}

.read-more-tag[data-v-905542fc] {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    z-index: 0;
    cursor: pointer
}

.read-more-tag[data-v-905542fc]:after {
    position: absolute;
    display: block;
    content: "";
    height: 12px;
    width: 100%;
    padding: 0 8px;
    left: -8px;
    bottom: 0;
    background-color: rgba(255, 36, 66, .1);
    pointer-events: none;
    z-index: -1;
    transition: all .6s cubic-bezier(.2, .8, .2, 1)
}

.read-more-tag[data-v-905542fc]:hover:after {
    transform: translateZ(0) scale(1.2, 2.3);
    transform-origin: center bottom
}

.tag-text[data-v-905542fc] {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: .1em;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    color: #333
}

.read-more-arrow[data-v-905542fc] {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 24px;
    height: 1px;
    margin-left: 6px;
    background-color: #333;
    vertical-align: middle
}

.read-more-arrow[data-v-905542fc]:after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg)
}

.guidelines-image-container[data-v-905542fc] {
    display: flex;
    justify-content: flex-end
}

.guidelines-image[data-v-905542fc] {
    width: 82.76%;
    height: auto
}

[data-v-905542fc] .modal {
    z-index: 9999
}

@media (max-width:768px) {
    .guidelines-detail[data-v-905542fc] {
        display: flex;
        flex-direction: column
    }

    .detail-text-container[data-v-905542fc] {
        order: 1
    }

    .detail-text[data-v-905542fc] {
        margin: 28px 0 20px
    }

    .guidelines-image-container[data-v-905542fc] {
        justify-content: flex-start;
        margin: 0
    }

    .guidelines-image[data-v-905542fc] {
        width: 73.35%;
        max-width: 250px;
        height: auto
    }
}

.features-info-container[data-v-7d776fc4] {
    display: flex;
    margin-top: 60px
}

.features-image-container[data-v-7d776fc4] {
    position: relative
}

.features-image-container[data-v-7d776fc4]:before {
    content: "";
    display: block;
    padding-top: 100%
}

.features-image[data-v-7d776fc4] {
    position: absolute;
    top: 0;
    width: 86.21%;
    height: auto;
    border-radius: 16.7px
}

.features-control-container[data-v-7d776fc4] {
    display: flex;
    justify-content: space-between
}

.features-name[data-v-7d776fc4] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #333
}

.detail-text[data-v-7d776fc4] {
    margin-top: 20px
}

.tab-animation-left-enter-active[data-v-7d776fc4],
.tab-animation-left-leave-active[data-v-7d776fc4] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.tab-animation-left-enter-to[data-v-7d776fc4] {
    transform: translateX(0);
    opacity: 1
}

.tab-animation-left-enter-from[data-v-7d776fc4] {
    transform: translateX(-80px);
    opacity: 0
}

.tab-animation-left-leave-to[data-v-7d776fc4] {
    transform: translateX(80px);
    opacity: 0
}

.tab-animation-right-enter-active[data-v-7d776fc4],
.tab-animation-right-leave-active[data-v-7d776fc4] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.tab-animation-right-enter-to[data-v-7d776fc4] {
    transform: translateX(0);
    opacity: 1
}

.tab-animation-right-enter-from[data-v-7d776fc4] {
    transform: translateX(80px);
    opacity: 0
}

.tab-animation-right-leave-to[data-v-7d776fc4] {
    transform: translateX(-80px);
    opacity: 0
}

.tab-title-animation-enter-active[data-v-7d776fc4],
.tab-title-animation-leave-active[data-v-7d776fc4] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.tab-title-animation-enter-to[data-v-7d776fc4] {
    opacity: 1
}

.tab-title-animation-enter-from[data-v-7d776fc4],
.tab-title-animation-leave-to[data-v-7d776fc4] {
    opacity: 0
}

@media (max-width:768px) {
    .features-info-container[data-v-7d776fc4] {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0
    }

    .features-image-container[data-v-7d776fc4] {
        display: flex;
        justify-content: center;
        margin-bottom: 24px
    }

    .features-image[data-v-7d776fc4] {
        width: 100%;
        border-radius: 12px
    }

    .features-name[data-v-7d776fc4] {
        font-size: 16px;
        line-height: 100%
    }

    .detail-text[data-v-7d776fc4] {
        margin-top: 12px
    }
}

.creator-platform-container[data-v-0a38b4c4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 850px
}

.creator-platform-desc-container[data-v-0a38b4c4] {
    width: 580px;
    margin: 40px auto 28px;
    text-align: center
}

.platform-image[data-v-0a38b4c4] {
    width: 66.1%;
    height: auto
}

.platform-detail[data-v-0a38b4c4] {
    width: 580px
}

.platform-control-container[data-v-0a38b4c4] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.platform-name[data-v-0a38b4c4] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #333
}

.platform-text[data-v-0a38b4c4] {
    margin-top: 20px;
    text-align: center
}

.tab-animation-left-enter-active[data-v-0a38b4c4],
.tab-animation-left-leave-active[data-v-0a38b4c4] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.tab-animation-left-enter-to[data-v-0a38b4c4] {
    transform: translateX(0);
    opacity: 1
}

.tab-animation-left-enter-from[data-v-0a38b4c4] {
    transform: translateX(-80px);
    opacity: 0
}

.tab-animation-left-leave-to[data-v-0a38b4c4] {
    transform: translateX(80px);
    opacity: 0
}

.tab-animation-right-enter-active[data-v-0a38b4c4],
.tab-animation-right-leave-active[data-v-0a38b4c4] {
    transition: all .4s cubic-bezier(.2, .8, .2, 1)
}

.tab-animation-right-enter-to[data-v-0a38b4c4] {
    transform: translateX(0);
    opacity: 1
}

.tab-animation-right-enter-from[data-v-0a38b4c4] {
    transform: translateX(80px);
    opacity: 0
}

.tab-animation-right-leave-to[data-v-0a38b4c4] {
    transform: translateX(-80px);
    opacity: 0
}

@media (max-width:768px) {
    .creator-platform-container[data-v-0a38b4c4] {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 550px
    }

    .creator-platform-desc-container[data-v-0a38b4c4] {
        width: 100%;
        margin: 0 0 28px;
        text-align: left
    }

    .creator-platform-tag[data-v-0a38b4c4] {
        width: 100%;
        justify-content: flex-start
    }

    .platform-image[data-v-0a38b4c4] {
        width: 100%;
        height: auto
    }

    .platform-detail[data-v-0a38b4c4] {
        width: 100%
    }

    .platform-control-container[data-v-0a38b4c4] {
        margin-top: 12px
    }

    .platform-name[data-v-0a38b4c4] {
        font-size: 16px;
        line-height: 100%
    }

    .platform-text[data-v-0a38b4c4] {
        margin-top: 12px;
        text-align: left
    }
}

.page-section[data-v-72879864] {
    width: 100%;
    padding: calc(10vh - 10px) 0
}

.page-section[data-v-72879864]:nth-child(2n - 1) {
    background: #fcfcfc
}

@media (max-width:768px) {
    .page-section[data-v-72879864] {
        padding: 50px 0
    }
}

.news-showInfo[data-v-24962ff1] {
    display: flex;
    height: 280px;
    align-items: center;
    flex-grow: 1;
    text-decoration: none
}

.news-showInfo:hover .news-image[data-v-24962ff1] {
    transform: scale(1.08)
}

.news-image-container[data-v-24962ff1] {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 31.82%;
    height: auto;
    position: relative;
    z-index: 1
}

.news-image-container[data-v-24962ff1]:before {
    content: "";
    display: block;
    padding-top: 100%
}

.news-image[data-v-24962ff1] {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    transition: transform .29s ease
}

.news-main-information[data-v-24962ff1] {
    display: flex;
    flex-direction: column;
    margin-left: 36px
}

.news-category[data-v-24962ff1] {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #666
}

.news-main-text[data-v-24962ff1] {
    margin-top: 12px;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #333
}

.news-time-date[data-v-24962ff1] {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #999
}

@media screen and (max-width:768px) {
    .news-showInfo[data-v-24962ff1] {
        flex-direction: column;
        height: auto
    }

    .news-image-container[data-v-24962ff1] {
        width: 100%
    }

    .news-image[data-v-24962ff1] {
        width: 100%;
        height: auto
    }

    .news-category[data-v-24962ff1] {
        font-size: 16px;
        margin-top: 28px
    }

    .news-time-date[data-v-24962ff1] {
        font-size: 16px
    }

    .news-main-information[data-v-24962ff1] {
        width: 100%;
        margin-left: 0
    }

    .news-main-text[data-v-24962ff1] {
        font-size: 22px
    }
}

.newsroom-title[data-v-522f0343] {
    padding: 80px 0 100px;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #333
}

.pc-select-menu[data-v-522f0343] {
    display: flex;
    flex-direction: column
}

.mobile-select-tab[data-v-522f0343] {
    display: none
}

.pc-select-menu-container[data-v-522f0343] {
    min-height: 1px
}

.fix-select-menu[data-v-522f0343] {
    position: fixed;
    top: 142px
}

.pc-select-menu-item[data-v-522f0343] {
    margin-top: 16px
}

.pc-select-menu-item[data-v-522f0343]:first-child {
    margin-top: 0
}

.pc-select-menu-item-text[data-v-522f0343] {
    display: inline-block;
    height: 20px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: lowercase;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    color: #999;
    cursor: pointer
}

.slected-item[data-v-522f0343] {
    font-weight: 700;
    color: #ff2442
}

.news-cards-list[data-v-522f0343] {
    margin-bottom: 130px
}

.news-card[data-v-522f0343] {
    margin-top: 40px
}

.news-card[data-v-522f0343]:first-child {
    margin-top: 0
}

.one-span-pattern[data-v-522f0343] {
    margin-top: 16px
}

.one-span-pattern[data-v-522f0343]:first-child {
    margin-top: 0
}

.main-pattern-show-maininfo[data-v-522f0343] {
    display: flex;
    flex-direction: column;
    width: 880px;
    margin-left: 165px
}

@media screen and (max-width:768px) {
    .newsroom-title[data-v-522f0343] {
        padding: 40px 0 42px;
        font-size: 50px;
        line-height: 100%
    }

    .pc-select-menu[data-v-522f0343] {
        display: none
    }

    .mobile-select-tab[data-v-522f0343] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 32px
    }

    .mobile-select-tab .news-category[data-v-522f0343] {
        font-size: 16px;
        letter-spacing: .1em;
        font-feature-settings: "smcp";
        font-variant: small-caps;
        color: #333;
        line-height: 100%;
        text-transform: lowercase
    }

    .news-cards-list[data-v-522f0343] {
        margin-bottom: 100px
    }
}

.xiaohongshu[data-v-813a7d54] {
    margin-top: 171px;
    width: 80px;
    height: 38px
}

.whole-page[data-v-813a7d54] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.main-pattern[data-v-813a7d54] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px
}

.main-pattern-title[data-v-813a7d54] {
    margin-top: 16px;
    font-size: 44px;
    font-family: Avenir Next;
    line-height: 130%;
    font-weight: 700;
    font-style: normal;
    color: #333
}

.main-pattern-text[data-v-813a7d54] {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-top: 60px
}

.main-pattern-interaction-section[data-v-813a7d54] {
    display: flex;
    flex-direction: column
}

.main-pattern-section-title[data-v-813a7d54] {
    align-self: flex-start;
    font-family: Avenir Next;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    color: #333;
    margin-top: 60px
}

.main-pattern-sharing-section[data-v-813a7d54] {
    display: flex;
    flex-direction: column
}

.main-pattern-oneItem[data-v-813a7d54] {
    display: flex;
    flex-direction: column;
    margin-top: 60px
}

.main-pattern-oneItem[data-v-813a7d54]:first-child {
    margin-top: 20px
}

.main-pattern-section-text[data-v-813a7d54] {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-top: 16px
}

.main-pattern-section-title-Addition[data-v-813a7d54] {
    font-family: Avenir Next;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    color: #333
}

@media (max-width:768px) {
    .xiaohongshu[data-v-813a7d54] {
        margin-top: 113px
    }

    .main-pattern-title[data-v-813a7d54] {
        text-align: center;
        font-size: 36px
    }
}

.text-container[data-v-ecd89200] {
    display: flex;
    justify-content: center
}

.main-pattern[data-v-ecd89200] {
    padding-top: 225px;
    padding-bottom: 100px
}

.main-pattern-title[data-v-ecd89200] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 700;
    color: #333;
    font-size: 44px;
    line-height: 140%;
    text-align: center
}

.main-pattern-time[data-v-ecd89200] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #999;
    margin-top: 20px;
    text-align: center
}

.main-pattern-firstText[data-v-ecd89200] {
    margin-top: 60px
}

.main-pattern-firstText[data-v-ecd89200],
.main-pattern-secondText[data-v-ecd89200] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.main-pattern-secondText[data-v-ecd89200] {
    margin-top: 36px
}

.main-pattern-main-title[data-v-ecd89200] {
    margin-top: 60px;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #333;
    align-self: flex-start
}

.main-pattern-subMain-Title[data-v-ecd89200] {
    margin-top: 20px
}

.main-pattern-subMain-additional-Title[data-v-ecd89200],
.main-pattern-subMain-Title[data-v-ecd89200] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #333;
    text-transform: capitalize;
    align-self: flex-start
}

.main-pattern-subMain-additional-Title[data-v-ecd89200] {
    margin-top: 60px
}

.main-pattern-firstSection[data-v-ecd89200] {
    margin-top: 36px
}

.main-pattern-firstSection[data-v-ecd89200]:first-child {
    margin-top: 16px
}

.main-pattern-firstSection-Title[data-v-ecd89200] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.main-pattern-firstSection-Text[data-v-ecd89200] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

@media (max-width:768px) {
    .main-pattern[data-v-ecd89200] {
        padding-top: 113px
    }

    .main-pattern-title[data-v-ecd89200] {
        font-size: 26px;
        line-height: 140%
    }

    .main-pattern-time[data-v-ecd89200] {
        font-size: 14px;
        line-height: 100%
    }

    .main-pattern-firstText[data-v-ecd89200] {
        margin-top: 50px
    }

    .main-pattern-firstSection[data-v-ecd89200],
    .main-pattern-secondText[data-v-ecd89200] {
        margin-top: 32px
    }
}

.text-container[data-v-717777b0] {
    display: flex;
    justify-content: center
}

.main-pattern[data-v-717777b0] {
    padding-top: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px
}

.main-pattern-title[data-v-717777b0] {
    width: 100%;
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 700;
    color: #333;
    font-size: 44px;
    line-height: 130%;
    text-align: center
}

.main-pattern-firstText[data-v-717777b0] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-top: 60px
}

.main-pattern-section[data-v-717777b0] {
    margin-top: 60px;
    display: flex;
    flex-direction: column
}

.main-pattern-section-title[data-v-717777b0] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #333;
    text-transform: capitalize
}

.main-pattern-section-text[data-v-717777b0] {
    margin-top: 16px
}

.main-pattern-section-text-additional[data-v-717777b0],
.main-pattern-section-text[data-v-717777b0] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

@media (max-width:768px) {
    .main-pattern[data-v-717777b0] {
        padding-top: 113px
    }

    .main-pattern-title[data-v-717777b0] {
        font-size: 26px;
        line-height: 140%
    }

    .main-pattern-firstText[data-v-717777b0],
    .main-pattern-section[data-v-717777b0] {
        margin-top: 50px
    }
}

.desciption-text[data-v-598aa874] {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    white-space: pre-wrap
}

.desciption-text[data-v-598aa874]:last-child {
    margin-bottom: 0
}

.desciption-text[data-v-598aa874] h2 {
    margin: 24px 0 -16px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700
}

.desciption-text[data-v-598aa874] i {
    font-weight: 700
}

.cite-block[data-v-598aa874] {
    display: flex;
    box-sizing: border-box;
    margin: -20px 0;
    padding-left: 22px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    color: #333;
    border-left: 4px solid #ff2e4d
}

.big-image-style[data-v-598aa874] {
    width: 100%;
    border-radius: 20px
}

.body-wrapper[data-v-598aa874] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px
}

.body-wrapper[data-v-598aa874]:last-child {
    margin-bottom: 30px
}

.carousel-pattern[data-v-598aa874] {
    display: flex;
    align-items: center;
    justify-content: center
}

.platform-right-arrow[data-v-598aa874] {
    flex: none
}

.carousel-image[data-v-598aa874] {
    border-radius: 20px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px
}

.red-dot-pattern[data-v-598aa874] {
    display: flex;
    margin-top: 16px;
    margin-bottom: 50px
}

.red-dot[data-v-598aa874] {
    background-color: #ff2442
}

.non-red-dot[data-v-598aa874],
.red-dot[data-v-598aa874] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    cursor: pointer
}

.non-red-dot[data-v-598aa874] {
    background-color: #e6e6e6
}

.article-video[data-v-598aa874] {
    width: 100%;
    border-radius: 20px
}

@media screen and (max-width:768px) {
    .big-image-style[data-v-598aa874] {
        width: 100vw;
        margin: 0 -10px;
        padding: 0;
        border-radius: 0
    }

    .body-wrapper[data-v-598aa874] {
        margin-top: 50px
    }

    .desciption-text[data-v-598aa874] {
        margin-bottom: 32px;
        font-size: 14px
    }

    .desciption-text[data-v-598aa874] h2 {
        margin-top: 18px;
        font-size: 18px;
        line-height: 150%
    }

    .cite-block[data-v-598aa874] {
        margin: -14px 0;
        font-size: 18px;
        line-height: 150%
    }

    .platform-right-arrow[data-v-598aa874] {
        display: none
    }

    .carousel-pattern[data-v-598aa874] {
        width: 100vw;
        padding: 0
    }

    .carousel-image[data-v-598aa874] {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0
    }

    .article-video[data-v-598aa874] {
        width: 100vw;
        margin: 0 -10px;
        padding: 0;
        border-radius: 0
    }

    .image-video-wrapper[data-v-598aa874] {
        margin: 50px 0 30px;
        width: 100vw
    }
}

.body-container[data-v-6603fd88] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 165px;
    font-size: 16px;
    line-height: 150%;
    color: #333
}

.body-container[data-v-6603fd88] h1 {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 150%
}

.body-container[data-v-6603fd88] h2,
.body-container[data-v-6603fd88] h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 150%
}

.body-container[data-v-6603fd88] p {
    margin-bottom: 40px
}

.body-container[data-v-6603fd88] p>img {
    margin-bottom: 0
}

.body-container[data-v-6603fd88] img,
.body-container[data-v-6603fd88] video {
    max-width: 100%;
    margin-bottom: 40px;
    border-radius: 20px
}

.body-container[data-v-6603fd88] img[column] {
    width: 100%;
    transform: translateX(0)
}

.body-container[data-v-6603fd88] a {
    color: #5b92e1
}

.body-container[data-v-6603fd88] blockquote {
    display: block;
    margin: 0 0 40px;
    font-weight: 600;
    border-left: 4px solid #ff2e4d;
    padding-left: 22px;
    font-size: 20px;
    line-height: 30px
}

.body-container[data-v-6603fd88] blockquote>p {
    margin: 0
}

.body-container[data-v-6603fd88] blockquote>p+em {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #999
}

.body-container[data-v-6603fd88] ol,
.body-container[data-v-6603fd88] ul {
    margin: 0 0 40px 2em
}

.body-container[data-v-6603fd88] ol li {
    margin-bottom: 5px;
    list-style: decimal
}

.body-container[data-v-6603fd88] ul li {
    margin-bottom: 5px;
    list-style: disc
}

@media screen and (max-width:768px) {
    .body-container[data-v-6603fd88] {
        padding-bottom: 50px;
        font-size: 14px;
        line-height: 150%
    }

    .body-container[data-v-6603fd88] h1 {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 150%
    }

    .body-container[data-v-6603fd88] h2,
    .body-container[data-v-6603fd88] h3 {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 150%
    }

    .body-container[data-v-6603fd88] p {
        margin-bottom: 30px
    }

    .body-container[data-v-6603fd88] img,
    .body-container[data-v-6603fd88] video {
        max-width: none;
        width: 100vw;
        transform: translateX(-28px);
        margin-bottom: 30px;
        border-radius: 0
    }

    .body-container[data-v-6603fd88] img[column] {
        width: 100vw;
        transform: translateX(-28px)
    }

    .body-container[data-v-6603fd88] blockquote {
        font-size: 18px;
        line-height: 150%;
        margin: 0
    }

    .body-container[data-v-6603fd88] blockquote>p {
        margin: 0
    }
}

.newsroom-detail[data-v-0805c366] {
    padding-top: 225px;
    padding-bottom: 100px
}

.category-time[data-v-0805c366] {
    display: flex;
    align-items: center;
    justify-content: center
}

.split-line[data-v-0805c366] {
    margin-left: 16px;
    margin-right: 18px;
    width: 1px;
    color: #e6e6e6
}

.category[data-v-0805c366],
.date[data-v-0805c366] {
    font-family: Avenir Next;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #999
}

.title-wrapper[data-v-0805c366] {
    display: flex;
    justify-content: center
}

.title-section[data-v-0805c366] {
    text-align: center;
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    color: #333;
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .newsroom-detail[data-v-0805c366] {
        padding-top: 113px;
        padding-bottom: 50px
    }

    .category[data-v-0805c366],
    .date[data-v-0805c366] {
        font-size: 14px
    }

    .split-line[data-v-0805c366] {
        margin-left: 12px;
        margin-right: 14px
    }

    .title-section[data-v-0805c366] {
        font-size: 26px;
        line-height: 140%
    }
}

.main-pattern[data-v-4405e8a8] {
    padding-top: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px
}

.main-pattern-title[data-v-4405e8a8] {
    font-weight: 700;
    color: #333;
    margin-top: 100px;
    font-size: 44px;
    line-height: 130%;
    text-align: center
}

.main-pattern-firstText[data-v-4405e8a8] {
    margin-top: 20px;
    font-size: 20px
}

@media screen and (max-width:768px) {
    .main-pattern[data-v-4405e8a8] {
        padding-top: 113px;
        padding-bottom: 50px
    }

    .main-pattern-title[data-v-4405e8a8] {
        font-size: 36px
    }

    .main-pattern-firstText[data-v-4405e8a8] {
        font-size: 16px
    }
}


#formaltura {
    position: fixed;
    top: 10%;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background: black;
    color: white;
    font-family: Arial;
    font-size: 30px;
    border-radius: 50%;
    z-index: 999;
}



/**
NUEVO CSS DESARROLLO
**/


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap');

/** _____________________INICIO HERO________________________ **/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', serif;
}



#top {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

#top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(to bottom, #fff 30%, transparent);
}

#top #man {
    top: inherit;
    bottom: 0;
    z-index: 3;
}

section#top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;


}

img.frente {
    z-index: 2;
    position: fixed;
}

#top #text {
    position: absolute;
    color: #e7085e;
    font-size: 10rem;
    z-index: 2;
    font-weight: 700;
    font-family: sans-serif;
}

#top .stroked-title {
    color: transparent !important;
    -webkit-text-stroke: 2px #e7085e;
    font-family: sans-serif;
    text-stroke: 2px #e7085e;

}

#top #sec {
    padding: 100px;
    padding-bottom: 20px;
}

#top #sec h2 {
    font-size: 4rem;
    margin-bottom: 30px;
    color: #20496a;
}

#header {
    background-color: #fffffff5;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 901;
    width: 100%;
}

#header .container {
    max-width: 95%;
}

#header .logo {}


#header .logo img {
    width: 200px;

}

#header .menu ul {
    text-align: right;
    margin-bottom: 0px;
    padding-top: 10px;

}

#header .menu ul li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    color: #001A4F;
    font-weight: 500;
}

#header .boton {
    text-align: right;
    padding-top: 10px;
}

#header .boton .boton-header {
    background: linear-gradient(-45deg, #02285c, #054fb2, #0561dc, #003e91);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    color: white;
    border-color: #e7085e !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-family: helvetica;
    transition: all ease-in-out.1s;
    text-decoration: none;
}

/** _____________________FIN HERO________________________ **/

@media (max-width: 767.98px) {
    /* START FIRST BLOCK STYLES */

    .first-block .first-block-image {
        margin-bottom: -50px;
    }

    .first-block .first-block-image img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .first-block .first-block-text {
        padding: 80px 50px 50px 50px;
        width: 95%;
        margin: 0 auto;
    }

    h2 {
        font-size: 42px !important;
        line-height: 44px !important;
        margin-bottom: 10px !important;
    }

    p {
        font-size: 16px;
    }

  
  
  
    /* END FIRST BLOCK STYLES */
  
  section#nuestros-servicios {
    text-align: center;
  }
  
  section#nuestros-servicios a.btn-ns {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  section#nuestros-servicios .caja-servicio_contenido {
    text-align: left;
  }
  
  
  #creatividad .texto-creatividad {
    padding: 30px !important;
  }
  
  .block-section {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  
  
  .caja-servicio {
    margin: 10px 0px !important;
  }
  
  #end-to-end a {
    font-size: 18px !important;
  }
  
  #end-to-end span {
    font-size: 18px !important;
  }
  #end-to-end {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* START FIRST BLOCK STYLES */

    .first-block .first-block-image img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .first-block .first-block-text {
        margin-top: -50px;
        padding: 80px;
        width: 65%;
    }

    h2 {
        font-size: 32px !important;
        line-height: 32px !important;
        margin-bottom: 10px !important;
    }

    p {
        font-size: 16px;
    }

  #end-to-end {
    padding-top: 40px;
    padding-bottom: 40px;
  }
    /* END FIRST BLOCK STYLES */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* START FIRST BLOCK STYLES */

    .first-block .first-block-image img {
        width: 500px;
        height: 400px;
        object-fit: cover;
    }

    .first-block .first-block-text {
        margin-top: 50px;
        padding: 40px 100px 40px 230px;
        width: 65%;
    }

    h2 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-bottom: 12px !important;
    }

    p {
        font-size: 16px;
    }

    /* END FIRST BLOCK STYLES */
  #end-to-end {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
    /* START FIRST BLOCK STYLES */

    .first-block .first-block-image img {
        width: 500px;
        height: 500px;
        object-fit: cover;
    }

    .first-block .first-block-text {
        margin-top: 50px;
        padding: 40px 60px 40px 180px;
        width: 65%;
    }

    h2 {
        font-size: 50px !important;
        line-height: 50px !important;
        margin-bottom: 15px !important;
    }

    p {
        font-size: 16px !important;
    }

    h3 {
        font-size: 28px !important;
    }
  
  
  #end-to-end {
    padding-top: 50px;
    padding-bottom: 50px;
  }

    /* END FIRST BLOCK STYLES */
}

.padding-none {
    padding: 0px;
}

/* START FIRST BLOCK STYLES */

.border-radius {
    border-radius: 25px;
}



.first-block .first-block-image {
    z-index: 2;
}

.first-block .first-block-image img {
  border-radius: 25px;
}

.first-block h2 {
    color: white;
}

.first-block .first-block-text {
    background: linear-gradient(-45deg, #03025c, #058bdc);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    color: white;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}


/* END FIRST BLOCK STYLES */




/* END HERO STYLES */
.hero {
    width: 100%;
}

h1.hero-parallax {
    font-family: "ubuntu", sans-serif;
    margin: 0 0 10px 0;
    font-size: 130px;
    text-align: center;
    font-weight: 600;
    /*background-image: url('https://marketing.pgrmt.com/new/assets/img/background_video-web.gif');*/
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: fixed;
    line-height: normal;
    letter-spacing: -12px;
    padding-top: 12%;
}

/* END HERO STYLES */








/* video background */
#background-video {
    height: 97vh;
    width: 100vw !important;
    object-fit: cover;
    /*position: absolute;
    z-index: -1;
    object-fit: cover;*/
}

/* page content */

/*
  h1, h2 {
    color: white;
    font-family: Trebuchet MS;
    font-weight: bold;
    text-align: center;
  }
  
  h1 {
    font-size: 6rem;
    margin-top: 30vh; 
  }
  
  h2 { font-size: 3rem; }
  
  @media (max-width: 750px) {
      #background-video { display: none; }
      body {
        background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat;
        background-size: cover;
      }
  }
*/


.contenedor-growing-together {
    /*background-image: url('https://marketing.pgrmt.com/img/growing-together.png');*/
}

.img-growing-together {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100vh;
    object-fit: contain;
    object-position: center center;
    background: linear-gradient(180deg, white 35%, transparent 35%, transparent 65%, white 65%);
}



.first-block_section {
    /*margin-top: 900px;*/
    background: white;
    position: relative;
}

.second-block_section {
    background: white;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.boton-creatividad {
    background: linear-gradient(-45deg, #e73c7e, #8c6cff);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    color: white;
    border-color: #e7085e !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-family: helvetica;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    margin-top: 10px;
    display: block;
    width: max-content;
}

.boton-creatividad:hover {
    background: linear-gradient(-45deg, #ff13cc, #313fff);
    background-size: 150% 1500%;
    animation: gradient 8s ease infinite;
    transition: all ease-in-out 0.3s;
    background-color: #e7085e;
    border-color: #e7085e !important;
    text-decoration: none;
    color: white;
}


#hs_cos_wrapper_image-creatividad_1 img,
#hs_cos_wrapper_image-creatividad_2 img,
#hs_cos_wrapper_image-creatividad_3 img,
#hs_cos_wrapper_image-creatividad_4 img,
#hs_cos_wrapper_image-creatividad_5 img,
#hs_cos_wrapper_image-creatividad_6 img,
#hs_cos_wrapper_image-creatividad_7 img,
#hs_cos_wrapper_image-creatividad_8 img{
  width: -webkit-fill-available;
}

#hs_cos_wrapper_image-creatividad_1,
#hs_cos_wrapper_image-creatividad_2,
#hs_cos_wrapper_image-creatividad_3,
#hs_cos_wrapper_image-creatividad_4,
#hs_cos_wrapper_image-creatividad_5,
#hs_cos_wrapper_image-creatividad_6,
#hs_cos_wrapper_image-creatividad_7,
#hs_cos_wrapper_image-creatividad_8{
  
}

#end-to-end {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#end-to-end a {
    color: white;
    font-size: 60px;
    font-weight: 300;
    text-decoration: none;
    transition: all ease-in-out .7s;
    padding-top: 50px;
    padding-bottom: 40px;
}

#end-to-end span {
    color: white;
    font-size: 50px;
    font-weight: 300;
    text-decoration: none;
    transition: all ease-in-out .7s;
    padding-top: 50px;
    padding-bottom: 40px;
}

#end-to-end .container:hover a {
    /* transition: all ease-in-out .7s;
    margin-left: 25%;
    font-style: italic;*/ 
}

.block-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.block-section .hs-rss-item.hs-with-featured-image {
    flex-direction: column-reverse;
    display: inline-flex;
    width: 33%;
    padding: 30px;
  margin-bottom: 0px !important;
}

.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 100%;
}
.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img {
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.28);
}

.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  padding: 15px !important;
}

* {
    font-family: Avenir Next, Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Source Han Sans CN, Hiragino Sans GB, Microsoft Yahei, Dengxian, Microsoft JhengHei, sans-serif !important;
}

.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
  color: #000;
  font-family: font-family: Avenir Next, Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Source Han Sans CN, Hiragino Sans GB, Microsoft Yahei, Dengxian, Microsoft JhengHei, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 10px;
  display: block !important;
  /*display: -webkit-box;*/
  overflow: hidden;
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
}
.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text a:hover{
  text-decoration: none !important;
}

#actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p {
  text-align: left;
}


#actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p a {
    animation: gradient 8s ease infinite;
    background: linear-gradient(-45deg,#02285c,#054fb2,#0561dc,#003e91);
    background-size: 200% 200%;
    border-color: #2459a3!important;
    animation: gradient 8s ease infinite;
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600 !important;
    border-radius: 50px;
    padding: 10px 30px;
    width: fit-content;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.28);
    margin-top: 20px;
    transition: ease-in-out all 0.3s;
}

#actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p a:hover {
    background: linear-gradient(-45deg, #e7085e, #003e91);
    background-size: 150% 150%;
    transition: ease-in-out all 0.3s;
    
} 


/*#actualidad .hs-rss-item.hs-with-featured-image:nth-child(2) img {
    margin-top: 60px !important;
}
#actualidad .hs-rss-item.hs-with-featured-image:nth-child(3) img {
    margin-top: 90px !important;
}
*/

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

#hs_cos_wrapper_rss_ultimos_articulos {
    margin-top: 50px;
}

h2 span span,
h3 span span {
    font-weight: 300;
}

p {
    font-size: 18px !important;
    padding-bottom: 20px;
    font-weight: 400;
}

#nuestros-servicios .texto-servicios {
    padding-top: 50px;
}

.first-margin-box {
    margin-top: 20px;
}

.caja-servicio {
    width: 99%;
    display: inline-block;
    margin: 10px;
    border-radius: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.8s;
}

.caja-servicio:hover {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.8s;
}

.caja-servicio .caja-servicio_link {
    text-decoration: none;
    display: block;
    border-radius: 30px;
    padding: 20px;
    transition: all ease-in-out 0.2s;
}

.caja-servicio .caja-servicio_contenido {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    border-radius: 30px;
    padding: 20px;
}

.caja-servicio:hover .caja-servicio_link {
    background-color: #00000073;
    transition: all ease-in-out 0.2s;
}

.caja-servicio .caja-servicio_contenido {
    color: white;
}

.caja-servicio .caja-servicio_contenido .caja-servicio_btn {
    text-align: right;
    display: block;
    margin-top: 49px;
}

.caja-servicio .caja-servicio_contenido .caja-servicio_btn span a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000ad;
    border-radius: 25px;
    padding: 10px 15px 10px 15px;
    transition: all ease-in-out 0.2s;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

.caja-servicio:hover .caja-servicio_contenido .caja-servicio_btn span a {
    background-color: #e7085e;
    transition: all ease-in-out 0.2s;
  text-decoration: none !important;
}

.caja-servicio1 {
    background-image: url(https://marketing.pgrmt.com/dev/img/captacion-leads.jpg);
}

.caja-servicio2 {
    background-image: url(https://marketing.pgrmt.com/dev/img/comunicacion-corporativa.jpg);
}

.caja-servicio3 {
    background-image: url(https://marketing.pgrmt.com/dev/img/marketing-digital.jpg);
}

.caja-servicio4 {
    background-image: url(https://marketing.pgrmt.com/dev/img/responsabilidad-corporativa.jpg);
}

#culturapgr {
    text-align: center;
    background: #eef4ff;
}

.carousel-indicators {
    position: relative !important;
    margin-top: 30px;
    margin-bottom: 15px;
  display: block !important;
  margin-left: 0% !important;
  margin-right: 0% !important;
  text-align: center;
}

.carousel-indicators li {
  display: block; 
    width: auto;
    height: auto;
    text-indent: inherit;
    padding: 0px 15px;
    font-size: 20px;
    opacity: .9;
    background: transparent;
    text-transform: capitalize;
    font-weight: 500;
    color: black !important;
    background-color: transparent !important;
    display: inline !important;
      
}


@media (max-width: 767.98px) {
  .carousel-indicators li {
    line-height: 50px;
  }
}

.carousel-indicators li.active {
 color: white !important;
}

.carousel-indicators li:first-child.active {
    background: #AD1519 !important;
}



.carousel-indicators li:nth-child(2).active {
    background: #0b3161 !important;
}



.carousel-indicators li:nth-child(3).active {
    background: #006133 !important;
}



.carousel-indicators li:nth-child(4).active {
    background: #e7085e !important;
}



.carousel-indicators li:nth-child(5).active {
    background: orange !important;
}



.carousel-indicators li:nth-child(6).active {
    background: brown !important;
}



.carousel-inner img {
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    width: 100% !important;
}

#nuestrasoficinas .carousel-inner img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

#culturapgr .carousel-inner img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    margin: 10px;
}

.carousel-inner ul {
    text-align: left;
    margin-top: 50px;
}

.carousel-inner ul li {
    margin-bottom: 8px;
    font-size: 18px;

}

.carousel-inner ul li::marker {
    content: "âœ“ ";
    font-weight: 900;
    color: #e7085e;
}

.carousel-indicators li.active {
    background: #004cff !important;
    font-weight: 600;


    color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    transition: all ease-in-out 0.3s;
}

#creatividad {
    background: linear-gradient(-45deg, #42025c, #0599b2, #0561dc, #005591);
    background-size: 200% 200%;
    animation: gradient 5s ease infinite;
}

#creatividad h2,
#creatividad p {
    color: #FFFFFF;
}

#creatividad h2 {
    line-height: 50px;
    margin-bottom: 20px;
}



.carousel-creatividad .carousel-item {
    transition: -webkit-transform .0s ease-in-out !important;
    transition: transform translate3d(-2404.5px, 0px, 0px) .0s ease-in-out, -webkit-transform .0s ease-in-out !important;
    transition-duration: 8000ms !important;
    padding: 0px 15px;
}

.carousel-creatividad.carousel-inner .carousel-item img {
    height: 220px;
    padding: 15px;
}

.second-box {
    margin-top: -15px;
}

.carousel-creatividad .carousel-item .col-6 {
    padding: 0px;
}

#creatividad .texto-creatividad {
    padding-right: 50px;
    padding-top: 25px;
}


#actualidad {}

#actualidad h2 {
    text-align: center;
}

#actualidad p {
    text-align: center;
}

#actualidad .box-actualidad {
    padding: 0px 30px;
}

#actualidad .box-actualidad:nth-child(2) {
    margin-top: 30px;
}

#actualidad .box-actualidad:nth-child(3) {
    margin-top: 60px;
}

#actualidad .box-actualidad img {
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

#actualidad .box-actualidad h3 {
    color: #000000;
    font-family: 'Montserrat', serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

#actualidad .box-actualidad p {
    padding-bottom: 0px;
    text-align: left;
    font-size: 16px;
    color: #3d3d3d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}

.texto-actualidad {
    margin-bottom: 0px;
}
.texto-actualidad p {
  padding: 0px !important;
  margin-bottom: -35px !important;
}

#actualidad .box-actualidad a,
#nuestros-servicios a.btn-ns {
    background: linear-gradient(-45deg, #02285c, #054fb2, #0561dc, #003e91);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    color: white;
    border-color: #2459a3 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-family: helvetica;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    margin-top: 10px;
    display: block;
    width: max-content;
    transition: all ease-in-out 0.3s;
}

#actualidad .box-actualidad a:hover,
#nuestros-servicios a.btn-ns:hover {
    background: linear-gradient(-45deg, #e7085e, #003e91);
    background-size: 150% 150%;
    animation: gradient 8s ease infinite;
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.3s;
}

#actualidad .box-actualidad div.contenido {
    padding: 15px;
}

#nuestrasoficinas {
    background-color: #F6F6F6;
}

#nuestrasoficinas h2 {
    text-align: center;
}

@media (max-width: 767.98px) { 
  #nuestrasoficinas .center-oficinas {
    width: 100% !important;
  }
  #nuestrasoficinas .center-oficinas div {
    padding: 0px !important;
  }
  
  .carousel-indicators li {
        padding: 0 10px !important;
  }
  
  .block-section .hs-rss-item.hs-with-featured-image {
    width: 100% !important;
  }
  
  #actualidad.block-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text p {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .block-section .hs-rss-item.hs-with-featured-image:first-child {
    margin-top: 40px !important;   
  }
  
  #actualidad.block-section .hs-rss-item.hs-with-featured-image:nth-child(2) img {
    margin-top: 0px !important;
  }
  
  #actualidad.block-section .hs-rss-item.hs-with-featured-image:nth-child(3) img {
    margin-top: 0px !important;
  }
  
  .carousel-inner img {
    height: 200px !important;
  }
  
  #creatividad .carousel-inner img {
    height: 120px !important;
    padding: 10px !important;
  }
  
  .carousel,
  .carousel .carousel-inner {
    margin: 0 auto !important;
  }
  
  #creatividad .carousel-creatividad .carousel-item {
    transition-duration: 2s!important;
  }
  
  #nuestrasoficinas p.adress {
    width: 80% !important;
    font-size: 14px !important;
  }
  
  .carousel-indicators {
    margin-bottom: 30px !important;
  }
  
  #culturapgr .carousel-inner img {
    margin: 0px !important;
    margin-top: 20px !important;
  }
  
  
  #cd-lateral-nav .active-branch ul li.hs-menu-depth-1 {
    display: block !improtant;
    margin-bottom: 20px;
    width: 100% !important;
  }
  
  #cd-lateral-nav ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
    text-align: left !important;
  }
  
  #cd-lateral-nav .active-branch ul li.hs-menu-depth-1 a {
    /*text-align: center;*/
    font-size: 22px;
  }
   
  #cd-lateral-nav .active-branch ul li.hs-menu-depth-1 a img {
    /*margin: 0 auto !important;*/
    margin-top: 20px;
  }
  
  
  
  
  
}

#nuestrasoficinas .center-oficinas {
    width: 55%;
    margin: 0 auto;
    overflow: visible;
}

#nuestrasoficinas p {
    text-align: center;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

#nuestrasoficinas p.adress {
    font-size: 14px;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
    color: #000000;
    line-height: 20px;
}

#contacto {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
}

#contacto h2,
#contacto p {
    color: #ffffff;
}

#contacto p {
    margin-top: 30px;
}

#contacto img {
    margin-top: 50px;
}

#contacto input,
#contacto select {
    overflow: visible;
    border-radius: 9px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    border: solid 1px #00000029;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    font-size: 15px;
}

#contacto textarea {
    overflow: visible;
    border-radius: 9px;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}

#contacto input::placeholder {
    color: rgb(40, 40, 40) !important;
}

#contacto .hs-richtext,
#contacto span,
#contacto a {
    color: white !important;
}

#contacto .hs-input[type=checkbox] {
    height: auto;
    width: auto;
    margin-right: 5px;
}

#contacto .hs-button[type=submit] {
    margin-top: 30px;
    color: white;
    background: black;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#contacto ul {
    margin-left: 0;
    padding-left: 0;
}

#contacto ul li {}

#contacto ul li::marker {
    color: transparent;
}

#contacto ul li ::marker {
    display: none;
}

#contacto ul li label {
    font-size: 12px;
    color: white;
}

sub {
    font-size: 11px;
}

.form-text-politica-privacidad {
      line-height: 10px; 
      color: #ffffff; 
      font-size: 11px; 
      text-align: left;
    }


#footer {
    background-image: url(https://marketing.pgrmt.com/wp-content/uploads/2023/02/abstract-background-with-low-poly-design-1-2-scaled-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#footer .footer-bgimage {
    background: linear-gradient(-45deg, #000000, #000000f7, #000710, #000710f2);
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;

}

/*
 * 
 *#footer .social {
    margin-bottom: 50px;
    margin-top: 50px;
}

#footer .menu {
}

#footer ul li {
    display: inline;
    color: white;
    padding: 25px;
    font-weight: 300;
}

#footer ul li::marker {
    display: none !important;
    color: transparent !important;
}


#footer ul li a {
    color: white;
    font-weight: 300;
    font-size: 16px;
}


#footer p {
    color: white;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#footer a {
    color: white !important;
    font-weight: 300;
}

#footer .legal {
    margin-top: 15px;
}

#footer .legal a {
    margin-left: 10px;
    margin-right: 10px;
}

#footer i.fa {
    font-size: 25px;
}


.padding {
    padding: 3rem
}

*
*
*/
.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #3da5f;
    border-radius: 0px;
}

.card .card-body {
    padding: 1.25rem 1.75rem
}

.card .card-title {
    color: #000000;
    margin-bottom: 0.625rem;
    text-transform: capitalize;
    font-size: 0.875rem;
    font-weight: 500
}

.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    color: #76838f
}

.btn.btn-social-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.template-demo>.btn {
    margin-right: 0.5rem !important;
}

.template-demo {
    margin-top: 0.5rem !important;
}

.btn.btn-rounded {
    border-radius: 50px;
}




/*Button cover*/

.btn-facebook {
    color: #000000;
    background: #ffffff;
}


.btn-twitter {
    color: #000000;
    background: #ffffff;
}



.btn-linkedin {
    color: #000000;
    background: #ffffff;
}


.btn-facebook:hover,
.btn-facebook:focus {
    color: #2d4278;
    background: #ffffff;
}



.btn-twitter:hover,
.btn-twitter:focus {
    color: #1b8dbf;
    background: #ffffff;
}



.btn-linkedin:hover,
.btn-linkedin:focus {
    color: #015682;
    background: #ffffff;
}








.spacer {
    width: 100vw;
    /*height: 250px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center
}

.spacer>a {
    position: absolute;

    width: 500vw;


    margin-left: 600px;

}



.imageWrapper {
    position: absolute;
    width: 260px;
    height: 350px;
    background-color: transparent;
    overflow: hidden;
    left: 10%;
    margin-top: 0%;

}

.imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.spacer:nth-child(even) {
    background-color: #121212
}

.cultura_list {
    padding-top: 20px;
    padding-left: 50px !important;
    text-align: left;
}

.cultura_list h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    color: #005bc1;
}

.cultura_list h3 span span {
    font-weight: 600;
}

.cultura_list {}

.oficinas div {
    padding: 20px;
}

#nuestrasoficinas .contenedor-image-oficina {
    padding: 10px 30px 10px 30px;
}

form {
    padding-left: 50px;
}

form fieldset {
    max-width: 100% !important;
}

input[type=submit] {
    border-radius: 30px !important;
}

.texto-contacto {
    padding-top: 50px;
}



.footer.section {
    background: #000 none repeat scroll 0 0;
    color: #fff;
  padding: 80px 0px;
}
.footer.section li {
    color: #fff;
  transition: all ease-in-out 0.3s;

}

.footer.section li a:hover {
  letter-spacing: 0.4px;
    transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.footer.section a {
    color: #fff;
}

a.boton-social, .boton-social {
    background-color: #fff;
    border-radius: 50%;
    color: #333!important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease 0;
    width: 40px;
}

.titulo-seccion-footer {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.5em;
    line-height: 1.3;
    margin-top: 0;
    font-size: 18px;
    color: #fff!important;
}
.listado-footer {
    margin-bottom: 1.5em;
}
ul.listado-footer li {
    list-style-type: none;
  font-size: 12px;
    margin-bottom: 0.2em;
    padding: 0px !important;
}


.boton-social .fa, .boton-social i {
    backface-visibility: hidden;
    transform: scale(1);
    transition: all .25s ease 0;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.boton-social, .boton-social {
    background-color: #fff;
    border-radius: 50%;
    color: #333!important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease 0;
    width: 40px;
}

.legal {
    background-color: #000;
    margin: 0;
    padding: 0;
}
.legal a, .legal a:hover {
    text-decoration: none;
}
.legal a:hover {
    text-decoration: underline;
}
.legal a, .legal a:hover, .legal a:focus, .legal a:visited {
    color: #ccc;
    font-size: 13px;
}




/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */



.banner {
  color: #fff;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
  background-color: #086cb8
}

.banner-image {
  min-height: 100%;
  vertical-align: middle;
  width: 100%
}

.banner::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

@media all and (max-width: 480px) {
  .banner-caption {
    top: 80px !important
  }

  .banner-caption-seccion {
    top: 10% !important
  }
}

.banner-caption {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30%;
  width: 100%;
  z-index: 2
}

.banner-caption-seccion {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10%;
  width: 100%;
  z-index: 2
}

.subfooter {
  background-color: #222;
  padding: 40px 0
}

.subfooter a {
  color: #323232
}

.section {
  padding: 80px 0
}

.default-bg {
  background-color: #e3e3e3;
  color: #fff
}

.btn-primary {
  background-color: #0095da;
  border: 0 none;
  color: #fff
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-color: #e45454;
  border: 0 none;
  color: #fff
}

.transprant-bg {
  color: #fff
}

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.transprant-bg h1,
.transprant-bg h2,
.transprant-bg h3,
.transprant-bg h4,
.transprant-bg h5,
.transprant-bg h6 {
  color: #0095da
}

.default-bg blockquote footer,
.transprant-bg blockquote footer {
  color: #ccc
}

.default-bg a,
.transprant-bg a {
  color: #fff;
  text-decoration: underline
}

.default-bg a:hover,
.transprant-bg a:hover {
  text-decoration: none
}

.transprant-bg {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover !important;
  position: relative;
  z-index: 1
}

.transprant-bg .transprant-bg {
  margin-top: 80px;
  z-index: 3
}

.transprant-bg::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.transprant-bg .container {
  position: relative;
  z-index: 3
}

.caption-data {
  left: 0;
  position: absolute;
  right: 0;
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  top: 50%;
  transform: translate(-50%, -50%)
}

.caption-data h1 {
  text-transform: uppercase
}

.caption-data h1 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

.caption-data h3 {
  font-size: 30px;
  line-height: 34px
}

button.cta-button.btn-light,
button.cta-button.btn-dark,
.contact-form button.cta-button,
button.cta-button.btn-default {
  font-family: "Ubuntu", sans-serif;
  text-shadow: 1px 1px 5px #555
}

button.cta-button,
button.cta-button:focus {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 20px;
  padding: 20px 50px;
  transition: background .6s ease
}

button.cta-button:hover {
  background: #0095da none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-decoration: none
}

.no-view {
  opacity: 0
}

.object-visible,
.touch .no-view {
  opacity: 1 !important
}

.space {
  padding: 20px 0
}

.pr-10 {
  padding-right: 10px
}

.pl-10 {
  padding-left: 10px
}

.pclear {
  padding-bottom: 0
}

.secPadding {
  padding: 4.5em 0
}

.secPadding-title {
  padding: 7em 0
}

h2.title,
h3.title,
h4.title {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 55px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 2px 5px #414243
}

.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
  color: #fff
}

.banner-caption h1 {
  font-size: 54px;
  font-weight: 400
}

.banner-caption-seccion h1 {
  font-size: 45px;
  font-weight: 300
}

.footer h1 {
  color: #fff
}

.footer.section {
  background: #000 none repeat scroll 0 0;
  color: #bbb
}

.subfooter p {
  color: #fff;
  margin-bottom: 0
}

.hero-caption {
  background-color: #fff;
  text-align: center
}

.hero-caption h2 {
  color: #0095da;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-top: 0;
  text-align: center
}

.hero-caption h1 {
  color: #0095da;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px
}

.hero-caption p {
  color: #414042
}

.panel-default {
  border-color: #ddd
}

.panel-heading h3,
.panel-title {
  color: #0095da
}

.panel {
  background-color: #e3e3e3;
  border: medium none transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px
}

.panel-body {
  padding: 15px
}

h4.heading {
  color: #000;
  margin-bottom: 20px;
  text-align: center
}

.heading::after {
  border: 1px dashed #e1e1e1;
  content: " ";
  display: block;
  height: 2px;
  margin: 20px auto;
  width: 100px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover {
  background-color: #e45454;
  border-color: #e45454;
  color: #fff
}

.nav-pills>li>a {
  border: 1px solid #cacaca;
  border-radius: 0;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  padding: 8px 20px;
  text-transform: uppercase
}

.form-control {
  background-color: transparent;
  border-radius: 0;
  height: 45px
}

.form-control-feedback {
  color: #ccc
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 15px
}

textarea {
  resize: vertical
}

.header .navbar {
  margin-bottom: 0
}

.main-navigation .navbar-default {
  background-color: transparent;
  border: medium none
}

.main-navigation .navbar-default .navbar-nav>li>a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px
}

.main-navigation .navbar-default .navbar-nav>li.active>a {
  background-color: transparent;
  color: #fff
}

.main-navigation .navbar-default .navbar-nav>li>a:hover,
.main-navigation .navbar-default .navbar-nav>li.active>a:hover {
  color: #fff
}

.logo {
  margin: 10px 0;
  transition: all .3s ease-in-out 0
}

.logo,
.logo-section {
  float: left
}

@media (min-width: 768px) {
  .main-navigation .navbar-default .navbar-nav>li>a {
    padding-bottom: 30px;
    padding-top: 30px;
    transition: all .3s ease-in-out 0
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .container-fluid {
    padding-left: 0;
    padding-right: 0
  }

  .navbar-nav {
    float: left !important
  }
}

@media (max-width: 767px) {
  .header.navbar-fixed-top {
    padding: 0;
    position: fixed
  }

  .brand {
    font-size: 22px
  }

  .fixed-header-on .header,
  .navbar-fixed-top {
    background-color: #0095da;
    padding: 5px 0
  }

  .banner-caption h1,
  .banner-caption-seccion h1 {
    font-size: 28px
  }

  .rotate {
    display: none
  }

  .banner-caption h2,
  .banner-caption-seccion h2 {
    font-size: 23px
  }

  .banner-caption {
    position: absolute;
    top: 24%
  }

  .banner-caption-seccion {
    position: absolute;
    top: 10%
  }

  .navbar-default .navbar-toggle {
    border-color: #e65e6b;
    border-radius: 0;
    margin: 8px 0 0
  }
  
  #cd-lateral-nav .active-branch ul {
  margin-left: 5px !important;
  }
}

.fixed-header-on .header {
  background-color: #0095da;
  padding: 5px 0
}

.fixed-header-on .brand {
  font-size: 24px
}

.fixed-header-on .logo {
  margin-bottom: 0;
  margin-top: 0;
  transform: scale(0.8)
}

@media (min-width: 768px) {
  .fixed-header-on .navbar-default .navbar-nav>li>a {
    padding-bottom: 20px;
    padding-top: 20px
  }
}

@media (max-width: 991px) {

  .fixed-header-on .logo,
  .fixed-header-on .brand,
  .fixed-header-on .site-slogan {
    display: none
  }
}

.social-links {
  list-style: outside none none;
  margin: 15px 0;
  padding: 0
}

.social-links li {
  display: inline-block;
  font-size: 25px
}

.social-links li a {
  border-radius: 50%;
  color: #bbb;
  display: inline-block;
  font-size: 26px;
  height: 52px;
  padding: 4px;
  text-align: center;
  transition: all .2s ease-in-out 0;
  width: 52px
}

.social-links li.twitter a:hover {
  color: #55acee
}

.social-links li.skype a:hover {
  color: #00aff0
}

.social-links li.linkedin a:hover {
  color: #0976b4
}

.social-links li.googleplus a:hover {
  color: #dd4b39
}

.social-links li.youtube a:hover {
  color: #b31217
}

.social-links li.flickr a:hover {
  color: #ff0084
}

.social-links li.facebook a:hover {
  color: #3b5998
}

.social-links li.pinterest a:hover {
  color: #cb2027
}

/* .banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption p,
.banner-caption-seccion h1 {
   text-shadow: 1px 1px 8px #888
 } */

#cd-top-nav li a {
  text-decoration: none;
  
}

@media screen and (max-width: 736px) {
  #wrapper>header {
    background-size: auto auto, 125% auto;
    margin-bottom: -2.5em;
    padding: 6.5em 2em 3em
  }

  #wrapper>header h2 {
    font-size: 1.25em
  }

  #wrapper>header p {
    font-size: .8em
  }
}

.wrapper {
  position: relative !important
}

.wrapper-up {
  background-color: #fff;
  position: relative !important
}

.wrapper::before,
.wrapper::after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 3.5em;
  position: absolute !important;
  width: 100%;
  z-index: 300
}

.wrapper::before {
  left: 0;
  top: -3.5em
}

.wrapper::after {
  bottom: -3.4em;
  left: 0;
  transform: scaleY(-1)
}

.wrapper.alt::before {
  transform: scaleX(-1)
}

.wrapper.alt::after {
  transform: scaleY(-1) scaleX(-1)
}

@media screen and (max-width: 980px) {

  .wrapper::before,
  .wrapper::after {
    height: 3.75em
  }

  .wrapper::before {
    top: -3.75em
  }

  .wrapper::after {
    bottom: -3.75em;
    left: 0
  }

  .wrapper .inner {
    padding: 3em 3em 1em;
    width: 100%
  }

  .wrapper.spotlight .image {
    margin: 0 2em 2em 0;
    width: 32em
  }

  .wrapper.spotlight:nth-child(2n-1) .image {
    margin: 0 0 2em 2em
  }
}

@media screen and (max-width: 736px) {

  .wrapper::before,
  .wrapper::after {
    height: 2.5em
  }

  .wrapper::before {
    top: -2.5em
  }

  .wrapper::after {
    bottom: -2.5em;
    left: 0
  }

  .wrapper .inner {
    padding: 2em 2em .1em
  }

  .wrapper.spotlight .inner {
    align-items: flex-start
  }

  .wrapper.spotlight .image {
    margin: 0 1.75em 2em 0;
    width: 19em
  }

  .wrapper.spotlight:nth-child(2n-1) .image {
    margin: 0 0 2em 1.75em
  }
}

@media screen and (max-width: 640px) {
  .wrapper.spotlight .inner {
    display: block
  }

  .wrapper.spotlight .image {
    margin: 0 0 1em !important;
    max-width: 85%;
    width: 12em
  }
}

@media screen and (max-width: 360px) {
  .wrapper .inner {
    padding: 2em 1.5em .1em
  }
}

p {
  margin: 0 0 20px
}

@media all and (min-width: 481px) {
  .push-right {
    float: right !important
  }

  .push-left {
    float: left !important
  }
}

@media all and (min-width: 1200px) {
  .icono img {
    margin-left: 20%
  }

  .contenido {
    height: 240px
  }

  .contenido-excerpt {
    height: 280px
  }
}

.boton a,
.boton a:focus,
boton a:active {
  border: 1px solid #0095da;
  border-radius: 50px;
  color: #0095da;
  display: block;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease 0;
  width: 100%
}

.boton a {
  border: 1px solid #0095da;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400
}

.boton a:hover {
  background-color: #0095da;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  transition: all .5s ease 0
}

.boton {
  margin-bottom: 40px
}

.no-padding {
  padding-left: 0;
  padding-right: 0
}

.mapa {
  margin: 0;
  padding: 0
}

.mapa img {
  display: block;
  height: auto;
  width: 100%
}

.nombre-pgr {
  font-size: 18px
}

.legal {
  background-color: #000;
  margin: 0;
  padding: 0
}

.legal a,
.legal a:hover,
.legal a:focus,
.legal a:visited {
  color: #ccc;
  font-size: 13px
}

.legal a:hover {
  text-decoration: underline
}

.footer.wrapper::after {
  bottom: 0
}

@media all and (max-width: 480px) {
  #clientes img {
    display: block;
    margin: 0 auto 15px
  }
}

p.nombre-pgr {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0
}

a.boton-social,
.boton-social {
  background-color: #fff;
  border-radius: 50%;
  color: #333 !important;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s ease 0;
  width: 40px
}

.boton-social .fa,
.boton-social i {
  backface-visibility: hidden;
  transform: scale(1);
  transition: all .25s ease 0
}

.boton-social:hover,
.boton-social:focus {
  color: #fff !important;
  outline: medium none;
  text-decoration: none
}

.boton-social:hover .fa,
.boton-social:focus .fa,
.boton-social:hover i,
.boton-social:focus i {
  transform: scale(1.3)
}

.boton-social.btn-xs {
  font-size: 9px;
  height: 24px;
  line-height: 13px;
  margin: 6px 2px;
  width: 24px
}

.boton-social.btn-sm {
  font-size: 13px;
  height: 36px;
  line-height: 18px;
  margin: 6px 2px;
  width: 36px
}

.boton-social.btn-lg {
  font-size: 22px;
  height: 72px;
  line-height: 40px;
  margin: 10px 6px;
  width: 72px
}

.btn-facebook {
  background-color: #fff
}

.btn-facebook:hover {
  background-color: #4c70ba
}

.btn-google-plus {
  background-color: #fff
}

.btn-google-plus:hover {
  background-color: #e47365
}

.btn-linkedin {
  background-color: #fff
}

.btn-linkedin:hover {
  background-color: #0b96e5
}

.btn-twitter {
  background-color: #fff
}

.btn-twitter:hover {
  background-color: #83c3f3
}

.btn-youtube {
  background-color: #fff
}

.btn-youtube:hover {
  background-color: #ea5955
}

.btn-email {
  background-color: #fff
}

.btn-email:hover {
  background-color: #6bd079
}

.btn-pinterest {
  background-color: #fff
}

.btn-pinterest:hover {
  background-color: #e04046
}

@media all and (min-width: 768px) {
  span.cd-menu-icon {
    margin-top: -1px
  }
}

#return-to-top {
  background: rgba(0, 149, 218, 0.4) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 35px;
  bottom: 20px;
  display: none;
  height: 50px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transition: all .3s ease 0;
  width: 50px;
  z-index: 9999
}

#return-to-top i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  left: 16px;
  margin: 0;
  position: relative;
  top: 13px;
  transition: all .3s ease 0
}

#return-to-top:hover {
  background: rgba(0, 149, 218, 0.9) none repeat scroll 0 0
}

#return-to-top:hover i {
  color: rgba(255, 255, 255, 0.9)
}

@media all and (max-width: 480px) {

  .secPadding-title,
  .secPadding {
    padding: 4em 0
  }

  h2.title,
  h3.title,
  h4.title,
  h5.title {
    font-size: 30px
  }
}

.seccion .banner-image,
.seccion .banner-image img {
  max-height: 500px
}

.cd-img-replace {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  text-indent: 100%;
  white-space: nowrap
}

.overflow-hidden {
  overflow-x: hidden;
  overflow-y: hidden
}

.cd-main-content {
  background-color: #f5f4e9;
  min-height: 100%;
  padding-top: 50px;
  position: relative;
  transition-duration: .4s;
  transition-property: transform;
  z-index: 2
}

.cd-main-content.lateral-menu-is-open {
  transform: translateX(-260px)
}

@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 70px
  }
}

@media all and (max-width: 767px) {
  header {
    background-color: #fff
  }
}

@media all and (min-width: 768px) {
  header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto
  }
}

header {
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  transition-duration: .4s;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  width: 100%;
  z-index: 9999
}

header.lateral-menu-is-open {
  /*transform: translateX(-260px)*/
}

header.is-fixed {
  position: fixed
}

@media only screen and (min-width: 768px) {
  header {
    height: 80px;
  }
}

#cd-logo,
#cd-logo-2 {
  display: block;
  float: left;
  margin: 12px 0 0 20px
}

#cd-logo img,
#cd-logo-2 img {
  display: block
}

@media only screen and (min-width: 768px) {

  #cd-logo,
  #cd-logo-2 {
    margin: 16px 0 0 30px
  }
}

#cd-top-nav {
  display: none;
  height: 100%;
  min-height: 60px;
  position: absolute;
  right: 300px;
  top: 0
}

#cd-top-nav ul {
  height: 100%;
  padding-top: 4px
}

#cd-top-nav li {
  display: inline-block;
  margin-right: 1em
}

#cd-top-nav a {
  color: #001A4F;
  display: inline-block;
  font-weight: 500 !important;
  padding: .5em
}

#cd-top-nav a.current {
  background-color: #242e30
}

.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
  transition-delay: 0;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: ease
}

@media only screen and (min-width: 768px) {
  #cd-top-nav {
    display: block
  }
}

#cd-menu-trigger {
  background-color: transparent;
  height: 100%;
  min-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  /*width: 60px*/
}
#cd-menu-trigger:hover {
  text-decoration: none;
}
#cd-menu-trigger .cd-menu-text {  
  animation: gradient 8s ease infinite;
    background: linear-gradient(-45deg,#ee7752,#ae68a5,#23a6d5,#23d5ab);
    background-size: 150% 150%;
    display: inline !important;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 400 !important;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: helvetica;
    transition: all ease-in-out .1s;
    text-decoration: none;
}

#cd-menu-trigger:hover .cd-menu-text {  
    animation: gradient 8s ease infinite;
    background: linear-gradient(-45deg,#23d5ab,#23a6d5,#ae68a5,#ee7752);
    background-size: 150% 150%;
}

#cd-menu-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: transparent;
}

#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon::after {
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px
}

#cd-menu-trigger .cd-menu-icon::after {
  top: 5px
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0)
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before,
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: transparent
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  transform: rotate(45deg)
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  transform: rotate(-45deg)
}

@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    /*padding-left: 1.25em;*/
    width: 290px
  }

  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 88px
  }

  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    transform: translateX(0px)
  }
}
    
    #cd-lateral-nav {
          z-index: 9998 !important;
    }
    
@media (max-width:767px) {
  #cd-lateral-nav {
    transform: translateY(-1700px);
   }
}
    
@media (min-width:768px) {
  #cd-lateral-nav {
     transform: translateY(-470px);
   }
}
    
#cd-lateral-nav {
  animation: gradient 8s ease infinite;
    background: linear-gradient(-45deg,#d34bff,#16a5bd,#156de3,#2e78ad,#a12a77,#ff1226);
    background-size: 200% 200%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.28);
    color: #fff;
    z-index: 1;
  /*height: 370px;*/
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  /*transform: translateY(-470px);*/
  transition-delay: 0s, .4s;
  transition-duration: 0.4s;
  transition-property: transform, visibility;
  transition-timing-function: ease, ease;
  /* visibility:hidden; */
  width: 100%;
  z-index: 99;
  padding-top: 90px;
  border-radius: 0px 0px 10px 10px;
}

#cd-lateral-nav .active-branch {
  margin: 10px 0 16px
}
#cd-lateral-nav .active-branch ul {
  margin: 0 auto;
    display: table;
}
    
#cd-lateral-nav .active-branch ul li.hs-menu-depth-1 {
  width: auto;
  list-style: none;
  display: inline-grid;
}
    
#cd-lateral-nav .active-branch ul li.hs-menu-depth-2 {
  display: block;
}
    
#cd-lateral-nav ul li.hs-menu-depth-2.active.active-branch  {
    margin-top: 0px;
    margin-bottom: 0px;
}

#cd-lateral-nav ul li.hs-menu-depth-2.active.active-branch a{
    font-weight: 600;
    color: #89e9be;
} 

#cd-lateral-nav .hs-menu-children-wrapper {
  padding: 0 10px 10px;
  position: relative !important;
  opacity: 1;
  visibility: initial
}

#cd-lateral-nav a {
  color: #eee;
  display: block;
  line-height: 1.8em;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
  padding: 0 16px 0 32px
}

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #fff;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid
}

.no-touch #cd-lateral-nav a:hover {
  color: #fff;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
  transition-delay: 0;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: ease
}

@media only screen and (min-width: 768px) {
  #cd-lateral-nav .active-branch {
    margin: 20px 0
  }
  
  
}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0 0;
  -moz-transition: -moz-transform .4s 0s, visibility 0 0;
  transition: transform .4s 0s, visibility 0 0;
  -webkit-overflow-scrolling: touch;
    z-index: 9998;
}

#cd-lateral-nav .hs-item-has-children>a,
#cd-lateral-nav .hs-menu-depth-1>a {
  font-weight: 600;
  position: relative;
  text-transform: uppercase
}

#cd-lateral-nav .hs-item-has-children>a::after {
  /* background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://202561.fs1.hubspotusercontent-na1.net/hubfs/202561/WebsitePGR2015/PGRv2/cd-arrow.svg);
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 11px;
  bottom: auto;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: .2s;
  transition-property: transform;
  width: 8px*/
}

#cd-lateral-nav .hs-item-has-children>a.submenu-open::after {
  transform: translateY(-50%) rotate(90deg)
}

#cd-lateral-nav .socials {
  padding: 0 32px
}

#cd-lateral-nav .socials::after {
  clear: both;
  content: "";
  display: table
}

#cd-lateral-nav .socials a {
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
  border-top-left-radius: .25em;
  border-top-right-radius: .25em;
  float: left;
  height: 32px;
  margin-right: .5em;
  width: 32px;
  padding: 0
}

#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0
}

#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0
}

#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0
}

#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0
}

.no-touch #cd-lateral-nav .socials a:hover {
  background-color: #4e6361
}

.no-touch #cd-lateral-nav .socials a.cd-twitter:hover {
  background-position: 0 -32px
}

.no-touch #cd-lateral-nav .socials a.cd-github:hover {
  background-position: -32px -32px
}

.no-touch #cd-lateral-nav .socials a.cd-facebook:hover {
  background-position: -64px -32px
}

.no-touch #cd-lateral-nav .socials a.cd-google:hover {
  background-position: -96px -32px
}

@media all and (max-width: 767px) {
  
  #contacto {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #contacto p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  
  #contacto #hs_cos_wrapper_formulario-contacto {
        padding-top: 30px;
    display: block;
  }
  
  #cd-lateral-nav.lateral-menu-is-open {
    height: -webkit-fill-available !important;
  }
  .logo-blanco,
  #cd-logo-2 {
    display: none !important
  }

  .logo-color,
  #cd-logo {
    display: block !important
  }

  #cd-menu-trigger {
    background-color: transparent !important;
    width: 135px;
    margin-top: 25px;
  }

  header {
    /*box-shadow: 0 3px 8px #ccc*/
        height: 70px !important;
  }
  
  #cd-menu-trigger .cd-menu-text {
    font-size: 14px !important;
  }
  form {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media all and (min-width: 768px) {
  .hide {
    display: none
  }

  .appear {
    display: block
  }
}

.fixed-header-on {
  background-color: white !important;
  border-bottom: 1px solid #f1f1f1;
  transition: all .2s ease;
  margin-top: 0 !important;
  box-shadow: 10px 10px 10px #00000008;
}

.fixed-header-on #cd-menu-trigger {
  background-color: transparent;
  transition: all .4s ease
}

.fixed-header-on #cd-top-nav li a {
  color: black;
}
    
nav#cd-top-nav li a:hover{
  /*background: #ededed;*/
  border-radius: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  animation: cambio-color-active 6s infinite;
}
    
@keyframes cambio-color-active {
  0% { color: #e7085e; }
  20% { color: #e73c7e; }
  40% { color: #ad1519; }
  60% { color: #0b3161; }
  80% { color: #ffa500; }
  100% { color: #006133; }
}

#cd-top-nav li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

nav#cd-lateral-nav {
  font-size: 14px
}

span.cd-menu-text {
  font-size: 14px
}

.fixed-header-on #cd-top-nav li a:hover {
  color: #333;
  transition-delay: 0 !important;
  transition-duration: .4s !important;
  transition-property: all !important;
  transition-timing-function: ease !important
}

@media all and (min-width:768px) {
  #cd-top-nav {
    margin-top: -1px
  }
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.btn-social:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
  padding-left: 61px
}

.btn-social.btn-lg:first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social.btn-sm {
  padding-left: 38px
}

.btn-social.btn-sm:first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social.btn-xs {
  padding-left: 30px
}

.btn-social.btn-xs:first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
  border: 1px solid #FFF
}

.btn-social-icon:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
  padding-left: 61px
}

.btn-social-icon.btn-lg:first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em
}

.btn-social-icon.btn-sm {
  padding-left: 38px
}

.btn-social-icon.btn-sm:first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em
}

.btn-social-icon.btn-xs {
  padding-left: 30px
}

.btn-social-icon.btn-xs:first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em
}

.btn-social-icon:first-child {
  border: none;
  text-align: center;
  width: 100% !important
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081
}

.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none
}

.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd
}

.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7
}

.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none
}

.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084
}

.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f
}

.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none
}

.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084
}

.btn-foursquare {
  color: #fff;
  background-color: #0072b1
}

.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #005888
}

.btn-foursquare:active,
.btn-foursquare.active,
.open .dropdown-toggle.btn-foursquare {
  background-image: none
}

.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1
}

.btn-github {
  color: #fff;
  background-color: #444
}

.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030
}

.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none
}

.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444
}

.btn-google-plus {
  color: #fff;
  background-color: #dd4b39
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523
}

.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #335d7e
}

.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none
}

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d
}

.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762
}

.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346
}

.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none
}

.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762
}

.btn-twitter {
  color: #fff;
  background-color: #55acee
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #309aea
}

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee
}

.btn-vk {
  color: #fff;
  background-color: #587ea3
}

.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89
}

.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none
}

.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3
}

@media all and (min-width:768px) {

  .lateral-menu-is-open #cd-logo,
  .lateral-menu-is-open #cd-logo-2 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transform: translate3d(0px, 0px, 0px)
  }
}

@media all and (max-width:480px) {
  .hidden-xs {
    display: none
  }
}

.listado-footer {
  list-type-style: none
}

.listado-footer h4 {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif
}

.listado-footer {
  margin-bottom: 1.5em
}

.listado-footer li {
  font-size: 12px;
  margin-bottom: .2em
}

.listado-footer a,
.listado-footer a:active,
.listado-footer a:focus {
  color: #bbb
}

.listado-footer a:hover {
  text-decoration: underline;
  color: #eee;
  transition: all .4s ease
}

.contenido h3,
.contenido-excerpt h3 {
  margin: 20px 0
}

ul.listado-footer h4 a {
  color: #fff
}

.footer-content h4,
.listado-footer h4 {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: .3em;
  line-height: 1.2
}

.hs-rss-title a,
.hs-rss-title span,
a.hs-rss-title {
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.3;
  color: #000000 !important;
  text-decoration: none !important
}

.hs-rss-title a span {
  color: black !important;
}

@media all and (max-width:480px) {
  .footer-content {
    margin-bottom: 16px
  }
}

.hs-rss-title a:hover {
  text-decoration: none !important
}

.hs-rss-description {
  margin-top: 20px
}

.hs-rss-description p a {
  text-decoration: none;
  color: #0095da
}

@media all and (min-width:768px) and (max-width:1199px) {
  .hs-rss-item {
    height: 260px
  }
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin-x: 50%
}

.rotating.flip {
  position: relative
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px)
}

.rotating.flip .front {
  z-index: 1
}

.rotating .back {
  display: block;
  opacity: 0
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0)
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0)
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0)
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85)
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85)
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85)
}

@media all and (min-width:768px) {
  .rotate {
    font-size: 40px;
    font-weight: 300;
    text-shadow: 2px 1px 6px #555;
    color: #fff
  }
}

@media all and (max-width:767px) {
  .rotate {
    font-size: 30px;
    font-weight: 300;
    text-shadow: 2px 1px 6px #555;
    color: #fff
  }
}

span.cd-menu-text {
  text-decoration: none;
  font-size: 14px
}

@media all and (min-width:768px) {
  .indice header {
    background-color: white;
  }
}

span.cd-menu-text {
  text-decoration: none;
  font-size: 14px
}

.cta-indice {
  color: #fff;
  background-color: rgba(228, 122, 46, 0.9);
  font-size: 20px;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 40px
}

@media all and (min-width: 800px) {
  .padding-top50 {
    padding-top: 50px
  }
}

@media all and (max-width: 799px) {
  .padding-top50 {
    padding-top: 10px
  }
}

.cta-indice:hover {
  color: #fff;
  background-color: rgba(228, 122, 46, 1)
}

#cd-logo,
#cd-logo-2 {
  padding-top: 10px
}

#cd-top-nav ul {
  padding-top: 19px
}

ul,
ol {
  margin: 0;
  padding: 0
}

ul.hs-menu-children-wrapper {
  list-style-type: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  float: none
}

.text-center>p {
  text-align: center
}

ul.listado-footer li {
  list-style-type: none
}

.footer-content h4 a {
  color: #fff
}

.titulo-home {
  font-size: 54px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  padding: 0;
  text-shadow: 1px 1px 8px #888
}

.titulo-seccion-footer {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: .5em;
  line-height: 1.3;
  margin-top: 0;
  font-size: 18px;
  color: #fff !important
}

.titulo-seccion-footer a {
  color: #fff
}

@media all and (min-width:768px) {
  /* header {
    margin-top: 18px
  }*/
}

.top-bar {
  position: absolute;
  top: 0;
  background-color: rgba(10, 10, 10, 0.60);
  height: 18px;
  width: 100%;
  z-index: 990
}

.lang-switcher {
  margin-right: 40px;
  float: right;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  z-index: 1;
  position: relative;
}

.lang-switcher a {
  color: black;
}

@media (max-width:767px) {

  span#hs_cos_wrapper_cabecera_titulo_inicio,
  .titulo-home {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 767px) {
  .banner-caption {
    position: absolute;
    top: 80px !important;
  }
}

#hs_cos_wrapper_direccion-primera-oficina,
#hs_cos_wrapper_direccion-segunda-oficina,
#hs_cos_wrapper_direccion-tercera-oficina {
  padding: 20px;
}