html {
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Nunito Sans', Arial, Tahoma;
    color: #2e2b2c;
    font-size: 19px;
    font-weight: normal;
    line-height: 28px;
    background-color: #fff;
}

sup {
    vertical-align: top;
    position: relative;
    top: -0.2em;
}

.sup-8 {
    font-size: 8px;
    line-height: 18px;
}

.sup-9 {
    font-size: 11px;
    line-height: 20px;
    top: 2px;
}


.sup-10 {
    font-size: 10px;
    line-height: 19px;
}

.sup-11 {
    font-size: 13px;
    line-height: 20px;
    top: 0;
}

.sup-12 {
    font-size: 12px;
    line-height: 12px;
    top: -0.1em;
}

.sup-18 {
    font-size: 18px;
    line-height: 26px;
    top: 2px;
}

.mobile, .mobile-small-header {
    display: none
}

.noDesktop {
    display: none
}

body strong,
body b {
    font-weight: 700
}

a {
    color: #003c15;
    text-decoration: none;
    outline: 0px;
}

a:hover {
    color: #000;
}

a img {
    border: 0px;
}

p {
    margin: 0 0 15px;
}

.clearfix {
    width: 100%;
    display: block;
    float: left;
    height: 20px;
}

h1 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 30px 0;
    padding: 0;
}

h1 span {
    font-weight: 400;
}

.content-center h1 {
    margin: 55px 0 30px;
}

h2 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 30px;
    font-weight: 800;
    line-height: 45px;
    margin: 0 0 7px 0;
    padding: 0;
}

h3 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin: 0 0 35px 0;
    padding: 0;
}

.bordered {
    color: #007dab;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.4;
    float: none;
    border-bottom: 2px solid #a4cbe6;
    padding: 0 0 18px;
    margin: 0 auto 20px;
    display: inline-block;
}

h4 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin: 30px 0 20px 0;
    padding: 0;
}

h5 {
    color: #1a345b;
    font-family: 'Nunito Sans', Arial, Tahoma, Tahoma;
    font-size: 25px;
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 33px;
    margin: 0 0 10px 0;
    padding: 0;
}



/****** CONTENT GRID CSS *******/


/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 3% 4%;
}

.row {
    margin: 30px 0;
    float: left;

}

.col:first-child,
.col.first {
    margin-left: 0;
}

.col.right {
    float: right
}

.col.pull-right {
    text-align: right
}

.col.pull-center {
    text-align: center
}

.lnd-box .col {
    margin-bottom: 0
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
    margin: 0 0 3% 0;
}

.span_11_of_12 {
    width: 91.33%;
}

.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 48%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.group .first {
    margin-left: 0;
}

.group .last {
    margin-right: 0;
}

.group .right {
    float: right;
}

.col img {
    max-width: 100%;
    height: auto
}



/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}

.centerRow {
    text-align: center;
    margin: 40px 0 0;
}

.lnd-more {
    border: 0;
    padding: 16px 32px 14px;
    background-color: #ffab1c;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-family: "Nunito Sans";
}

.lnd-more:hover {
    background-color: #007dab;
    color: #fff;
}

/****** END OF CONTENT GRID CSS *******/

.lnd-wrapper {
    width: 100%;
    overflow: hidden
}

.lnd-box {
    width: 1170px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.lnd-blue-box {
    background: #10a4de;
    display: flex;
    color: #fff;
    padding: 25px 45px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 10px;
    align-items: center;
}

.lnd-blue-box p {
    margin: 0;
}

.lnd-blue-box p span {
    font-weight: 400;
}

.lnd-blue-box span.lnd-special {
    font-weight: 800;
    background: #0d2445;
    padding: 0 10px;
}

.lnd-blue-box .lnd-more {
    background: #fff;
    color: #092450; 
}

.lnd-blue-box .lnd-more span {
    margin-left: 14px;
    display: inline-block;
    float: right;
    margin-top: -2px;
}

.lnd-blue-box .lnd-more:hover {
    background: #092450;
    color: #fff; 
}

.lnd-blue-box-center {
    background: #10a4de;
    color: #fff;
    padding: 20px 0 18px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: center
}

.lnd-text-box {
    
    font-size: 19px;
    line-height: 29px;
}

.lnd-text-box h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
}

.lnd-text-box p {
    margin: 0;
}

#lnd-02 {
    background: #cad9db url('https://optiland.pl/upload/oasys_max/img/max-01.jpg') no-repeat;
    color: #0d0f10;
    margin-bottom: 30px;
    padding: 25px 55px 30px 420px;
}

#lnd-03 {
    display: flex;
    background: #fff;
}

#lnd-03 img {
    display: block;
}

.lnd-text-box .lnd-text-box-desc {
    padding: 50px 35px 0 50px;
}

.lnd-feature-row {
    background: #f7f8f8;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.lnd-feature-row .lnd-feature-icon {
    border-right: 10px solid #fff;
}

.lnd-feature-row .lnd-feature-icon img {
    display: block
}


.lnd-feature-row .lnd-feature-desc {
    font-size: 19px;
    line-height: 29px;
    padding: 0 50px 0 35px;
}

.lnd-testimonials {
    display: flex;
    margin-top: 43px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 55px;
}

.lnd-testimonials .lnd-testimonial-desc {
    border: 1px solid #11b7d0;
    border-radius: 35px;
    margin: 26px auto 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #11b7d0;
    font-weight: 400;
    padding: 42px 0 0 0;
    height: 200px;
    width: 93%;
}

.lnd-testimonials .lnd-testimonial-desc.lnd-tall {
    height: 310px
}

.lnd-testimonials .lnd-testimonial-desc .lnd-testimonial-icon {
    position: absolute;
    top: -27px;
    left: 0;
    background: #f7f8f8 url('https://optiland.pl/upload/oasys_max/img/icon-user.png') no-repeat;
    font-size: 25px;
    padding: 0 15px 0 75px;
    height: 55px;
    line-height: 55px;
}

.lnd-testimonials-info {
    padding: 25px 0 20px;
    text-align: center;
    color: #11b7d0;
    font-size: 16px;
}

#lnd-04 {
    background: #cad9db url('https://optiland.pl/upload/oasys_max/img/max-08.jpg') no-repeat;
    color: #0d0f10;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 55px 0 55px 55px;
}

#lnd-04 .lnd-more {
    margin-top: 25px;
    background: #95328c;
}

#lnd-04 .lnd-more:hover {
    background: #1a345b;
}

#lnd-04 .lnd-more span {
    margin-left: 14px;
    display: inline-block;
    float: right;
    margin-top: -2px;
}

#lnd-05 {
    background: #cad9db url('https://optiland.pl/upload/oasys_max/img/max-09.jpg') no-repeat;
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 36px;
    padding: 60px 0 60px 55px;
}

.lnd-grey {
    background: #f7f8f8
}

.lnd-navy {
    background: #1a345b;
    padding: 9px 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.lnd-navy p {
    margin: 0;
}

.lnd-credits {
    padding: 30px 0;
    font-size: 11px;
    line-height: 15px;
    background: #f4f4f4;
}

.lnd-credits .sup-8 {
    font-size: 8px;
    line-height: 11px;
}