/*
Theme Name: datatron
Theme URI: https://www.datatron.com/
Author: Thomas Digital - billy aguana
Author URI: http://thomasdigital.com/
Description: Datatron Operationalizes & Governs AI Models in Production
Version: 2.5
Date Updated: 10.04.2021
*/

/* #region - ROOT ------------------------- */

:root {
    --logo: 293.6px;
    --font-size: 16px;
    --font-1: "Inter";    
    --color: #859099;
    --color1: #445765;
    --color2: #66ADD9;
    --color3: #B145BF;    
    --color4: #EFF8FF;
    --color5: #020659;
    --icon-width: 48px;    
    --icon-height: 48px;
    --nav-a: #445765;
    --a: #445765;
    --ahover: #B145BF;    
    --nav-fs: 16px; 
}

/* #endregion */

/* #region - GENERAL ---------------------- */
.reset-iframe{ height:500px !important;}
.element { font-family: "Inter"; }

.bg-img, .bg-vid, .bg-iframe { height: 220px; }

.element .dtext { line-height: 140%; }

.dtext ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.dtext ul {
    list-style: none;
}
ul.bullet {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.bullet li {
    position: relative;
}
ul.bullet li::before,
.dtext ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}
.dtext ul li::before{ color:#FFF;}
ul.bullet li::before {
    color: var(--color2);
}
/* #endregion */

/* #region - BG ---------------------------- */

.overlay.bg-img {
    height: 100%;
}

.hb-big {
    background-size: auto;
    background-position: center right;
}
.overlay.hb-top {
    background-size: auto;
    background-position: top right;
    height: 330px;
}
.hb-top.hh {
    background-position: right -20px;
}
.hb-btm {
    background-size: auto;
    background-position: bottom left;
    height: 100%;
}
.overlay.hb-dual {
    background-size: auto;
    background-position: 30% top;
    height: 483px;
}
.overlay.hb-top.set {
    height: 272px;
}

.overlay.hb-column {
    background-size:auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 483px;
    width: 414px;
}

.hb-single {
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 483px;
    width: 414px;
}

/* ----- */

.overlay.ocontainer {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1300px;
}
.overlay.mist {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center -20px;
    height: 430px;
    z-index: 0;
}
.overlay.mist.dark {
    background-size: cover;
    height: 550px;
    z-index: 0;
}

hr.blue {
    max-width: 30px;
    border-top: 2px solid var(--color2);
}
/* #endregion */

/* #region - TITLE ------------------------- */
.dtitle {
    color: var(--color1);
    font-weight: bold;
    font-size: 36px;
    line-height: 115%;    
}
.dtitle.title-1 {
    font-size: 40px;
    line-height: 48px;
}
.dtitle.title-2 {
    font-size: 33px;
    line-height: 40px;
}
.dtitle.title-3 {
    font-size: 36px;
    line-height: 40px;
    line-height: 115%;
}
.ititle {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--color1);
}
.ititle.font-1 {
    font-size: 17px;
    line-height: 21px;
}
.title-sm {
    color: var(--color);
    font-weight: 500;
    font-size: 19px;
    line-height: 130%;
}
.title-sm::after {
    display: block;
    content: "";
    border-bottom: 2px solid var(--color2);
    max-width: 30px;
}

.btitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: var(--color2);
    text-transform: uppercase;
}

.atitle.faint {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #B5BBBF;    
}
/* #endregion */

/* #region - THRME ------------------------- */

.dark-theme .dtext,
.dark-theme .dtitle { color: white; }

.fancybox-content {
    padding: 45px;
}
.fancybox-slide--html .fancybox-close-small {
    color: white !important;
    background-color: var(--color2);
}

/* #endregion */

/* #region - BUTTON ------------------------ */

.btn.btn-d {
    border: 2px solid var(--color3);
    height: 44px;
    border-radius: 44px;
    padding: 9px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}
.btn.btn-d span {
    font-size: inherit;
}
.btn.btn-d:hover {
    border: 2px solid rgba(177, 69, 191, 0.2);
}
.btn.btn-d:hover .overlay {
    background-color: var(--color3);
    width: 140%;
    height: 140%;
    border-radius: 40px;
    transition: 0.4s;
}
.btn.btn-d:hover span {
    color: white;
}

.btn.btn-d.sd {
    font-size: 20px;
    height: 60px;
    padding: 9px 25px;
    background-color: var(--color3);
}
.btn.btn-d.sd span {
    color: white;
}

.btn.btn-d.sd.wt {
    background-color: white;
    border-color: transparent;
}
.btn.btn-d.sd.wt span {
    color: var(--color3);
}
.btn.btn-d.sd.wt:hover .overlay,
.btn.btn-d.sd.wt .overlay {
    background-color: var(--color2);
}
.btn.btn-d.sd.wt:hover span {
    color: white;
}

.btn.btn-d.blue {
    border-color: var(--color2);
}
.btn.btn-d.blue .overlay {
    background-color: var(--color2);
}
.btn.btn-d.blue:hover {
    border-color: transparent;
}
.btn.btn-d.blue:hover span {
    color: white;
}

.btn-d.sd.sn {
    color: white;
    position: relative;
}
.btn-d.sd.sn:hover {
    background-color: white;
    color: var(--color3); background-image: none;
}

.btn.btn-d.sd:hover .overlay { 
    background-color: white;
}
.btn.btn-d.sd:hover span {
    color: var(--color3);
}

a.more {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color3);
    background-image: url(images/icons/more-arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 26px;
}
a.more span { 
    position: relative; 
    transition: 0.3s;
    left: 0;
}
a.more:hover span { left: 10px; }

a.nmore {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    color: var(--color3);
    transition: 0.3s;
}
a.nmore.next::before {
    right: 0;
}
a.nmore.prev::before {
    left: 0;
    transform: rotate(180deg);
}
a.nmore.next {
    padding-right: 30px;
}
a.nmore.next:hover {
    padding-right: 35px;
}
a.nmore.prev {
    padding-left: 30px;
}
a.nmore.prev:hover { 
    padding-left: 35px;
}
a.nmore::before {
    height: 24px;
    width: 20px;
    content: "";
    display: block;
    background-image: url(images/icons/more-arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
}

/* #endregion */

/* #region - ANNOUNCEMENT ------------------ */
.alert-warning {
    position: relative;
    background-color: var(--color3);
}
.alert-warning .container-xl {
    max-width: 1200px;
    z-index: 0;
}
.alert-warning .message {
    display: flex;
    align-items: center;
    min-height: 60px;
    font-size: 15px;
    flex-wrap: wrap;
}
.alert-warning .message .atitle {
    font-weight: 500;
    color: white;
}
.alert-warning .message .dtext {
    color: white;
    margin-left: 15px;
}
.alert-warning .message .dtext p {
    margin-bottom: 0;
}

.alert-warning .dtext a {
    display: inline-block;
    color: #66add9;
    position: relative;
    font-weight: 500;
}
.alert-warning .dtext a::before {
    display: block;
    width: 0%;
    content: "";
    border-bottom: 1px solid var(--color2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    transition: 0.3s;
}
.alert-warning .dtext a:hover {
    color: #6b54bf;
}
.alert-warning .dtext a:hover::before {
    width: 100%;
}

.alert button.close {
    width: 60px;
    height: 60px;
    background-color: var(--color2);
    float: none;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
}
/* #endregion */

/* #region - NAVIGATION--------------------- */
header.menu-overlay #navbar-home { padding: 21px 0 0; }
header .navbar-nav .nav-item { 
    margin-left: 37px; 
    position: relative;
}
header .navbar-expand-lg .navbar-nav .nav-link { 
    text-transform: uppercase; 
    padding: 9px 0;
    position: relative;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--color1);
}
header .navbar-expand-lg .navbar-nav .menu-item::before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 4px solid var(--color2);
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    transition: 0.3s;
}
header .navbar-expand-lg .navbar-nav .menu-item.active::before,
header .navbar-expand-lg .navbar-nav .current-page-ancestor::before,
header .navbar-expand-lg .navbar-nav .menu-item:hover::before {
    width: 100%;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu .menu-item::before {
    display: none;
}
.navbar .dropdown:hover > .dropdown-menu {
    z-index: 3;
}
.navbar[data-drop="animate"] .dropdown .dmenu-0.shown li, .navbar[data-drop="animate"] .dropdown:hover .dmenu-0 li {
    background-color: white;
}
.navbar a.dropdown-item:hover {
    color: var(--color3);
    background-color: rgba(239, 248, 255, 1); 
}
.navbar a.dropdown-item {
    background-color: rgba(239, 248, 255, 0.5);     
}
header[data-sticky="sticky"].sticky-head #navbar-home {
    padding-top: 0;
}
header[data-sticky="sticky"].sticky-head .navbar-expand-lg .navbar-nav .menu-item::before {
    display: none;
}
/*.navbar a.dropdown-item {
    color: rgba(133, 144, 153, 1);
}*/

.navbar[data-drop="animate"] .dmenu-0 {
    left: -1px;
}
header[data-sticky="sticky"].sticky-head {
    top: 0px;
    background-color: var(--color4);
}
.admin-bar header[data-sticky="sticky"].sticky-head {
    top: 32px;
}

header.menu-not-overlay #navbar-home {
    padding-top: 10px;
}
header.menu-not-overlay {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.main-menu ul.dropdown-menu .menu-item a {
    text-transform: uppercase;
}
header .dropdown-menu .nav-item {
    margin-left: 0;
}

/* #endregion */

/* #region - NAV EXTENSION------------------ */
.header-menu[data-menu="right"] .menu-extension, 
.header-menu[data-menu="leftext"] .menu-extension {
    margin-left: 31px;
}

.menu-extension .btn.btn-d {
    padding: 9px 18px;
    font-size: 16px;
}

header[data-sticky="sticky"].sticky-head .menu-extension .btn.btn-d {
    font-size: 16px;
    font-weight: normal;
    height: auto;
    padding: 6px 12px;
}

/* #endregion */

/* #region - FOOTER ------------------------ */
footer {
    background: linear-gradient(180deg, rgba(240, 246, 255, 0.4) 0%, rgba(248, 251, 255, 0) 100%);    
}
footer .wrap {
    padding: 78px 0 70px;
    position: relative;
}
footer .menu-name {
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 11px;
    color: var(--color1);
}
footer .menu-name::before,
footer .menu-name::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
footer .menu-name::before {
    border-bottom: 2px solid #66ADD9;
    max-width: 30px;
    z-index: 1;
}
footer .menu-name::after {
    border-bottom: 1px solid #F1F3F6;
    z-index: 0;
}
footer .cc5 .pad {
    padding: 1px 0 0 10px;
}
footer .dtext.quote {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 21px;
    color: var(--color1);
}
footer ul.mm {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul.mm li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 10px;
    line-height: 112%;
}
footer ul.mm li::before {
    display: block;
    content: '';
    background-image: url(images/icons/li-arrow.svg);
    background-repeat: no-repeat;
    background-position: center left;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}
footer ul.mm li a {
    color: var(--color);
    font-size: 14px;
    line-height: 16px;
}

footer .navbar-brand {
    width: 294px;
}
footer .row-top {
    margin-bottom: 42px;
}
footer .row-btm {
    align-items: center;
}
footer .row-btm .cl {
    height: 100%;
}

footer .liner {
    background-color: #CDD0D2;
    height: 100%;
    display: inline-block;
    min-height: 64px;
    width: 3px;
}

footer .flexic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .flexic .navbar-brand {
    flex: 0 0 294px;
}
footer .flexic .quote {
    font-style: italic;
    font-weight: normal;
    font-size: 16.5px;
    line-height: 21px;
    margin-bottom: 0;
    color: var(--color1);
}

footer .cl-2 .flexic {
    min-height: 62px;
    border-left: 2px solid #CDD0D2;
    margin-left: 26px;
    padding-left: 52px;
}
footer .address .dtext {
    line-height: 140%;
    font-size: 15px;
}
footer .address p:last-child {
    margin-bottom: 0;
}
footer .social-icons .icon-bg img {
    filter: grayscale(0);
}
footer .social-icons .icon-bg {
    max-width: 14px;
    height: 14px;
}
footer .social-icons a {
    background-color: transparent;
    padding: 8px;
}
footer .social-icons a {
    margin: 0 0 0 10px;
}
footer .social-icons a:hover {
    background-color: var(--color1);
}
footer .social-icons a:hover .icon-bg img {
    filter: brightness(0) invert(1);
}
footer .overlay.hb-btm {
    top: unset;
    bottom: 0;
    height: 355px;
}
footer .copyright {
    border-top: none;
}
footer .copyright a {
    color: var(--color);
}
/* #endregion */

/* #region - 01 Home Hero ------------------ */
.el-home-hero .hb-big {
    height: 100%;
}
.el-home-hero .wrap {
    padding-top: 100px;
    height: 740px;
}
.el-home-hero .row,
.el-home-hero .container-xl {
    height: 90%;
}
.el-home-hero .row {
    align-items: center;
}
.el-home-hero .col-1 {
    flex: 0 0 43.667%;
    max-width: 43.667%;
}
.el-home-hero .col-2 {
    flex: 0 0 56.333%;
    max-width: 56.333%;
}
.el-home-hero .dimage {
    text-align: right;
    margin-bottom: 12px;
}
.el-home-hero .dinfo {
    margin-bottom: 70px;
}
.el-home-hero .dtext {
    font-size: 17px;
    margin-bottom: 38px;
}
.el-home-hero .dtitle {
    margin-bottom: 18px;
}
/* #endregion */

/* #region - 01 Logos ---------------------- */

.el-logos .wrap {
    background-color: white;
    padding: 50px 0 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}
.el-logos .logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.el-logos .logos .logo {
    text-align: center;
    flex: 0 0 20%;
    max-width: 20%;
    height: 40px;
    margin-bottom: 20px;
}
.el-logos .logos .icon-bg {
    max-width: 100%;
    height: 100%;
}
.el-logos .logos .logo img {
    max-height: 40px;
    max-height: 100%;
    max-width: 160px;
}

.el-logos.noshadow .wrap {
    background-color: transparent;
    box-shadow: none;
    padding: 15px 0 39px;
}

/* #endregion */

/* #region - 01 Title ---------------------- */
.el-title .wrap {
    padding: 40px 0 20px;
}
.el-title {
    text-align: center;
}
.el-title .dtitle { 
    margin-bottom: 14px;
}
.el-title .dtitle strong {
    color: var(--color2);
    font-weight: 800;
}
.el-title .atitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
}

