.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    line-height: 24px;
}

a {
    font-family: Montserrat, sans-serif;
    color: #ED1C24;
    font-size: 12px;
    line-height: 22px;
    font-weight: 800;
    text-decoration: underline;
}

ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

ol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

strong {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

em {
    font-style: italic;
}

blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
    border-left: 3px solid #ED1C24;
    background-color: rgba(248, 210, 175, 0.23);
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 10px;
}

.price-content {
    width: 100%;
    padding: 40px;
}

.price-content.checklist {
    padding-right: 0px;
    padding-left: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: transparent;
}

.price-content.responsive-checklist {
    display: none;
    padding-right: 50px;
    padding-left: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: transparent;
}

.button {
    display: inline-block;
    height: auto;
    padding: 14px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #ED1C24;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #000;
    box-shadow: inset 0 200px 200px 200px rgba(2, 2, 2, 0.11);
    color: #f5f7fc;
}

.button.outline {
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    background-color: transparent;
    color: #000;
}

.button.outline:hover {
    background-color: #e9e9e9;
    box-shadow: none;
}

.button.outline.buy-template-button {
    background-color: #fff;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}

.button.outline.buy-template-button:hover {
    background-color: #dadada;
    box-shadow: none;
}

.button.newsletter {
    width: 33.33%;
}

.button.padding-top {
    margin-top: 20px;
}

.pricing-features-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.arrow-icon {
    color: #000;
    font-size: 12px;
    font-weight: 900;
}

.section {
    position: relative;
    padding: 120px 20px;
}

.section.no-top-pading {
    position: relative;
    padding-top: 0px;
}

.section.color {
    background-color: #bd5b00;
    background-image: linear-gradient(135deg, #ED1C24, #6a55df);
}

.section.insigts {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #bd5b00;
    background-image: linear-gradient(127deg, #000, #F00C09);
}

.section.logos {
    padding-top: 60px;
    padding-bottom: 60px;
    border-style: solid none;
    border-width: 1px;
    border-color: #e9e9e9;
}

.section.projects {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.section.half-section {
    padding: 0px;
}

.section.no-padding-top {
    padding-top: 0px;
}

.section.page-five {
    padding-top: 220px;
    padding-bottom: 20px;
}

.section.four {
    padding-top: 80px;
}

.top-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.6);
}

.text-block {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.pricing-title {
    margin: 20px 40px 0px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-title.white {
    color: #fff;
}

.nav-link {
    margin-right: 5px;
    margin-left: 5px;
    /*padding: 7px 40px 7px 0px;*/
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.nav-link:hover {

    background-color: #fff;
    color: #F00C09;
    border-bottom-color: #F00C09
}

.nav-link.w--current {
    color: #839bff;
}

.nav-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu.w--open {
    margin-left: 0px;
}

.pricing-list {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    line-height: 24px;
}

.pricing-list.checklist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-color: rgba(194, 215, 255, 0.2);
    border-bottom-color: rgba(194, 215, 255, 0.2);
    color: #003497;
}

.pricing-list.checklist.top-hide-checklist {
    display: none;
}

.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
}

.pricing-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    padding: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 0px;
    background-color: #fff;
    text-align: left;
}

.pricing-block.second {
    border-left-style: none;
}

.pricing-grid {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.monthly-price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.container {
    position: relative;
    z-index: 2;
    overflow: visible;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}

.container.navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 0px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.big-paragraph.no-paddings {
    margin-top: 0px;
    margin-bottom: 0px;
}

.big-paragraph.white.hero {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.check-list-grid {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.icon-list {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #0057ff;
    border-radius: 100px;
    background-color: #0057ff;
    background-image: url('../images/icons8-checkmark-104-1_1icons8-checkmark-104-1_1icons8-checkmark-104-1_1icons8-checkmark-104 (1).png');
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #0057ff;
}

.icon-list.centered {
    width: 26px;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.08);
    background-image: url('../images/icons8-checkmark.svg');
    background-size: 14px;
    color: #6a55df;
}

.icon-list.none {
    border-color: #003497;
    background-color: #003497;
    background-image: url('../images/icons8-multiply-120-2_1icons8-multiply-120 (2).png');
    color: #003497;
}

.icon-list.none.centered {
    border-color: transparent;
    background-color: #ED1C24;
}

.dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
}

.dropdown-link:hover {
    border-radius: 0px;
    background-color: rgba(218, 218, 218, 0.1);
}

.dropdown-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: rgba(255, 123, 0, 0.2);
    color: #e9e9e9;
}

.list-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
}

.list-text.check-list {
    width: 300px;
    margin-right: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-weight: 700;
}

.list-text.check-list.white {
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-weight: 800;
}

.text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #f1f8ff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dropdown-list {
    margin-left: 2px;
}

.dropdown-list.w--open {
    position: absolute;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    border: 0px none transparent;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing-list-table {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(219, 227, 255, 0.3);
    border-radius: 10px;
    background-color: transparent;
}

.pricing-list-table.sides {
    width: 100.0001%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-style: none;
    border-color: transparent;
}

.navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    padding: 10px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    background-color: #fff;
}

.pricing {
    padding: 15px 0px 5px;
    color: #eee0e0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.hide-top-pricing {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 888;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 0px;
    background-color: #fff;
}

.drop-list-div {
    overflow: hidden;
    width: 200px;
    padding: 20px;
    border-radius: 0px;
    background-color: #000;
}

