




.cover {
    background: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
    height:100vh;
    font-size: 26px;
    margin-bottom:40px;
}
.qards-iframe .cover {
	height: 56.25vw;
	min-height:500px;
	 -webkit-transition:height 0.5s;
	    -moz-transition:height 0.5s;
	      -o-transition:height 0.5s;
	         transition:height 0.5s;
}
.cover:last-of-type {
    margin-bottom: 0;
}
.cover .content {
    max-width: 545px;
	 width:100%;
    position: relative;
    font-size: 30px;
    text-align: left;
}
.cover.center .content {
    text-align: center;
    margin: 0 auto;
    max-width: 730px;
}
.cover.right .content {
    float: right;
}
.cover.inverse {
    color: #303336;
    background: #fff;
}

.cover.inverse .button {
   border: 2px solid rgba(48, 51, 54, 1);
	opacity:0.7;
}
.cover.inverse .button:hover {
	opacity:1;
}

.cover .container-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index:1;
}
.cover .container {
    display: table;
    table-layout:fixed;
    height: 100%;
    width: 100%;
}
.cover .holder {
    display: table-cell;
    vertical-align: middle;
    padding: 136px 11.5%;
    width: 100%;
}
.cover.top .holder {
    vertical-align: top;
}
.cover.bottom .holder {
    vertical-align: bottom;
}
.cover h1 {
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 16px;
}
.cover .hero {
    opacity: 0.7;
    font-weight: 200;
}

.cover .button {
    font-size: 18px;
    line-height: 23px;
    padding: 11px 28px;
    border-radius: 45px;
    margin-top: 32px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    opacity:0.7;
    color: inherit;
    white-space:nowrap;
    border: 2px solid #fff;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.cover .button:hover {
	opacity:1;
}
/* background */
.cover .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    height: 100%;
    width: 100%;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: inherit;
    
    -webkit-animation:fadeIn 0.5s;
    -webkit-animation:fadeIn 0.5s;
    -webkit-animation:fadeIn 0.5s;
    -webkit-animation:fadeIn 0.5s;
    
    /* xlr8 */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cover .background svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

@-webkit-keyframes fadeIn { from { opacity: 0;}}
@-moz-keyframes fadeIn { from { opacity: 0;}}
@-o-keyframes fadeIn { from { opacity: 0;}}
@keyframes fadeIn { from { opacity: 0;}}
.background-holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
}

.cover.video .background {
    -webkit-animation:none;
    -moz-animation:none;
    -o-animation:none;
    animation:none;
}
.cover.video .mbYTP_wrapper {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.cover .background .overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: inherit;
}
.cover.video iframe{
    pointer-events:none;
}

.cover.video .mbYTP_wrapper.no-transition {
    -webkit-transition:0;
    -moz-transition:0;
    -o-transition:0;
    transition:0;
}