.el-title.ver-2 .dtext,
.el-title.ver-2 .atitle {
    font-size: 24px;
    color: var(--color1);
}

.el-title.link {
    text-align: left;
}
.el-title.link .wrap {
    padding: 113px 0 30px;
}
.el-title.link .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.el-title.link .dtitle {
    margin-bottom: 0;
}
/* #endregion */

/* #region - 01 Tabs ----------------------- */
.el-tabs .wrap {
    padding: 20px 0 20px;
}
.el-tabs .iconic {
    min-height: 230px;
    display: block;
    margin: 0 10px;
    border-radius: 8px;
    text-align: center;
    color: var(--color1);
    background-color: white;
    transition: 0.2s;
    position: relative;
}
.el-tabs .iwrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 41px 20px 0;
    overflow: hidden;
    background-color: white;
    z-index: 2;
    transition: 0.2s;
}
.el-tabs .iconic .ititle {
   transition: 0.3s;
}
.el-tabs .iconic .icon-bg {
    max-width: 70px;
    height: 70px;
}
.el-tabs .iconic .icon-h {
    height: 70px;
    width: 70px;
    display: inline-block;    
    position: relative;
    overflow: hidden;
}
.el-tabs .iconic .icon-h .icon-1,
.el-tabs .iconic .icon-h .icon-2 {
    position: relative;
    transition: 0.3s;
    left: 0;
    margin-bottom: 0;
}
.el-tabs .iconic hr {
    border-top: 2px solid var(--color2);
    max-width: 30px;
    margin: 20px auto 18px;
}
.el-tabs .iconic .b-arrow {
    height: 12px;
    position: absolute;
    width: 34px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 1;
    transition: 0.3s;
}
.el-tabs .iconic .blue-light {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -36px;
    opacity: 0;
    transition: 0.3s;
}


.el-tabs .iconic:hover .icon-h .icon-1,
.el-tabs .iconic[aria-expanded="true"] .icon-h .icon-1 {
    transform: translateY(-70px);
}
.el-tabs .iconic:hover .icon-h .icon-2,
.el-tabs .iconic[aria-expanded="true"] .icon-h .icon-2 {
    transform: translateY(calc(-100% - 6px));
} 
.el-tabs .iconic:hover,
.el-tabs .iconic[aria-expanded="true"] {
    background-color: var(--color1);
}
.el-tabs .iconic:hover .ititle,
.el-tabs .iconic[aria-expanded="true"] .ititle {
    color: white;
}
.el-tabs .iconic:hover .iwrap,
.el-tabs .iconic[aria-expanded="true"] .iwrap {
    background-color: transparent;
}
.el-tabs .iconic:hover .b-arrow,
.el-tabs .iconic[aria-expanded="true"] .b-arrow {
    bottom: -8px;
}
.el-tabs .iconic:hover .blue-light,
.el-tabs .iconic[aria-expanded="true"] .blue-light {
    opacity: 1;
}

/* ----- */
.el-tabs .tab-menu {
    margin-bottom: 36px;
}
.el-tabs .tab-content {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background-color: white;
}
.el-tabs .twrap {
    padding: 36px 20px;
}
.el-tabs .flexic {
    display: flex;
    flex-wrap: wrap;
}
.el-tabs .flexic .dimage {
    display: none;
    flex: 0 0 500px;
    max-width: 500px;
    margin-right: 40px;
    border-radius: 8px;
}
.el-tabs .flexic .dimage.sh-bo {
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
}
.el-tabs .flexic.has-image .dimage {
    display: block;
}
.el-tabs .flexic .dimage img {
    border-radius: 8px;
}
.el-tabs .flexic .dinfo {
    width: 100%;
    padding: 20px;
}
.el-tabs .flexic .ftitle {
    margin-bottom: 14px;
}
.el-tabs .flexic .dtext {
    line-height: 140%;
    margin-bottom: 32px;
}
.el-tabs .flexic .ftitle::after {
    margin-top: 16px;
}
.el-tabs .flexic.has-image .dinfo {
    max-width: 574px;
    padding: 40px 0 0 0;
}
.el-tabs .dtext ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.el-tabs .dtext ul li {
    font-size: 13px;
    line-height: 140%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.el-tabs .dtext ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}
/* #endregion */

/* #region - 01 Boxed Circle --------------- */
.el-box {
    text-align: center;
}
.el-box .wrap {
    padding: 40px 0 55px;
}
.el-box .box .boxic {
    width: 100%;
    max-width: 300px;
}
.el-box .box:nth-child(3n+1) .boxic {
    margin-right: auto;
}
.el-box .box:nth-child(3n+2) .boxic {
    margin-left: auto;
    margin-right: auto;
}
.el-box .box:nth-child(3n+3) .boxic {
    margin-left: auto;
}
.el-box .box .boxic .dimage img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 100%;
}
.el-box .box .boxic .dimage {
    padding: 7px;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    background-color: white;
    border-radius: 100%;
    margin-bottom: 29px;
}
.el-box .box .boxic .ititle {
    margin-bottom: 20px;
}
.el-box .box .boxic .dtext {
    text-align: left;
    font-size: 17px;
    padding-top: 5px;
}
.el-box .box .boxic .dtext ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.el-box .box .boxic .ftext {
    margin-bottom: 28px;
}


/* #endregion */

/* #region - 01 CTA ------------------------ */
.el-cta .wrap {
    padding: 120px 0 60px;
}
.el-cta .cta {
    background-color: white;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.el-cta .mist {
    display: none;
}
.el-cta .hb-single {
    display: none;
}
.el-cta .cwrap {
    padding: 47px 50px;
    position: relative;
    overflow: hidden;
}
.el-cta .dtitle {
    margin-bottom: 20px;
}
.el-cta .dtext { 
    border-left: 4px solid #66ADD9;
    margin: 0 0 0 26px;
    padding: 2px 0 2px 18px;
}
.el-cta .dtext p:last-child {
    margin-bottom: 0;
}
.el-cta .cta .row {
    align-items: center;
    position: relative;
    z-index: 2;
}
.el-cta .dbutton {
    text-align: center;
    padding-left: 28px;
}
.blue-light.long {
    height: 6px;
    position: relative;
    z-index: 1;
}
/* #endregion */

/* #region - XX SLIDERS -------------------- */

.lsarrows {
    width: 40px;
    height: 40px;
    top: calc(50% - 60px);
}
.lsarrows.btm {
    top: unset;
    bottom: 0px;
}
.lsarrows:hover img {
    filter: invert(37%) sepia(14%) saturate(5889%) hue-rotate(263deg) brightness(93%) contrast(89%);
}
.lsarrows.prev { left: -60px; }
.lsarrows.next { right: -60px; }

.lsarrows.btm.prev { left:unset; right: 19px; }
.lsarrows.btm.next { right: -23px; }

.el-slider .story-slider {
    height: 180px;
}

.el-slider .slider-bg { position: relative; }
.el-slider .lSAction { display: none !important; }
.el-slider .slider { overflow: hidden; }
.el-slider .slider.lightSlider { overflow: inherit; }
.el-slider .slider.lightSlider { height: inherit; }

/* #endregion */

/* #region - 01 Slider ~ Story ------------- */
.el-slider.story .wrap {
    padding: 29px 0 20px;
}
.el-slider.story .story-slider-bg {
    padding: 0 15px;
    margin-bottom: 34px;
}
.el-slider.story .row {
    align-items: center;
}
.el-slider.story .dtext {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;    
    padding-left: 19px;
    position: relative;
    margin-bottom: 30px;
}
.el-slider.story .dimage {
    padding: 0 0 15px 10px;
}
.el-slider.story .dimage img {
    width: 100%;
    max-width: 226.3px;
}
.el-slider.story .ftext {
    position: relative;
    z-index: 2;
}
.el-slider.story .ftext p {
    position: relative;
    z-index: 2;
}
.el-slider.story .ftext p:last-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 26px;
    background-image: url(images/icons/quote-1.svg);
    margin: 10px 0 0 -20px;
}
.el-slider.story .bg-img {
    background-size: auto;
    width: 34px;
    height: 26px;
}
.el-slider.story .author {
    margin-left: 10px;
    font-size: 17px;
}



/* #endregion */

/* #region - 01 Loop default --------------- */
.loop { display: flex; width: auto; }
.loop .ccol:nth-child(3n+1) .cpt {
    /* margin-right: auto; */
}
.loop .ccol:nth-child(3n+2) .cpt {
    margin-left: auto;
    margin-right: auto;
}
.loop .ccol:nth-child(3n+3) .cpt {
    margin-left: auto;
}
.loop .linker {
    display: block;
}
.loop .linker:hover,
.loop .linker {
    color: var(--color1);
}
.loop .cpt {
    max-width: 350px;
    margin-bottom: 30px;
}
.loop .cpt .dimage {
    height: 100%;
    transition: 0.3s;
    opacity: 0.8;
}
.loop .cpt .dtop {
    position: relative;
    margin-bottom: 50px;
}
.loop .cpt .img-bg {
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--color1);
}

.loop .cpt .dtype {
    position: absolute;
    bottom: -16px;
    right: 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    background-color: var(--color2);
    padding: 4px 20px;
    border-radius: 5px;
}
.loop .ititle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 2px;
}
.loop .author {
    font-weight: 400;
    font-size: 15px;
    color: #B5BBBF;
}
.loop .cpt .dtext {
    padding-top: 10px;
    color: var(--color);
}
.loop a:hover .ititle {
    color: var(--color3);
}
.loop a:hover .dimage {
    transform: scale(1.05);
    opacity: 1;
}

.loop .cpt.is-story .img-bg {
    height: 173px;
    background-color: white;
    border: 1px solid #DAD9E8;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loop .cpt.is-story .img-bg img {
    max-height: 75px;
}
/* #endregion */

/* #region - 01 Featured Content  ---------- */

.el-content-feat .wrap {
    padding: 41px 0 48px;
}
.el-content-feat .dimage {
    filter: grayscale(100%);
}
.el-content-feat .linker:hover .dimage { 
    filter: grayscale(0%);
    opacity: 1;
}
.el-content-feat .loop .cpt .img-bg {
    background-color: white;
}
/* #endregion */

/* #region - 01 FAQs ----------------------- */
.el-accordion .wrap {
    padding: 23px 0;
}
.el-accordion .accordion {
    max-width: 990px;
    margin: 0 auto;
}
.el-accordion .acc {
    margin-bottom: 10px;
}
.el-accordion .acc-head {
    display: flex;
    background-color: white;
    border-radius: 30px;
    padding: 19.6px 26px;
    align-items: center;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    justify-content: space-between;
}
.el-accordion .ititle {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    margin: 0;
    color: var(--color2);
}
.el-accordion .check {
    height: 20px;
    width: 20px;
    position: relative;
}
.el-accordion .checker {
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    top: -6px;
    right: 15px;
    color: var(--color2);
    
}

.el-accordion .collapsed .ititle {
    color: var(--color1);
}

.el-accordion .acc-head.collapsed { 
    box-shadow: none;
    background-color: var(--color4);
}
.el-accordion .acc-head.collapsed .checker {
    color: var(--color1);
}
.el-accordion .acc-head .cc2 {
    opacity: 0;
}
.el-accordion .acc-head.collapsed .cc1 {
    opacity: 0;
}
.el-accordion .acc-head.collapsed .cc2 {
    opacity: 1;
}
.el-accordion .acc-head.collapsed:hover {
    /* background-color: white; */
    border: 1px solid var(--color2);
}

