/*   
	Theme Name:        ICDS-LANDINGS
	Theme URI:         https://icds-group.com/
	Description:       A simple basic theme template for WordPress.
	Author:            Chris Coyier and Jeff Starr
	Author URI:        https://icds-group.com/
	Donate link:       https://icds-group.com/
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.5
	Tested up to:      4.7
	License:           GNU General Public License v3 or later
	License URI:       http://www.gnu.org/licenses/gpl-3.0.html
	Tags:              one-column, two-columns, right-sidebar
	Text Domain:       blank-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');

body,
html {
    width: 100%;
    max-width: 1920px;
    min-width: 360px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #012046;
    background: #fff;
    font-weight: 400;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

b, strong {
    font-weight: 500;
}

.wrapper {
    overflow: hidden;
}

.title-cursive {
    font-family: 'Rubik Moonrocks', cursive;
}

.text-regular {
    font-weight: 400;
}

.text-light {
    font-weight: 300;
}

.text-italic {
    font-style: italic;
}

.strikethrough-text {
    text-decoration: line-through;
} 

.text-underline {
    text-decoration: underline;
}

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

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

.text-right {
    text-align: right;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.text-orange {
    color: #ffc400;
}

.text-red {
    color: #c70000;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text-uppercase {
    text-transform: uppercase;
}

.line {
    width: 100%;
    height: 1px;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.line.gray {
    background: #ccc;
}

.list {
    list-style: none;
}

.list li {
    position: relative;
    padding-left: 32px;
    font-size: 18px;
}

.list li strong {
    font-size: 20px;
} 

.list li:before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffc400;
}

.list.chevrons-style li:before {
    content: '\f054';
}

a {
    color: #ffc400;
    font-size: 18px;
    text-decoration: underline;
}

a:hover {
    color: #ffc400;
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 0 15px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
}

.btn.btn-lg {
    width: 336px;
    height: 74px;
    line-height: 72px;
    font-size: 22px;
}

.btn.btn-orange {
    background: #ffc400;
    border-color: #e3ae00;
    color: #012046;
}

.btn.btn-orange:hover {
    background: #f7c111;
}

.btn.btn-blue {
    background: #080339;
    border-color: #080339;
    color: #fff;
}

.btn.btn-blue:hover {
    background: #140a73;
}

.btn.btn-purple {
    background: #641b7b;
    border-color: #2e0a3a;
    color: #fff;
}

.btn.btn-purple:hover {
    background: #8724a5;
}

.owl-nav>button {
    font-size: 36px;
    color: #ffc400;
    position: absolute;
    top: 50%;
    margin-top: -21.5px;
    background-color: transparent;
    border: none;
    z-index: 10;
    transition: .3s;
    cursor: pointer;
    outline: none;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    cursor: default !important;
    opacity: 0.2;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel.height-100 .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel.height-100 .owl-item {
    float: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

/* Modal */
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .4
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 32px;
    border-bottom: 1px solid #e9e9e9;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 22px;
    margin: -17px -22px -22px auto
}

.modal-title {
    font-size: 22px;
    color: #666666;
    font-weight: normal;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-dialog {
    position: relative;
    top: 10vh;
    margin: 30px auto 0;
}

.wpcf7-spinner {
    display: block;
    margin: 15px auto;
}

.section-1 {
    padding-bottom: 46px;
}

.es-photo {
    position: relative;
    left: -155px;
    width: 463px;
    height: 770px;
    background: url(images/bg-header.png) no-repeat;
}

.es-photo .photo-circle {
    position: absolute;
    top: 67px; 
    left: 160px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.es-photo .photo-circle img {
    position: relative;
    top: -21px;
    left: 6px;
}

.main-secction-inner {
    padding-top: 118px;
}

.main-secction-inner .page-title {
    font-family: "Rubik Mono One", monospace;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffc400;
}

.main-secction-inner .page-title span {
    font-size: 26px;
    color: #012046;
}

.main-secction-inner .page-description {
    margin: 16px 0 113px;
}

.main-secction-inner .list-wrapper {
    padding: 0 40px 0 96px;
}

.main-secction-inner .sub-title {
    font-family: "Rubik Mono One", monospace;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffc400;
    margin-bottom: 36px;
}

.main-secction-inner .list li {
    margin-bottom: 22px;
}

.main-secction-inner .list li:last-child {
    margin-bottom: 0;
}

.main-secction-inner .list {
    margin-bottom: 46px;
}

.main-secction-inner .buttons-wrapper {
    margin-top: 55px;
}

.section-2-wrapper {
    position: relative;
    padding: 190px 0 178px;
}

.section-2-wrapper::after, .section-2-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section-2-wrapper::before {
    top: 0;
    width: 1919px;
    height: 859px;
    background: url(images/main-block-bg-top.png) no-repeat;
}

.section-2-wrapper::after {
    bottom: 0;
    width: 1720px;
    height: 612px;
    background: url(images/main-block-bg-bottom.png) no-repeat;
}

.content-box-wrapper {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
}

.content-box {
    position: relative;
    background: #fff;
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.17);
    padding: 57px 96px 53px;
    z-index: 2;
}

.content-box .content-box-title {
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 45px;
}

.icon-list .icon-list-item {
    position: relative;
    padding-left: 95px;
    margin-bottom: 50px;
}

.icon-list .icon-list-item:last-child {
    margin-bottom: 0;
}

.icon-list .icon-list-item > i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    color: #ffc400;
    width: 75px;
    text-align: center;
}