.project-info {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 40px;
    margin-left: 40px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.project-info.bottom {
    width: 70%;
}

.project-info.top {
    width: 70%;
}

.div-info-wrapper {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    padding-right: 12%;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.div-info-wrapper.no-padding-both.responsive {
    padding-left: 0%;
}

.project-div {
    margin-left: 0px;
}

.sub-title {
    position: static;
    left: 0px;
    top: 0px;
    bottom: -14px;
    display: block;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #ED1C24;
    font-size: 10px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.sub-title.center {
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
}

.sub-title.center.white {
    font-family: Montserrat, sans-serif;
    color: #6a55df;
    font-size: 10px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.sub-title.centerated {
    color: #fff;
    text-align: center;
}

.section-hero {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #fff;
}

.section-hero.hero-page-section {
    position: relative;
    padding: 220px 20px 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Untitled-3_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Untitled-3_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.section-hero.hero-page-section.about {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Untitled-8.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Untitled-8.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.section-hero.hero-page-section.style-guide {
    background-image: url('../images/Untitled-1.jpg');
    background-position: 50% 100%;
}

.section-hero.hero-page-section.changelog {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Untitled-3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Untitled-3.jpg');
    background-position: 0px 0px, 0% 100%;
}

.section-hero.hero-page-section.services {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Untitled-4.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Untitled-4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.section-hero.hero-page-section.projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    padding-top: 220px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('https://assets.website-files.com/6138afd6efba697e7eb40da2/614627f6608f8589618cb6a2_Untitled-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.section-hero.hero-page-section.project-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Untitled-22.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Untitled-22.jpg');
    background-position: 0px 0px, 100% 100%;
}

.top-button-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-button-padding.margins {
    display: block;
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.project-image-side {
    width: 50%;
    height: 640px;
    margin-left: auto;
    background-image: url('../images/ep/servicios/cortinas.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.project-image-side.bottom {
    margin-right: auto;
    margin-left: 0px;
    background-image: url('../images/Modern-bulding.jpeg');
}

.project-image-side.div-box-image {
    background-image: url('../images/ep/servicios/servicio-porton-2.jpg');
    background-repeat: no-repeat;
}

.project-image-side.div-box-image.second {
    margin-right: auto;
    margin-left: 0px;
    background-image: url('../images/ep/servicios/servicio-motor-2.jpg');
}

.project-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-side.bottom-padding {
    margin-bottom: 30px;
}

.project-side.bottom-padding.first {
    margin-bottom: 0px;
}

.div-font-guide {
    margin-top: 0px;
}

.color-example {
    width: 80px;
    height: 80px;
    border-radius: 300px;
    background-color: #6a55df;
}

.color-example.second {
    background-color: #ED1C24;
}

.color-example.fourth {
    background-color: #e9e9e9;
}

.color-example.third {
    background-color: #f8d2af;
}

.color-example.fifth {
    background-color: #dadada;
}

.color-example.sixth {
    background-color: #000;
}

.rich-text-block {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.paragraph-wrapper {
    margin-bottom: 30px;
}

.big-headline {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.big-headline.center {
    font-size: 75px;
    text-align: center;
}

.grid-scales {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-scales.style {
    grid-column-gap: 20px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.divider {
    width: 100%;
    height: 1px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 100px;
    background-color: #e7e7e7;
}

.color-text {
    padding: 5px 20px;
    border-radius: 0px;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

.small-title {
    color: #020224;
}

.small-title.padding {
    margin-bottom: 60px;
    color: #000;
}

.colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    border-radius: 0px;
    background-color: transparent;
    color: #24336b;
}

.paragraph-div-info {
    margin-top: 100px;
}

.facts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-middle {
    max-width: 1200px;
    background-color: transparent;
}

.title-section {
    width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
}

.title-section.padding-top {
    margin-top: 100px;
}

.icon-services {
    display: block;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-style: solid;
    border-width: 1px 1px 3px;
    border-color: hsla(0, 0%, 47.5%, 0.15);
}

.icon-services.porton {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/porton-1.svg');
    background-size: cover;
}

.icon-services.porton.small {
    width: 32px;
    height: 32px;
}

.icon-services.motor {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/motor.svg');
    background-position: 0% 50%;
    background-size: cover;
}

.icon-services.mantenimiento {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/mantenimiento.svg');
    background-position: 0% 50%;
    background-size: cover;
}

.icon-services.barrera {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/barrera.svg');
    background-position: 0% 50%;
    background-size: cover;
}

.icon-services.doors {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/doors.svg');
    background-position: 0% 50%;
    background-size: cover;
}

.icon-services.emergencia {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/emergencia-2.svg');
    background-position: 0% 50%;
    background-size: cover;
}

.icon-services.anden {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/anden-1.svg');
    background-position: 0% 50%;
    background-size: cover;
}

.icon-services.reparacion {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/reparacion.svg');
    background-position: 0% 50%;
    background-size: cover;
}

.icon-services.motor.small {
    width: 32px;
    height: 32px;
}

.icon-services.cortinas {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    background-image: url('../images/ep/icons/gate-2.svg');
    background-size: cover;
}

.icon-services.cortinas.small {
    width: 32px;
    height: 32px;
}

.service-headline {
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.title-section-center {
    margin-bottom: 0px;
    text-align: center;
}

.title-section-center.white {
    line-height: 42px;
}

.form-third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.section-content {
    display: block;
    text-align: left;
}

.section-content.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-icon-div-second {
    margin-top: 60px;
    padding-top: 0px;
    text-align: center;
}

.liner-wrapper {
    position: relative;
    width: 180px;
}

.single-form {
    display: block;
    max-width: 700px;
    margin: 0px auto;
    border-radius: 0px;
    color: rgba(12, 21, 47, 0.6);
}

.error-message {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: red;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-field {
    display: inline-block;
    height: 42px;
    margin-bottom: 12px;
    float: none;
    border: 1px solid #dfdede;
    border-radius: 3px;
    background-color: #fafaff;
    font-family: Montserrat, sans-serif;
    color: #000;
}

.text-field.single {
    position: relative;
    display: block;
    width: auto;
    height: 50px;
    min-width: 33.33%;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #dfdede;
    border-radius: 0px;
    background-color: #fafaff;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    text-align: center;
}

.white {
    margin-top: 20px;
    color: #fff;
}

.white.center {
    text-align: center;
}

.facts-column {
    border-right: 1px solid hsla(0, 0%, 100%, 0.08);
}

.facts-number {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.text-facts {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}

.text-facts.dark {
    margin-top: 0px;
    color: #ED1C24;
}

.review-card {
    padding: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(233, 233, 233, 0.8);
    background-color: #fff;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.03);
    color: #000;
    text-align: center;
}

.section-testimonials {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #e9e9e9;
    background-color: transparent;
    color: #666;
    font-weight: 500;
}

.right-arrow {
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: 140px;
    margin-bottom: 240px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 0%;
    background-color: #fff;
    color: #797979;
    font-size: 13px;
}

.paragraph-testimonials {
    text-align: center;
}

.testimonial-slider {
    width: 100%;
    height: auto;
    padding-right: 8.333%;
    padding-left: 8.333%;
    background-color: transparent;
}

.testimonial-slider.single {
    width: 70%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.testimonial-slider.padding {
    margin-bottom: 100px;
}

.left-arrow {
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: 140px;
    margin-bottom: 240px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 0%;
    background-color: #fff;
    color: #797979;
    font-size: 13px;
}

.testimonial-nav {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 12px;
    margin-top: 20px;
    padding-top: 0px;
    font-size: 8px;
}

.review-text {
    font-family: Montserrat, sans-serif;
    color: #161a25;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.review-slider-card-wrapper {
    width: 50%;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.review-slider-card-wrapper.second {
    width: 100%;
}

.logotypes {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.logotypes.three-row {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: none;
    border-bottom-width: 1px;
}

.logo-link {
    opacity: 1;
    color: #9b9b9b;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
}

.logo-link:hover {
    opacity: 1;
}

.logo-link.whiteish {
    padding: 10px 13px;
    background-color: transparent;
}

.left {
    width: 70%;
    height: 600px;
    border: 20px solid #f8f8f8;
    background-image: url('../images/Untitled-3_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: hue-rotate(236deg);
    filter: hue-rotate(236deg);
}

.agency-features-grid {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.agency-features-grid.whith-side-section {
    max-width: none;
    -ms-grid-columns: 1fr 0.25fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 0.25fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.second-services-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 47.5%, 0.15);
    border-radius: 10px !important;
}

.second-services-card.first {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
}

.pricing-list-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e2ddee;
    border-bottom: 1px solid #e2ddee;
    text-align: center;
}

.pricing-list-wrapper.hero {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px none #000;
}

.pricing-list-text {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}

.pricing-list-text.third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 800;
}

.left-button-div {
    text-align: left;
}

.left-button-div.padding {
    padding-right: 80px;
    padding-left: 80px;
}

.left-button-div.padding.new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
    background-color: #d1d8f3;
    background-image: none;
    background-position: 50% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
}

.icon.small {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/ep/favicon.svg');
    background-size: 30px;
    color: #000;
}

.icon.small.dark {
    border-color: #000;
}

.image-div {
    height: auto;
}

.image-div.paddings {
    margin-top: 100px;
}

.grid-aids {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-aids.center-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 24px;
}

.breadcrumbs-block {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px 1px 0px;
    border-color: #000 #d4e4f0 #d4e4f0 #000;
    background-color: transparent;
    font-size: 13px;
    line-height: 23px;
}

.link-header-page {
    margin-right: 0px;
    padding: 5px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #a9bce0;
    border-radius: 10px;
    background-color: transparent;
    color: #8796b4;
    text-decoration: none;
}

.link-header-page:hover {
    text-decoration: underline;
}

.link-header-page.white {
    margin-right: 1px;
    padding: 10px 20px;
    border-style: none;
    border-color: hsla(184, 0%, 96%, 0.2);
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    font-size: 8px;
    line-height: 22px;
    text-transform: uppercase;
}

.link-header-page.white:hover {
    text-decoration: none;
}

.link-header-page.white.light {
    display: block;
    margin-right: 0px;
    margin-left: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: rgba(212, 228, 240, 0.2);
    border-radius: 0px;
    background-color: #e9e9e9;
    color: #fff;
    text-align: center;
}

.link-header-page.white.light.w--current {
    width: auto;
    margin-left: 0px;
    border-style: none;
    border-width: 1px;
    background-color: #f8d2af;
    box-shadow: none;
    color: #000;
}

.team-social-div {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
}

.team-social-div.white-content {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.team-social-div.white-content.no-padding {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    color: #000;
}

.team-social-div.white-content.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-image {
    width: 300px;
    height: 300px;
    border-radius: 1000px;
}

.team-image._2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 330px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0px;
    background-color: #aca5d3;
    background-image: url('../images/emotions.png');
    background-position: 50% 100%;
    background-size: auto 300px;
    background-repeat: no-repeat;
}

.team-image._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 330px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 0px;
    background-color: #b7c5e2;
    background-image: url('../images/people-4.png');
    background-position: 50% 100%;
    background-size: auto 300px;
    background-repeat: no-repeat;
}

.team-image._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 330px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 0px;
    background-color: #c7b3a0;
    background-image: url('../images/style.png');
    background-position: 50% 100%;
    background-size: auto 300px;
    background-repeat: no-repeat;
}

.team-image._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 330px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 0px;
    background-color: rgba(206, 206, 206, 0.79);
    background-image: url('../images/people-5.png');
    background-position: 50% -50%;
    background-size: auto 400px;
    background-repeat: no-repeat;
}

.team-info-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team-name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 22px;
}

.team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-style: none;
    border-width: 1px;
    border-color: #d2d2f5;
    border-radius: 0px;
}

.fourth-social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-right: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    background-color: #fff;
    background-image: url('../images/facebook-logo-Black.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    opacity: 1;
}

.fourth-social-icon:hover {
    opacity: 1;
}

.fourth-social-icon.twitter {
    background-image: url('../images/twitter-logo-silhouette-2.png');
    background-size: 16px;
}

.fourth-social-icon.insta {
    background-image: url('../images/instagram-1.png');
    opacity: 1;
}

.team-text {
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #ED1C24;
    font-size: 8px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.link-block-social {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
}

.team-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #e3e3e3;
    background-color: #fff;
}

.blog-title-post {
    margin-top: 0px;
    color: #30364d;
    font-size: 16px;
    line-height: 26px;
}

.text-block-new {
    color: #ED1C24;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.learn-more-alternative {
    margin-top: 10px;
    border-bottom: 2px solid #d2d2f5;
    color: #6a4ee1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.learn-more-alternative:hover {
    border-bottom-color: #6a4ee1;
    color: #6a4ee1;
}

.learn-more-alternative.blog {
    display: inline-block;
    margin: 0px;
    padding: 10px 12px;
    border-bottom-style: none;
    background-color: #6a55df;
    color: #fff;
}

.learn-more-alternative.blog {
    display: inline-block;
    margin: 0px;
    padding: 8px 12px;
    border-bottom-style: none;
    background-color: #000;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 8px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.div-content {
    position: relative;
    padding: 0px 0px 0px 30px;
}

.div-content.blog-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

.blog-post-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 300px;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-image-invisible {
    overflow: hidden;
    width: 100%;
}

.footer-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
    color: #666;
}

.footer-copyright.white {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: rgba(10, 156, 229, 0.29) #000 #000;
    border-radius: 0px;
    background-color: transparent;
    color: #eaf8ff;
}

.footer-copyright.white {
    display: block;
    border-top-color: rgba(210, 210, 245, 0.2);
}

.footer-logo-link {
    max-height: 60px;
    min-width: 60px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #333;
    text-decoration: none;
}

.footer-link {
    display: inline-block;
    margin-bottom: 0px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border 300ms ease, color 300ms ease;
    transition: border 300ms ease, color 300ms ease;
    color: #30364d;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}

.footer-link:hover {
    border-bottom: 2px solid #6a4ee1;
    color: #6a4ee1;
    text-decoration: none;
}

.footer-link.white {
    margin-bottom: 0px;
    margin-left: 0px;
    border-style: none;
    border-width: 1px 1px 0px;
    border-color: #000;
    color: #9dbdd4;
    font-size: 16px;
    font-weight: 400;
}

.footer-link.white:hover {
    border: 1px none #000;
    color: #fff;
}

.footer-link.white.w--current {
    color: #7395ad;
    font-weight: 400;
}

.footer-link.white.w--current:hover {
    border: 1px none #000;
    text-decoration: none;
}

.footer-link.white {
    margin-top: 0px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-link.white:hover {
    border-bottom-color: #b87df9;
    color: #ED1C24;
}

.footer-link.white.w--current {
    color: #ED1C24;
    font-weight: 600;
}

.footer-link.white.left-side {
    margin-top: 0px;
    margin-left: 4px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer-link.white.left-side:hover {
    color: #ED1C24;
}

.footer-link.white.bottom {
    margin-top: 0px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.footer-link.white.bottom:hover {
    color: #ED1C24;
}

.footer-bottom-text {
    color: #30364d;
    font-size: 14px;
    line-height: 22px;
}

.footer-bottom-text.white-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.footer-bottom-text.white-text {
    margin-right: 5px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    font-weight: 400;
}

.icons {
    height: 75px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.header-section.center {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-section {
    position: relative;
    padding: 110px 20px;
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
}

.home-section.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 750px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-section.hero.big-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-bottom: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fff;
    color: #020224;
}

.button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-wrapper.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-big-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
}

.hero-big-image.green {
    height: 100%;
    margin-left: auto;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../images/ep/bg-ep.jpg');
    background-position: 70% 60%;
    background-size: cover;
}

.hero-big-image-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 50%;
    height: auto;
    border-bottom-left-radius: 0px;
    background-color: #37e083;
}

.hero-big-image-wrapper.darker {
    background-color: transparent;
}

.left-hero-content {
    max-width: 500px;
    padding-right: 40px;
}

.left-hero-content.left {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-right: 20px;
    border-style: none;
    border-width: 0px;
    background-image: none;
    -webkit-filter: none;
    filter: none;
}

.hero-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grid-section-block {
    position: relative;
    margin-right: 0px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-section-block.about {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.grid-column-wrapper.top-margin {
    margin-top: 40px;
}

.image-div-content {
    height: 280px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: #fff;
    background-image: url('../images/Untitled-21.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-div-content.taller {
    height: 600px;
    min-width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: #ff7300;
    background-image: url('../images/ep/home/home-cortina.jpg');
    background-position: 50% 0%;
    box-shadow: none;
    border-radius: 10px
}

.work-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.work-grid.rows {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.work-post-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 380px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #e9e9e9;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
}

.work-post-link.w--current {
    margin-bottom: 20px;
}

.work-image-wrapper {
    overflow: hidden;
    width: 100%;
    border-radius: 10px
}

.work-post {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 300px;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.work-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0%;
    background-color: #fff;
}

.work-post-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666;
    text-align: left;
}

.footer-bottom-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}

.footer {
    padding: 0px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px none #e3e3e3;
    background-color: #000;
    text-align: center;
}

.footer-headings {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.footer-headings.white {
    color: #fff;
    letter-spacing: 0px;
}

.link-block-twitter {
    margin-right: 0px;
    margin-left: 0px;
}

.footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

.footer-side {
    width: 40%;
    padding-top: 98px;
    padding-right: 98px;
    padding-bottom: 60px;
}

.footer-side.flex-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 98px;
    padding-right: 0px;
    padding-left: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px solid rgba(48, 54, 77, 0.18);
}

.footer-side.flex-side.light {
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px none #000;
}

.contact-link {
    color: #666;
    line-height: 30px;
    text-decoration: none;
}

.contact-link.space {
    margin-right: 4px;
    margin-left: 4px;
}

.footer-social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../images/ep/icons/facebook.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.6;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.footer-social-icon:hover {
    opacity: 1;
}

.footer-social-icon.insta {
    margin-right: 3px;
    background-image: url('../images/ep/icons/instagram.svg');
}

.footer-social-icon.wa {
    margin-right: 3px;
    background-image: url('../images/ep/icons/wa.svg');
}

.footer-social-icon.google {
    background-image: url('../images/icon-5.png');
}

.footer-social-icon.twitter {
    background-image: url('../images/twitter-logo-silhouette-2.png');
    background-size: 16px;
}

.cta-text {
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

.cta-text.white {
    margin-top: 0px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.google-play-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid hsla(0, 0%, 100%, 0.43);
}

.cta {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cta.image-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/12312431.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/12312431.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.cta.image-background.small {
    padding-top: 60px;
    padding-bottom: 60px;
    border-style: none;
    border-color: #000;
    background-image: linear-gradient(120deg, #ED1C24, #6a55df);
}

.cta.image-background.small:hover {
    border: 1px none #000;
    background-image: linear-gradient(120deg, #ED1C24, #6a55df);
}

.container-wrapper {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.google-play {
    margin-right: 0px;
    margin-left: 0px;
    text-align: right;
}

.row-cta {
    width: 90%;
}

.footer-grid-bottom {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.about-image {
    height: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    border-radius: 0px;
    background-color: #fff;
    background-image: url('../images/ep/nosotros/mision.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-image.right-side-image {
    width: 100%;
    height: 600px;
    margin-right: 0px;
    margin-left: auto;
    background-image: url('../images/ep/nosotros/vision.jpg');
}

.about-image.left-side-image {
    height: 400px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: 0px;
}

.facts-grid {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border: 1px none #000;
}

.facts-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
}

.facts-numbers {
    margin-bottom: 10px;
}

.paragraph {
    color: #000;
}

.padding-paragraph {
    margin-bottom: 60px;
}

.licence-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    border-radius: 0px;
    background-color: #fff;
}

.licens-image {
    width: 100px;
    height: 100px;
}

.licens-image.icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
}

.licence-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #717177;
}

.licence-links-wrapper.changelog {
    padding-right: 20px;
    padding-left: 20px;
}

.licence-link {
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.licence-link:hover {
    color: #0057ff;
    text-decoration: underline;
}

.section-title-div {
    margin-bottom: 60px;
}

.section-title-div.center {
    width: 100%;
    text-align: center;
}

.icon-div {
    width: 30px;
    height: 30px;
}

.icon-div.image {
    width: 50px;
    height: 50px;
    margin: 1px;
    background-color: #ED1C24;
    background-image: url('../images/people-5.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-div.image.four {
    margin-top: 1px;
    margin-left: 1px;
    background-image: url('../images/emotions.png');
    background-position: 50% 50%;
    background-size: contain;
}

.icon-div.image.sec {
    margin-top: 1px;
    margin-left: 1px;
    background-color: #ED1C24;
    background-image: url('../images/style.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-div.image.third {
    margin-top: 1px;
    margin-left: 1px;
    background-image: url('../images/people-4.png');
    background-position: 50% 50%;
    background-size: contain;
}

.icon-div.icons {
    width: 50px;
    height: 50px;
    background-image: url('../images/plan.png');
}

.icon-div.icons.second {
    width: 50px;
    height: 50px;
    background-image: url('../images/plan4.png');
}

.icon-div.icons.third {
    background-image: url('../images/plan2.png');
}

.icon-div.icons.fourth {
    background-image: url('../images/plan3.png');
}

.icon-div.pexels {
    width: 50px;
    height: 50px;
    background-image: url('../images/Untitled-34.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-div.pexels.second {
    background-image: url('../images/Untitled-19.jpg');
}

.icon-div.pexels.fourth {
    background-image: url('../images/Untitled-21.jpg');
}

.icon-div.pexels.third {
    background-image: url('../images/Untitled-35.jpg');
}

.left-form {
    text-align: left;
}

.text-field-contact {
    height: 60px;
    min-width: 100%;
    margin-bottom: 0px;
    padding: 10px 20px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 0px;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    line-height: 24px;
}

.text-field-contact:hover {
    border-color: #ffa332;
}

.text-field-contact.password {
    margin-bottom: 10px;
    text-align: center;
}

.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.success-message {
    border-radius: 0px;
    background-color: #0dcc43;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.grid-contact {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}

.grid-contact.short {
    grid-column-gap: 25px;
    grid-row-gap: 32px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.section-half-block {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 800px;
    padding: 100px;
    /*background-image: linear-gradient(139deg, #ED1C24, #b861ff 51%, #6a55df);*/
    /*background-image: url('http://electroportones.onetouch/themes/electroportones/assets/images/Untitled-33.jpg')*/
}

.section-half-block.right-text-side {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    padding: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
}

.section-half-block.contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-header.contact-page {
    height: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.center-button-block {
    width: 100%;
    text-align: left;
}

.contact-shape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    height: 750px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}

.contact-shape.color {
    width: 400px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
}

.message {
    min-height: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 0px;
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    width: 100%
}

.message:hover {
    border-color: #ffa332;
}

.project-image {
    height: 500px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
}

.project-sticky-content {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.info-wrapper-grid {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border: 1px none #000;
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
}

.info-small-text {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}

.info-small-text.dark {
    margin-top: 0px;
    color: #ED1C24;
}

.info-big-text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
}

.skills-progress-line {
    width: 85%;
    height: 100%;
    border-radius: 0px;
    background-color: transparent;
    background-image: linear-gradient(143deg, #6a55df, #ED1C24);
}

.skills-progress-line._3 {
    width: 72%;
    background-color: #ff8e32;
}

.skills-progress-line._2 {
    width: 65%;
    background-color: #b861ff;
}

.skills-containner {
    width: 100%;
    height: 8px;
    background-color: hsla(0, 0%, 100%, 0.25);
}

.skills-containner.dark {
    overflow: hidden;
    height: 4px;
    border-radius: 0px;
    background-color: #e9e9e9;
}

.skills-title {
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.skills-title.dark {
    color: #000;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.skills-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.skills-wrapper.last {
    margin-bottom: 0px;
}

.skills-values {
    color: #fff;
    font-weight: 400;
    text-align: right;
}

.skills-values.dark {
    color: #000;
    font-size: 10px;
    font-weight: 700;
}

.top {
    margin-top: 0px;
}

.wrapper-info {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.div-image {
    height: 300px;
    margin-bottom: 40px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.div-image.video {
    height: 400px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #4b4b4b;
    border-radius: 0px;
    background-image: url('../images/Slider.jpg');
    background-size: cover;
    box-shadow: none;
    border-radius: 10px
}

.video-button-div {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-left: 20px;
    padding: 5px 20px 5px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    text-decoration: none;
}

.video-button-div:hover {
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}

.lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.video-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    background-image: linear-gradient(119deg, #6a55df, #ED1C24);
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}

.video-icon:hover {
    background-color: #202020;
    background-image: none;
}

.video-text {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.blog-post-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 10px;
}

.blog-post-link.w--current {
    margin-bottom: 20px;
}

.main-slider {
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), transparent);
}

.main-slider.fourth-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-nav {
    display: block;
    font-size: 10px;
}

.containner-slide {
    position: relative;
    top: 40%;
    max-width: 800px;
    text-align: center;
}

.containner-slide.fourth {
    top: 0%;
}

.containner-slide.homepage-second {
    top: 20%;
}

.arrow {
    margin-top: 600px;
}

.arrow.right {
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0px 30px 0px 0px;
    padding-top: 5px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-size: 20px;
}

.arrow.right:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
    opacity: 1;
}

.arrow.left {
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0px 0px 0px 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    background-color: transparent;
    background-image: none;
    opacity: 1;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-size: 20px;
}

.arrow.left:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
    opacity: 1;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.slide {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10%;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Untitled-35.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ep/bg/bg-cortinas.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.slide-nosotros {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10%;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Untitled-35.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ep/bg/bg-4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.slide-contacto {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10%;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Untitled-35.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ep/bg/bg-5.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.slide-proyectos {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10%;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/proyectos/bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ep/bg/bg-proyectos.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.slide.second {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Untitled-34.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Untitled-34.jpg');
    background-position: 0px 0px, 50% 50%;
}

.overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-block-tab {
    font-size: 10px;
    line-height: 20px;
}

.tab {
    border: 1px none #000;
    background-color: transparent;
}

.tab.w--current {
    border: 1px none #000;
    background-color: #fff;
    color: #ED1C24;
}

.project-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #212127;
    text-align: center;
    text-decoration: none;
}

.project-wrapper.style {
    margin-bottom: 0px;
    float: left;
    box-shadow: none;
}

.overlay-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.overlay-image:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-image.big:hover {
    background-image: none;
}

.project-header {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.project-content {
    padding: 20px 10px;
    background-color: transparent;
    text-decoration: none;
}

.project-content.style {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0px;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding: 22% 0px;
    border-radius: 0px;
    background-color: rgba(117, 103, 248, 0.86);
}

.project-content.style._4 {
    background-color: rgba(213, 103, 248, 0.86);
}

.project-content.style._4.full {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    padding-top: 26%;
    padding-bottom: 26%;
    background-color: rgba(0, 0, 0, 0.6);
}

.tab-style-image {
    width: 100%;
    opacity: 1;
}

.project-image-rows {
    position: relative;
    overflow: visible;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.paragraph-project {
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ED1C24;
    border-radius: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 8px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.section-scroll {
    position: absolute;
    right: auto;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    background-color: transparent;
}

.inverted-arrow-color {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.center {
    text-align: center;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.categorie-link {
    color: #000;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.categorie-link.w--current {
    color: #ED1C24;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.categorie-collection {
    width: 400px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
}

.info-blog-top {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.start {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.light {
    color: #9dbdd4;
}

.divider-2 {
    width: 100%;
    height: 1px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 100px;
    background-color: rgba(120, 120, 133, 0.18);
}

.container-2 {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    border-radius: 10px;
}

.link-categories {
    text-decoration: none;
}

.field-label {
    font-family: Montserrat, sans-serif;
    color: #000;
}

.image-div-content-second {
    height: 280px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url('../images/ep/home/home-tranca.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-div-content-third {
    height: 280px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: #fff;
    background-image: url('../images/Untitled-21.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-div-content-third.less-padding {
    margin-bottom: 0px;
    background-image: none;
}

.image-div-content-third.less-padding.bottom {
    background-image: url('../images/ep/home/home-res.jpg');
    box-shadow: none;
    border-radius: 10px
}

.sticky-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
}

@media screen and (max-width: 991px) {
    .brand.w--current {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .price-content.responsive-checklist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .section.four {
        padding-top: 0px;
    }

    .nav-button-wrapper {
        margin-right: 0px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .nav-link {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #151f47;
    }

    .nav-menu {
        position: absolute;
        display: block;
        overflow: visible;
        height: auto;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        background-color: #fff;
    }

    .nav-menu.w--open {
        margin-left: 0px;
    }

    .pricing-list.checklist.top-hide-checklist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pricing-block {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .pricing-block.second {
        border-left-style: solid;
    }

    .pricing-grid {
        margin-top: 100px;
        margin-bottom: 0px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container.navbar-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .container.hide-in-responsive {
        display: none;
    }

    .list-text.check-list.white {
        margin-right: 0px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .dropdown-list.w--open {
        position: relative;
        margin-left: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .menu-button {
        width: 52px;
        height: 52px;
        margin-left: 10px;
        padding: 14px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-radius: 4px;
        background-color: #ED1C24;
        color: #fff;
    }

    .menu-button.w--open {
        background-color: #000;
        color: #fff;
    }

    .navbar {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .hide-top-pricing {
        position: relative;
        padding-top: 0px;
    }

    .drop-list-div {
        width: 100%;
    }

    .project-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .project-info.bottom {
        margin-top: 120px;
        margin-bottom: 0px;
    }

    .project-info.bottom.less-in-responsive {
        margin-top: 0px;
    }

    .project-info.top {
        margin-top: 0px;
    }

    .div-info-wrapper {
        width: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .div-info-wrapper.no-top-padding {
        padding-top: 0px;
    }

    .div-info-wrapper.no-top-padding.responsive {
        padding-top: 80px;
    }

    .div-info-wrapper.no-top-padding.responsive.no-bottom-padding {
        padding-bottom: 0px;
    }

    .div-info-wrapper.no-padding-both {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .div-info-wrapper.no-padding-both.responsive {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .project-div {
        margin-left: 0px;
    }

    .section-hero.hero-page-section.about {
        padding-top: 140px;
    }

    .section-hero.hero-page-section.projects {
        padding-top: 100px;
    }

    .project-image-side {
        width: 100%;
    }

    .project-side {
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .project-side.bottom-padding.first {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .color-example {
        background-color: #6a55df;
    }

    .color-example.second {
        background-color: #ED1C24;
    }

    .color-example.fourth {
        background-color: #dadada;
    }

    .color-example.third {
        background-color: #f8d2af;
    }

    .rich-text-block {
        width: 80%;
    }

    .big-headline {
        text-align: left;
    }

    .big-headline.white {
        text-align: center;
    }

    .big-headline.center {
        font-size: 100px;
    }

    .grid-scales {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .container-middle {
        padding-right: 0px;
        padding-left: 0px;
    }

    .title-section {
        width: 100%;
    }

    .section-content {
        margin-bottom: 40px;
    }

    .single-form {
        max-width: 100%;
    }

    .white {
        margin-top: 20px;
    }

    .facts-column {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    }

    .facts-column.no-border-in-responsive {
        border-bottom-style: none;
    }

    .facts-column.border-side-in-responsive {
        border-right-style: none;
    }

    .section-testimonials {
        padding-right: 20px;
        padding-left: 20px;
    }

    .testimonial-slider.single {
        width: 80%;
    }

    .review-slider-card-wrapper {
        width: 100%;
    }

    .logotypes {
        grid-column-gap: 40px;
    }

    .logotypes.three-row {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .logo-link.whiteish {
        padding-right: 30px;
        padding-left: 30px;
    }

    .left {
        width: 80%;
        height: 650px;
        margin-right: auto;
        margin-left: auto;
        background-position: 50% 50%;
    }

    .agency-features-grid.whith-side-section {
        grid-row-gap: 80px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .left-button-div.padding {
        padding-right: 30px;
        padding-left: 30px;
    }

    .grid-aids {
        grid-row-gap: 100px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-page {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .breadcrumbs-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .team-image {
        width: 200px;
        height: 200px;
    }

    .team-grid {
        width: 100%;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .fourth-social-icon {
        cursor: pointer;
    }

    .footer-copyright.white {
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer-copyright.white {
        width: 100%;
    }

    .home-section.hero {
        height: auto;
        margin-bottom: 0px;
        padding-top: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .home-section.hero.big-hero {
        height: 1200px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .home-section.hero.porojects {
        padding-bottom: 0px;
    }

    .hero-big-image {
        height: 700px;
        background-image: none;
    }

    .hero-big-image.green {
        height: 600px;
    }

    .hero-big-image-wrapper {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
    }

    .hero-big-image-wrapper.darker {
        position: relative;
    }

    .left-hero-content {
        max-width: none;
        padding-right: 0px;
    }

    .left-hero-content.left {
        margin-top: 60px;
        padding-right: 0px;
    }

    .hero-flex {
        height: auto;
        margin-top: 0px;
    }

    .grid-section-block.about {
        width: 80%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .work-grid {
        width: 100%;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .work-grid.rows {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .work-post-link {
        padding-right: 0px;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-side {
        width: 100%;
        padding-bottom: 0px;
    }

    .footer-side.flex-side.light {
        width: 100%;
        padding-left: 0px;
    }

    .footer-social-icon {
        cursor: pointer;
    }

    .cta-text.white {
        line-height: 30px;
        text-align: center;
    }

    .google-play-wrapper {
        border: 1px none #000;
    }

    .cta.image-background.small {
        padding-bottom: 40px;
    }

    .container-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .facts-grid {
        width: 100%;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .facts-div {
        text-align: center;
    }

    .licence-item-wrapper {
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-half-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-header.contact-page {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-shape {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        margin-right: auto;
        margin-left: auto;
    }

    .contact-shape.color {
        width: 100%;
        height: auto;
    }

    .collection-list-wrapper {
        width: 100%;
    }

    .info-wrapper-grid {
        width: 100%;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .wrapper-info {
        width: 80%;
    }

    .blog-post-link {
        padding-right: 0px;
    }

    .main-slider {
        height: auto;
        padding-top: 0px;
    }

    .containner-slide.homepage-second {
        padding-top: 100px;
        padding-bottom: 140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .arrow.right {
        top: 87%;
    }

    .arrow.left {
        top: 87%;
    }

    .project-content.style {
        width: 100%;
        height: 100%;
        padding-top: 29%;
        padding-bottom: 29%;
    }

    .section-scroll {
        margin-right: 20px;
    }

    .collection-list {
        width: 100%;
    }

    .collection-item {
        width: 50%;
    }

    .mask {
        width: 100%;
    }

    .tabs {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .price-content.responsive-checklist {
        padding: 20px;
    }

   
    
    #w-node-_0ce4661f-edab-a868-55e5-7f0aefe9cef9-9d13e6fb.copyright {
        display: flex !important;
        width: 100%;
        margin: 0px;
        padding: 1.8rem 0rem;

        justify-content: space-between;
        align-items: center
    }



   

    .button.newsletter {
        width: 100%;
    }

    .nav-menu.w--open {
        margin-left: 0px;
    }

    .pricing-block {
        width: 100%;
        margin-bottom: 20px;
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(0, 52, 151, 0.1);
    }

    .pricing-grid {
        grid-row-gap: 20px;
    }

    .list-text.check-list.white {
        width: 160px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 14px;
        border-radius: 6px;
        background-color: #ED1C24;
    }

    .menu-button.w--open {
        background-color: #000;
        color: #fff;
    }

    .navbar {
        z-index: 999;
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-wrapper {
        overflow: hidden;
    }

    .project-info.bottom.less-in-responsive {
        margin-right: 0px;
    }

    .div-info-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section-hero.hero-page-section.projects {
        height: 500px;
    }

    .rich-text-block {
        width: 100%;
    }

    .big-headline {
        font-size: 50px;
        line-height: 60px;
    }

    .big-headline.white {
        font-size: 40px;
        line-height: 50px;
    }

    .big-headline.center {
        font-size: 70px;
    }

    .grid-scales {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }

    .title-section {
        width: 100%;
    }

    .form-third {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-content.center {
        width: 100%;
    }

    .single-form {
        width: 70%;
    }

    .text-field.single {
        display: block;
        width: 100%;
        min-width: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .testimonial-slider.single {
        width: 100%;
    }

    .review-slider-card-wrapper {
        width: 100%;
    }

    .logotypes {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-areas: ".";
        -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .logotypes.three-row {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .logo-link.whiteish {
        padding-right: 20px;
        padding-left: 20px;
    }

    .left {
        width: 100%;
    }

    .agency-features-grid.whith-side-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-page {
        margin-top: 0px;
    }

    .breadcrumbs-block {
        width: 100%;
        margin-top: 100px;
    }

    .team-grid {
        grid-column-gap: 20px;
    }

    .div-content.blog-posts {
        padding-right: 40px;
    }

    .footer-link.white.left-side {
        margin-top: 0px;
    }

    .footer-link.white.bottom {
        margin-top: 0px;
    }

    .header-section {
        text-align: left;
    }

    .home-section.hero {
        margin-bottom: 0px;
    }

    .home-section.hero.big-hero {
        height: 1100px;
        padding-bottom: 0px;
    }

    .home-section.hero.porojects {
        padding-bottom: 0px;
    }

    .hero-big-image.green {
        height: 400px;
    }

    .left-hero-content.left {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .hero-flex {
        margin-top: 40px;
    }

    .grid-section-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-section-block.about {
        width: 100%;
    }

    .grid-column-wrapper.top-margin {
        margin-top: 0px;
    }

    .work-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .work-grid.rows {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer-flex-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer {
        padding: 40px 20px 0px;
    }

    .footer-side {
        width: 100%;
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .footer-side.flex-side {
        width: 100%;
        padding-left: 20px;
        border-left-style: none;
    }

    .footer-side.flex-side.light {
        width: 100%;
        padding-top: 96px;
    }

    .cta-text.white {
        margin-bottom: 10px;
    }

    .google-play-wrapper {
        border: 1px none #000;
    }

    .container-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about-image.right-side-image {
        height: 500px;
    }

    .facts-grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-areas: ".";
        -ms-grid-columns: 1fr 40px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .licence-item-wrapper {
        width: 100%;
    }

    .left-form {
        width: 100%;
    }

    .text-field-contact {
        min-width: auto;
    }

    .contact-form {
        padding: 0px;
    }

    .grid-contact {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }

    .grid-contact.short {
        width: 100%;
    }

    .form-wrapper {
        width: 100%;
    }

    .contact-shape {
        width: 500px;
        height: 550px;
    }

    .project-image {
        height: 340px;
    }

    .info-wrapper-grid {
        width: 100%;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-areas: ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .wrapper-info {
        width: 100%;
    }

    .main-slider.fourth-page {
        width: 100%;
    }

    .arrow.right {
        top: 87%;
    }

    .arrow.left {
        top: 87%;
        margin-bottom: 0px;
    }

    .project-wrapper.style {
        margin-bottom: 20px;
    }

    .project-content.style {
        padding-top: 27%;
        padding-bottom: 27%;
    }

    .collection-item {
        width: 100%;
    }

    .categorie-collection {
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .price-content.checklist {
        display: none;
    }

    .price-content.responsive-checklist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
    }

    .button {
        margin-bottom: 10px;
    }

    .button.buy-template-button {
        display: none;
    }

    .pricing-features-info {
        padding-right: 0px;
    }

    .pricing-title {
        font-size: 18px;
        line-height: 28px;
    }

    .nav-menu.w--open {
        margin-left: 0px;
    }

    .pricing-list.checklist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .pricing-grid {
        margin-bottom: 0px;
    }

    .check-list-grid {
        margin-top: 10px;
    }

    .list-text.check-list.white {
        width: auto;
    }

    .menu-button {
        background-color: #ED1C24;
    }

    .menu-button.w--open {
        background-color: #000;
    }

    .navbar {
        padding-right: 10px;
        padding-left: 10px;
    }

    .project-info {
        width: auto;
    }

    .project-info.bottom {
        width: 100%;
        margin: 100px 0px;
    }

    .project-info.bottom.less-in-responsive {
        width: 80%;
        margin-bottom: 0px;
        margin-left: 20px;
    }

    .project-info.top {
        width: 80%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 20px;
    }

    .div-info-wrapper {
        padding-right: 0%;
    }

    .section-hero.hero-page-section.projects {
        height: 400px;
        padding-top: 220px;
    }

    .project-image-side {
        height: 450px;
    }

    .project-image-side.bottom {
        height: 450px;
    }

    .rich-text-block {
        width: 100%;
    }

    .big-headline {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }

    .big-headline.white {
        font-size: 32px;
        line-height: 42px;
    }

    .big-headline.center {
        font-size: 40px;
    }

    .grid-scales {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .title-section-center {
        font-size: 32px;
        line-height: 42px;
    }

    .section-content.center {
        width: 100%;
    }

    .single-form {
        width: 100%;
    }

    .text-field.single {
        margin-right: 0px;
    }

    .facts-column {
        border-right-style: none;
    }

    .review-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-testimonials {
        padding-right: 10px;
        padding-left: 10px;
    }

    .right-arrow {
        display: none;
    }

    .paragraph-testimonials {
        font-size: 14px;
        line-height: 24px;
    }

    .testimonial-slider {
        padding-right: 0%;
        padding-left: 0%;
    }

    .testimonial-slider.single {
        width: 100%;
    }

    .left-arrow {
        display: none;
    }

    .review-slider-card-wrapper.second {
        padding-right: 0px;
        padding-left: 0px;
    }

    .logotypes {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto;
    }

    .logotypes.three-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .logo-link {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .left {
        height: 400px;
    }

    .pricing-list-text.third {
        padding-right: 0px;
        text-align: left;
    }

    .left-button-div.padding {
        padding-right: 0px;
        padding-left: 0px;
    }

    .icon {
        margin-right: auto;
    }

    .icon.small {
        margin-right: 20px;
    }

    .hero-page {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .breadcrumbs-block {
        width: 100%;
        margin-top: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .link-header-page.white {
        margin-top: 0px;
        font-size: 8px;
        line-height: 22px;
    }

    .link-header-page.white.light {
        margin-top: 0px;
        margin-right: 0px;
        text-align: center;
    }

    .link-header-page.white.light.w--current {
        font-size: 8px;
        line-height: 22px;
    }

    .team-social-div.white-content.no-padding {
        margin-top: 10px;
    }

    .team-image {
        width: 200px;
        height: 200px;
    }

    .team-info-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .team-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .div-content.blog-posts {
        padding-top: 32px;
        padding-left: 40px;
    }

    .blog-post-image {
        width: 100%;
    }

    .footer-copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-logo-link {
        height: 60px;
    }

    .footer-bottom-text.white-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-bottom-text.white-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header-section {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }

    .home-section.hero {
        margin-bottom: 0px;
    }

    .home-section.hero.big-hero {
        height: 900px;
        padding-bottom: 100px;
    }

    .home-section.hero.porojects {
        padding-top: 100px;
    }

    .button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .button-wrapper.center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero-big-image {
        height: 600px;
        background-position: 50% 100%;
        background-size: contain;
    }

    .hero-big-image.green {
        /*height: 300px;*/
        width: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .left-hero-content {
        max-width: none;
    }

    .left-hero-content.left {
        margin-bottom: 0px;
    }

    .hero-flex {
        margin-top: 20px;
    }

    .grid-section-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .grid-column-wrapper.top-margin {
        width: 100%;
        margin-top: 0px;
    }

    .image-div-content.taller {
        height: 400px;
        border-radius: 10px;
    }

    .work-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .work-post-link {
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .work-post {
        width: 100%;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-bottom-div {
        margin-right: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .footer-headings {
        margin-top: 20px;
    }

    .footer-column {
        width: 100%;
    }

    .footer-side {
        width: 100%;
        padding-top: 60px;
        padding-right: 0px;
        padding-bottom: 60px;
    }

    .footer-side.flex-side {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 0px;
        border-left-style: none;
    }

    .footer-side.flex-side.light {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cta-text.white {
        margin-bottom: 20px;
        text-align: center;
    }

    .container-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .row-cta {
        width: 100%;
    }

    .footer-grid-bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about-image.left-side-image {
        height: 300px;
    }

    .facts-grid {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .licence-item-wrapper {
        width: 100%;
        padding: 15px 15px 14px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .licens-image {
        width: 100px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .licence-links-wrapper {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .licence-link {
        margin-right: 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .text-field-contact {
        min-width: 100%;
    }

    .contact-form {
        padding: 0px;
    }

    .grid-contact {
        width: 100%;
    }

    .section-half-block {
        padding: 20px;
    }

    .section-half-block.right-text-side {
        padding: 20px;
    }

    .section-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .contact-shape {
        display: none;
    }

    .contact-shape.color {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .collection-list-wrapper {
        width: 100%;
    }

    .project-image {
        height: 200px;
    }

    .info-wrapper-grid {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto;
    }

    .info-box {
        text-align: center;
    }

    .wrapper-info {
        width: 100%;
    }

    .div-image {
        height: 200px;
    }

    .blog-post-link {
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-slider.fourth-page {
        height: auto;
    }

    .containner-slide.fourth {
        padding-top: 40px;
        padding-bottom: 120px;
    }

    .containner-slide.homepage-second {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .arrow.right {
        top: 87%;
    }

    .arrow.left {
        top: 87%;
    }

    .slide {
        padding-top: 5%;
        padding-bottom: 0%;
    }

    .slide.second {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Untitled-34.jpg');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Untitled-34.jpg');
        background-size: auto, cover;
    }

    .tabs-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .project-header {
        font-size: 18px;
        line-height: 28px;
    }

    .project-content.style {
        padding-top: 22%;
        padding-bottom: 22%;
    }

    .project-content.style._4.full {
        padding-top: 20%;
        padding-bottom: 20%;
    }

    .paragraph-project {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .mask {
        width: 100%;
    }

    .categorie-collection {
        width: auto;
    }

    .nav-link {
        margin-right: 5px;
        margin-left: 5px;
        /*padding: 7px 40px 7px 0px;*/
        -webkit-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        font-family: Oswald, sans-serif;
        color: #000;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        display: flex;
        align-items: left;
        /*justify-content: center;*/
    }
}

#w-node-ff59390d-79a5-457f-cc48-a895d639978b-f413e6ef {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

#w-node-_6905aa42-a582-b826-308e-78c3279a12a5-f413e6ef {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_5638dbb5-f865-f6c9-a2cb-ed1e88d324e6-f413e6ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_6df8a40f-1011-5f07-6717-2d736ab8a2db-6ab8a285 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_8ae9df14-79bc-3ce6-3b26-c989eb33acd8-eb33acce {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_8ae9df14-79bc-3ce6-3b26-c989eb33ad0b-eb33acce {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_8ae9df14-79bc-3ce6-3b26-c989eb33ad3e-eb33acce {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-b71156f2-5ba4-9fe1-5c68-ba601049f724-1f13e6f6 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-e9ac740d-3d74-ced4-26c5-21a6918f3909-f513e6f7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-acd161e8-bf48-f09f-9f7d-a48d11b8cd1b-0013e6f8 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-deee82ea-6eb5-bf78-79f1-fe916520d57b-0013e6f8 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-f528f714-098e-6744-153b-692093eb27ce-0013e6f8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_0ce4661f-edab-a868-55e5-7f0aefe9cef7-9d13e6fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_0ce4661f-edab-a868-55e5-7f0aefe9cef9-9d13e6fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_0ce4661f-edab-a868-55e5-7f0aefe9cefb-9d13e6fb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_3193099c-6820-d0d5-5cb9-a31b09e9e34c-5e13e6fe {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-ef025589-424c-45a6-37ff-072bc4b6d849-4513e701 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_4bf6c87a-cd4f-e801-7e6b-bb6291f10b78-b213e70d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_4bf6c87a-cd4f-e801-7e6b-bb6291f10b7f-b213e70d {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-_342852c7-fe7b-0c6d-9395-4000919088e9-3413e70e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_342852c7-fe7b-0c6d-9395-4000919088ef-3413e70e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_342852c7-fe7b-0c6d-9395-4000919088f5-3413e70e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_342852c7-fe7b-0c6d-9395-4000919088fb-3413e70e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d763a52f-58fe-02b2-9741-1bc02e49ab44-3413e70e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-cd8e7e7a-8754-bb66-5852-5fdc64f03701-3413e70e {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
    #w-node-ff59390d-79a5-457f-cc48-a895d639978b-f413e6ef {
        -ms-grid-column-span: 4;
        grid-column-end: 4;
    }

    #w-node-_5638dbb5-f865-f6c9-a2cb-ed1e88d324e6-f413e6ef {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-b71156f2-5ba4-9fe1-5c68-ba601049f724-1f13e6f6 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-acd161e8-bf48-f09f-9f7d-a48d11b8cd1b-0013e6f8 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-deee82ea-6eb5-bf78-79f1-fe916520d57b-0013e6f8 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_3193099c-6820-d0d5-5cb9-a31b09e9e34c-5e13e6fe {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ef025589-424c-45a6-37ff-072bc4b6d849-4513e701 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_4bf6c87a-cd4f-e801-7e6b-bb6291f10b7f-b213e70d {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_342852c7-fe7b-0c6d-9395-4000919088e9-3413e70e {
        -ms-grid-column: span 4;
        grid-column-start: span 4;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    #w-node-_342852c7-fe7b-0c6d-9395-4000919088ef-3413e70e {
        -ms-grid-column: span 4;
        grid-column-start: span 4;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    #w-node-_342852c7-fe7b-0c6d-9395-4000919088f5-3413e70e {
        -ms-grid-column: span 4;
        grid-column-start: span 4;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    #w-node-_342852c7-fe7b-0c6d-9395-4000919088fb-3413e70e {
        -ms-grid-column: span 4;
        grid-column-start: span 4;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    #w-node-d763a52f-58fe-02b2-9741-1bc02e49ab44-3413e70e {
        -ms-grid-column: span 4;
        grid-column-start: span 4;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    #w-node-cd8e7e7a-8754-bb66-5852-5fdc64f03701-3413e70e {
        -ms-grid-column: span 4;
        grid-column-start: span 4;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }
}

@media screen and (max-width: 767px) {
    #w-node-ff59390d-79a5-457f-cc48-a895d639978b-f413e6ef {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_0ce4661f-edab-a868-55e5-7f0aefe9cef7-9d13e6fb {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_0ce4661f-edab-a868-55e5-7f0aefe9cef9-9d13e6fb {
        -ms-grid-column: span 1;
        grid-column-start: span 2;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_0ce4661f-edab-a868-55e5-7f0aefe9cefb-9d13e6fb {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

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


    #w-node-_5638dbb5-f865-f6c9-a2cb-ed1e88d324e6-f413e6ef {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_8ae9df14-79bc-3ce6-3b26-c989eb33ad3e-eb33acce {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-b71156f2-5ba4-9fe1-5c68-ba601049f724-1f13e6f6 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-acd161e8-bf48-f09f-9f7d-a48d11b8cd1b-0013e6f8 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-deee82ea-6eb5-bf78-79f1-fe916520d57b-0013e6f8 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_3193099c-6820-d0d5-5cb9-a31b09e9e34c-5e13e6fe {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ef025589-424c-45a6-37ff-072bc4b6d849-4513e701 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_4bf6c87a-cd4f-e801-7e6b-bb6291f10b7f-b213e70d {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}