.el-accordion .dtext {
    padding: 29px 22px 5px;
}

/* #endregion */

/* #region - 01 Slider ~ Selective --------- */

.el-slider .sel-slider {
    height: 240px;
}
.el-slider.selective .wrap {
    padding: 19px 0 40px;
}
.el-slider.selective .row {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.el-slider.selective .dimage {
    flex: 0 0 440px;
    max-width: 440px;
}
.el-slider.selective .bg-img {
    height: 240px;
    border-radius: 8px;
	background-size: 80%;
}
.el-slider.selective .dinfo {
    padding: 20px 20px 0px 3px;
}
.el-slider.selective .btitle {
    margin-bottom: 10px;
}
.el-slider.selective .ititle { 
    margin-bottom: 20px;
    transition: 0.3s;
}
.el-slider.selective .dtext {
    max-width: 510px;
    margin-bottom: 18px;
    color: var(--color1);
}
.el-slider.selective .atitle {
    font-size: 17px;
    color: var(--color1);
}
.el-slider.selective a:hover .ititle {
    color: var(--color3);
}
.el-slider.selective .image-bg {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.el-slider.selective .spliter {
    border-left: 3px solid rgba(209, 210, 213, 0.3);
    height: calc(100% + 40px);
    top: -20px;
    right: 42px;
    position: absolute;
}


/* #endregion */

/* #region - 01 Slider ~ Whitepaper [S] ---- */
.el-slider.whitepaper .wrap {
    padding: 40px 0;
}
.el-slider.whitepaper .slider-bg {
    background-color: white;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 41px 40px 26px 60px;    
}
.el-slider.whitepaper .wp-slider {
    height: 378px;
}
.el-slider.whitepaper .slide {
    z-index: 2;
}
.el-slider.whitepaper .img-bg {
    position: relative;
    padding-bottom: 15px;
}
.el-slider.whitepaper .dimage-box {
    height: 363px;
    width: 280px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 15px;
    border: 2px solid #EFF8FF;
}
.el-slider.whitepaper .dimage {
    height: 363px;
    margin: 0 1px 0 auto;
    max-width: 280px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.el-slider.whitepaper .slide .bg-img {
    height: 100%;
}
.el-slider.whitepaper .btitle {
    font-size: 20px;
    margin-bottom: 22px;
}
.el-slider.whitepaper .dinfo {
    padding: 17px 10px 0 0px;
}
.el-slider.whitepaper .dtitle {
    margin-bottom: 30px;
}
.el-slider.whitepaper .dtext {
    font-size: 16px;
    margin-bottom: 30px;
}
.el-slider.whitepaper .link-bg {
    width: 63%;
    position: absolute;
    bottom: 0;
    text-align: right;
    padding-bottom: 40px;
    z-index: 4;
}
.el-slider.whitepaper .hb-btm {
    top: unset;
    bottom: 0;
    height: 292px;
    z-index: 0;
}
.el-slider.whitepaper .lsarrows {
    top: calc(50% - 20px);
}
/* #endregion */

/* #region - 01 CTA Timer ------------------ */
.el-cta-timer .wrap {
    padding: 63px 0 0px;
}
.timer-wrap {
    width: 100%;
    background-color: var(--color1);
    color: white;
    padding: 52px 0 36px;
}
.el-cta-timer .timer {
    text-align: center;
}
.el-cta-timer .time-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 15px;
}
.timer .divider,
.timer .tick strong {
    font-family: "Bebas Neue";
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 3px;
}
.timer .tick {
    width: 120px;
}
.timer .tick span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;    
}
.timer .tick span,
.timer .tick strong {
    display: block;
}
.timer .divider {
    margin: 0 22px 23px;
}
.el-cta-timer .twitter {
    width: 334px;
    margin-left: auto;
}
.el-cta-timer .btitle {
    font-size: 20px;
    margin-bottom: 11px;
}
.el-cta-timer .dtext {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 19px;
}
.el-cta-timer .liner-bg {
    height: 100%;
    padding: 0 0 15px 10px;
}
.el-cta-timer .liner {
    width: 3px;
    background-color: rgba(209, 210, 213, 0.3);
    height: 100%;
    margin: 0px auto;
}

.el-cta-timer .time-after {
    display: none;
    min-height: 138px;
    padding: 10px 0;
}
.el-cta-timer .time-after .dtext {
    color: var(--color);
    font-size: 15px;
    font-weight: normal;
}

/* Twitter */
.el-cta-timer .twitter .btitle {
    margin-bottom: 5px;
}
.el-cta-timer #ctf .ctf-item {
    padding-bottom: 0;
}
.el-cta-timer .twitter-feed {
    height: auto;
}
.el-cta-timer .twitter .more {
    font-size: 13px;
}
.el-cta-timer a {
    color: var(--color2);
}
.el-cta-timer a.more {
    color: var(--color3);
}

/* show / hide */
.el-cta-timer .time-flex.hide-moi { display: none; }
.el-cta-timer .time-after.show-moi { display: block; }

.el-cta-timer .btn.btn-d.sd {
    font-size: 15px;
    height: auto;
}

/* #endregion */

/* #region - 02 Hero Subpage --------------- */
.el-hero-sub {
    margin-bottom: -21px;
}
.el-hero-sub .hb-btm {
    top: unset;
    bottom: 21px;
    height: 445px;
}
.el-hero-sub .dimage-bg {
    position: relative;
    height: 503px;
    max-width: 444px;
}
.el-hero-sub .dimage-bg .hb-hero {
    height: 100%;
    background-position: bottom center;
}
.el-hero-sub .dimage {
    position: relative;
    z-index: 1;
    height: 97%;
    overflow: visible;
}
.el-hero-sub .dtitle {
    margin-bottom: 21px;
}
.el-hero-sub .dtext {
    font-size: 17px;
    line-height: 21px;
}
.el-hero-sub .dtext {
    margin-bottom: 20px;
}
.el-hero-sub .dtext p {
    margin-bottom: 0;
}
.el-hero-sub .row {
    align-items: center;
}
/* #endregion */

