@charset "utf-8";
/* need to add bootstrap matching class */
/*
@layout-max-w: 1680px;

@downSize-dsk-small: 0.75;
@downSize-tablet: 0.4;
@downSize-mobile: 0.4;


@mainContent_width: 1580px;

@maxW_padding: 30px;
*/
/*
// chart colors ======================

colors:


blue
#00bbce

pink
#de777d

orange
#f9a749

purple
#6a6eb3

green
#97cb59

brown
#a16d47


#51bf9d
#a970af
#f47a5c

*/
/*
.layoutPaddingL(){
    padding-left: @layout-padding-LR;

    @media @desktop-small{
        padding-left: @layout-padding-LR*@downSize-dsk-small;
    }
    @media @mobile{
        padding-left: @layout-padding-LR-m;
    }

}

.layoutPaddingR(){
    padding-right: @layout-padding-LR;

    @media @desktop-small{
        padding-right: @layout-padding-LR*@downSize-dsk-small;
    }
    @media @mobile{
        padding-right: @layout-padding-LR-m;
    }
}

.limitMaxW(){
    position: relative;

    max-width: @layout-max-w;
    margin: auto;
    .layoutPaddingL();
    .layoutPaddingR();

    height: 100%;
}

*/
/*
.flexCenterV_parent(){

    @media @desktop, @tablet{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.relativeCenterY(){
    position: relative;
    top: 50%;
    .translateY(-50%);
}

.relativeCenterY_dsktp(){
    position: relative;
    top: 50%;
    .translateY(-50%);

    @media @tablet, @mobile{
        top: 0;
        .translateY(0%);
    }
}
*/
/* ----------------------------- */
.section-layer-3 .heading2 {
  color: #10ACD8;
}
.heading2 {
  color: #10ACD8;
  text-align: center;
}
@media (max-width:  767px ) {
  .heading2 {
    text-align: left;
  }
}
.subheading {
  font-size: 22px;
}
@media (min-width:  1366px ) and (max-width:  1600px ) {
  .subheading {
    font-size: 22px;
  }
}
@media (min-width:  768px ) and (max-width:  1023px ), (min-width:  1024px ) and (max-width:  1365px ) {
  .subheading {
    font-size: 20px;
  }
}
@media (max-width:  767px ) {
  .subheading {
    font-size: 19px;
  }
}
.body-size-big {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
.round-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.round-bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.grid-box,
.column-box {
  border-radius: 5px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width:  767px ) {
  .grid-box,
  .column-box {
    padding: 20px 0;
  }
}
.grid-box .row,
.column-box .row {
  margin: 20px 0;
}
@media (max-width:  767px ) {
  .grid-box .heading2,
  .column-box .heading2 {
    padding: 0 20px;
  }
}
.grid-box .subheading,
.column-box .subheading {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.grid-box-icon,
.column-box-icon {
  margin: 0 0 10px;
}
.grid-box-icon img,
.column-box-icon img {
  display: block;
  margin: 0 auto;
  width: 52px;
  height: 52px;
}
@media (max-width:  767px ) {
  .grid-box-icon img,
  .column-box-icon img {
    display: inline-block;
    width: auto;
  }
}
.grid-box-title,
.column-box-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #10ACD8;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (max-width:  767px ) {
  .grid-box-title,
  .column-box-title {
    text-align: left;
  }
}
.grid-box-content,
.column-box-content {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width:  767px ) {
  .grid-box-content,
  .column-box-content {
    text-align: left;
  }
}
.grid-box .grid-box-item {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width:  767px ) {
  .grid-box .grid-box-item {
    text-align: left;
  }
}
.grid-box .grid-box-item + .grid-box-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 140px;
  background: rgba(204, 204, 204, 0.5);
}
@media (max-width:  767px ) {
  .grid-box .grid-box-item + .grid-box-item {
    border-left: none;
    margin-top: 20px;
  }
  .grid-box .grid-box-item + .grid-box-item::before {
    display: none;
  }
}
.column-box.width-border {
  padding-bottom: 10px;
  background: #FFFFFF;
}
@media (max-width:  767px ) {
  .column-box.width-border {
    padding-bottom: 5px;
  }
}
.column-box h4 {
  line-height: 1.8;
}
.column-box--color-panel {
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px calc(20px + 10px);
  position: relative;
  z-index: 0;
}
@media (max-width:  767px ) {
  .column-box--color-panel {
    margin-left: 5px;
    margin-right: 5px;
    padding: 30px 15px;
  }
}
.column-box--color-panel .panel-row {
  margin: 0 -10px;
}
@media (max-width:  767px ) {
  .column-box--color-panel .panel-row {
    margin: 0;
  }
}
.column-box--color-panel .col-md {
  padding: 0;
  align-items: stretch;
}
.column-box--color-panel .col-md + .col-md {
  padding-left: 15px;
}
@media (max-width:  767px ) {
  .column-box--color-panel .col-md + .col-md {
    padding-left: 0;
    margin-top: 20px;
  }
}
.column-box--color-panel.bg-line-blue {
  color: white;
}
.column-box--color-panel.bg-water {
  background-color: #e0fafb;
}
.column-box--color-panel .panel-box {
  padding: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.column-box--color-panel .panel-box:after {
  display: none;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0) rotate(90deg);
  width: 13px;
  height: 26px;
  margin-top: -8px;
}
@media (max-width:  767px ) {
  .column-box--color-panel .panel-box:after {
    display: block;
  }
}
.column-box--color-panel .panel-box[data-color=blue] .panel-box-title,
.column-box--color-panel .panel-box[data-color=blue] .panel-box-deco {
  background: #10ACD8;
}
.column-box--color-panel .panel-box[data-color=blue] .panel-box-title:after,
.column-box--color-panel .panel-box[data-color=blue] .panel-box-deco:after {
  background: url("../images/value-creation/arrow_blue.svg") no-repeat;
}
.column-box--color-panel .panel-box[data-color=blue]:after {
  background: url('../images/value-creation/arrow_blue.svg') no-repeat;
}
.column-box--color-panel .panel-box[data-color=red] .panel-box-title,
.column-box--color-panel .panel-box[data-color=red] .panel-box-deco {
  background: #DA4C5A;
}
.column-box--color-panel .panel-box[data-color=red] .panel-box-title:after,
.column-box--color-panel .panel-box[data-color=red] .panel-box-deco:after {
  background: url("../images/value-creation/arrow_red.svg") no-repeat;
}
.column-box--color-panel .panel-box[data-color=red]:after {
  background: url('../images/value-creation/arrow_red.svg') no-repeat;
}
.column-box--color-panel .panel-box[data-color=orange] .panel-box-title,
.column-box--color-panel .panel-box[data-color=orange] .panel-box-deco {
  background: #FAAC26;
}
.column-box--color-panel .panel-box[data-color=orange] .panel-box-title:after,
.column-box--color-panel .panel-box[data-color=orange] .panel-box-deco:after {
  background: url("../images/value-creation/arrow_yellow.svg") no-repeat;
}
.column-box--color-panel .panel-box[data-color=orange]:after {
  background: url("../images/value-creation/arrow_yellow.svg") no-repeat;
}
.column-box--color-panel .panel-box[data-color=purple] .panel-box-title,
.column-box--color-panel .panel-box[data-color=purple] .panel-box-deco {
  background: #7D6BB8;
}
.column-box--color-panel .panel-box[data-color=purple]:after {
  display: none;
}
.column-box--color-panel .panel-box-title {
  padding: 10px 10px calc(10px + 5px);
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: -5px;
  z-index: 0;
  overflow: visible;
}
.column-box--color-panel .panel-box-title:after {
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
  height: 26px;
}
@media (max-width:  767px ) {
  .column-box--color-panel .panel-box-title:after {
    display: none;
  }
}
.column-box--color-panel .panel-box-title .text {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.column-box--color-panel .panel-box-img {
  position: relative;
  z-index: 1;
}
.column-box--color-panel .panel-box-content {
  padding: 20px 10px;
  flex-grow: 1;
}
@media (max-width:  767px ) {
  .column-box--color-panel .panel-box-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.column-box--color-panel .panel-box-deco {
  width: 100%;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex-grow: 0;
  align-self: flex-end;
}
.column-box--color-panel .panel-box-deco:after {
  display: none;
}
@media (max-width:  767px ) {
  .column-box--color-panel .panel-box-deco {
    height: 5px;
  }
}
.top-overlap {
  margin-top: -10px;
  z-index: 1;
}
.bottom-overlap {
  margin-bottom: -10px;
  z-index: 1;
}
.with-deco {
  padding-bottom: 60px;
}
.width-border {
  border: 1px solid #10ACD8;
}
.with-big-arrow:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url('../../assets/images/value-creation/Rectangle_65.png');
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 80px;
  pointer-events: none;
}
@media (max-width:  767px ) {
  .with-big-arrow:after {
    width: 260px;
    height: 50px;
  }
}
.bg-line-green {
  background-image: url(../../assets/images/value-creation/green_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-line-blue {
  background: #10ACD8;
}
.list-circle {
  list-style: circle;
  margin-left: 20px;
}
@media (max-width:  767px ) {
  .list-circle.list-none-mb {
    list-style: none;
    margin-left: 0;
  }
}
.list-circle li {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  text-align: left;
}
.list-circle li + li {
  margin-top: 10px;
}
.list-img li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.list-img li + li {
  margin-top: 15px;
}
.list-img .list-icon {
  flex: 1 0 auto;
  max-width: 52px;
  width: 100%;
  line-height: 1;
  font-size: 0;
  margin-right: 15px;
}
.list-line {
  margin-left: 0;
}
.list-line li {
  position: relative;
  padding-left: 10px;
}
.list-line li:before {
  display: block;
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
.white-box {
  padding: 40px 10px;
  height: 100%;
  background-color: white;
  border-radius: 5px;
}
@media (max-width:  767px ) {
  .white-box {
    padding: 20px;
  }
}
.white-box .heading2 {
  padding: 0 20px;
}
@media (max-width:  767px ) {
  .white-box .heading2 {
    padding: 0;
  }
}
.white-box .color-box-row {
  margin: 20px 0;
}
@media (max-width:  767px ) {
  .white-box .color-box-row {
    margin: 10px 0;
  }
}
.white-box .color-box-row .color-box {
  background-color: #e0fafb;
  padding: 35px;
  font-size: 18px;
  position: relative;
  line-height: 1.8;
  z-index: 2;
}
@media (max-width:  767px ) {
  .white-box .color-box-row .color-box {
    margin: 0;
    padding: 20px;
  }
}
.white-box .color-box-row .color-box + .color-box {
  margin-top: 10px;
  background-color: #dcf9fa;
  z-index: 1;
}
@media (max-width:  767px ) {
  .white-box .color-box-row .color-box + .color-box {
    background-color: #e0fafb;
  }
}
.white-box .color-box-row .color-box.with-arrow:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background-image: url('../../assets/images/value-creation/arrow-double-blue.svg');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 100%;
}
@media (max-width:  767px ) {
  .white-box .color-box-row .color-box.with-arrow:after {
    background-image: url('../../assets/images/value-creation/arrow-lightblue.svg');
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-position: center top;
    width: 150px;
    height: 70px;
  }
}
.white-box .box-content {
  padding: 0 20px;
  line-height: 1.8;
}
@media (max-width:  767px ) {
  .white-box .box-content {
    padding: 0;
  }
}
.white-box .list-circle mark {
  background: none;
}
[data-color=blue].white-box .list-circle mark {
  color: #10ACD8;
}
[data-color=green].white-box .list-circle mark {
  color: #08C2A7;
}
.white-box .list-circle .label-box {
  display: inline-flex;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .white-box .list-circle .label-box {
    flex-direction: column;
  }
}
.white-box .list-circle .label-box .label {
  flex: 0 0 auto;
  font-weight: 700;
}
[data-color=blue].white-box .list-circle .label-box .label {
  color: #10acd8;
}
[data-color=green].white-box .list-circle .label-box .label {
  color: #72bf43;
}
.white-box .list-circle .label-box .text {
  flex: 1 0 1;
  padding-left: 5px;
  width: 100%;
}
@media (min-width:  768px ) and (max-width:  1023px ), (max-width:  767px ) {
  .white-box .list-circle .label-box .text {
    padding-left: 0;
  }
}
.mainContent_bg {
  max-width: 100%;
  width: auto;
  background: url('../images/value-creation/bg_creation.png') center center no-repeat;
  background-size: contain;
}
.section-layer-1 {
  z-index: 5;
  position: relative;
}
.section-layer-2 {
  z-index: 4;
  position: relative;
}
.section-layer-3 {
  z-index: 3;
  position: relative;
}
@media (max-width:  767px ) {
  .section-layer-3 .heading2 {
    padding: 0 20px;
  }
}
.section-layer-4 {
  z-index: 2;
  position: relative;
}
@media (max-width:  767px ) {
  .section-layer-4 .col-md + .col-md {
    margin-top: 15px;
    margin-bottom: -10px;
  }
}
.section-layer-5 {
  z-index: 1;
  position: relative;
}
@media (max-width:  767px ) {
  .section-layer-5 .col-md + .col-md {
    margin-top: 15px;
  }
}
.white-border-shadow {
  position: relative;
}
.white-border-shadow > * {
  position: relative;
  z-index: 1;
}
.white-border-shadow:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: -15px;
  border-radius: 5px;
  background-color: white;
  z-index: 0;
}
.bottom-box-wrap {
  margin-top: -35px;
  margin-bottom: 0;
  padding: 40px 0 60px;
  position: relative;
}
.bottom-box-wrap:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  height: 30px;
  background-color: #08c2a7;
}
@media (max-width:  767px ) {
  .bottom-box-wrap {
    margin-top: -30px;
    padding: 60px 0;
  }
}
.bottom-box-wrap .heading2 {
  text-align: left;
}
.bottom-box-wrap .heading2,
.bottom-box-wrap .box-content {
  color: #08C2A7;
}
.bottom-box-wrap .font-italic {
  font-size: 16px;
}