/* responsive for cover */
@media screen and (max-width: 568px) {
    .cover .holder {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media screen and (min-width: 768px) {
    .cover .content {
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .cover .content {
        max-width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .cover .holder {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .cover .content {
        max-width: 540px;
    }
}
.cover .button .font-size-1,
.cover .button.font-size-1 {
    font-size: 17px;
}
.cover .button .font-size-2,
.cover .button.font-size-2 {
    font-size: 18px;
}
.cover .button .font-size-3,
.cover .button.font-size-3 {
    font-size: 19px;
}
.cover .button .font-size-4,
.cover .button.font-size-4 {
    font-size: 20px;
}
.cover .button .font-size-5,
.cover .button.font-size-5 {
    font-size: 21px;
}
.cover .button .font-size-6,
.cover .button.font-size-6 {
    font-size: 22px;
}
.cover .button .font-size-7,
.cover .button.font-size-7 {
    font-size: 23px;
}
.cover .button .font-size-8,
.cover .button.font-size-8 {
    font-size: 24px;
}
.cover .button .font-size-9,
.cover .button.font-size-9 {
    font-size: 26px;
}
.cover .button .line-height-1,
.cover .button.line-height-1 {
    line-height: 1.2;
}
.cover .button .line-height-2,
.cover .button.line-height-2 {
    line-height: 1.3;
}
.cover .button .line-height-3,
.cover .button.line-height-3 {
    line-height: 1.4;
}
.cover .button .line-height-4,
.cover .button.line-height-4 {
    line-height: 1.5;
}
.cover .button .line-height-5,
.cover .button.line-height-5 {
    line-height: 1.6;
}
.cover .button .line-height-6,
.cover .button.line-height-6 {
    line-height: 1.7;
}
.cover .button .line-height-7,
.cover .button.line-height-7 {
    line-height: 1.8;
}

@media screen and (max-width: 568px) {
    .cover p .line-height-1,
    .cover p.line-height-1 {
        line-height: 1.18;
    }
    .cover p .line-height-2,
    .cover p.line-height-2 {
        line-height: 1.28;
    }
    .cover p .line-height-3,
    .cover p.line-height-3 {
        line-height: 1.38;
    }
    .cover p .line-height-4,
    .cover p.line-height-4 {
        line-height: 1.48;
    }
    .cover p .line-height-5,
    .cover p.line-height-5 {
        line-height: 1.58;
    }
    .cover p .line-height-6,
    .cover p.line-height-6 {
        line-height: 1.68;
    }
    .cover p .line-height-7,
    .cover p.line-height-7 {
        line-height: 1.78;
    }
}


.grid {
    font-size: 19px;
    line-height: 39px;
    color: #6C6C6C;
    clear: both;
    padding-top: 120px;
    padding-bottom: 0;
    -webkit-transition: padding .25s ease-in-out;
       -moz-transition: padding .25s ease-in-out;
         -o-transition: padding .25s ease-in-out;
            transition: padding .25s ease-in-out;
}
.grid .container {
    max-width: 1114px;
    margin: 0 auto;
    width: 83%;
}

.grid h1 {
    font-weight: 700;
    letter-spacing: -1.78px;
    text-align: center;
    color: #424242;
    margin: 0 auto;
}
.grid h3 {
    letter-spacing: -0.4px;
    color: #424242;
    margin-bottom: 12px;
    font-weight: 600;
}
.grid .container > div:first-child p,
.grid .container > p:first-child {
    margin-top: 0;
}
.grid .hero {
    font-weight: 200;
    color:#6C6C6C;
    margin: 19px auto 0;
}
.grid .container > *:not(.grid-list) {
    text-align: center;
    max-width: 732px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}

.grid ul {
    padding-top: 3px;
    margin: 0 -13px;
}
.grid.seamless ul {
    padding-top: 43px;
}
.grid ul.grid-list:first-child {
    padding-top: 0;
}
.grid ul.grid-list:first-child > li:first-child {
    margin-top: 0;
}
@media screen and (min-width: 569px) {
    .grid.column-2 ul.grid-list:first-child > li:nth-child(2) {
        margin-top: 0;
    }
    .grid.column-3 ul.grid-list:first-child > li:nth-child(2) {
        margin-top: 0;
    }
    .grid.column-4 ul.grid-list:first-child > li:nth-child(2),
    .grid.column-4 ul.grid-list:first-child > li:nth-child(3) {
        margin-top: 0;
    }
}
@media screen and (min-width: 769px) {
    .grid.column-3 ul.grid-list:first-child > li:nth-child(3) {
        margin-top: 0;
    }
    .grid.column-4 ul.grid-list:first-child > li:nth-child(4) {
        margin-top: 0;
    }
}
.grid.seamless ul {
    margin: 0;
}
.grid li {
    margin-top: 40px;
    display:block;
    display: inline-block;
    vertical-align: top;
    height: auto !important;
}

.grid li .image{
    padding-top: 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom: 38px;
}

.grid li a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: none !important;
    text-decoration: none !important;
    display: block;
}
.dm-grid-item a,
.grid .description-holder + div span {
    font-size: 19px;
    line-height: 39px;
}

.grid p:not(.hero) a,
.grid p:not(.hero) a span {
    font-size: 19px;
}

.grid ul {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

/* 2 column grid */
.grid.column-2 li {
    max-width: 50%;
    width: 50%;
    padding: 0 13px;
}

/* 3 column grid */
.grid.column-3 li {
    max-width: 33.33333%;
    width: 33.33333%;
    padding: 0 13px;
}

/* 4 column grid */
.grid.column-4 li {
    max-width: 25%;
    width: 25%;
    padding: 0 13px;
}

/* seamless grid */
.grid.seamless li {
    position:relative;
}

.grid.seamless li h3 {
    margin-top:0;
    opacity: .9;
}
.grid.seamless li h3,
.grid.seamless li h3 * {
    color: #fff !important;
}

.grid.seamless li p {
    opacity: 0.7;
}
.grid.seamless li p,
.grid.seamless li p  * {
    color: #fff !important;
}

.grid.seamless.column-2 li p,
.grid.seamless.column-3 li p{
    font-weight:300;
}
.grid.seamless .url { display:none;}

.grid.seamless li .image {
    margin-bottom:0;
}
.grid.seamless .video-grid-item .description-holder {
    visibility: hidden !important;
    z-index: -1 !important;
}
.grid.seamless li .description-holder {
    background: rgba(18, 18, 18, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
	overflow:hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: default;

    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -ms-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    transition:opacity 0.5s;

    opacity:0;
}
.grid.seamless li .description-holder > div {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.grid.seamless li .description-holder > div > div {
    display:table-cell;
    vertical-align:middle;
    position: relative;
    padding: 8% 5.9459459%;
}

.grid.seamless li:hover .description-holder {
    opacity:1;
}

.grid.seamless li .description-holder > div > div {
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transform:translateY(10px);

    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.grid.seamless li:hover .description-holder > div > div {
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
}

.grid.seamless.column-2 li {
    margin:0;
    padding: 0;
    width:50%;
    max-width:50%;
}
.grid .url {
    display: inline;
}
.grid.seamless.column-3 li {
    margin:0;
    padding: 0;
    width:33.3333%;
    max-width:33.3333%;
}

.grid.seamless.column-4 li {
    margin:0;
    padding: 0;
    width:25%;
    max-width:25%;
}
.grid.seamless h3 {
    margin-bottom: 0 !important;
}
.grid.seamless ul.grid-list p {
    margin-top: 12px;
    margin-bottom: 0 !important;
}

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

    .grid.seamless.column-4 li {
        width:33.33333%;
        max-width:33.33333%;
        margin:0;
        padding: 0;
    }

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .grid:not(.seamless).column-4 li {
        max-width: 33.33333%;
        width: 33.33333%;
    }

    .grid:not(.seamless).column-4 li:nth-child(3n+3) {
        margin-right:0;
    }
}

@media screen and (max-width: 768px) {
    /* 3 column grid */
    .grid:not(.seamless).column-4 li,
    .grid:not(.seamless).column-3 li,
    .grid:not(.seamless).column-2 li {
        max-width:50%;
        width:50%;
    }


    /* 3 column grid */
    .grid:not(.seamless).column-4 li:nth-child(2n+2),
    .grid:not(.seamless).column-3 li:nth-child(2n+2),
    .grid:not(.seamless).column-2 li:nth-child(2n+2) {
        margin-right:0;
    }
    .grid.column-2.seamless li {
        max-width:100% !important;
        width:100% !important;
        padding-right:0;
    }

    .grid.seamless.column-4 li,
    .grid.seamless.column-3 li,
    .grid.seamless.column-2 li {
        max-width:50%;
        width:50%;
    }
}

@media screen and (max-width: 568px) {
    .grid {
        padding: 14px 0 0;
    }

    .grid:not(.seamless) li {
        margin-top: 35px;
    }

    .grid:not(.seamless).column-4 li:not(.gridCell) .image,
    .grid:not(.seamless).column-3 li:not(.gridCell) .image,
    .grid:not(.seamless).column-2 li:not(.gridCell) .image {
        margin-bottom: 31px;
    }

    .grid.column-2 li, .grid.column-3 li, .grid.column-4 li {
        max-width:100% !important;
        width:100% !important;
        margin-right:0;
    }

    .grid h2 {
        font-size: 18px;
        line-height: 35px;
    }

    .grid p {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 4px;
    }

    .grid .hero {
        font-size: 27px;
        line-height: 35px;
        margin-top: 23px;
    }

    .grid .image {
        margin-bottom: 31px;
    }
    .grid h3 {
        margin-bottom: 9px;
    }
}
/* FONTS start */
/* Sub titles start */
.grid h3 .font-size-1,
.grid h3.font-size-1 {
    font-size: 18px;
}
.grid h3 .font-size-2,
.grid h3.font-size-2 {
    font-size: 19px;
}
.grid h3 .font-size-3,
.grid h3.font-size-3 {
    font-size: 20px;
}
.grid h3 .font-size-4,
.grid h3.font-size-4 {
    font-size: 21px;
}
.grid h3 .font-size-5,
.grid h3.font-size-5 {
    font-size: 22px;
}
.grid h3 .font-size-6,
.grid h3.font-size-6 {
    font-size: 23px;
}
.grid h3 .font-size-7,
.grid h3.font-size-7 {
    font-size: 24px;
}
.grid h3 .font-size-8,
.grid h3.font-size-8 {
    font-size: 25px;
}
.grid h3 .font-size-9,
.grid h3.font-size-9 {
    font-size: 26px;
}

.grid h3 .line-height-1,
.grid h3.line-height-1 {
    line-height: 0.94;
}
.grid h3 .line-height-2,
.grid h3.line-height-2 {
    line-height: 1.04;
}
.grid h3 .line-height-3,
.grid h3.line-height-3 {
    line-height: 1.14;
}
.grid h3 .line-height-4,
.grid h3.line-height-4 {
    line-height: 1.24;
}
.grid h3 .line-height-5,
.grid h3.line-height-5 {
    line-height: 1.34;
}
.grid h3 .line-height-6,
.grid h3.line-height-6 {
    line-height: 1.44;
}
.grid h3 .line-height-7,
.grid h3.line-height-7 {
    line-height: 1.54;
}

.grid.seamless.column-4 h3 .font-size-1,
.grid.seamless.column-4 h3.font-size-1 {
    font-size: 16px;
}
.grid.seamless.column-4 h3 .font-size-2,
.grid.seamless.column-4 h3.font-size-2 {
    font-size: 17px;
}
.grid.seamless.column-4 h3 .font-size-3,
.grid.seamless.column-4 h3.font-size-3 {
    font-size: 18px;
}
.grid.seamless.column-4 h3 .font-size-4,
.grid.seamless.column-4 h3.font-size-4 {
    font-size: 19px;
}
.grid.seamless.column-4 h3 .font-size-5,
.grid.seamless.column-4 h3.font-size-5 {
    font-size: 20px;
}
.grid.seamless.column-4 h3 .font-size-6,
.grid.seamless.column-4 h3.font-size-6 {
    font-size: 21px;
}
.grid.seamless.column-4 h3 .font-size-7,
.grid.seamless.column-4 h3.font-size-7 {
    font-size: 22px;
}
.grid.seamless.column-4 h3 .font-size-8,
.grid.seamless.column-4 h3.font-size-8 {
    font-size: 23px;
}
.grid.seamless.column-4 h3 .font-size-9,
.grid.seamless.column-4 h3.font-size-9 {
    font-size: 24px;
}

.grid.seamless.column-4 h3 .line-height-1,
.grid.seamless.column-4 h3.line-height-1 {
    line-height: 1.07;
}
.grid.seamless.column-4 h3 .line-height-2,
.grid.seamless.column-4 h3.line-height-2 {
    line-height: 1.17;
}
.grid.seamless.column-4 h3 .line-height-3,
.grid.seamless.column-4 h3.line-height-3 {
    line-height: 1.27;
}
.grid.seamless.column-4 h3 .line-height-4,
.grid.seamless.column-4 h3.line-height-4 {
    line-height: 1.37;
}
.grid.seamless.column-4 h3 .line-height-5,
.grid.seamless.column-4 h3.line-height-5 {
    line-height: 1.47;
}
.grid.seamless.column-4 h3 .line-height-6,
.grid.seamless.column-4 h3.line-height-6 {
    line-height: 1.57;
}
.grid.seamless.column-4 h3 .line-height-7,
.grid.seamless.column-4 h3.line-height-7 {
    line-height: 1.67;
}
@media only screen and (max-width: 1024px) {
    .grid.seamless.column-3 h3 .font-size-1,
    .grid.seamless.column-3 h3.font-size-1 {
        font-size: 16px;
    }
    .grid.seamless.column-3 h3 .font-size-2,
    .grid.seamless.column-3 h3.font-size-2 {
        font-size: 17px;
    }
    .grid.seamless.column-3 h3 .font-size-3,
    .grid.seamless.column-3 h3.font-size-3 {
        font-size: 18px;
    }
    .grid.seamless.column-3 h3 .font-size-4,
    .grid.seamless.column-3 h3.font-size-4 {
        font-size: 19px;
    }
    .grid.seamless.column-3 h3 .font-size-5,
    .grid.seamless.column-3 h3.font-size-5 {
        font-size: 20px;
    }
    .grid.seamless.column-3 h3 .font-size-6,
    .grid.seamless.column-3 h3.font-size-6 {
        font-size: 21px;
    }
    .grid.seamless.column-3 h3 .font-size-7,
    .grid.seamless.column-3 h3.font-size-7 {
        font-size: 22px;
    }
    .grid.seamless.column-3 h3 .font-size-8,
    .grid.seamless.column-3 h3.font-size-8 {
        font-size: 23px;
    }
    .grid.seamless.column-3 h3 .font-size-9,
    .grid.seamless.column-3 h3.font-size-9 {
        font-size: 24px;
    }

    .grid.seamless.column-3 h3 .line-height-1,
    .grid.seamless.column-3 h3.line-height-1 {
        line-height: 1.07;
    }
    .grid.seamless.column-3 h3 .line-height-2,
    .grid.seamless.column-3 h3.line-height-2 {
        line-height: 1.17;
    }
    .grid.seamless.column-3 h3 .line-height-3,
    .grid.seamless.column-3 h3.line-height-3 {
        line-height: 1.27;
    }
    .grid.seamless.column-3 h3 .line-height-4,
    .grid.seamless.column-3 h3.line-height-4 {
        line-height: 1.37;
    }
    .grid.seamless.column-3 h3 .line-height-5,
    .grid.seamless.column-3 h3.line-height-5 {
        line-height: 1.37;
    }
    .grid.seamless.column-3 h3 .line-height-6,
    .grid.seamless.column-3 h3.line-height-6 {
        line-height: 1.57;
    }
    .grid.seamless.column-3 h3 .line-height-7,
    .grid.seamless.column-3 h3.line-height-7 {
        line-height: 1.67;
    }
}
@media screen and (min-width: 1025px) {
    .grid.seamless.column-2 h3 .font-size-1,
    .grid.seamless.column-2 h3.font-size-1 {
        font-size: 32px;
    }
    .grid.seamless.column-2 h3 .font-size-2,
    .grid.seamless.column-2 h3.font-size-2 {
        font-size: 33px;
    }
    .grid.seamless.column-2 h3 .font-size-3,
    .grid.seamless.column-2 h3.font-size-3 {
        font-size: 34px;
    }
    .grid.seamless.column-2 h3 .font-size-4,
    .grid.seamless.column-2 h3.font-size-4 {
        font-size: 35px;
    }
    .grid.seamless.column-2 h3 .font-size-5,
    .grid.seamless.column-2 h3.font-size-5 {
        font-size: 36px;
    }
    .grid.seamless.column-2 h3 .font-size-6,
    .grid.seamless.column-2 h3.font-size-6 {
        font-size: 37px;
    }
    .grid.seamless.column-2 h3 .font-size-7,
    .grid.seamless.column-2 h3.font-size-7 {
        font-size: 38px;
    }
    .grid.seamless.column-2 h3 .font-size-8,
    .grid.seamless.column-2 h3.font-size-8 {
        font-size: 39px;
    }
    .grid.seamless.column-2 h3 .font-size-9,
    .grid.seamless.column-2 h3.font-size-9 {
        font-size: 40px;
    }

    .grid.seamless.column-2 h3 .line-height-1,
    .grid.seamless.column-2 h3.line-height-1 {
        line-height: 0.76;
    }
    .grid.seamless.column-2 h3 .line-height-2,
    .grid.seamless.column-2 h3.line-height-2 {
        line-height: 0.86;
    }
    .grid.seamless.column-2 h3 .line-height-3,
    .grid.seamless.column-2 h3.line-height-3 {
        line-height: 0.96;
    }
    .grid.seamless.column-2 h3 .line-height-4,
    .grid.seamless.column-2 h3.line-height-4 {
        line-height: 1.06;
    }
    .grid.seamless.column-2 h3 .line-height-5,
    .grid.seamless.column-2 h3.line-height-5 {
        line-height: 1.16;
    }
    .grid.seamless.column-2 h3 .line-height-6,
    .grid.seamless.column-2 h3.line-height-6 {
        line-height: 1.26;
    }
    .grid.seamless.column-2 h3 .line-height-7,
    .grid.seamless.column-2 h3.line-height-7 {
        line-height: 1.36;
    }
}
/* Sub titles end */

/* Text start */
.grid p .font-size-1,
.grid p.font-size-1 {
    font-size: 16px;
}
.grid p .font-size-2,
.grid p.font-size-2 {
    font-size: 17px;
}
.grid p .font-size-3,
.grid p.font-size-3 {
    font-size: 18px;
}
.grid p .font-size-4,
.grid p.font-size-4 {
    font-size: 19px;
}
.grid p .font-size-5,
.grid p.font-size-5 {
    font-size: 20px;
}
.grid p .font-size-6,
.grid p.font-size-6 {
    font-size: 21px;
}
.grid p .font-size-7,
.grid p.font-size-7 {
    font-size: 22px;
}
.grid p .font-size-8,
.grid p.font-size-8 {
    font-size: 23px;
}
.grid p .font-size-9,
.grid p.font-size-9 {
    font-size: 24px;
}

.grid p .line-height-1,
.grid p.line-height-1 {
    line-height: 1.38;
}
.grid p .line-height-2,
.grid p.line-height-2 {
    line-height: 1.48;
}
.grid p .line-height-3,
.grid p.line-height-3 {
    line-height: 1.58;
}
.grid p .line-height-4,
.grid p.line-height-4 {
    line-height: 1.68;
}
.grid p .line-height-5,
.grid p.line-height-5 {
    line-height: 1.78;
}
.grid p .line-height-6,
.grid p.line-height-6 {
    line-height: 1.88;
}
.grid p .line-height-7,
.grid p.line-height-7 {
    line-height: 1.98;
}

@media screen and (max-width: 568px) {
    .grid p .line-height-1,
    .grid p.line-height-1 {
        line-height: 1.28;
    }
    .grid p .line-height-2,
    .grid p.line-height-2 {
        line-height: 1.38;
    }
    .grid p .line-height-3,
    .grid p.line-height-3 {
        line-height: 1.48;
    }
    .grid p .line-height-4,
    .grid p.line-height-4 {
        line-height: 1.58;
    }
    .grid p .line-height-5,
    .grid p.line-height-5 {
        line-height: 1.68;
    }
    .grid p .line-height-6,
    .grid p.line-height-6 {
        line-height: 1.78;
    }
    .grid p .line-height-7,
    .grid p.line-height-7 {
        line-height: 1.88;
    }
}

.grid.seamless.column-4 p:not(.hero) .font-size-1,
.grid.seamless.column-4 p:not(.hero).font-size-1 {
    font-size: 12px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-2,
.grid.seamless.column-4 p:not(.hero).font-size-2 {
    font-size: 13px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-3,
.grid.seamless.column-4 p:not(.hero).font-size-3 {
    font-size: 14px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-4,
.grid.seamless.column-4 p:not(.hero).font-size-4 {
    font-size: 15px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-5,
.grid.seamless.column-4 p:not(.hero).font-size-5 {
    font-size: 16px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-6,
.grid.seamless.column-4 p:not(.hero).font-size-6 {
    font-size: 17px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-7,
.grid.seamless.column-4 p:not(.hero).font-size-7 {
    font-size: 18px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-8,
.grid.seamless.column-4 p:not(.hero).font-size-8 {
    font-size: 19px;
}
.grid.seamless.column-4 p:not(.hero) .font-size-9,
.grid.seamless.column-4 p:not(.hero).font-size-9 {
    font-size: 20px;
}

.grid.seamless.column-4 p:not(.hero) .line-height-1,
.grid.seamless.column-4 p:not(.hero).line-height-1 {
    line-height: 1.43;
}
.grid.seamless.column-4 p .line-height-2,
.grid.seamless.column-4 p.line-height-2 {
    line-height: 1.53;
}
.grid.seamless.column-4 p:not(.hero) .line-height-3,
.grid.seamless.column-4 p:not(.hero).line-height-3 {
    line-height: 1.63;
}
.grid.seamless.column-4 p:not(.hero) .line-height-4,
.grid.seamless.column-4 p:not(.hero).line-height-4 {
    line-height: 1.73;
}
.grid.seamless.column-4 p:not(.hero) .line-height-5,
.grid.seamless.column-4 p:not(.hero).line-height-5 {
    line-height: 1.83;
}
.grid.seamless.column-4 p:not(.hero) .line-height-6,
.grid.seamless.column-4 p:not(.hero).line-height-6 {
    line-height: 1.93;
}
.grid.seamless.column-4 p:not(.hero) .line-height-7,
.grid.seamless.column-4 p:not(.hero).line-height-7 {
    line-height: 2.03;
}
@media screen and (min-width: 1025px) {
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-1,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-1 {
        font-size: 24px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-2,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-2 {
        font-size: 25px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-3,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-3 {
        font-size: 26px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-4,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-4 {
        font-size: 27px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-5,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-5 {
        font-size: 28px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-6,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-6 {
        font-size: 29px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-7,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-7 {
        font-size: 30px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-8,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-8 {
        font-size: 31px;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .font-size-9,
    .grid.seamless.column-2 .grid-list p:not(.hero).font-size-9 {
        font-size: 32px;
    }

    .grid.seamless.column-2 .grid-list p:not(.hero) .line-height-1,
    .grid.seamless.column-2 .grid-list p:not(.hero).line-height-1 {
        line-height: 1.14;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .line-height-2,
    .grid.seamless.column-2 .grid-list p:not(.hero).line-height-2 {
        line-height: 1.24;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .line-height-3,
    .grid.seamless.column-2 .grid-list p:not(.hero).line-height-3 {
        line-height: 1.34;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .line-height-4,
    .grid.seamless.column-2 .grid-list p:not(.hero).line-height-4 {
        line-height: 1.44;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .line-height-5,
    .grid.seamless.column-2 .grid-list p:not(.hero).line-height-5 {
        line-height: 1.54;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .line-height-6,
    .grid.seamless.column-2 .grid-list p:not(.hero).line-height-6 {
        line-height: 1.64;
    }
    .grid.seamless.column-2 .grid-list p:not(.hero) .line-height-7,
    .grid.seamless.column-2 .grid-list p:not(.hero).line-height-7 {
        line-height: 1.74;
    }
}
@media only screen and (max-width: 1024px) {
    .grid.seamless.column-3 p:not(.hero) .font-size-1,
    .grid.seamless.column-3 p:not(.hero).font-size-1 {
        font-size: 12px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-2,
    .grid.seamless.column-3 p:not(.hero).font-size-2 {
        font-size: 13px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-3,
    .grid.seamless.column-3 p:not(.hero).font-size-3 {
        font-size: 14px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-4,
    .grid.seamless.column-3 p:not(.hero).font-size-4 {
        font-size: 15px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-5,
    .grid.seamless.column-3 p:not(.hero).font-size-5 {
        font-size: 16px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-6,
    .grid.seamless.column-3 p:not(.hero).font-size-6 {
        font-size: 17px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-7,
    .grid.seamless.column-3 p:not(.hero).font-size-7 {
        font-size: 18px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-8,
    .grid.seamless.column-3 p:not(.hero).font-size-8 {
        font-size: 19px;
    }
    .grid.seamless.column-3 p:not(.hero) .font-size-9,
    .grid.seamless.column-3 p:not(.hero).font-size-9 {
        font-size: 20px;
    }

    .grid.seamless.column-3 p:not(.hero) .line-height-1,
    .grid.seamless.column-3 p:not(.hero).line-height-1 {
        line-height: 1.33;
    }
    .grid.seamless.column-3 p:not(.hero) .line-height-2,
    .grid.seamless.column-3 p:not(.hero).line-height-2 {
        line-height: 1.43;
    }
    .grid.seamless.column-3 p:not(.hero) .line-height-3,
    .grid.seamless.column-3 p:not(.hero).line-height-3 {
        line-height: 1.53;
    }
    .grid.seamless.column-3 p:not(.hero) .line-height-4,
    .grid.seamless.column-3 p:not(.hero).line-height-4 {
        line-height: 1.73;
    }
    .grid.seamless.column-3 p:not(.hero) .line-height-5,
    .grid.seamless.column-3 p:not(.hero).line-height-5 {
        line-height: 1.83;
    }
    .grid.seamless.column-3 p:not(.hero) .line-height-6,
    .grid.seamless.column-3 p:not(.hero).line-height-6 {
        line-height: 1.93;
    }
    .grid.seamless.column-3 p:not(.hero) .line-height-7,
    .grid.seamless.column-3 p:not(.hero).line-height-7 {
        line-height: 2.03;
    }
}
/* Text end */

/* Hero start */
.grid p.hero .font-size-1,
.grid p.hero.font-size-1 {
    font-size: 24px;
}
.grid p.hero .font-size-2,
.grid p.hero.font-size-2 {
    font-size: 26px;
}
.grid p.hero .font-size-3,
.grid p.hero.font-size-3 {
    font-size: 28px;
}
.grid p.hero .font-size-4,
.grid p.hero.font-size-4 {
    font-size: 30px;
}
.grid p.hero .font-size-5,
.grid p.hero.font-size-5 {
    font-size: 32px;
}
.grid p.hero .font-size-6,
.grid p.hero.font-size-6 {
    font-size: 34px;
}
.grid p.hero .font-size-7,
.grid p.hero.font-size-7 {
    font-size: 36px;
}
.grid p.hero .font-size-8,
.grid p.hero.font-size-8 {
    font-size: 38px;
}
.grid p.hero .font-size-9,
.grid p.hero.font-size-9 {
    font-size: 40px;
}
.grid p.hero .line-height-1,
.grid p.hero.line-height-1 {
    line-height: 1.2;
}
.grid p.hero .line-height-2,
.grid p.hero.line-height-2 {
    line-height: 1.3;
}
.grid p.hero .line-height-3,
.grid p.hero.line-height-3 {
    line-height: 1.4;
}
.grid p.hero .line-height-4,
.grid p.hero.line-height-4 {
    line-height: 1.5;
}
.grid p.hero .line-height-5,
.grid p.hero.line-height-5 {
    line-height: 1.6;
}
.grid p.hero .line-height-6,
.grid p.hero.line-height-6 {
    line-height: 1.7;
}
.grid p.hero .line-height-7,
.grid p.hero.line-height-7 {
    line-height: 1.8;
}
@media screen and (max-width: 568px) {
    .grid p.hero .font-size-1,
    .grid p.hero.font-size-1 {
        font-size: 24px;
    }
    .grid p.hero .font-size-2,
    .grid p.hero.font-size-2 {
        font-size: 25px;
    }
    .grid p.hero .font-size-3,
    .grid p.hero.font-size-3 {
        font-size: 26px;
    }
    .grid p.hero .font-size-4,
    .grid p.hero.font-size-4 {
        font-size: 27px;
    }
    .grid p.hero .font-size-5,
    .grid p.hero.font-size-5 {
        font-size: 28px;
    }
    .grid p.hero .font-size-6,
    .grid p.hero.font-size-6 {
        font-size: 29px;
    }
    .grid p.hero .font-size-7,
    .grid p.hero.font-size-7 {
        font-size: 30px;
    }
    .grid p.hero .font-size-8,
    .grid p.hero.font-size-8 {
        font-size: 31px;
    }
    .grid p.hero .font-size-9,
    .grid p.hero.font-size-9 {
        font-size: 32px;
    }
    .grid p.hero .line-height-1,
    .grid p.hero.line-height-1 {
        line-height: 1;
    }
    .grid p.hero .line-height-2,
    .grid p.hero.line-height-2 {
        line-height: 1.1;
    }
    .grid p.hero .line-height-3,
    .grid p.hero.line-height-3 {
        line-height: 1.2;
    }
    .grid p.hero .line-height-4,
    .grid p.hero.line-height-4 {
        line-height: 1.3;
    }
    .grid p.hero .line-height-5,
    .grid p.hero.line-height-5 {
        line-height: 1.4;
    }
    .grid p.hero .line-height-6,
    .grid p.hero.line-height-6 {
        line-height: 1.5;
    }
    .grid p.hero .line-height-7,
    .grid p.hero.line-height-7 {
        line-height: 1.6;
    }
}
/* Hero end */
/* FONTS end */
/* IMAGES start */
.grid.image-1 li .image {
    padding-bottom: 56.39%;
}
.grid.image-2 li .image {
    padding-bottom: 75%;
}
.grid.image-3 li .image {
    padding-bottom: 100%;
}
.grid.image-4 li .image {
    padding-bottom: 133%;
}
.grid.image-5 li .image {
    padding-bottom: 177%;
}
.addCols-holder .image {
    padding-bottom: 0 !important;
}
/* IMAGES end */

/* PADDINGS start */
.grid.top-padding-0 {
    padding-top: 0;
}
.grid.top-padding-1 {
    padding-top: 10px;
}
.grid.top-padding-2 {
    padding-top: 20px;
}
.grid.top-padding-3 {
    padding-top: 30px;
}
.grid.top-padding-4 {
    padding-top: 40px;
}
.grid.top-padding-5 {
    padding-top: 50px;
}
.grid.top-padding-6 {
    padding-top: 60px;
}
.grid.top-padding-7 {
    padding-top: 70px;
}
.grid.top-padding-8 {
    padding-top: 80px;
}
.grid.top-padding-9 {
    padding-top: 90px;
}
.grid.top-padding-10 {
    padding-top: 100px;
}
.grid.top-padding-11 {
    padding-top: 110px;
}
.grid.top-padding-12 {
    padding-top: 120px;
}

.grid.bottom-padding-0 {
    padding-bottom: 0;
}
.grid.bottom-padding-1 {
    padding-bottom: 10px;
}
.grid.bottom-padding-2 {
    padding-bottom: 20px;
}
.grid.bottom-padding-3 {
    padding-bottom: 30px;
}
.grid.bottom-padding-4 {
    padding-bottom: 40px;
}
.grid.bottom-padding-5 {
    padding-bottom: 50px;
}
.grid.bottom-padding-6 {
    padding-bottom: 60px;
}
.grid.bottom-padding-7 {
    padding-bottom: 70px;
}
.grid.bottom-padding-8 {
    padding-bottom: 80px;
}
.grid.bottom-padding-9 {
    padding-bottom: 90px;
}
.grid.bottom-padding-10 {
    padding-bottom: 100px;
}
.grid.bottom-padding-11 {
    padding-bottom: 110px;
}
.grid.bottom-padding-12 {
    padding-bottom: 120px;
}
@media screen and (max-width: 568px) {
    .grid.top-padding-0 {
        padding-top: 0;
    }
    .grid.top-padding-1 {
        padding-top: 9px;
    }
    .grid.top-padding-2 {
        padding-top: 18px;
    }
    .grid.top-padding-3 {
        padding-top: 27px;
    }
    .grid.top-padding-4 {
        padding-top: 36px;
    }
    .grid.top-padding-5 {
        padding-top: 45px;
    }
    .grid.top-padding-6 {
        padding-top: 54px;
    }
    .grid.top-padding-7 {
        padding-top: 63px;
    }
    .grid.top-padding-8 {
        padding-top: 72px;
    }
    .grid.top-padding-9 {
        padding-top: 81px;
    }
    .grid.top-padding-10 {
        padding-top: 90px;
    }
    .grid.top-padding-11 {
        padding-top: 99px;
    }
    .grid.top-padding-12 {
        padding-top: 108px;
    }

    .grid.bottom-padding-0 {
        padding-bottom: 0;
    }
    .grid.bottom-padding-1 {
        padding-bottom: 9px;
    }
    .grid.bottom-padding-2 {
        padding-bottom: 18px;
    }
    .grid.bottom-padding-3 {
        padding-bottom: 27px;
    }
    .grid.bottom-padding-4 {
        padding-bottom: 36px;
    }
    .grid.bottom-padding-5 {
        padding-bottom: 45px;
    }
    .grid.bottom-padding-6 {
        padding-bottom: 54px;
    }
    .grid.bottom-padding-7 {
        padding-bottom: 63px;
    }
    .grid.bottom-padding-8 {
        padding-bottom: 72px;
    }
    .grid.bottom-padding-9 {
        padding-bottom: 81px;
    }
    .grid.bottom-padding-10 {
        padding-bottom: 90px;
    }
    .grid.bottom-padding-11 {
        padding-bottom: 99px;
    }
    .grid.bottom-padding-12 {
        padding-bottom: 108px;
    }
}
/* PADDINGS end */
h2 .font-size-1,
h2.font-size-1 {
    font-size: 18px;
}
h2 .font-size-2,
h2.font-size-2 {
    font-size: 20px;
}
h2 .font-size-3,
h2.font-size-3 {
    font-size: 22px;
}
h2 .font-size-4,
h2.font-size-4 {
    font-size: 24px;
}
h2 .font-size-5,
h2.font-size-5 {
    font-size: 26px;
}
h2 .font-size-6,
h2.font-size-6 {
    font-size: 28px;
}
h2 .font-size-7,
h2.font-size-7 {
    font-size: 30px;
}
h2 .font-size-8,
h2.font-size-8 {
    font-size: 32px;
}
h2 .font-size-9,
h2.font-size-9 {
    font-size: 34px;
}
h2 .line-height-1,
h2.line-height-1 {
    line-height: 1.2;
}
h2 .line-height-2,
h2.line-height-2 {
    line-height: 1.3;
}
h2 .line-height-3,
h2.line-height-3 {
    line-height: 1.4;
}
h2 .line-height-4,
h2.line-height-4 {
    line-height: 1.5;
}
h2 .line-height-5,
h2.line-height-5 {
    line-height: 1.6;
}
h2 .line-height-6,
h2.line-height-6 {
    line-height: 1.7;
}
h2 .line-height-7,
h2.line-height-7 {
    line-height: 1.8;
}






.text {
    font-size: 20px;
    line-height: 39px;
    padding-top: 120px;
    padding-bottom: 20;
    color: #6C6C6C;
    overflow: hidden;
    -webkit-transition: padding .25s ease-in-out;
       -moz-transition: padding .25s ease-in-out;
         -o-transition: padding .25s ease-in-out;
            transition: padding .25s ease-in-out;
}
.text .container {
    max-width: 734px;
    margin: 0 auto;
    width: 83.333333%;
    position: relative;
    z-index: 1;
}
.text h1 {
    margin-top: 92px;
    font-weight: 600;
    letter-spacing: -1.78px;
    text-align: center;
    color: #424242;
    margin-bottom: 20px;
}
.text h1:first-of-type {
    margin-top: 0;
}
.text h2 {
    text-align: center;
    letter-spacing: 2px;
    color: #424242;
    margin-top:40px;
    margin-bottom:20px;
    text-transform: uppercase;
    font-weight: 600;
}
.text .hero {
    font-weight: 200;
    text-align: center;
    color: #6C6C6C;
}
.text p + p,
.text .paragraph + .paragraph {
    margin-top: 20px;
}

.text p:not(.hero):last-child,
.text .paragraph:not(.hero-holder):last-child {
    margin-bottom: 8px;
}

.text h1 + p:not(.hero),
.text .heading + .paragraph:not(.hero-holder) {
    margin-top:47px;
}
.text p.hero + p:not(.hero),
.text .paragraph.hero-holder + .paragraph:not(.hero-holder) {
    padding-top: 18px;
}

.text .button {
    background: #11A1EC;
    padding: 8px 40px;
    border: none;
    border-radius: 30px;
    outline: none;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;

    -webkit-transition:0.35s;
    -moz-transition:0.35s;
    -o-transition:0.35s;
    transition:0.35s;
}
.text .link {
    display: inline-block;
    vertical-align: top;
    color: #11A1EC;
    border-bottom: 1px solid rgba(255,255,255,0);
    -webkit-transition: border-color 0.5s, color 0.5s, background-color 0.5s;
    -moz-transition: border-color 0.5s, color 0.5s, background-color 0.5s;
    -o-transition: border-color 0.5s, color 0.5s, background-color 0.5s;
    transition: border-color 0.5s, color 0.5s, background-color 0.5s;
}
.text .link:hover {
    border-bottom: 1px solid #11a1ec;
}
.text .link span {
    display: block;
}

.text .button:hover {
    opacity:0.9;
}

@media screen and (max-width: 568px) {
    .text h1 {
        margin-top: 56px;
        margin-bottom: 10px;
    }
    .text h2 {
        font-size: 18px;
        line-height: 39px;
        margin-top: 24px;
        margin-bottom:8px;
    }
    .text p + p,
    .text .paragraph + .paragraph {
        margin-top: 18px;
    }


    .text .hero {
        font-size: 27px;
        line-height: 35px;
        margin-top: 22px;
    }

    .text p.hero + p:not(.hero),
    .text .paragraph.hero-holder + .paragraph:not(.hero-holder) {
        padding-top: 3px;
    }

    .text h1 + p:not(.hero),
    .text .heading + .paragraph:not(.hero-holder) {
        margin-top: 24px;
    }

    .text p:not(.hero):last-child,
    .text .paragraph:not(.hero-holder):last-child {
        margin-bottom: 0px;
    }
}

.text h2 .font-size-1,
.text h2.font-size-1 {
    font-size: 15px;
}
.text h2 .font-size-2,
.text h2.font-size-2 {
    font-size: 16px;
}
.text h2 .font-size-3,
.text h2.font-size-3 {
    font-size: 17px;
}
.text h2 .font-size-4,
.text h2.font-size-4 {
    font-size: 18px;
}
.text h2 .font-size-5,
.text h2.font-size-5 {
    font-size: 19px;
}
.text h2 .font-size-6,
.text h2.font-size-6 {
    font-size: 20px;
}
.text h2 .font-size-7,
.text h2.font-size-7 {
    font-size: 21px;
}
.text h2 .font-size-8,
.text h2.font-size-8 {
    font-size: 22px;
}
.text h2 .font-size-9,
.text h2.font-size-9 {
    font-size: 23px;
}
.text h2 .line-height-1,
.text h2.line-height-1 {
    line-height: 1.87;
}
.text h2 .line-height-2,
.text h2.line-height-2 {
    line-height: 1.97;
}
.text h2 .line-height-3,
.text h2.line-height-3 {
    line-height: 2.07;
}
.text h2 .line-height-4,
.text h2.line-height-4 {
    line-height: 2.17;
}
.text h2 .line-height-5,
.text h2.line-height-5 {
    line-height: 2.27;
}
.text h2 .line-height-6,
.text h2.line-height-6 {
    line-height: 2.37;
}
.text h2 .line-height-7,
.text h2.line-height-7 {
    line-height: 2.47;
}

.text .paragraph:not(:first-child) p .font-size-1,
.text .paragraph:not(:first-child) p.font-size-1 {
    font-size: 24px;
}
.text .paragraph:not(:first-child) p .font-size-2,
.text .paragraph:not(:first-child) p.font-size-2 {
    font-size: 26px;
}
.text .paragraph:not(:first-child) p .font-size-3,
.text .paragraph:not(:first-child) p.font-size-3 {
    font-size: 28px;
}
.text .paragraph:not(:first-child) p .font-size-4,
.text .paragraph:not(:first-child) p.font-size-4 {
    font-size: 30px;
}
.text .paragraph:not(:first-child) p .font-size-5,
.text .paragraph:not(:first-child) p.font-size-5 {
    font-size: 32px;
}
.text .paragraph:not(:first-child) p .font-size-6,
.text .paragraph:not(:first-child) p.font-size-6 {
    font-size: 34px;
}
.text .paragraph:not(:first-child) p .font-size-7,
.text .paragraph:not(:first-child) p.font-size-7 {
    font-size: 36px;
}
.text .paragraph:not(:first-child) p .font-size-8,
.text .paragraph:not(:first-child) p.font-size-8 {
    font-size: 38px;
}
.text .paragraph:not(:first-child) p .font-size-9,
.text .paragraph:not(:first-child) p.font-size-9 {
    font-size: 40px;
}
.text .paragraph:not(:first-child) p {
    margin-bottom: 0 !important;
}

/* PADDINGS start */
.text.top-padding-0 {
    padding-top: 0;
}
.text.top-padding-1 {
    padding-top: 10px;
}
.text.top-padding-2 {
    padding-top: 20px;
}
.text.top-padding-3 {
    padding-top: 30px;
}
.text.top-padding-4 {
    padding-top: 40px;
}
.text.top-padding-5 {
    padding-top: 50px;
}
.text.top-padding-6 {
    padding-top: 60px;
}
.text.top-padding-7 {
    padding-top: 70px;
}
.text.top-padding-8 {
    padding-top: 80px;
}
.text.top-padding-9 {
    padding-top: 90px;
}
.text.top-padding-10 {
    padding-top: 100px;
}
.text.top-padding-11 {
    padding-top: 110px;
}
.text.top-padding-12 {
    padding-top: 120px;
}

.text.bottom-padding-0 {
    padding-bottom: 0;
}
.text.bottom-padding-1 {
    padding-bottom: 10px;
}
.text.bottom-padding-2 {
    padding-bottom: 20px;
}
.text.bottom-padding-3 {
    padding-bottom: 30px;
}
.text.bottom-padding-4 {
    padding-bottom: 40px;
}
.text.bottom-padding-5 {
    padding-bottom: 50px;
}
.text.bottom-padding-6 {
    padding-bottom: 60px;
}
.text.bottom-padding-7 {
    padding-bottom: 70px;
}
.text.bottom-padding-8 {
    padding-bottom: 80px;
}
.text.bottom-padding-9 {
    padding-bottom: 90px;
}
.text.bottom-padding-10 {
    padding-bottom: 100px;
}
.text.bottom-padding-11 {
    padding-bottom: 110px;
}
.text.bottom-padding-12 {
    padding-bottom: 120px;
}
@media screen and (max-width: 568px) {
    .text.top-padding-0 {
        padding-top: 0;
    }
    .text.top-padding-1 {
        padding-top: 9px;
    }
    .text.top-padding-2 {
        padding-top: 18px;
    }
    .text.top-padding-3 {
        padding-top: 27px;
    }
    .text.top-padding-4 {
        padding-top: 36px;
    }
    .text.top-padding-5 {
        padding-top: 45px;
    }
    .text.top-padding-6 {
        padding-top: 54px;
    }
    .text.top-padding-7 {
        padding-top: 63px;
    }
    .text.top-padding-8 {
        padding-top: 72px;
    }
    .text.top-padding-9 {
        padding-top: 81px;
    }
    .text.top-padding-10 {
        padding-top: 90px;
    }
    .text.top-padding-11 {
        padding-top: 99px;
    }
    .text.top-padding-12 {
        padding-top: 108px;
    }

    .text.bottom-padding-0 {
        padding-bottom: 0;
    }
    .text.bottom-padding-1 {
        padding-bottom: 9px;
    }
    .text.bottom-padding-2 {
        padding-bottom: 18px;
    }
    .text.bottom-padding-3 {
        padding-bottom: 27px;
    }
    .text.bottom-padding-4 {
        padding-bottom: 36px;
    }
    .text.bottom-padding-5 {
        padding-bottom: 45px;
    }
    .text.bottom-padding-6 {
        padding-bottom: 54px;
    }
    .text.bottom-padding-7 {
        padding-bottom: 63px;
    }
    .text.bottom-padding-8 {
        padding-bottom: 72px;
    }
    .text.bottom-padding-9 {
        padding-bottom: 81px;
    }
    .text.bottom-padding-10 {
        padding-bottom: 90px;
    }
    .text.bottom-padding-11 {
        padding-bottom: 99px;
    }
    .text.bottom-padding-12 {
        padding-bottom: 108px;
    }
}
/* PADDINGS end */


.footer {
    padding-top: 120px;
    padding-bottom: 0;
    -webkit-transition: padding .25s ease-in-out;
       -moz-transition: padding .25s ease-in-out;
         -o-transition: padding .25s ease-in-out;
            transition: padding .25s ease-in-out;
}

.footer.without-text-editing {
    text-align: center;
}

.footer .container {
    border-top:1px solid rgba(151,151,151,0.2);
    padding:25px;
    font-size:18px;
    line-height:29px;
    color:rgba(108,108,108,0.7);
    position: relative;
}

.footer .items li {
    display: inline-block;
    margin: 0 11px;
}

.footer.logo .container {
    line-height:0;  
}
.footer .container a.brand {
    border: none;
}

@media screen and (max-width: 568px) {
    .footer {
        padding-top:72px;
    }
}
[class*=footer4] .container, [class*=footer5] .container, [class*=footer6] .container {
    border-top: none !important;
}
.footer .font-size-1 {
    font-size: 15px;
}
.footer .font-size-2 {
    font-size: 16px;
}
.footer .font-size-3 {
    font-size: 17px;
}
.footer .font-size-4 {
    font-size: 18px;
}
.footer .font-size-5 {
    font-size: 19px;
}
.footer .font-size-6 {
    font-size: 20px;
}
.footer .font-size-7 {
    font-size: 21px;
}
.footer .line-height-1 {
    line-height: 1.31;
}
.footer .line-height-2 {
    line-height: 1.41;
}
.footer .line-height-3 {
    line-height: 1.51;
}
.footer .line-height-4 {
    line-height: 1.61;
}
.footer .line-height-5 {
    line-height: 1.71;
}
.footer .line-height-6 {
    line-height: 1.81;
}
.footer .line-height-7 {
    line-height: 1.91;
}
/* PADDINGS start */
.footer.top-padding-0 {
    padding-top: 0;
}
.footer.top-padding-1 {
    padding-top: 10px;
}
.footer.top-padding-2 {
    padding-top: 20px;
}
.footer.top-padding-3 {
    padding-top: 30px;
}
.footer.top-padding-4 {
    padding-top: 40px;
}
.footer.top-padding-5 {
    padding-top: 50px;
}
.footer.top-padding-6 {
    padding-top: 60px;
}
.footer.top-padding-7 {
    padding-top: 70px;
}
.footer.top-padding-8 {
    padding-top: 80px;
}
.footer.top-padding-9 {
    padding-top: 90px;
}
.footer.top-padding-10 {
    padding-top: 100px;
}
.footer.top-padding-11 {
    padding-top: 110px;
}
.footer.top-padding-12 {
    padding-top: 120px;
}

.footer.bottom-padding-0 {
    padding-bottom: 0;
}
.footer.bottom-padding-1 {
    padding-bottom: 10px;
}
.footer.bottom-padding-2 {
    padding-bottom: 20px;
}
.footer.bottom-padding-3 {
    padding-bottom: 30px;
}
.footer.bottom-padding-4 {
    padding-bottom: 40px;
}
.footer.bottom-padding-5 {
    padding-bottom: 50px;
}
.footer.bottom-padding-6 {
    padding-bottom: 60px;
}
.footer.bottom-padding-7 {
    padding-bottom: 70px;
}
.footer.bottom-padding-8 {
    padding-bottom: 80px;
}
.footer.bottom-padding-9 {
    padding-bottom: 90px;
}
.footer.bottom-padding-10 {
    padding-bottom: 100px;
}
.footer.bottom-padding-11 {
    padding-bottom: 110px;
}
.footer.bottom-padding-12 {
    padding-bottom: 120px;
}
@media screen and (max-width: 568px) {
    .footer.top-padding-0 {
        padding-top: 0;
    }
    .footer.top-padding-1 {
        padding-top: 9px;
    }
    .footer.top-padding-2 {
        padding-top: 18px;
    }
    .footer.top-padding-3 {
        padding-top: 27px;
    }
    .footer.top-padding-4 {
        padding-top: 36px;
    }
    .footer.top-padding-5 {
        padding-top: 45px;
    }
    .footer.top-padding-6 {
        padding-top: 54px;
    }
    .footer.top-padding-7 {
        padding-top: 63px;
    }
    .footer.top-padding-8 {
        padding-top: 72px;
    }
    .footer.top-padding-9 {
        padding-top: 81px;
    }
    .footer.top-padding-10 {
        padding-top: 90px;
    }
    .footer.top-padding-11 {
        padding-top: 99px;
    }
    .footer.top-padding-12 {
        padding-top: 108px;
    }

    .footer.bottom-padding-0 {
        padding-bottom: 0;
    }
    .footer.bottom-padding-1 {
        padding-bottom: 9px;
    }
    .footer.bottom-padding-2 {
        padding-bottom: 18px;
    }
    .footer.bottom-padding-3 {
        padding-bottom: 27px;
    }
    .footer.bottom-padding-4 {
        padding-bottom: 36px;
    }
    .footer.bottom-padding-5 {
        padding-bottom: 45px;
    }
    .footer.bottom-padding-6 {
        padding-bottom: 54px;
    }
    .footer.bottom-padding-7 {
        padding-bottom: 63px;
    }
    .footer.bottom-padding-8 {
        padding-bottom: 72px;
    }
    .footer.bottom-padding-9 {
        padding-bottom: 81px;
    }
    .footer.bottom-padding-10 {
        padding-bottom: 90px;
    }
    .footer.bottom-padding-11 {
        padding-bottom: 99px;
    }
    .footer.bottom-padding-12 {
        padding-bottom: 108px;
    }
}
/* PADDINGS end */