/* #region - 03 Matrix - Diagram ----------- */
.el-matrix {
    background: linear-gradient(90deg, #66ADD9 0%, #6B54BF 100%);
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
}
.el-matrix .wrap {
    padding: 100px 0 57px;
}
.el-matrix .dtitle {
    margin-bottom: 38px;
}
.el-matrix .dtext p {
    margin-bottom: 20px;
}
.el-matrix .dimage {
    padding-top: 40px;
    position: relative;
}
.el-matrix .float-img {
    position: absolute;
    width: 170px;
    height: 149.5px;
    top: 0;
    left: 0;
}
.el-matrix .float-img.float-0 { 
    top: 63px;
    left: 28px;
}
.el-matrix .float-img.float-1 { 
    top: 51px;
    left: 494px;
}
.el-matrix .float-img.float-2 { 
    left: unset;
    top: unset;
    right: 27px;
    bottom: 82px;
}
/* #endregion */

/* #region - 03 Text / WYSIWYG ------------- */

.el-text .wrap {
    padding: 100px 0 50px;
}
.el-text .dtitle {
    margin-bottom: 39px;
}
.el-text .dcontent {
    max-width: 1040px;
    margin: 0px auto;
}
.el-text .dtext ul {
    list-style: none;
    padding: 0;
    margin: 0 0 21px 30px;
}
.el-text .dtext ul li strong {
    font-size: 17px;
}
.el-text .dtext ul li::before {
    color: var(--color2);
}
.el-text .dtext p {
    margin-bottom: 21px;
}
.el-text .dtext b,
.el-text .dtext strong {
    font-weight: 600;
}

.el-text.ver-2 .wrap {
    text-align: center;
    padding: 86px 0 36px;
}
.el-text.ver-2 .dtext p {
    margin-bottom: 22px;
}
.el-text.ver-2 .dtext strong {
    color: var(--color1);
}

/* #endregion */

/* #region - 03 Column - Bullet ------------ */

.el-column.bullet {}
.el-column.bullet .wrap {
    padding: 57px 0 40px;
}
.el-column.bullet .container-xl {
    max-width: 1070px;
}
.el-column.bullet .dimage {
    margin-left: 5px;
    overflow: visible;
}
.dimg.sh-bo,
.dimage.sh-bo {
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
.dimg.sh-bo img,
.dimage.sh-bo img { border-radius: 8px; } 

.el-column.bullet .dtitle {
    margin-bottom: 29px;
}
.el-column.bullet .dtext p {
    margin-bottom: 21px;
}
.el-column.bullet .ititle {
    font-size: 20px;
}
.el-column.bullet .le_bullet {
    margin-top: 27px;
    padding: 36px 40px 50px;
    background-color: rgba(234, 239, 249, 0.5);
    border-radius: 8px;
}
.el-column.bullet .le_bullet .ititle {
    margin-bottom: 30px;
}
.el-column.bullet .le_bullet ul {
    display: flex;
    flex-wrap: wrap;
}
.el-column.bullet .le_bullet li {
    flex: 0 0 47%;
    max-width: 47%;
    font-size: 17px;
    line-height: 140%;
    padding-left: 20px;
    margin-bottom: 10px;
}
.el-column.bullet .dbutton {
    padding: 32px 0 0;
    text-align: center;
}
.el-column .row.d-left {
    flex-direction: row-reverse;
}
/* direction */
.el-column.bullet .row.d-left .dimage {
    margin-left: 0;
    margin-right: 5px;
}
.el-column.bullet .row.d-left .dinfo {
    margin-left: 5px;
}
/* dual */
.el-column.bullet .dimage.dual {
    padding-bottom: 74px;
}
.el-column.bullet .dimage .dimg {
    max-width: 385px;
}
.el-column.bullet .dimage .dimg-2 { 
    position: absolute;
    bottom: 0px;
    right: 14px;
}

/* #endregion */

/* #region - 03 CTA Content ---------------- */

.el-cta-content .wrap {
    padding: 66px 0 51px;
}
.el-cta-content .dimage {
    border-radius: 8px;
    border:1px solid #CCCCD3;
    min-height: 270px;
}
.el-cta-content .dimage img {
    max-height: 230px;
}
.el-cta-content .dinfo {
    padding: 31px 0 0 49px;
}
.el-cta-content .ititle {
    margin-bottom: 3px;
}
.el-cta-content .atitle {
    margin-bottom: 30px;
}
.el-cta-content .dtext {
    margin-bottom: 33px;
}
/* #endregion */

/* #region - 03 SLider - Story Group ------- */

.el-slider-story.group .wrap {
    padding: 50px 0 37px;
}
.el-slider-story.group .slide {
    padding: 0 28px;
    width: 100%;
}
.el-slider-story.group .loop .cpt {
    max-width: 100%;
}
.acfe-fc-preview .el-slider-story.group .loop {
    display: flex;
    flex-wrap: wrap;
}
.acfe-fc-preview .el-slider-story.group .slide {
    max-width: 33%;
}
.el-slider-story.group .loop .cpt .dimage {
    height: auto;
}
.el-slider-story.group .container-xl {
    max-width: 1258px;
}
.el-slider-story.group .lsarrows {
    top: calc(50% - 23px);
}
.el-slider-story.group .dtop {
    margin-bottom: 56px;
}
.el-slider .storyg-slider {
    height: 346px;
}
/* #endregion */

/* #region - 03 Column Video --------------- */

.el-column-video .wrap {
    padding: 100px 0 77px;
}
.el-column-video {
    background: linear-gradient(90deg, #020659 0%, #6B54BF 99.99%, #6B54BF 100%);
}
#poststuff .el-column-video .dtitle,
.el-column-video .dtitle {
    text-align: center;
    margin-bottom: 99px;
}
.el-column-video .dtext p {
    margin-bottom: 21px;
}
.el-column-video .dvideo {
    margin-left: auto;
    max-width: 540px;
    height: 303.5px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.el-column-video .dvideo .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}
.el-column-video .dvideo .bg-img {
    height: 100%;
}
.el-column-video a:hover .dvideo .overlay {
    opacity: 0;
}
.el-column-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.el-column-video .yt-play {

}
.el-column-video .yt-play .overlay.vid-en {
    display: none;
}
.el-column-video .yt-play .bg-iframe.yt-iframe-bg {
    height: 350px;
}
.el-column-video .yt-play .yt-iframe-bg iframe {
    top: 0 !important;
    left: unset !important;
    transform: none;
    max-width: 560px;
    right: 0 !important;
    border-radius: 10px;
}

/* #endregion */

/* #region - 03 Column Content ------------- */

.el-column.no-bullet .wrap {
    padding: 61px 0 20px;
}
.el-column.no-bullet .dimage {
    max-width: 500px;
}
.el-column.no-bullet .d-right .dimage {
    margin-left: auto;
}
.el-column.no-bullet .dtitle {
    margin-bottom: 29px;
}
.el-column.no-bullet .dtext p {
    margin-bottom: 30px;
    margin-bottom: 20px;
}

.el-column .dtext ul {
    list-style: none;
    margin: 0 0 20px 20px;
    padding: 0;
}
.el-column .dtext ul li::before {
    color: var(--color2);
}

/* #endregion */

/* #region - 03 Column Half ---------------- */

.el-column-half .wrap {
    padding: 46px 0 173px;
}
.el-column-half .dcontent {
    max-width: 1090px;
    margin: 0 auto;
    min-height: 431px;
    display: flex;
    position: relative;
    border-radius: 8px;
}
.el-column-half .half {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 34px 0 20px;
    border: 5px solid transparent;
}
.el-column-half .half .ititle {
    text-align: center;
    margin-bottom: 19px;
}
.el-column-half .half .dtext {
    font-size: 16px;
}
.el-column-half .half .dtext ul {
    margin-left: 30px;
    padding-left: 0;
}
.el-column-half .half .dtext ul li::before {
    color: var(--color2);
}
.el-column-half .half-1 {
    padding-left: 36px;
    padding-right: 91px;
    background-color: #F7FAFD;
}
.el-column-half .half-2 {
    padding-left: 81px;
    padding-right: 35px;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;    
    border-color: #66ADD9;
    background-color: white;
}
.el-column-half .half-2 .dtext {
    margin-bottom: 31px;
}
.el-column-half .half-2 .more {
    margin-bottom: 10px;
    display: inline-block;
}
.el-column-half .half-2 .bullets {
    padding: 16px 0 0 0;
}
.el-column-half .half-2 .bull {
    font-weight: bold;
    font-size: 13px;
    color: var(--color1);
    text-transform: uppercase;
    display: inline-block;
    background-color: #EBF5FE;
    padding: 8px 23px;
    border-radius: 22px;
    margin-right: 7px;
    margin-bottom: 11px;
}

.el-column-half .ent {
    position: absolute;
    width: 160px;
    text-align: center;
    left: calc(50% - 5px);
    min-height: 60px;
    top: 121px;
    transform: translateX(-50%);    
}

.el-column-half .ent .dimage {
    height: 140px;
    width: 140px;
    border-radius: 100%;
}
.el-column-half .ent .img-bg {
    padding: 8px;
    background-color: white;
    border-radius: 100%;
    margin-bottom: 10px;
}
.el-column-half .ent .mid {
    font-weight: 600;
    font-size: 15px;
    background-color: var(--color2);
    border-radius: 5px;
    color: white;
    padding: 1.75px 0;
}

/* #endregion */

/* #region - 03 Slider - Whitepaper Group  - */

.el-slider.whitepaper-group .wrap {
    padding: 105px 0 18px;
}
.el-slider.whitepaper-group .overlay.mist {
    top: 120px;
    background-position: center;
}
.el-slider .wpg-slider .img-bg {
    height: 350px;
    overflow: hidden;
    border-radius: 4px;
}
.el-slider .wpg-slider .dimage {
    height: 100%;
    transition: 0.3s;
}
.el-slider.whitepaper-group .container-xl {
    max-width: 1230px;
}
.el-slider .wpg-slider .slide {
    padding: 0 15px;
    margin-bottom: 30px;
}
.el-slider .wpg-slider hr {
    margin: 26px 0 20px;
    max-width: 36px;
}
.el-slider .wpg-slider .ititle {
    font-size: 17px;
    line-height: 21px;
}
.el-slider .wpg-slider .linker:hover .ititle {
    color: var(--color3);
}
.el-slider .wpg-slider .linker:hover .dimage {
    transform: scale(1.05);
}

.acfe-fc-preview .el-slider .wpg-slider {
    display: flex;
    flex-wrap: wrap;
}
.acfe-fc-preview .el-slider .wpg-slider .slide {
    max-width: 25%;
}
.el-slider .wpg-slider {
    height: 468px;
}
/* #endregion */

/* #region - 04 CTA Title ------------------ */

.el-cta-title {
    background: linear-gradient(90deg, #66ADD9 0%, #B145BF 100%);
}
.el-cta-title.ver-2 {
    background: linear-gradient(90deg, #66ADD9 0%, #6B54BF 100%);
}

.el-cta-title .wrap {
    padding: 100px 0 81px;
}
.el-cta-title .dcontent {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.el-cta-title .dcontent .dtitle {
    margin-bottom: 29px;
}
.el-cta-title.ver-2 .dcontent .dtitle {
    margin-bottom: 39px;
}
.el-cta-title .dcontent .dtext p {
    margin-bottom: 21px;
}


/* #endregion */

/* #region - 04 Accordion (Half/Full) ------ */
.el-accordion .icon-bg {
    display: none;
}
.el-accordion.half .icon-bg,
.el-accordion.full .icon-bg {
    display: inline-flex;
}
.el-accordion.half .wrap {
    padding-top: 45px;
}
.el-accordion.half .accordion {
    max-width: 1152px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.el-accordion.half .accordion .acc {
    flex: 0 0 48%;
}
.el-accordion.half .acc {
    margin-bottom: 51px;
    position: relative;
}
.el-accordion.half .acc-head {
    padding: 18.5px 19px 18.5px 119px;
}
.el-accordion.half .acc .bg-img {
    height: 100%;
}
.el-accordion.half .acc .icon-bg {
    position: absolute;
    max-width: 110px;
    width: 110px;
    height: 96px;
    z-index: 1;
    top: -20px;
    left: -5px;
}
.el-accordion.half .acc .icon-bg img {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
}
.el-accordion.half .acc-body .dinfo {
    padding: 32px 25px 4px;
}
.el-accordion.half .acc-body .dtext {
    padding: 0 2px;
}
.el-accordion.half .acc-body .dtext img,
.el-accordion.half .acc-body .dtext p {
    margin-bottom: 20px;
}
.el-accordion.half .acc-body .dimage {
    margin-bottom: 28px;
}

.el-accordion.half .acc-body .dimage.sh-bo {
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

/* full */
.el-accordion.half.full .wrap {
    padding-top: 34px;
}
.el-accordion.half.full .accordion {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
.el-accordion.half.full .question .ititle {
    font-size: 24px;
}
.el-accordion.half.full .dright {
    flex-direction: row-reverse;
}
.el-accordion.half.full .acc-body .dinfo { 
    padding: 51px 0 0px;
}
.el-accordion.half.full .acc-head {
    box-shadow: none;
    background-color: var(--color4);
}
.el-accordion.half.full .ccol .dtext {
    max-width: 470px;
}
.el-accordion.half.full .ccol.no-img .dtext {
    max-width: 100%;
}
.el-accordion.half.full .dtext ul {
    margin: 0 0 30px 0;
    padding: 0;
}
.el-accordion.half.full .dtext ul li {
    margin-bottom: 30px;
}
.el-accordion.half.full .dtext ul li strong {
    font-weight: 600;
    color: var(--color1);
}
.el-accordion.half.full .no-img .dtext ul {
    margin-left: 30px;
}
.el-accordion.half.full .no-img .dtext ul li {
    margin-bottom: 10px;
}
.el-accordion.half.full .no-img .dtext ul li::before {
    color: var(--color2);
}


/* #endregion */

/* #region - 05 Hero Page ------------------ */
.el-hero.page .wrap { height: 475px; position: relative; }
.el-hero.page .bg-img {
    opacity: 0.9;
}
.el-hero.page { background-color: #123054; }
/* #endregion */

/* #region - 05 Team ----------------------- */
.el-team .wrap {
    padding: 27px 0 10px;
}
.el-team .overlay.mist {
    top: 110px;
}
.el-team {
    text-align: center;
}
.el-team .container-xl {
    max-width: 1222px;
}
.el-team .row {
    justify-content: center;
    margin-bottom: 82px;
}
.el-team .btitle {
    font-size: 20px;
    margin-bottom: 71px;
}
.el-team .member {
    display: inline-block;
    max-width: 250px;
    padding-top: 73px;
    position: relative;
    min-height: 292px;
    width: 100%;
}
.el-team .member .dinfo {
    background-color: white;
    min-height: 220px;
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 120px;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    transition: 0.3s;
}
.el-team .member .name {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
}

.el-team .member .dimage { 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.inline-member .dimage,
.el-team .member .dimage {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}
.inline-member .bg-img,
.el-team .member .bg-img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
.el-team .member .posn {
    font-size: 15px;
    line-height: 140%;
    font-weight: normal;
}

.el-team .member:hover .dinfo {
    background-color: var(--color4);
}
.el-team .member:hover .dimage {
    top: -10px;
}

.modal-list {
    display: none;
}
.inline-member  {
    font-family: "Inter";
    width: 900px;
    min-height: 400px;
    position: relative;
}
.inline-member .overlay.bg-img {
    height: 347px;
    bottom: 0;
    width: 100%;
    top: unset;
}
.inline-member .row {
    position: relative;
    z-index: 1;
}
.inline-member .dimage {
    margin-bottom: 41px;
}
.inline-member .info {
    padding: 0 0 0 20px;
}
.inline-member .info .name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: var(--color1);
    margin-bottom: 5px;
    line-height: 100%;
}
.inline-member .info .posn {
    font-weight: normal;
    font-size: 17px;
    color: #7A7A7A;    
    line-height: 124%;
}
.inline-member .info hr {
    border-top: 1px solid #DFE3E8;
    margin: 11px 0;
}
.inline-member .social-icons {
    display: flex;
    align-items: center;
}
.inline-member .social-icons .icon-bg img {
    filter: none;
    opacity: 1;
}
.inline-member .social-icons a {
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.inline-member .social-icons a:hover .text {
    color: var(--color2);
}
.inline-member .social-icons .iconl {
    background-color: white;
    border:1px solid rgba(145, 145, 163, 0.4);
    padding: 6px;
    margin-right: 7px;
    border-radius: 100%;
    margin: 0 7px 0 0;
}
.inline-member .social-icons .text {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 13px;
    color: #7A7A7A;
    margin-bottom: 1px;
}
.inline-member .social-icons a:first-child {
    margin-right: 28px;
}
.inline-member .social-icons .icon-bg {
    width: 13px;
    height: 13px;
}
.inline-member .social {
    padding-top: 3px;
}
.inline-member .bio {
    padding: 6px 0 0 29px;
}
.inline-member .bio .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.inline-member .bio .dtext {
    line-height: 135%;
}
.inline-member .bio .dtext p {
    color: #666B77;
    margin-bottom: 21px;
}
.inline-member .bio .linkin {
    font-weight: normal;
    font-size: 13px;
    color: #9199A7;
    text-decoration: none;
}
.inline-member .bio .linkin:hover {
    color: var(--color2);
}
/* #endregion */

/* #region - 05 Logo V2 -------------------- */
.el-logos-v2 .wrap { 
    padding: 45px 0 25px;
}
.el-logos-v2 .flexic {
    max-width: 1085px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto;
    flex-wrap: wrap;
}
.el-logos-v2 .flexic .logo {
    margin: 0 20px 20px;
}
.el-logos-v2 .flexic .logo img {
    max-height: 40px;
    max-width: 215px;
}
/* #endregion */

/* #region - 05 Column Content [Button] ---- */

.el-column.content-btn {}
.el-column.content-btn .wrap {
    padding: 82px 0 40px;
}
.content-btn .dimage {
    max-width: 450px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.content-btn .dimage .overlay {
    background-color: rgba(18, 48, 84, 0.1);
}
.content-btn .dinfo {
    padding: 54px 0 0 0;
    max-width: 610px;
}
.content-btn .dinfo .btitle {
    font-size: 20px;
    margin-bottom: 22px;
}
.content-btn .dinfo .dtitle {
    margin-bottom: 21px;
}
.content-btn .dinfo .dtext {
    margin-bottom: 38px;
}
/* #endregion */

/* #region - 05-01 CTA (No Background)------ */
.el-cta.remove-bg .overlay.bg-img {
    display: none;
}
.el-cta.remove-bg .wrap {
    padding: 44px 0 32px;
}
/* #endregion */

/* #region - 06 Column [Pic Collage] ------- */
.el-column.collage .wrap {
    padding: 76px 0 40px 0;
}

.el-column.collage .container-xl {
    position: relative;
}
.el-column.collage .hb-column {
    height: 483px;
    bottom: -60px;
    left: unset;    
    top: unset;
    right: 15%;
}
.el-column.collage .row {
    position: relative;
    z-index: 1;
}
.el-column.collage .dimages {
    margin: 0 auto;
    max-width: 560px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.el-column.collage .dimages .bg-img {
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
}

.collage .dimages .bg-img:nth-child(3n+1) {
    height: 300px;
}
.collage .dimages .bg-img:nth-child(3n+2) {
    height: 240px;
    max-width: 210px;
}
.collage .dimages .bg-img:nth-child(3n+3) {
    height: 240px;
    max-width: 340px;
}

.el-column.collage .dinfo {
    max-width: 470px;
    padding: 73px 0 0 21px;
}
.el-column.collage .dtitle {
    padding-bottom: 38px;
    position: relative;
    margin-bottom: 40px;
}
.el-column.collage .dtext {
    line-height: 150%;
}
.el-column.collage .dtitle::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    content: "";
    Width:80px;
    Height:6px;
    background-color: var(--color2);
    border-radius: 3px;
}

/* #endregion */

/* #region - 06 CTA v2 --------------------- */
.el-cta.ver-2 .hb-dual {
    display: none;
}
.el-cta.ver-2 {
    text-align: center;
}
.el-cta.ver-2 .wrap {
    padding: 75px 0 40px;
}
.el-cta.ver-2 .hb-single {
    display: block;    
    left: -20%;
    top: -40%;
}
.el-cta.ver-2 .dtext {
    padding: 0;
    margin: 0 0 25px 0;
    border-left: none;
}
.el-cta.ver-2 .dtitle {
    margin-bottom: 39px;
}

.el-cta.ver-2 .cwrap {
    padding-top: 46px;
}
/* #endregion */

/* #region - 06 Accordion Jobs ------------- */

.el-accordion.jobs .wrap {
    padding: 46px 0 20px;
}
.el-accordion.jobs .dinfo {
    padding: 66px 20px 15px;
}
.el-accordion.jobs .acc-head {
    text-transform: uppercase;
}
.el-accordion.jobs .ent {
    padding-bottom: 8px;
    border-bottom: 4px solid #DFE3E8;
}
.el-accordion.jobs .en-1 {
    margin-right: 30px;
}
.el-accordion.jobs .job-link {
    display: block;
}

.el-accordion.jobs .job-link .row {
    align-items: center;
}
.el-accordion.jobs .job-link .posn {
    color: var(--color2);
    transition: 0.3s;
}
.el-accordion.jobs .job-link .loc {
    color: var(--color);
}
.el-accordion.jobs .job-link .posn,
.el-accordion.jobs .job-link .loc {
    min-height: 69px;
    display: flex;
    align-items: center;
    border-top: 1px solid #DFE3E8;
}
.el-accordion.jobs .row:first-child {
    border: none;
}

.el-accordion.jobs .job-link:hover {
    background-color: #f0f0f0;
}
.el-accordion.jobs .job-link:hover .posn {
    margin-left: 10px;
}

/* #endregion */

/* #region - 06 Icons ~ ver 1 -------------- */
.el-icons .wrap {
    padding: 33px 0 40px;
}
.el-icons .icon-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    height: 70px;
    background-image: url(images/bg/icon.svg);
}
.el-icons .icon-bg img {
    width: 48px;
    height: 48px;
}
.el-icons .iconic .ititle {
    font-size: 20px;
    line-height: 140%;
}
.el-icons.ver-1 .iconic .ititle {
    margin: 21px 0 3px;
}
.el-icons.ver-1 .row {
    justify-content: center;
    margin-bottom: 62px;
}
.el-icons.ver-1 .iconic {
    display: flex;
}
.el-icons.ver-1 .iconic .icon-bg {
    flex: 0 0 60px;
    margin-right: 12px;
}
.el-icons.ver-1 .liner {
    width: 180px;
    height: 8px;   
    background: #66ADD9;
    border-radius: 4px;    
    margin: 0 auto;
}
/* #endregion */

/* #region - 06 Icons ~ ver 2 -------------- */
.el-icons.ver-2 {
    text-align: center;
}
.el-icons.ver-2 .wrap {
    padding: 46px 0 40px;
}
.el-icons.ver-2 .iconic {
    padding: 0 10px;
    margin-bottom: 74px;
}
.el-icons.ver-2 .icon-bg {
    margin-bottom: 25px;
}
/* #endregion */

/* #region - 07 Hero CPT ~ ver 2 ----------- */
.el-hero.cpt .wrap {
    height: 240px;
    align-items: center;
}
.el-hero.cpt .overlay.color {
    background: linear-gradient(90deg, rgba(2, 6, 89, 0.5) 0%, rgba(2, 6, 89, 0) 98.56%);
    /* box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06); */
    max-width: 905px;    
}
.el-hero.cpt .dtitle {
    margin-bottom: 20px;
}
.el-hero.cpt .dtext p:last-child {
    margin-bottom: 0;
}
/* #endregion */

/* #region - XX GRID ----------------------- */
.element.el-grid .wrap { padding: 0; display: block; }

.acfe-flexible-placeholder .ext-show-search {
    position: relative;
}
.ext-show-search .btn {
    position: absolute; 
}
.ext-show-search input {
    padding: 9.5px 13px 9px;
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;    
}
.ext-show-search .btn {
    top: 0;
    right: 0;
    padding: 0;
    width: 38px;
    height: 38px;
}

.cat-wrap {
    background-color: #F7FAFD;
}
.taxonomies {
    padding: 27px 0 22px;
}
.taxonomies .ntitle {
    font-weight: 600;
    font-size: 16px;
    color: var(--color1);
    margin-bottom: 8px;
}
.taxonomies .taxes .ntitle { 
    margin-bottom: 17px;
}
.taxonomies .search {
    padding-left: 30px;
}

.btn.ov {
    position: relative;
    overflow: hidden;
    background-color: white;
}    
.taxes .btn.ov {
    border: 1px solid var(--color2);    
    height: 30px; 
    padding: 2px 17px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn.ov.all {
    border: 1px solid var(--color3);
}

.btn.ov::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--color2);
    transition: 0.3s;    
    border-radius: 15px;
}
.btn.ov.all::before { 
    background-color: var(--color3);
}
.btn.ov.active,
.btn.ov:hover {
    color: white;
    border: 1px solid transparent;
}
.btn.btn.ov.active::before
.btn.btn-d.ov::before {
    background-color: var(--color3);
}
.btn.ov.active {
    border: 1px solid var(--color2);  
}
.btn.ov.all.active {
    border: 1px solid var(--color3);  
}
.btn.btn-d.ov:hover {
    border: 2px solid transparent;
}
.btn.btn.ov.active::before,
.btn.ov:hover::before {
    width: 120%;
    height: 120%;
}

.taxonomies .taxes ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.taxonomies .taxes ul li {
    margin-right: 10px;
}

.tags span {
    font-size: 13px;
    display: inline-block;
    background-color: var(--color4);
    border-radius: 4px;
    padding: 5px 9px;
    margin: 0 5px 10px 0px;
    font-weight: 500;
    color: #9199A7;
}

.grid_wrap {
    padding: 60px 0 30px;
}

.el-grid .loop {
    width: auto;
}
.el-grid .loop .cpt .dtext {
    color: var(--color);
}
.el-grid .loop .tags {
    padding: 12px 0 8px;
}
.el-grid .loop .cpt {
    margin-bottom: 70px;
}
.el-grid .btn-loop {
    margin: 33px 0 29px;
}
/* #endregion */

/* #region - 08 Hero Page [Text] ----------- */
.el-hero.spage .wrap {
    height: 330px;
    background-color: #020659;
    align-items: center;
    padding-top: 11px;
}
.el-hero.spage .bg-img {
    opacity: 0.7;
}
.el-hero.spage .overlay.color {
    background: linear-gradient(90deg, rgba(2, 6, 89, 0.5) 0%, rgba(2, 6, 89, 0) 98.56%);
    /* box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06); */
    max-width: 905px;
}
.el-hero.spage .dtitle {
    margin-bottom: 30px;
}
.el-hero.spage .dtext {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0;
}
.el-hero.spage .dtext p:last-child {
    margin-bottom: 0;
}

/* #endregion */

/* #region - 08 Content Icon --------------- */

.el-icons.content .wrap {
    padding: 98px 0 40px;
}
.el-icons.content .dtitle {
    margin-bottom: 70px;    
}
.el-icons.content .dimage img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 100%;
}
.el-icons.content .dimage {
    padding: 10px;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
    background-color: white;
    border-radius: 100%;
    margin: 0 auto 19px;
}
.el-icons.content .pad {
    padding: 0px 0 0;
}
.el-icons.content .pad .dtext {
    font-size: 15px;
    line-height: 22px;
    color: var(--color1);    
}

.el-icons.content .iconics {
    padding: 0 0 0 10px;
}
.el-icons.content .iconics .iconic {
    display: flex;
    margin-bottom: 30px;
}
.el-icons.content .iconic .icon-bg {
    flex: 0 0 60px;
    margin-right: 20px;
}
.el-icons.content .iconic .ititle {
    font-size: 24px;
    line-height: 29px;
}
/* #endregion */

/* #region - 08 Icons v2 ------------------- */
.el-icons.ver-2.v2 { }
.el-icons.ver-2.v2 .dtitle {
    margin-bottom: 73px;
}
.el-icons.ver-2.v2 .iconic {
    padding: 0;
}
.el-icons.ver-2.v2 .iconic {
    max-width: 350px;
    margin-bottom: 25px;
}
.el-icons.ver-2.v2 .iconic img {
    height: auto;
    width: auto;
    max-height: 64px;
    max-width: 64px;
}

.el-icons.ver-2.v2 .icon-bg {
    margin-bottom: 31px;
}
.el-icons.ver-2.v2 .ccol:nth-child(3n+1) .iconic {
    /* margin-right: auto; */
}
.el-icons.ver-2.v2 .ccol:nth-child(3n+2) .iconic {
    margin-left: auto;
    margin-right: auto;
}
.el-icons.ver-2.v2 .ccol:nth-child(3n+3) .iconic {
    margin-left: auto;
}

.el-icons.ver-2.v2 .iconic .dtext {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 22px;
}
.el-icons.ver-2.v2 .iconic .ititle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 18px;
}
/* #endregion */

/* #region - 08-01 Title ver 3 ------------- */

.el-title.ver-3 .wrap {
    padding: 40px 0 82px;
}
.el-title.ver-3 .pad {
    max-width: 900px;
    margin: 0px auto;
}
.el-title.ver-3 .dtitle {
    margin-bottom: 29px;
}
.el-title.ver-3 .dtext {
    font-size: 16px;
}
.el-title .btn-loop {
    padding-top: 34px;
}
/* #endregion */

/* #region - 09 Counter -------------------- */
.el-counter .wrap {
    padding: 100px 0 100px;
}
.el-counter .dtitle {
    font-weight: bold;
    font-size: 50px;
    line-height: 61px;
    color: var(--color2);    
    margin-bottom: 28px;
}
/* #endregion */

/* #region - 09 Content BG ----------------- */

.el-content.bg .wrap {
    min-height: 480px;
    align-items: center;
}
.el-content.bg .overlay.color {
    background: rgba(43, 49, 56, 0.3);
}
.el-content.bg .dinfo {
    background-color: white;
    padding: 38px 42px;
    max-width: 500px;
    border-radius: 4px;
    min-height: 245px;
    margin-top: 25px;
}
.el-content.bg .btitle {
    font-size: 20px;
    margin-bottom: 21px;
}

.el-content.bg .dtitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 23px;
}

/* #endregion */

/* #region - 09 Column Box ----------------- */

.el-column.box .wrap {
    padding: 45px 0;
}
.el-column.box .boxic {
    position: relative;
}
.el-column.box .fimage {
    height: 220px;
    background-color: #020659;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 50px;
}
.el-column.box .dimage {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.el-column.box .dtext {
    font-size: 16px;
    line-height: 140%;
}
.el-column.box .boxic {
    max-width: 350px;
    margin-bottom: 24px;
}
.el-column.box .ititle {
    margin-bottom: 30px;
}
.el-column.box .box:nth-child(3n+1) .boxic {
    /* margin-right: auto; */
}
.el-column.box .box:nth-child(3n+2) .boxic {
    margin-left: auto;
    margin-right: auto;
}
.el-column.box .box:nth-child(3n+3) .boxic {
    margin-left: auto;
}

/* #endregion */

/* #region - 09 Quote ---------------------- */
.el-quote .wrap {
    min-height: 350px;
    padding: 71px 0;
}
.el-quote .quote {
    max-width: 1000px;
    margin: 0 auto;
}
.el-quote .dtext {
    font-family: "Roboto";
    margin-bottom: 31px;
}
.el-quote .dimage {
    width: 180px;
    margin-bottom: 29px;
}
.el-quote .dimage img {
    width: 100%;
}
.el-quote .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: var(--color1);
    margin-bottom: 1px;
}
.el-quote .posn { 
    font-size: 14px;
    color: var(--color1);
    font-weight: normal;
}

/* #endregion */

/* #region - 09 CTA ver-4 ------------------ */

.el-cta.ver-4 .blue-light.long {
    display: none;
}
.el-cta.ver-4 .hb-dual {
    display: none;
}
.el-cta.ver-4 .wrap {
    padding: 91px 0 60px;
}

.el-cta.ver-4 .dtitle {
    margin-bottom: 40px;
}
.el-cta.ver-4 .dtitle,
.el-cta.ver-4 .dtext {
    color: white;
}
.el-cta.ver-4 .cwrap {
    padding-top: 67px;
}
.el-cta.ver-4 .dtext {
    border-color: white;
}
.el-cta.ver-4 .cta {
    background: linear-gradient(90deg, #66ADD9 0%, #B145BF 100%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
.el-cta.ver-4 .dbutton {
    padding-bottom: 21px;
}

.el-cta.ver-4 .btn.btn-d.sd {
    border-color: white;
    background-color: white;
}
.el-cta.ver-4 .btn.btn-d.sd:hover .overlay {
    background-color: var(--color2);
}
.el-cta.ver-4 .btn.btn-d.sd:hover {
    border-color: var(--color2);
}
.el-cta.ver-4 .btn.btn-d.sd span {
    color: var(--color3);
}
.el-cta.ver-4 .btn.btn-d.sd:hover span {
    color: white;
}
.el-cta.ver-4 .overlay.hb-top {
    height: 100%;
    background-size: contain;
    opacity: 0.1;
}
.el-cta.ver-4 .mist {
    display: block;
    bottom: -180px;
    top: unset;    
}


/* #endregion */

/* #region - XX Hero CPT ~ Ver 2 ----------- */
.el-hero.cpt.ver-2 {
    text-align: center;
}
.el-hero.cpt.ver-2 .overlay.color {
    display: none;
}
.el-hero.cpt.ver-2 .dtitle {
    font-size: 36px;
    margin-bottom: 16px;
}
.el-hero.cpt.ver-2 .dtext {
    font-size: 17px;
    margin-bottom: 2px;
}
/* #endregion */

/* #region - XX CANDY ---------- */
.candy {
    background: linear-gradient(90deg, #66ADD9 0%, #B145BF 100%);
}
.candy .hb-top,
.candy .hb-btm {
    opacity: 0.1;
}
.candy .wrap {
    min-height: 750px;
}
.candy .dtitle,
.candy .dtext,
.candy .dinfo {
    color: white;
}
/* #endregion */

/* #region - 10 FORM ~ DEMO FORM ---------- */
.el-form.paper{ clear:both}
.el-form .wrap {
    padding: 60px 0;
}
.el-form .dform {
    background-color: white;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 50px;    
    max-width: 540px;
    margin-left: auto;
    color: var(--color1);
}
.el-form .dinfo {
    font-size: 17px;
}
.el-form .dtitle {
    margin-bottom: 0;
}
.el-form .dtitle span {
    color: var(--color1);
}
.el-form .ftext,
.el-form .dtext {
    line-height: 21px;
}
.el-form.demo .dtext ul {
    padding: 0 15px;
}
.el-form.demo .dtext li {
    margin-bottom: 15px;
    padding-right: 40px;
    line-height: 22px;
}
.el-form .btitle {
    color: white;
    font-size: 17px;
}
.el-form .dtext p {
    margin-bottom: 30px;
}
.el-form .dsub {
    padding: 12px 0 0;
    display: flex;
    align-items: center;
}
.el-form .dsub .ftext p {
    margin-bottom: 0;
}
.el-form .dsub .ftext {
    margin: 0 0 0 15px;
}
.el-form .gform_required_legend {
    display: none;
}
.el-form .gfield_required {
    font-size: 12px;
    margin-left: 2px;
    opacity: 0.5;
}
.el-form .gform_description {
    font-size: 17px;
}
.el-form .gform_heading {
    margin-bottom: 26px;
}
.el-form .gform_body {
    padding-right: 10px;
    margin-bottom: 38px;
}
.el-form .gform_body .gfield {
    margin-bottom: 21px;
}
.el-form .gform_body input, .el-form .gform_body select {
    border: 1px solid #CAD7E5;
    border-radius: 3px; width:100%;height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}
.el-form .gform_body label {
    margin-bottom: 5px;
}
.el-form .gform_footer {
    margin-bottom: 5px;
}

.el-form.demo .dinfo {
    max-width: 470px;
}    
.el-form.demo .dsub .dimage-bg, .el-form .reset .dsub .dimage-bg { 
    flex: 0 0 170px;
    width: 170px;
    height: 170px;
    position: relative;
}
.el-form.demo .dsub .dimage, .el-form .reset .dsub .dimage {
    width: 100%;
    height: 100%;
    border: 4px solid #FFFFFF;
    border-radius: 100%;
}
.el-form.demo .dsub .dimage .d-img, .el-form .reset .dsub .dimage .d-img {
    width: 100%;
    height: 100%;
}
.el-form.demo .float-icon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 11px;
}
/* #endregion */

/* #region - 10 FORM ~ YOUCANBOOKME ---------- */
.el-form.calendar .wrap {
    padding: 60px 0;
}
.el-form.calendar .dtitle {
    margin-bottom: 20px;
}
.el-form.calendar .dtext {
    font-size: 17px;
}
.el-form .ycb {
    width: 100%;
    max-width: 1074px;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 8px;
    background-color: white;
    overflow: hidden;
    padding-top: 50px;
}
/* #endregion */

/* #region - 14 FORM ~ WPAPER DLOAD -------- */
.el-form.paper .wrap {
    min-height: 750px;
}
.el-form.paper .dtitle {
    font-size: 33px;
    line-height: 40px; margin-top:0;
}
.el-form.paper .btitle {
    margin-bottom: 18px;
}
.el-form.paper .dsub .dimage {
    flex: 0 0 234px;
    max-width: 234px;
    margin: 0 41px 0 0;
}
.el-form.paper .dinfo {
    font-size: 17px;
    max-width: 580px;
    padding: 11px 0 0 2px;
}
.el-form.paper .dtop {
    margin-bottom: 26px;
}
.el-form.paper .dtext {
    font-size: 16px;
    line-height: 138%;
}
.el-form.paper .dsub {
    align-items: flex-start;
}
.el-form.paper .dtext p {
    margin-bottom: 20px; color:#FFF;
}
.el-form.paper .dform h5.gform_title{font-size: 0.83em;}
.el-form.paper .dform h2.gform_title{    font-size: 1.5em;    margin-top: 0;}
.el-form.paper .dtext li {
    padding-right: 0;color:#FFF;
}
.el-form.paper .dtext ul {
    padding: 0;
    margin-left: 20px;
}
/* #endregion */

/* #region - 14 FORM ~ WPAPER DLOAD TY ----- */
.el-form.after .wrap { 
    padding: 40px 0;
    min-height: 690px;
}
.el-form.after .dtop {
    padding: 69px 0 36px;
}
.el-form.after .dtitle {
    margin-bottom: 23px;
}
.el-form.after .dimage {
    max-width: 500px;
    border-radius: 8px;
    overflow: hidden;
}
.el-form.after .dinfo {
    padding-top: 28px;
    padding-left: 14px;
}
.el-form.after .dinfo .dtext {
    margin-bottom: 33px;
}
.el-form.after .dinfo .dtext p {
    margin-bottom: 21px;
}
.el-form.after .dinfo ul li {
    margin-bottom: 13px;
    line-height: 130%;
}
.el-form.after .container-xl {
    max-width: 1000px;
}
.el-form.after ul {
    padding: 0;
}
/* #endregion */

/* #region - 13 GRID ~ WHITEPAPER ---------- */
.el-grid.whitepaper .grid_wrap {
    padding-top: 80px;
}
.el-grid.whitepaper .loop .cpt .author,
.el-grid.whitepaper .loop .cpt .dtext {
    display: none;
}
.el-grid.whitepaper .loop .cpt .bg-img {
    height: 100%;
}
.el-grid.whitepaper .loop .cpt .img-bg {
    border-radius: 0;
}
.el-grid.whitepaper .loop .cpt .img-bg {
    height: 455px;
    background-color: #f0f0f0;
}
.el-grid.whitepaper .loop .cpt .dtop {
    margin-bottom: 29px;
}
.el-grid.whitepaper .loop .cpt {
    margin-bottom: 44px;
}

/* #endregion */

/* #region - 11 GRID ~ WEBINAR--- ---------- */
.el-grid.webinar .loop .cpt .img-bg {
    height: 200px;
}
.el-grid.webinar .loop .cpt .bg-img {
    height: 100%;
}
.el-grid.webinar .loop .cpt .dtop {
    margin-bottom: 41px;
}
.el-grid.webinar .loop .ititle {
    margin-bottom: 4px;
}
.el-grid.webinar .loop .author {
    font-size: 15px;
    line-height: 120%;
}
.el-grid.webinar .loop .tags {
    padding-top: 24px;
}
.el-grid.webinar .loop .cpt {
    margin-bottom: 61px;
}
/* #endregion */

/* #region - 12 GRID ~ EVENT --------------- */
.el-grid.event .loop .cpt .author,
.el-grid.event .loop .cpt .dtext {
    display: none;
}
.el-grid.event .loop .cpt .img-bg {
    height: 200px;
}
.el-grid.event .loop .cpt .dtop {
    margin-bottom: 41px;
}
.el-grid.event .loop .ititle {
    margin-bottom: 13px;
}
.el-grid.event .loop .cpt:hover .dimage {
    opacity: 1;
}
.el-grid.event .loop .cpt {
    margin-bottom: 47px;
}
/* #endregion */

/* #region - 15 GRID ~ STORY ---------- */
.el-grid.story {}
.el-grid.story .loop .cpt .img-bg {
    border: 1px solid #DAD9E8;
    background-color: white;
}
.el-grid.story .loop .cpt .author {
    display: none;
}
.el-grid.story .loop .cpt .img-bg {
    height: 155px;
}
.el-grid.story .loop .cpt .bg-img {
    height: 100%;
    background-size: 60%;
}
.el-grid.story .loop .cpt .dtop {
    margin-bottom: 66px;
}
.el-grid.story .loop .tags {
    padding: 30px 0 8px;
}
.el-grid.story .loop .cpt {
    margin-bottom: 90px;
}
/* #endregion */

/* #region - 16 GRID ~ VIDEO ---------- */
.el-grid.video {}
.el-grid.video .loop .cpt .author {
    display: none;
}
.el-grid.video .loop .cpt .img-bg {
    height: 175px;
    position: relative;
}
.el-grid.video .loop .cpt .dtop {
    margin-bottom: 66px;
}
.el-grid.video .loop .tags {
    padding: 27px 0 11px;
}
.el-grid.video .loop .cpt {
    margin-bottom: 80px;
}
.el-grid.video .loop .cpt .dimage {
    opacity: 0.5;
}
.el-grid.video .loop .cpt .dtype {
    z-index: 3;
}
.el-grid.video .loop .cpt .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
}
.el-grid.video .loop .cpt .play img {
    width: 100%;
    height: 100%;
}
.el-grid.video .yt-img {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/* #endregion */

/* #region - 17 GRID ~ PRESS ---------- */

.el-grid.press {}
.el-grid.press .loop .cpt {
    margin-bottom: 42px;
}
.el-grid.press .loop .cpt .author {
    display: none;
} 
.el-grid.press .loop .cpt .bg-img {
    height: 100%;
    background-size: 60%;
}
.el-grid.press .loop .cpt .img-bg {
    height: 180px;
    position: relative;
    background-color: white;
    border: 1px solid #DFE3E8;
}
.el-grid.press .loop .cpt.mediacoverage .bg-img {
    background-size: 60%;
}
.el-grid.press .grid_wrap {
    padding-top: 52px;
}
.el-grid.press .cat-row {
    margin-bottom: 57px;
    align-items: center;
}
.el-grid.press .cat-row .dtitle {
    margin-bottom: 0;
}
.el-grid.press .cat-row .btn {
    margin-left: auto;
}
.el-grid.press .loop .tags {
    padding: 18px 0 15px;
}
.el-grid.press .row-divider {
    margin-bottom: 56px;
}
.el-grid.press .taxes.txe .btn.ov {
    font-size: 16px;
    padding: 2px 10px;
}
.el-grid.press .taxes.txe ul li {
    margin-right: 5px;
}

.el-grid.press .class-7 .press-media {
    display: none;
}
.el-grid.press .class-8 .press-coverage {
    display: none;
}

/* #endregion */

/* #region - 17 GRID ~ MEDIA ---------- */

/* #endregion */

/* #region - 18 Icon Dark v3 --------------- */
.el-icons .dtext ul {
    text-align: left;
    padding-left: 0px;
}
.el-icons.ver-2.v3 .iconic {
    max-width: 350px;
}
.el-icons.ver-2.v3 .overlay.color {
    background: linear-gradient(90deg, #020659 0%, #6B54BF 100%);
}
.el-icons.ver-2.v3 .hb-top,
.el-icons.ver-2.v3 .hb-btm {
    opacity: 0.06;
}
.el-icons.ver-2.v3 .wrap {
    padding: 76px 0 60px;
}
.el-icons.ver-2.v3 .dtext,
.el-icons.ver-2.v3 .ititle {
    color: white;
}
.el-icons.ver-2.v3 .dtop {
    margin-bottom: 54px;
}
.el-icons.ver-2.v3 .iconic {
    padding: 0;
    margin-bottom: 30px;
}
.el-icons.ver-2.v3 .ititle {
    text-align: left;
    margin-bottom: 14px;
}
.el-icons.ver-2.v3 ul li {
    font-size: 16px;
    margin-bottom: 4px;
}

.el-icons.ver-2.v3 .ccol:nth-child(3n+1) .iconic {
    /* margin-right: auto; */
}
.el-icons.ver-2.v3 .ccol:nth-child(3n+2) .iconic {
    margin-left: auto;
    margin-right: auto;
}
.el-icons.ver-2.v3 .ccol:nth-child(3n+3) .iconic {
    margin-left: auto;
}
/* #endregion */

/* #region - 18 Column ~ Wide -------------- */
.el-column.wide .wrap {
    padding: 40px 0;
}
.el-column.wide .flexic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.el-column.wide .flexic.d-left {
    flex-direction: row-reverse;
} 

.el-column.wide .flexic .dimage,
.el-column.wide .flexic .dinfo.rev {
    flex: 0 0 720px;
    max-width: 720px;
}

.el-column.wide .flexic .dinfo,
.el-column.wide .flexic .dimage.rev {
    flex: 0 0 400px;
    max-width: 400px;
}
.el-column.wide .flexic .dtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.el-column.wide .flexic .dtext p {
    margin-bottom: 20px;
}
.el-column.wide .flexic .dtext p:last-child {
    margin-bottom: 0;
}
/* #endregion */

/* #region - 18 Logos ---------------------- */

.el-logos.v4 .wrap {
    padding: 43px 0;
    background-color: #F7FAFD;
}
.el-logos.v4 .logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.el-logos.v4 .logos .logo {
    flex: none;
    max-width: auto;
    height: 64px;
    margin-bottom: 0;
}
.el-logos.v4 .logos .logo img {
    max-height: 64px;
}

/* #endregion */

/* #region - 18 CTA Title v2 --------------- */
.el-cta-title.v2 .container-xl {
    max-width: 924px;
}
.el-cta-title.v2 .wrap {
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 160px;
}
.el-cta-title.v2 .row {
    align-items: center;
}
.el-cta-title.v2 .dtitle {
    font-weight: normal;
    margin-bottom: 0;
    line-height: 113%;
}
.el-cta-title.v2 .btn {
    margin-left: auto;
}
/* #endregion */

/* #region - 19 Page Title --------------- */
.el-page-title .wrap {
    padding: 88px 0 0;
}
.el-page-title .dtitle {
    border-bottom: 6px solid #66ADD9;
    padding-bottom: 25px;
}
/* #endregion */

/* #region - 19 Page Title --------------- */
.el-glossary .wrap {
    padding: 6px 0 12px;
}
.el-glossary .ititle {
    font-weight: 600;
    font-size: 20px;
}
.el-glossary .dtext {
    padding-left: 32px;
}
.el-glossary .row {
    padding: 15px 0;
}
.el-glossary .row hr {
    border-top: 2px solid #DFE3E8;
    margin: 0;    
    margin-top: 28.5px;
}
.el-glossary .row:last-child hr {
    display: none;
}

/* #endregion */

/* #region - 19 Page Endlink --------------- */

.el-end-link .wrap {
    padding: 0px 0 40px;
}
.el-end-link .links {
    border-top: 6px solid var(--color2);
    padding: 30px 0 20px;
}

/* #endregion */

/* #region - 10 HUBSPOT --------------- */
/* hubspot */
/*
.el-form .gform.wp {
    min-height: 714px;
}
.el-form .gform.hs {
    min-height: 758px;
}
*/
.gform .hbspt-form .hs-form-field {
    width: 100% !important;
    float: none !important;
}
.gform .hbspt-form .hs-input {
    border: 1px solid #CAD7E5;
    border-radius: 3px;
    width: 100% !important;
    height: 38px !important;
    padding: 5px 10px !important;
}
.gform .hbspt-form .hs-error-msgs {
    margin-top: -15px !important;
    margin-bottom: 0 !important;
    list-style: none;
    padding-left: 10px;
}
.gform .hbspt-form .hs-error-msgs label,
.gform .hbspt-form .hs-error-msg {
    font-size: 12px !important;
    color: red !important;
}
.gform .hbspt-form fieldset .input {
    margin: 0 0 18px 0 !important;
}
.gform .hbspt-form fieldset label {
    font-size: 16px !important;
    color: var(--color) !important;
}
.gform .hbspt-form .hs-button { 
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    z-index: 2;
    opacity: 0.01;
}
.gform .hbspt-form .actions {
    margin-top: 20px !important;
    min-width: 229px !important;
    min-height: 60px !important;
    background: #B145BF !important;
    border: 2px solid #B145BF !important;
    border-radius: 31px;   
    font-weight: bold;
    font-size: 20px;   
    color: white; 
}
.gform .hbspt-form .actions {
    position: relative;
    display: inline-block;
}
.gform .hbspt-form .actions::before {
    display: block;
    content: "BOOK A DEMO";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}
.gform.wp .hbspt-form .actions::before { 
    content: "Get Whitepaper";
}

.gform .hbspt-form .actions:hover {
    background: white !important;
    border: 2px solid #B145BF !important;
    color: #B145BF !important;
}
/* #endregion */

/* #region - XX PAGE ---------- */
.std {
    font-family: "Inter";
}
.pagi .container-xl {
    max-width: 1200px;
}
.pagi .wrap.me {
    padding: 88px 0;
}
.pagi .dcontent {
    max-width: 1000px;
}

.std .dtop .dtitle {
    border-bottom: 6px solid #66ADD9;
    padding-bottom: 25px;
}
.std .dtop {
    margin-bottom: 40px;
}
.std .content {
    line-height: 140%;
}
.std .content p {
    margin-bottom: 29px;
}

.std .content h2,
.std .content h3,
.std .content h4 {
    color: var(--color5);
    margin-bottom: 23px;
    line-height: 140%;    
}

.std .content h4 {
    font-size: 20px;
}
.std .content ul {
    margin: 0px 0 29px 0;
    padding-left: 11px;
    list-style: none;
}
.std .content ul li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 19px;
}
.std .content ul li::before {
    content: "•";
    position: absolute;
    display: inline;
    left: 0;
}
.std .content ul li::before {
    color: var(--color2);
}
.std .content a {
    color: var(--color3);
}
.std .content a strong {
    color: var(--color5);
}
.std hr {
    position: relative;
    margin: 40px 0;
}
.std hr::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 2;
    border-top: 2px solid #B145BF;
    max-width: 60px;
    top: -1px;
}

/* #endregion */

/* #region - XX ARTICLE ---------- */
article .post-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.post-content .dtext {
    font-size: 16px;
    line-height: 140%;
    color: var(--color1);    
}
.post-content .flexic {
    padding: 40px 0 0;
    border-top: 4px solid #DFE3E8;
    display: flex;
    justify-content: space-between;
}

.post-content .flexic .prev {
    max-width: 48%;
    width: 100%;
}
.post-content .loop .cpt {
    width: 100%;
    max-width: 100%;
}

article .wrap {
    padding: 61px 0;
}

article .main-title {
    margin-bottom: 29px;
}
article .post-thumb {
    text-align: center;
}
article .cta {
    margin-bottom: 50px;
}
article .content img {
    border-radius: 8px;
    margin-bottom: 30px;
}
article .dtext a {
    color: var(--color3);
}
article .dtext p {
    margin-bottom: 20px;
}
article .toc {
    margin: 70px 0 69px;
    background-color: var(--color4);
    padding: 44px 60px 32px;
    border-radius: 8px;
}
article .toc br {
    display: none;
}
article .toc p {
    margin-bottom: 0;
}
article .toc h3 {
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 42px;
    margin-top: 0;
    padding-top: 0;
}
article .toc a {
    display: block;
    color: var(--color1);
    margin-left: 12px;
    position: relative;
    padding-left: 19px;
    margin-bottom: 17.6px;
    transition: 0.3s;
}
article .toc a:hover {
    padding-left: 24px;
}
article .toc a::before {
    display: block;
    content: "•";
    position: absolute;
    color: var(--color2);
    font-size: 12px;
    left: 0px;
}

article .main-title,
article h2,
article h3 {
    font-size: 36px;
    color: var(--color1);
    font-weight: 700;
    line-height: 125%;
}
article h2,
article h3 {
    margin-top: 69px;
    margin-bottom: 30px;
}
article p + h5 {
    margin-top: 40px;
}
article h4 {
    font-size: 29px;
    color: var(--color1);
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 40px;
}
article h4 strong {
    color: var(--color3);
}
article h5 {
    font-size: 24px;
    color: var(--color1);
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 30px;
}
article h5 strong {
    color: var(--color3);
}
article h6 {
    font-size: 20px;
    color: var(--color1);
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 20px;
}
article ul, article ol {
    margin: 30px 0;
}
article ol li::before,
article ul li::before {
    color: #66ADD9;
}
article ul li,
article ol li {
    margin-bottom: 10px;
}

article img {
    border-radius: 8px;
}
article .cta {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
article .cta_img .overlay {
    background: linear-gradient(180deg, #123054 0%, rgba(18, 48, 84, 0) 100%);
    transform: rotate(-180deg);
    height: 246px;
    bottom: 0;
    top: unset;
}
article .cta_img .text {
    position: absolute;
    font-family: 'Bebas Neue';    
    color: white;
    font-size: 27px;
    bottom: 29px;
    left: 31px;
    line-height: 115%;
    border-left: 8px solid #66ADD9;   
    padding: 10px 17px 0px;
    max-width: 430px;
    z-index: 1;
}
article .cta_img .text.right {
    text-align: right;
    left: unset;
    right: 31px;
    border-left: 8px solid transparent;   
    border-right: 8px solid #66ADD9;   
}
article .cta_img .text br:first-child,
article .cta_img .text br:last-child {
    display: none;
}
article .cta_img .text mark {
    font-size: 47px;
    background-color: transparent;
    color: white;
}

article img.aligncenter {
    display: block;
    margin: 50px auto;
}

article .cta_img img {
    margin-bottom: 0;
}
article .cta_img .text small {
    font-family: "Inter";
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

article .cta_img.half {
    max-width: 370px;
    float: left;
    margin-right: 30px;
}

article .cta_1 {
    background-image: url(images/bg/cta-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 80px 0;
}
article .cta_1 .text {
    font-size: 22px;
    color: white;
    font-weight: bold;
    display: flex;
    min-height: 200px;
    justify-content: space-between;
    align-items: center;
    padding: 30px 45px 30px 55px;
    line-height: 150%;
}

article .cta_1 .text strong {
    font-size: 33px;
    font-weight: 700;
}
article .cta_1 .text strong em,
article .cta_2 .text strong em  {
    font-style: normal;
    color: var(--color2);
}
article .cta_1 .text br:first-child,
article .cta_1 .text br:last-child,
article .cta_2 .text br:first-child,
article .cta_2 .text br:last-child {
    display: none;
}
article .cta_2 {
    background-image: url(images/bg/cta-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 80px 0;
}
article .cta_2 .text .con {
    margin-bottom: 15px;
}
article .cta_2 .text {
    font-size: 22px;
    color: white;
    text-align: center;
    min-height: 200px;
    padding: 25px 45px 20px 55px;
    line-height: 150%;
}
article .cta_2 .text strong {
    font-size: 27px;
    font-weight: 700;
}
article .related-post {
    clear: both;
    margin-top: 40px;
}
article.element iframe {
    min-height: 360px;
}

article iframe {
    border: none;
    display: block;
    margin: 0px auto 30px;
}

article .cta_1,
article .cta_2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.archive-posts article .title {
    font-size: 23px;
}
article .post-excerpt {
    padding-top: 10px;
}
.archive-posts {
    background-color: #fafafa;
}
section.archive-title {
    background-color: var(--color4);
}
.post-pagination ul li { text-align: center; }
section.archive-posts .post-pagination ul li a {
    background-color: var(--color2);
}
section.archive-posts .post-pagination ul li.active a, 
section.archive-posts .post-pagination ul li a:hover {
    background-color: var(--color3);
}


article .dtext ul.avatars li {
    padding: 0;
}
article .dtext ul.avatars {
    padding-left: 0;
    list-style: none;
}
article .dtext ul.avatars li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
}
article .dtext ul.avatars li::before {
    display: none;
}
article .dtext ul.avatars br {
    display: none;
}
article .dtext ul.avatars img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* #endregion */

/* #region - XX ARTICLE ---------- */
.taxonomies.story .search { display: none; }
.story-single .wrap {
    padding: 50px 0;
}
.story-single .dimage {
    border: 1px solid #CDD0D2;
    padding: 30px;
    min-height: 170px;
    border-radius: 8px;
}
.story-single .dinfo {
    margin-left: 40px;
}
.story-single .row {
    margin-bottom: 40px;
}
.story-single .dtitle.title-2 {
    max-width: 90%;
}
.story-single .el-slider.story {
    max-width: 900px;
    margin: 0 auto;
}
article .post-thumb img { left: 0px }
.form-code br { display: none; }

.search .archive-posts { background-color: white; }
.search .loop .tags { padding: 10px 0 0; }
.search .loop .cpt .dtext { padding: 0; }
.search .loop .cpt { margin-bottom: 50px; }

.search .loop .cpt.whitepaper .img-bg { 
    border-radius: 0; 
    height: 455px;
}
.search .loop .cpt.whitepaper .img-bg .bg-img {
    height: 100%;
}
.search .loop .cpt.press .bg-img {
    height: 100%;
    background-size: 60%;
}
.search .loop .cpt.press .img-bg {
    height: 180px;
    position: relative;
    background-color: #fff;
    border: 1px solid #dfe3e8;
}

.search .loop .cpt.successstory .img-bg { 
    height: 155px;
    border: 1px solid #dad9e8;
    background-color: #fff;
}
.search .loop .cpt.successstory .bg-img {
    height: 100%;
    background-size: 60%;
}
/* #endregion */

/* #region - EXTRA ---------- */
.hideme {
    display: none;
 }
 .taxonomies .taxes ul li[data-count="0"] {
     display: none;
 }

 .dgravity textarea.form-control {
     max-height: 150px;
 }

 .el-layout {
     padding: 40px 0;
 }

 .el-form.html .gform_wrapper {
     margin-bottom: 30px;
 }

 .el-layout iframe { 
     height: auto; 
     min-height: 400px;
}
.el-layout h2, .el-layout h3, .el-layout h4 {
    line-height: 120%; margin-bottom: 10px;
    color: var(--color1);
}
.el-layout h2 {    
    font-weight: bold;
    font-size: 36px;
}
.el-layout h3 {  
    font-weight: bold;
    font-size: 30px;    
}
.el-layout h4 {  
    font-weight: bold;
    font-size: 26px;        
}
.el-layout h5 {  
    font-weight: bold;
    font-size: 20px;        
}
.el-layout h6 {  
    font-weight: bold;
    font-size: 17px;        
}

.el-cta-title.v2 { overflow: hidden; }
.el-cta-title.v2 .overlay.mist { background-size: contain; }

.el-layout .gfield { margin-bottom: 15px; }
.el-layout textarea.form-control { max-height: 200px; }


/* #endregion */

/* #region - TONE 2 */
/* Tone 2   
        - 01 Title
        - 18 CTA
        - 03 Column Content
*/

/* General */
.tone-2 { 
    position: relative; 
    padding-bottom: 80px;
    background: white;
}
.tone-2 .element .container-xl, 
.tone-2 .element .max-1200 {
    max-width: 800px;
}
.tone-2 .hh { opacity: 0.3; }
.tone-2 .hb-top.hh { background-position: top right; }

/* Title */
.tone-2 .el-title .dtitle small {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
}
.tone-2 .btitle {
    color: var(--color1);
    margin-bottom: 30px;
}
.tone-2 .dtitle {
    font-size: 33px;
    color: var(--color1);
}
.tone-2 .el-title .wrap {
    padding: 50px 0;
}

/* TITLE */
.tone-2 .el-cta-title { background: none; }
.tone-2 .el-cta-title.v2 { text-align: center; }
.tone-2 .el-cta-title.v2 .wrap { 
    background-color: transparent; 
    padding: 0;
}

/* CTA */
.tone-2 .el-cta-title.v2 .wrap {
    max-width: 770px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
}
.tone-2 .el-cta-title.v2 .bg-img {
    background-position: center;
    height: 100%;
}
.tone-2 .el-cta-title.v2 .row { flex-direction: column; }
.tone-2 .el-cta-title.v2 .col-lg-9,
.tone-2 .el-cta-title.v2 .col-lg-3 { 
    flex: 0 0 100%; max-width: 100%;
}
.tone-2 .el-cta-title.v2 .cta {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
}
.tone-2 .el-cta-title.v2 .dtitle {
    font-weight: bold;
    font-size: 22px;
    line-height: 115%;
    margin-bottom: 19px;
    color: white;
}

/* COLUMN CONTENT */
.tone-2 .el-column.no-bullet .wrap {
    padding: 60px 0 38px;
}
.tone-2 .el-column.no-bullet .dtext {
    color: var(--color1);
}
.tone-2 .el-column.no-bullet .d-right .dimage {
    text-align: right;
}
.tone-2 .el-text .dtext {
    color: var(--color1);
}
.tone-2 .el-column .dtext ul {
    margin-left: 0;
}
.tone-2 .el-column .dtext ul li {
    padding-left: 30px;
}
/* #endregion */

/* #region - STORY */

.story-single .dtext ul {
    margin-left: 0;
    padding-left: 0;
}
.story-single .dtext {
    margin-bottom: 35px;
}
.story-single .el-single-cta {
    border: 1px solid #DAD9E8;
    border-radius: 10px;
    margin: 65px 0 25px;
}
.story-single .el-single-cta .row {
    margin-bottom: 0;
    align-items: center;
}
.story-single .el-single-cta .dimage {
    padding: 0;
    border: none;
    text-align: right;
}
.story-single .el-single-cta .dimage img {
    max-width: 400px;
    border-radius: 10px;
}
.story-single .el-single-cta .dtext {
    margin: 0 0 0 30px;
}
.story-single .el-single-cta .dtext p:last-child {
    margin-bottom: 0;
}
.story-single .el-single-cta .wrap {
    padding: 25px 10px;
}


.story-single .el-blocks {
    text-align: center;
}
.story-single .el-blocks .wrap {
    padding-bottom: 0;
}
.story-single .el-blocks .dtitle {
    font-weight: 600;
    color: var(--color3);
    margin-bottom: 35px;
}

.story-single .el-blocks .flexic-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
}
.story-single .el-blocks .flexic-block .dblock {
    flex: 0 0 270px;
    max-width: 270px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.story-single .el-blocks .btn.btn-d {
    font-size: 16px;
    height: 44px;
}

.story-single .el-blocks .flexic-block .dblock .ititle,
.story-single .el-blocks .flexic-block .dblock .dtext {
    color: white;
}
.story-single .el-blocks .flexic-block .dblock .ititle {
    margin-bottom: 30px;
}
.story-single .el-blocks .flexic-block .dblock .dtext {
    margin-bottom: 0;
}

.story-single .el-blocks .flexic-block .dblock .ititle {
    font-size: 64px;
    line-height: 125%;
}
.story-single .el-blocks .flexic-block .dblock:nth-child(1n+0) {
    background-color: #7264C3;
}
.story-single .el-blocks .flexic-block .dblock:nth-child(2n+0) {
    background-color: #7FB5DB;
}
.story-single .el-blocks .flexic-block .dblock:nth-child(3n+0) {
    background-color: #A35FC0;
}
/* #endregion */

/* #region - 20 Charts */
.el-chart-20 .wrap {
    padding: 80px 0 0 0;
}
.el-chart-20 .orb {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #B145BF;
    margin: 0 auto;
}
.el-chart-20 .pos {
    position: relative;
}
.el-chart-20 .row { 
    align-items: center; 
}

.el-chart-20 .dicon {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.el-chart-20 .dicon .arr {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.el-chart-20 .row .dinfo,
.el-chart-20 .row .dimage { 
    width: 400px;
}
.el-chart-20 .row.x2 { 
    flex-direction: row-reverse;
}
.el-chart-20 .row.x2 .dinfo,
.el-chart-20 .row .dimage {
    margin-left: auto;
}
.el-chart-20 .row .dinfo,
.el-chart-20 .row.x2 .dimage {
    margin-left: 0;
}
.el-chart-20 .dimage {
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.06);
}

.el-chart-20 .row  { position: relative; }
.el-chart-20 .row .mmd2 { 
    position: relative; 
    min-height: 350px; 
    display: flex;
    align-items: center;
}
.el-chart-20 .row .mmd2 .linee {
    width: 1px;
    background-color: #B145BF;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);    
}
.el-chart-20 .row:last-child .mmd2 .linee {
    height: 50%;
}
.el-chart-20 .dtitle {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
/* #endregion */

/* #region - 20 CTA */
.el-cta-20 {
    background: linear-gradient(90deg, #66ADD9 0%, #6B54BF 100%);
}
.el-cta-20 .wrap {
    padding: 80px 0;
}
.el-cta-20 .container-xl {
    max-width: 1140px;
}
.el-cta-20 .dtitle {
    font-size: 36px;
    margin-bottom: 35px;
}
.el-cta-20 .dtext {
    max-width: 500px;
}
.el-cta-20 .dtext p:last-child {
    margin-bottom: 0;
}
.el-cta-20 .dtitle,
.el-cta-20 .dtext {
    color: white;
}
.el-cta-20 .row {
    align-items: center;
}

/* #endregion */

/* #region - 20 Tabs */
.el-tabs-20 { text-align: center; }
.el-tabs-20 .wrap {
    padding: 80px 0 5px;
}
.el-tabs-20 .dtitle {
    font-size: 36px;
    margin-bottom: 50px;
}
.el-tabs-20 .btn {  
    font-size: 16px;
    border-radius: 15px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    margin: 0 5px;
}
.el-tabs-20 .btn {
    border: 1px solid #66ADD9;
}
.el-tabs-20 .btn.x2 {
    border: 1px solid #B145BF;;
}
.el-tabs-20 .tab-content {
    padding-top: 60px;
}

.el-tabs-20 .dtext {
    max-width: 1000px;
    margin: 0 auto;
}
/* #endregion */


/* v3 on July 2022 */

/* #region - 02 HERO Sub v3 */
.el-hero-sub.v3_1 .dimage  {
    height: 100%;
}
.el-hero-sub.v3_1 .dimage-bg {
    max-width: 585px;
    margin-left: auto;
}
.el-hero-sub.v3_1 { 
    margin-bottom: 0;
}
/* #endregion */

/* #region - 21 Title V2 */
.el-cta-title.v3 .wrap {
    padding: 74px 0;
}
.el-cta-title.v3 {
    background: linear-gradient(90deg, #020659 0%, #000000 100%);
}
.el-cta-title.v3 .dcontent {
    max-width: unset;
}
.el-cta-title.v3 .dcontent .dtitle  { 
    font-size: 50px;
}
.el-cta-title.v3 .dcontent .dtext p:last-child {
    margin-bottom: 0;
}
/* #endregion */

.el-column.slider .wrap {
    padding: 80px 0 0;
}
.el-column.slider .flexic {
    align-items: flex-start;
}
.el-column.slider .flexic .dslides {
    flex: 0 0 720px;
    max-width: 720px;  
    min-height: 400px;
    position: relative;
}
.el-column.slider .flexic .dtext p,
.el-column.slider .dtext ul li {
    margin-bottom: 30px;
}
.el-column.slider .dtext ul {
    margin: 0 25px 20px 0px;
}
.el-column.slider hr {
    margin: 60px 0 0;
    border-top: 2px solid #445765;
}
.el-column.slider .lSAction { display: none !important; }

.el-column.slider .ls-arrows {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    margin-top: 20px;
}
.el-column.slider .ls-arrows hr {
    width: 100%;
    margin: 0;
    border-top: 1px solid #D9D9D9;
}
.el-column.slider .ls-arrows .flexic {
    flex: 0 0 96px;
}
.el-column.slider .lsarrows.next {
    right: 0; 
    top: unset; 
    bottom: 0;
}
.el-column.slider .lsarrows.prev { 
    left: unset;
    top: unset; 
    opacity: 0.5;
}
.el-column.slider .lsarrows.next:hover { opacity: 0.8; }
.el-column.slider .lsarrows.prev:hover {  opacity: 0.8; }
.el-column.slider .lsarrows.prev,
.el-column.slider .lsarrows.next { 
    position: relative;
    transition: 0.3s;
}

.el-column.slider .slide .dtext {
    font-size: 17px;
    color: #66ADD9;
    margin-top: 20px;
}

.el-column.slider .lsarrows {
    width: 48px;
    height: 48px;
}
.el-column.slider .lsarrows:hover img {
    filter: none;
}

.el-logos.slider .container-xl {
    max-width: 1020px;
}
.el-logos.slider .logo {
    height: 80px;
}
.el-logos.slider .logo img {
    max-height: 80px;
}

.acfe-flexible-placeholder .el-column.slider li.slide { display: none; }
.acfe-flexible-placeholder .el-column.slider li.slide:first-child { display: block; }

.el-cta-title-v3-1 .wrap {
    padding: 45px 0;
}
.el-cta-title-v3-1 .row {
    align-items: center;
}
.el-cta-title-v3-1 {
    background: linear-gradient(90deg, #66add9, #000000 0% 100%);
}
.el-cta-title-v3-1 .liner {
    height: 160px;
    width: 3px;
    background-color: #6B54BF;
    margin: 0 0px 0 auto;
}
.el-cta-title-v3-1 .dtext ul {
    margin-left: 0;
    padding-left: 0;
}
.el-cta-title-v3-1 .dtext ul li::before {
    color: var(--color3);
}
.el-cta-title-v3-1 .dtext {
    font-size: 20px;
    font-weight: 700;
    padding-left: 60px;
    margin-bottom: 20px;
}
.el-cta-title-v3-1 .dbutton {
    padding-left: 60px;
}
.el-cta-title-v3-1 .btn.btn-d.sd {
    font-size: 17px;
    height: auto;
    padding: 7px 20px;
    background-color: transparent;
}
.el-cta-title-v3-1 .btn.btn-d.sd:hover {
    background-color: var(--color3);
}