.icon-list .icon-list-item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px;
}

.icon-list .icon-list-item .list {
    margin-top: 36px;
    line-height: 30px;
}

.section-3 {
    padding: 70px 0 0;
}

.section-3 .section-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.orange-title, .blue-title {
    font-family: "Rubik Mono One", monospace;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.orange-title {
    color: #ffc400;
}

.blue-title {
    color: #012046;
}

.blue-title.font-18 {
    font-size: 18px;
}

.section-3 .section-content .orange-title, .section-3 .section-content .blue-title {
    margin-bottom: 60px;
}

.section-3 .section-content strong {
    font-size: 20px;
}

.section-3 .content-box {
    padding: 40px 25px;
    text-align: center;
}

.icon {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.fire-icon {
    display: block;
    margin: 0 auto;
    width: 71px;
    height: 98px;
    background-image: url(images/fire.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icon.clock-icon {
    width: 111px;
    height: 98px;
    background-image: url(images/clock-icon.png);
}

.icon.letter-icon {
    width: 105px;
    height: 101px;
    background-image: url(images/mail-icon.png);
}

.icon.bag-icon {
    width: 78px;
    height: 94px;
    background-image: url(images/bag-icon.png);
}

.section-3 .content-box .fire-icon, .section-3 .content-box .icon {
    margin-bottom: 30px;
}

.section-3 .content-box .subtitle {
    font-size: 16px;
    margin-bottom: 38px;
}

.section-3 .content-box .text-light {
    margin: 24px 0 30px;
}

.section-3 .content-box .btn {
    min-width: 255px;
}

.section-3 .title-row {
    margin: 68px 0 65px;
}

.section-4 {
    position: relative;
    background: #f3f3f3;
    padding: 130px 0;
    overflow: hidden;
}

.section-4 .video-wrapper {
    position: relative;
    z-index: 2;
}

.section-4 .video-wrapper a {
    display: block;
    line-height: 0;
}

.section-4 .video-wrapper::before, .section-4 .video-wrapper::after {
    content: '';
    position: absolute;
    top: -130px;
    height: 770px;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-4 .video-wrapper::before {
    left: -405px;
    width: 421px;
    background-image: url(images/video-bg-1.png);
}

.section-4 .video-wrapper::after {
    right: -405px;
    width: 384px;
    background-image: url(images/video-bg-2.png);
}

.fancy-box-video {
    display: block;
    line-height: 0;
}

.video-wrapper img, .fancy-box-video img {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 0;
    z-index: 2;
}

.section-5 {
    padding: 67px 0 128px;
}

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

.numbers-list .numbers-list-item {
    position: relative;
    padding-left: 96px;
    min-height: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.numbers-list .numbers-list-item:last-child {
    margin-bottom: 0;
}

.numbers-list .numbers-list-item .number {
    color: #ffc400;
    font-weight: 900;
    font-size: 56px;
    line-height: 56px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.numbers-list .numbers-list-item h3 {
    font-size: 18px;
    font-weight: 500;
}

.numbers-list .numbers-list-item .numbers-list-content p {
    margin-top: 24px;
}

.section-5 .buttons-wrapper {
    text-align: center;
    margin-top: 66px;
}

.section-5 .buttons-wrapper .btn {
    margin-bottom: 15px;
}

.section-5 .buttons-wrapper .text-red i {
    margin-right: 8px;
}

/*Axelerator profiling*/

.landing2 header {
    padding-top: 40px;
}

header .logo {
    display: block;
    width: 264px;
    margin: 0 auto;
}

header .logo img {
    width: 100%;
    height: auto;
}

.landing2 .header-inner {
    position: relative;
    text-align: center;
    padding-bottom: 26px;
}

.landing2 .header-inner::before, .landing2 .header-inner::after {
    content: '';
    position: absolute;
    top: -40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing2 .header-inner::before {
    left: -405px;
    width: 597px;
    height: 659px;
    background-image: url(images/landing2/header-bg-1.png);
}

.landing2 .header-inner::after {
    right: -405px;
    width: 633px;
    height: 680px;
    background-image: url(images/landing2/header-bg-2.png);
}

.landing2 .header-inner > .row {
    position: relative;
    z-index: 2;
}

header .header-inner a {
    color: #012046;
}

header .header-inner .title {
    font-family: "Rubik Mono One", monospace;
    font-size: 48px;
    line-height: 48px;
    color: #ffc400;
    text-transform: uppercase;
}

.landing2 .header-inner .title {
    margin: 120px 0 30px;
}

.landing2 .header-inner .blue-title {
    margin: 43px 0 63px;
}

.landing2 .header-inner .blue-title.second {
    margin: 100px 0 30px;
}

.landing2 .header-inner .notice {
    font-size: 16px;
}

.landing2 .header-inner .btn {
    margin-bottom: 44px;
}

.landing2 .section-4 {
    background-image: url(images/landing2/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.landing2 .section-3 {
    padding: 108px 0 102px;
}

.landing2 .section-3 .quote-block {
    margin: 109px 0 70px;
}

.ld2-section-1 {
    padding: 132px 0;
    background-image: url(images/landing2/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-3.ld2-section-4 .content-box .orange-title, .section-3.ld2-section-5 .content-box .orange-title {
    margin-bottom: 38px;
}

.section-3.ld2-section-4 .title-row {
    margin: 103px 0 0;
}

.author-section {
    background-image: url(images/landing2/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 124px 0;
}

.author-section .author-block {
    background: #fff;
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.17);
}

.author-section .author-block .author-photo {
    position: relative;
    text-align: center;
    height: 100%;
    line-height: 0;
}

.author-section .author-block .author-photo img {
    position: absolute;
    left: 17px;
    bottom: 0;
}

.author-section .author-block .author-info {
    padding: 42px 50px;
    text-align: center;
}

.author-section .author-block .author-info a {
    color: #001843; 
}

.author-section .author-block .author-info .subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 32px;
}

.author-section .author-block .author-info h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500; 
}

.author-section .author-block .author-info .text-light {
    line-height: 26px;
}

.author-section .author-block .author-info .buttons-wrapper {
    margin-top: 20px;
}

.author-section .author-block .author-info .btn {
    width: 255px;
}

.author-section .author-block .author-info .quote-block {
    margin-top: 37px;
}

.ld2-section-2 {
    padding: 104px 0 94px;
}

.author-comment-wrapper {
    position: relative;
    padding-left: 113px;
}

.author-comment-wrapper .author-comment-image {
    position: absolute;
    top: 40px;
    left: 0;
    line-height: 0;
}

.author-comment-wrapper .author-comment-image img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.author-comment-wrapper .author-name {
    font-weight: 500;
    margin-bottom: 22px;
}

.author-comment-wrapper .author-comment-content {
    position: relative;
    background: #f5f5f5;
    padding: 35px 34px;
    border-radius: 4px;
}

.author-comment-wrapper .author-comment-content::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    color: #ffc400;
    position: absolute;
    top: -10px;
    left: -10px;
}

.author-comment-wrapper .author-comment {
    font-size: 16px;
}

.ld2-section-2 .author-comment-wrapper {
    margin-bottom: 100px;
}

.ld2-section-2 .subtitle {
    font-size: 20px;
    margin: 60px 0 24px;
}

.ld2-section-2 .icon-items {
    margin-top: 70px;
}

.ld2-section-2 .separator {
    margin: 86px 0 0;
}

.section-3.ld2-section-3 {
    padding-top: 0;
}

.section-3 .section-content .numbers-list {
    margin-bottom: 34px;
}

.section-3 .section-content .numbers-list .numbers-list-item {
    margin-bottom: 56px;
}

.ld2-section-4 {
    padding: 102px 0 0;
    text-align: center;
}

.ld2-section-4 .quote-block {
    margin-bottom: 50px;
}

.ld2-section-4 .separator {
    margin-top: 96px;
}

.section-3.ld2-section-5 {
    padding: 98px 0 102px;
}

.section-3.ld2-section-5 .list-wrapper {
    padding: 30px 0 0 30px;
}

.section-3.ld2-section-5 .list li {
    margin-bottom: 23px;
}

.section-3.ld2-section-5 .list li:last-child {
    margin-bottom: 0;
}

.ld2-section-6 {
    padding: 124px 0;
    background-image: url(images/landing2/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ld2-section-6 .quote-block {
    margin: 35px 0 37px;
}

.ld2-section-6 .buttons-wrapper, .ld2-section-7 .buttons-wrapper {
    margin-top: 34px;
}

.ld2-section-6 .buttons-wrapper .btn, .ld2-section-7 .buttons-wrapper .btn {
    width: 255px;
}

.ld2-section-7 {
    padding: 76px 0 130px;
    text-align: center;
}

.ld2-section-7 .separator {
    margin: 104px 0 100px;
}

.ld2-section-7 .orange-title {
    margin-bottom: 46px;
}

.ld2-section-7 .slider-wrapper {
    position: relative;
    margin: 55px 0 57px;
}

.ld2-section-7 .slider-wrapper::after, .ld2-section-7 .slider-wrapper::before {
    content: '';
    position: absolute;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.ld2-section-7 .slider-wrapper::before {
    left: -405px;
    width: 597px;
    height: 659px;
    background-image: url(images/landing2/header-bg-1.png);
}

.ld2-section-7 .slider-wrapper::after {
    right: -405px;
    width: 633px;
    height: 680px;
    background-image: url(images/landing2/header-bg-2.png);
}

.ld2-section-7 .get-chance-text {
    font-weight: 700;
    margin-bottom: 24px;
}

.ld2-section-7 .get-chance-text i {
    color: #ffc400;
    margin-right: 8px;
}

.ld2-section-7 .buttons-wrapper .btn.btn-lg {
    width: auto;
    margin-top: 20px;
}

.bonus-item {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 53px 22px 53px;
    text-align: center;
    height: 100%;
    background: #fff;
}

.bonus-item .bonus-number {
    font-size: 16px;
    margin-bottom: -5px;
}

.bonus-item .bonus-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    height: 112px;
    margin-bottom: 25px;
}

.bonus-item .bonus-description {
    font-size: 16px;
    line-height: 18px;
    min-height: 126px;
    font-style: italic;
    color: #ccc;
    margin-bottom: 30px;
}

.bonus-item .list {
    text-align: left;
}

.bonus-item .list li {
    font-size: 16px;
    margin-bottom: 25px;
}

.bonus-item .list li:last-child {
    margin-bottom: 0;
}

.font-16 {
    font-size: 16px;
}

.separator {
    max-width: 1113px;
    height: 14px;
    background-image: url(images/separator.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-items {
    margin-bottom: -60px;
}

.icon-items .icon-item {
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
}

.icon-items .icon-item i {
    font-size: 60px;
    color: #f5c308;
    margin-bottom: 45px;
}

.icon-items .icon-item h3 {
    font-size: 18px;
    font-weight: 500;
}

.icon-items .icon-item p {
    margin-top: 30px;
}

.quote-block {
    position: relative;
}

.quote-block.style-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    padding: 0 96px;
    font-size: 22px;
    line-height: 32px;
}

.quote-block.style-1::before,
.quote-block.style-1::after,
.quote-block.style-2::before,
.quote-block.style-2::after {
    content: '';
    position: absolute;
}

.quote-block.style-1::before,
.quote-block.style-1::after {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    color: #ffc400;
    font-size: 72px;
    line-height: 56px;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.quote-block.style-1::before {
    content: '\f100';
    left: 0;
}

.quote-block.style-1::after {
    content: '\f101';
    right: 0;
}

.quote-block.style-2 {
   padding: 22px;
   text-align: center;
}

.quote-block.style-2::before,
.quote-block.style-2::after {
    width: 81px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-block.style-2::before {
    background: url(images/quote-1.png) no-repeat;
    top: 0;
    left: 0;
}

.quote-block.style-2::after {
    background: url(images/quote-2.png) no-repeat;
    bottom: 0;
    right: 0;
}

.quote-block.style-3 {
    padding: 18px 40px 18px 95px;
    background: #fff3cc;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.quote-block.style-3 .quote-block-icon {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc400;
}

.z-index-2 {
    z-index: 2;
}

.landing3 header {
    text-align: center;
    padding-top: 100px;
    background-image: url(images/landing3/header-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.landing3 .header-inner .title {
    margin: 60px 0 30px;
}

.landing3 .header-inner .blue-title {
    margin: 37px 0 90px;
}

.landing3 .header-inner .quote-block {
    margin-bottom: 60px;
}

.ld3-section-1 {
    padding-bottom: 77px;
}

.ld3-section-1 .separator {
    margin: 74px 0;
}

.ld3-section-1 .orange-title {
    margin-bottom: 64px;
}

.ld3-section-1 .icon-items {
    margin-bottom: 22px;
}

.ld3-section-1 .notice i {
    color: #ffc400;
    margin-left: 4px;
}

.ld3-section-2 {
    padding: 124px 0;
    background-image: url(images/landing2/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ld3-section-2 .orange-title {
    margin-bottom: 7px;
}

.ld3-section-2 .subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 54px;
}

.ld3-section-2 .video-description {
    margin-top: 17px;
    color: #666;
    font-style: italic;
    text-align: center;
}

.ld3-section-2 .video-wrapper-2 {
    margin-top: 48px;
}

.ld3-section-3 {
    padding: 100px 0 270px;
    text-align: center;
    background-image: url(images/landing3/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.ld3-section-3 .orange-title {
    margin-bottom: 70px;
}

.ld3-section-3 .buttons-wrapper {
    margin: 74px 0 -30px;
    text-align: center;
}

.ld3-section-3 .buttons-wrapper .btn {
    width: 100%;
    margin-bottom: 30px;
}

.pre-funnel-page .main-secction-inner .page-title {
    line-height: 30px;
    margin-bottom: 115px;
}

.pre-funnel-page .main-secction-inner .page-title span {
    display: block;
    margin-top: 20px;
}

.font-20 {
    font-size: 20px;
}

.pre-funnel-page .section-2 .list {
    margin-top: 34px;
}

.pre-funnel-page .section-2 .list li {
    margin-bottom: 36px;
}

.pre-funnel-page .section-2 .list li:last-child {
    margin-bottom: 0;
}

.pre-funnel-page .section-3 .title-row .orange-title {
    margin-bottom: 20px;
}

.icon-items {
    margin-bottom: -40px;
}

.icon-items .icon-item {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
}

.icon-items .icon-item > i {
    font-size: 60px;
    color: #f5c308;
    margin-bottom: 44px;
}

.icon-items .icon-item .title {
    font-size: 18px;
    font-weight: 500;
}

.icon-items .icon-item .description {
    margin-top: 28px;
}

.pre-funnel-page {
    padding-bottom: 100px;
}

.pre-funnel-page .section-4 .blue-title {
    margin-top: 78px;
}

.pre-funnel-page .section-3 .quote-block {
    margin-bottom: 70px;
}

.pre-funnel-page .section-3 .section-text {
    margin-bottom: 78px;
} 

@media screen and (max-width:1199px) {
    .ld3-section-3 .buttons-wrapper .btn {
        max-width: 350px;
    }
}

@media screen and (max-width:991px) {
    body, html, a {
        font-size: 16px;
    }

    .es-photo {
        left: -105px;
        width: 334px;
        height: 555px;
        background-size: cover;
    }

    .es-photo .photo-circle {
        top: 66px;
        left: 105px;
        width: 150px;
        height: 150px;
    }

    .es-photo .photo-circle img {
        width: 138px;
        height: auto;
        top: -15px;
        left: 5px;
    }

    .main-secction-inner {
        padding-top: 74px;
    }

    .main-secction-inner .page-title {
        font-size: 26px;
        line-height: 36px;
    }

    .main-secction-inner .page-title span {
        font-size: 20px;
    }

    .main-secction-inner .page-description {
        margin: 9px 0 50px;
    }

    .main-secction-inner .sub-title {
        font-size: 18px;
    }

    .main-secction-inner .list-wrapper {
        padding: 0 30px 0 60px;
    }

    .list li {
        font-size: 16px;
    }

    .main-secction-inner .list {
        margin-bottom: 26px;
    }

    .section-1 {
        padding-bottom: 28px;
    }

    .section-2-wrapper {
        padding: 120px 0;
    }

    .section-2-wrapper::before {
        width: 1193px;
        height: 534px;
        background-size: cover;
        background-position: top center;
    }

    .section-2-wrapper::after {
        width: 1068px;
        height: 380px;
        background-size: cover;
    }

    .content-box {
        padding: 47px 45px 43px;
    }

    .content-box .content-box-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 45px;
    }

    .icon-list .icon-list-item {
        padding-left: 75px;
        margin-bottom: 30px;
    }

    .icon-list .icon-list-item > i {
        font-size: 48px;
        width: 60px;
    }

    .icon-list .icon-list-item h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .section-2 .icon-list .icon-list-item .list {
        margin-top: 0;
    }

    .section-2 .icon-list .icon-list-item .row .col-lg-6:first-child .list {
        margin-top: 16px;
    }

    .section-3 {
        padding: 30px 0 0;
    }

    .orange-title, .blue-title {
        font-size: 22px;
        line-height: 28px;
    }

    .section-3 .section-content .orange-title, .section-3 .section-content .blue-title {
        margin-bottom: 50px;
    }

    .section-3 .section-content strong {
        font-size: 18px;
    }

    .content-box-wrapper {
        margin-top: 84px;
        height: inherit;
    }

    .section-3 .title-row {
        margin: 82px 0 53px;
    }

    .section-4 {
        padding: 65px 0;
    }

    .section-4 .video-wrapper::before, .section-4 .video-wrapper::after {
        top: -65px;
        height: 450px;
    }

    .section-4 .video-wrapper::before {
        left: -143px;
        width: 246px;
    }

    .section-4 .video-wrapper::after {
        right: -143px;
        width: 224px;
    }

    .section-5 .orange-title {
        margin-bottom: 48px;
    }

    .numbers-list .numbers-list-item {
        padding-left: 84px;
        min-height: 37px;
        margin-bottom: 45px;
    }
    
    .numbers-list .numbers-list-item .number {
        font-size: 48px;
        line-height: 48px;
    }
    
    .numbers-list .numbers-list-item h3 {
        font-size: 16px;
    }

    .landing2 .header-inner::before {
        top: -100px;
        left: -261px;
        width: 442px;
        height: 488px;
    }

    .landing2 .header-inner::after {
        top: 526px;
        right: -227px;
        width: 428px;
        height: 460px;
    }

    .landing2 header {
        padding-top: 100px;
    }

    header .logo {
        width: 209px;
    }

    header .header-inner .title {
        font-size: 28px;
        line-height: 36px;
    }

    .landing2 .header-inner .title {
        margin: 70px 0 30px;
    }

    .landing2 .header-inner p.text-1, .landing2 .header-inner p.text-1 a {
        font-size: 18px;
        line-height: 28px;
    }

    .landing2 .header-inner .blue-title {
        margin: 33px 0 73px;
    }

    .landing2 .header-inner .btn {
        margin-bottom: 14px;
    }

    .landing2 .header-inner .notice {
        padding: 0 65px;
    }

    .landing2 .header-inner .notice br {
        display: none;
    }

    .landing2 .header-inner .blue-title.second {
        margin: 180px 0 25px;
    }

    .landing2 .section-3 {
        padding: 54px 0 56px;
    }

    .landing2 .section-3 .quote-block {
        margin: 109px 0 70px;
    }

    .quote-block.style-1 {
        font-size: 20px;
        line-height: 28px;
    }

    .ld2-section-1 {
        padding: 60px 0;
    }

    .section-3 .section-3-row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .section-3.ld2-section-4 .title-row {
        margin: 83px 0 0;
    }

    .author-section {
        padding: 60px 0;
    }

    .author-section .author-block .author-info h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .author-section .author-block .author-info .subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .author-section .author-block .author-info .text-light {
        line-height: 24px;
    }

    .author-section .author-block .author-info .buttons-wrapper {
        margin-top: 42px;
    }

    .author-section .author-block .author-photo img {
        max-width: 302px;
    }

    .ld2-section-2 {
        padding: 60px 0 0;
    }

    .ld2-section-2 .author-comment-wrapper {
        margin-bottom: 85px;
    }

    .ld2-section-2 .subtitle {
        font-size: 18px;
        margin: 50px 0 24px;
    }

    .ld2-section-2 .separator {
        margin: 63px 0 0;
    }

    .icon-items .icon-item i {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .icon-items .icon-item p {
        margin-top: 20px;
    }

    .ld2-section-4 {
        padding: 50px 0 0;
    }

    .quote-block.style-1::before, .quote-block.style-1::after {
        margin-top: -23px;
        font-size: 60px;
        line-height: 46px;
    }

    .quote-block.style-1 {
        min-height: 46px;
        padding: 0 60px;
    }

    .ld2-section-4 .separator {
        margin-top: 55px;
    }

    .section-3.ld2-section-5 {
        padding-bottom: 60px;
    }

    .ld2-section-6 {
        padding: 60px 0;
    }

    .ld2-section-7 {
        padding: 52px 0 88px;
    }

    .ld2-section-7 .separator {
        margin: 60px 0 55px;
    }

    .quote-block.style-3 {
        padding: 18px 40px 18px 74px;
        font-size: 17px;
        line-height: 24px;
    }

    .quote-block.style-3 .quote-block-icon {
        font-size: 26px;
    }

    .ld2-section-7 .slider-wrapper::before {
        top: 150px;
        left: -261px;
        width: 442px;
        height: 488px;
    }

    .ld2-section-7 .slider-wrapper::after {
        top: 526px;
        right: -250px;
        width: 428px;
        height: 460px;
    }

    .landing3 header {
        padding-top: 70px;
    }

    .landing3 .header-inner .title {
        margin: 94px 0 30px;
    }

    .landing3 .header-inner .quote-block.style-1 {
        padding: 0 95px;
    }

    .landing3 .header-inner .quote-block.style-1 {
        padding: 0 95px;
    } 

    .ld3-section-1 .separator {
        margin: 52px 0;
    }

    .ld3-section-1 .orange-title {
        margin-bottom: 54px;
    }

    .ld3-section-1 .icon-items {
        margin-bottom: 12px;
    }

    .ld3-section-1 {
        padding-bottom: 54px;
    }

    .ld3-section-2 {
        padding: 90px 0;
    }

    .ld3-section-2 .subtitle {
        margin-bottom: 44px;
    }

    .ld3-section-3 {
        padding: 85px 0 140px;
    }

    .ld3-section-3 .orange-title {
        margin-bottom: 47px;
    }

    .ld3-section-3 .buttons-wrapper .btn {
        max-width: 284px;
        height: 58px;
        line-height: 56px;
        font-size: 18px;
    }

    .ld3-section-2 .video-1 {
        margin-bottom: 30px;
    }

    .pre-funnel-page .section-4 .video-wrapper::before, .pre-funnel-page .section-4 .video-wrapper::after {
        display: none;
    }

    .section-3 .content-box-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    
    .pre-funnel-page .section-3 .section-text {
        margin-bottom: 20px;
    }

    .section-3.block-2 .content-box-wrapper {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:767px) {
    .btn.btn-lg {
        width: 294px;
        height: 66px;
        line-height: 64px;
        font-size: 18px;
    }

    .es-photo {
        top: -53px;
        left: 50%;
        width: 555px;
        height: 334px;
        transform: translateX(-50%);
        margin-bottom: -76px;
        background: url(images/bg-header-vertical.png) no-repeat;
    }

    .es-photo .photo-circle {
        top: 76px;
        left: 50%;
        width: 150px;
        height: 150px;
        transform: translateX(-50%);
    }

    .main-secction-inner {
        padding-top: 0;
    }

    .main-secction-inner .page-title {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }

    .main-secction-inner .page-title span {
        font-size: 18px;
    }

    .main-secction-inner .page-description {
        text-align: center;
        margin: 9px 0 35px;
    }

    .main-secction-inner .list-wrapper {
        padding: 0;
    }

    .list li {
        text-align: left;
    }

    .list li strong {
        font-size: 16px;
    }

    .main-secction-inner .sub-title {
        margin-bottom: 24px;
    }

    .main-secction-inner .buttons-wrapper {
        margin-top: 33px;
        text-align: center;
    }

    .section-1 {
        padding-bottom: 0;
    }

    .section-2-wrapper {
        padding: 153px 0;
    }

    .content-box {
        padding: 35px 30px 33px;
    }

    .content-box .content-box-title {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .icon-list .icon-list-item {
        padding-left: 0;
        margin-bottom: 25px;
        text-align: center;
    }

    .icon-list .icon-list-item > i {
        font-size: 48px;
        width: 100%;
        position: relative;
        margin-bottom: 18px;
    }

    .icon-list .icon-list-item .list {
        line-height: 24px;
    }

    .orange-title, .blue-title {
        font-size: 19px;
    }

    .section-3 {
        padding: 0;
    }

    .section-3 .section-content strong {
        font-size: 17px;
    }

    .section-3 .section-content .orange-title, .section-3 .section-content .blue-title {
        margin-bottom: 30px;
    }

    .content-box-wrapper {
        margin-top: 45px;
        max-width: 440px;
        padding: 0;
    }

    .section-3 .content-box {
        padding: 30px 15px;
    }

    .fire-icon {
        width: 60px;
        height: 81px;
    }

    .section-3 .title-row {
        margin: 52px 0 33px;
    }

    .section-4 {
        padding: 60px 0;
    }

    .section-4 .video-wrapper::before, .section-4 .video-wrapper::after {
        top: -60px;
        height: calc(100% + 120px);
        background-size: cover;
    }

    .section-4 .video-wrapper::before {
        left: -120px;
        width: 176px;
    }

    .section-4 .video-wrapper::after {
        right: -120px;
        width: 161px;
    }

    .section-5 {
        padding: 54px 0 80px;
    }

    .section-5 .orange-title {
        margin-bottom: 30px;
    }

    .numbers-list .numbers-list-item .number {
        font-size: 36px;
        line-height: 36px;
    }

    .numbers-list .numbers-list-item {
        padding-left: 64px;
        min-height: 37px;
        margin-bottom: 25px;
    }

    .section-5 .buttons-wrapper {
        margin-top: 54px;
    }

    header .logo {
        width: 166px;
    }

    .landing2 .header-inner::before {
        top: -148px;
        left: -100px;
        width: 261px;
        height: 288px;
    }

    .landing2 .header-inner::after {
        top: 485px;
        right: -122px;
        width: 305px;
        height: 328px;
    }

    header .header-inner .title {
        font-size: 24px;
        line-height: 32px;
    }

    .landing2 .header-inner .title {
        margin: 50px 0 20px;
    }

    .landing2 .header-inner p.text-1, .landing2 .header-inner p.text-1 a {
        font-size: 16px;
        line-height: 24px;
    }

    .landing2 .header-inner .blue-title {
        margin: 25px 0 60px;
    }

    .landing2 .header-inner .notice {
        padding: 0 22px;
        font-size: 15px;
        line-height: 22px;
    }

    .landing2 .header-inner .blue-title.second {
        margin: 85px 0 15px;
    }

    .quote-block.style-1::before, .quote-block.style-1::after {
        margin-top: -19px;
        font-size: 48px;
        line-height: 38px;
    }

    .quote-block.style-1 {
        font-size: 18px;
        line-height: 24px;
    }

    .quote-block.style-1::before {
        left: 7px;
    }

    .quote-block.style-1::after {
        right: 7px;
    }

    .landing2 .section-3 .quote-block {
        margin: 66px 0 60px;
    }

    .author-section .author-block > .row {
        flex-direction: column-reverse;
    }

    .author-section .author-block .author-info {
        padding: 42px 30px;
    }

    .author-section .author-block .author-photo img {
        position: relative;
        left: 0;
        max-width: 300px;
    }

    .author-comment-wrapper {
        padding-left: 14px;
    }

    .landing2 .section-3 {
        padding: 44px 0 50px;
    }

    .ld2-section-1 {
        padding: 50px 0;
    }

    .author-section {
        padding: 50px 0;
    }

    .author-section .author-block .author-info h2 {
        font-size: 18px;
    }

    .author-section .author-block .author-info .subtitle {
        margin-bottom: 22px;
    }

    .ld2-section-2 {
        padding: 50px 0 0;
    }

    .author-comment-wrapper .author-comment-image {
        position: relative;
        top: 0;
        text-align: center;
        margin-bottom: 36px;
    }

    .ld2-section-2 .author-comment-wrapper {
        margin-bottom: 45px;
    }
    
    .ld2-section-2 .subtitle {
        margin: 33px 0 24px;
    }

    .ld2-section-2 .icon-items {
        margin-top: 46px;
    }

    .icon-items {
        margin-bottom: -40px;
    }

    .icon-items .icon-item {
        margin-bottom: 40px;
    }

    .ld2-section-2 .separator {
        margin: 43px 0 0;
    }

    .numbers-list .numbers-list-item .numbers-list-content p {
        margin-top: 10px;
    }

    .section-3 .section-content .numbers-list .numbers-list-item {
        margin-bottom: 40px;
    }

    .ld2-section-4 {
        padding: 40px 0 0;
    }

    .ld2-section-4 .quote-block {
        margin-bottom: 40px;
    }

    .icon.letter-icon {
        width: 90px;
        height: 87px;
    }

    .ld2-section-4 .separator {
        margin-top: 43px;
    }

    .ld2-section-6 {
        padding: 50px 0;
    }

    .quote-block.style-3 {
        padding: 15px 20px;
        font-size: 16px;
        text-align: center;
    }

    .quote-block.style-3 .quote-block-icon {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 12px;
    }

    .ld2-section-7 {
        padding: 42px 0 60px;
    }

    .ld2-section-7 .separator {
        margin: 50px 0 44px;
    }

    .ld2-section-7 .orange-title {
        margin-bottom: 33px;
    }

    .ld2-section-7 .slider-wrapper {
        margin: 45px 0 47px;
    }

    .ld2-section-7 .buttons-wrapper .btn.btn-lg {
        margin-top: 10px;
    }

    .bonus-item {
        padding: 33px 20px 33px;
        margin: 0 30px;
    }

    .bonus-item .bonus-title {
        font-size: 20px;
        line-height: 26px;
        height: 78px;
        margin-bottom: 20px;
    }

    .bonus-item .bonus-description {
        margin-bottom: 20px;
    }

    .bonus-item .list li {
        margin-bottom: 20px;
    }

    .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-nav .owl-next {
        right: 0;
    }

    .separator {
        height: 5px;
    }

    .landing3 header {
        padding-top: 50px;
    }

    .landing3 .header-inner .title {
        margin: 65px 0 25px;
    }

    .landing3 .header-inner .blue-title {
        margin: 30px 0 44px;
    }

    .landing3 .header-inner .quote-block.style-1 {
        padding: 0 56px;
    }

    .landing3 .header-inner .quote-block {
        margin-bottom: 40px;
    } 

    .ld3-section-1 {
        padding-bottom: 44px;
    }

    .ld3-section-1 .separator {
        margin: 42px 0;
    }

    .ld3-section-1 .orange-title {
        margin-bottom: 44px;
    }

    .ld3-section-1 .icon-items {
        margin-bottom: 0px;
    }

    .ld3-section-2 {
        padding: 60px 0;
    }

    .ld3-section-2 .subtitle {
        margin-bottom: 34px;
    }

    .ld3-section-2 .video-1 {
        margin-bottom: 44px;
    }

    .ld3-section-3 {
        padding: 43px 0 130px;
    }

    .ld3-section-3 .orange-title {
        margin-bottom: 37px;
    }

    .ld3-section-3 .buttons-wrapper {
        margin: 44px 0 -20px;
    }

    .ld3-section-3 .buttons-wrapper .btn {
        margin-bottom: 20px;
    }

    .ld3-section-2 .video-description {
        margin-top: 5px;
    }

    .ld3-section-2 .video-1 {
        margin-bottom: 20px;
    }

    .ld3-section-2 .video-wrapper-2 {
        margin-top: 30px;
    }

    .pre-funnel-page .main-secction-inner .page-title {
        line-height: 26px;
        margin-bottom: 40px;
    }

    .pre-funnel-page .section-3 .section-text {
        margin-bottom: 20px;
    }

    .section-3.block-2 {
        padding-top: 40px;
    }

    .section-3.block-2 .content-box-wrapper {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:556px) {    
    .section-4 .video-wrapper::before {
        left: -15px;
    }

    .section-4 .video-wrapper::after {
        right: -15px;
    }
}