.z-window-noborder, .z-window-noborder>.z-window-content {
    padding: 0px;
    margin: 0px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #7f7f7f;
  position: relative;
}
.btn {
  border-radius: 5px;
  padding: 20px 40px;
  width: 300px;
  height: 70px;
}
.btn-dark-blue {
  background-color: #003476;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: 0;
  box-shadow: none;
  outline: none;
}
.btn-dark-blue:hover {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: 0;
}
.btn-light-blue {
  background-color: #046ec5;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: 0;
}
.btn-light-blue:hover,
.btn-light-blue:active,
.btn-light-blue:focus {
  background-color: #046ec5 !important;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: 0;
}
.btn-green {
  background-color: #00703c;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 20px 40px;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background-color: #00703c !important;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.btn-grey {
  background-color: #e0e0e0;
  border-radius: 5px;
  color: #003476;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 20px 40px;
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
  color: #003476;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
header {
  background: #003476;
  color: #ffffff;
  padding: 12px 0 20px 0;
}
header .logo {
  width: 70px;
  margin-left: 7%;
  height:auto;
}
header .btn-sm {
  background: #00aeef;
  color: #ffffff;
  font-weight: 700;
  width: 116px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-left: -16px;
}
header .btn-sm:hover {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}

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

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

.searchdiv input {
    width: 70%;
	height: 35px;
}

.btn-sm-green{
	background:#00703c;
}
.btn-sm-red {
	background:rgb(212, 53, 28);
}

.btn-sm-green:hover, .btn-sm-red:hover {
	background:transparent;
	border: 2px solid #003476;
	color:#003476;
}


.btn-video {
  background-image: url('../images/video-icon.png');
  background-repeat: no-repeat;
  background-position: 56px center;
  padding: 20px 40px 20px 100px;
}
.btn-info {
  background-image: url('../images/info-icon.png');
  background-repeat: no-repeat;
  background-position: 64px center;
  padding: 20px 40px 20px 106px;
}
.btn-arrow {
  background-image: url('../images/arrow-right-icon.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 24px;
  display: inline-block;
  margin-left: 12px;
}
footer {
  background: #eeeeee;
  border-top: 4px solid #046ec5;
  height: 140px;
  display: flex;
  align-items: center;
}
footer a {
  color: #046ec5;
  text-decoration: underline;
}
footer a:hover {
  color: #046ec5;
  text-decoration: underline;
}
footer p {
  margin: 16px 0 0 0;
}
footer .right {
  display: flex;
  justify-content: flex-end;
}
footer svg {
  width: 220px;
}
.body-content {
  padding: 0;
}
.w-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w-1355 {
  width: 100%;
  max-width: 1355px;
  margin: 0 auto;
}
.section-top {
  background-color: #003476;
  color: #ffffff;
  background-image: url('../images/curve-1.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 170px;
  padding-top: 1%;
}
.section-top h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  white-space: nowrap;
  white-space: pre-line!important;
  margin-bottom: 16px;
}
.section-top ul {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  max-width: 86%;
  margin-bottom: 24px;
}
.section-top ul li {
  padding: 0 0 20px 0;
}
.section-top ul li:last-child {
  padding: 0;
}
.section-top p {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  margin-bottom: 36px;
}
.section-top p span {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.section-top .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-top .btn-container .btn-green, .section-top .btn-container .btn-between {
  margin: 0 5% 0 0;
}
.section-top .row {
  position: relative;
}
.section-top .row [class*="col-"]:first-child {
  max-width: 865px;
}
.section-top-new .row [class*="col-"]:first-child {
    max-width: -webkit-fill-available!important;
    margin-left: 5%;
}
.section-top .row [class*="col-"]:nth-child(2) {
  display: flex;
  align-items: self-end;
  position: absolute;
  right: 60px;
  bottom: -122px;
  width: 415px;
}
.section-top .right-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.section-top .right-content .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 80%;
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  bottom: 40px;
  width: 268px;
}
.section-top .right-content .text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 16px;
  margin: 0 0 12px 0;
  text-align: left;
}
.section-top .btn-container .btn:hover, 
.section-top .right-content .btn:hover {
    background: transparent!important;
    color: #ffffff!important;
    border: 1px solid #e0e0e0;
}
.section-4 .right-content .btn:hover, 
.section-5 .right-content .btn:hover, 
.section-5 .left-content .btn:hover {
    background: transparent!important;
    color: #003476!important;
    border: 1px solid #003476;
}
.section h2 {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 18px;
}
.section p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
.section .right-content {
  max-width: 640px;
}
.section-1 {
  background-image: url('../images/curve-2.png');
  background-image: url('../images/LineLight4.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: relative;
}
.section-1 .inner {
  background-image: url('../images/section-1-back-img.png') !important;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 4rem 0 5rem 0;
  /*position: relative;*/
  z-index: -8;
}
.section-1 .left-content {
  /*position: relative;*/
  z-index: -10;
}
.section-1 .left-content img {
  margin-top: 40px;
}
.section-1 .btn-container {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -4px;
  width: auto;
  z-index: -8;
}
.section-1 .btn-container .btn-dark-blue {
  margin: 0 20px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.section-1 .btn-container .btn-light-blue {
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 22px;
}
.section-1 .btn-container .btn {
  border-radius: 0;
  padding: 6px 0;
  width: 220px;
}

.section-1-new {
    background-image: url(../images/curve-4.png)!important;
}    
.section-2 {
  background-color: #e0e0e0;
  background-image: url('../images/curve-3.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 4rem 0 10rem 0;
}
.section-2.top-section {
  background-color: #003476;
  background-image: url('../images/curve-3.png');
  background-image: url('../images/MiddleSlice2.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 4rem 0 4rem 0;
}
.section-2 .top h6 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 86px auto;
}
.section-2 .top .box-container .box-bot.left {
  width: 100%;
  max-width: 100%
}
.section-2 .top .box-container .box-bot.right {
  width: 100%;
 
}
.section-2 .top p,
.section-2 .bottom p {
  margin: 0;
}
.section-2 .top p.white,
.section-2 .bottom p.white {
  color: #ffffff;
}
.section-2 .top p.black,
.section-2 .bottom p.black {
  color: #000000;
}
.section-2 .top p span,
.section-2 .bottom p span {
  display: block;
}
.section-2 .top p span:first-child,
.section-2 .bottom p span:first-child {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}
.section-2 .top p span:nth-child(2),
.section-2 .bottom p span:nth-child(2) {
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
.section-2 .top p span:last-child,
.section-2 .bottom p span:last-child {
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
.section-2 .top p span.light-green,
.section-2 .bottom p span.light-green {
  color: #4D9B42;
}
.section-2 .top p a,
.section-2 .bottom p a {
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  color: #65ABE5;
  text-decoration: none;
}
.section-2 .top .row,
.section-2 .bottom .row {
  width: 100%;
  align-items: center;
}
.section-2 .bottom {
  /*display: flex;*/
  justify-content: space-between;
}
.section-2 .bottom .box-container .box-bot {
  padding: 12px 11px 12px 10px;
}
.section-2 .bottom .box-container .box-bot.left {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 365px;
}
.section-2 .bottom .box-container .box-bot.right {
  width: 100%;
  max-width: 217px;
}
.section-2 .box-container {
  max-width: 596px;
  margin: 0 auto;
}
.section-2 .box-container .box-top {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  height: 100px;
  width: 100%;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-2 .box-container .box-top.light-blue {
  background: #65A2EB;
}
.section-2 .box-container .box-top.light-green {
  background: #84C77A;
}
.section-2 .box-container .box-bot {
  background: #ffffff;
  height: 195px;
  padding: 11px 24px 12px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section-2 .box-container .box-bot .first,
.section-2 .box-container .box-bot .last {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.section-2 .box-container .box-bot .first.light-blue {
  color: #65A2EB;
}
.section-2 .box-container .box-bot .first.light-green {
  color: #84C77A;
}
.section-2 .box-container .box-bot .middle {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 58px;
  color: #013476;
  margin: 0;
}
.section-2 .box-container .box-bot .last {
  color: #013476;
}
.section-2.bottom-section .no-gutters {
  display:block;
}	
.section-3 {
  background-image: url('../images/curve-4.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 6rem 0 14rem 0;
}
.section-3 .left-content {
  padding: 0 60px 0 0;
}
.section-4 {
  background-color: #e0e0e0;
  background-image: url('../images/curve-5.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 6rem 0 12rem 0;
}
.section-4-new {
  background-color: #e0e0e0;
  background-image: none!important;
  padding: 6rem 0;
}
.section-4 .right-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.section-4 .right-content .btn-container {
  display: flex;
  flex-direction: column;
  margin-left: -32px;
}
.section-4 .right-content .btn-container h6 {
  color: #003476;
  font-size: 48px;
  font-style: normal;
  font-weight: 100;
  line-height: 54px;
  margin: 0 0 15px 0;
}
.section-4 .right-content .btn-container .btn-green {
  margin: 0 0 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-5 {
  padding-top: 2rem;
  padding-bottom: 90px;
}
.section-5 .left-content {
  position: relative;
  padding: 0 26px 0 0;
}
.section-5 .left-content .btn-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 30%;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  bottom: 10px;
}
.section-5 .left-content .btn-container .btn-info {
  margin: 0 0 18px 0;
}
.section-5 .right-content .bottom {
  display: flex;
  margin: 30px 0 0 0;
  height: 100%;
}
.section-5 .right-content .bottom .text {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
}
.section-5 .right-content .bottom .text p {
  width: 100%;
  margin: 0 0 14px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 18px;
}

.nodisplay{
	display:none!important;
}

footer a:hover {
    color: #00aeef;
}
/* Chart */
svg {
  width: 100%;
  height: 100%;
}
svg text {
  /*font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 100;*/
}
svg text.title {
  fill: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 18px;
}
svg text.price {
  fill: #000000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
path.slice {
  stroke-width: 2px;
}
polyline {
  /*opacity: .3;
    stroke: black*/
  stroke-width: 2px;
  fill: none;
}
.labelValue {
  font-size: 60%;
  opacity: 0.5;
}
.toolTip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  display: none;
  width: auto;
  height: auto;
  background: none repeat scroll 0 0 white;
  border: 0 none;
  border-radius: 8px 8px 8px 8px;
  box-shadow: -3px 3px 15px #888888;
  color: black;
  font: 12px sans-serif;
  padding: 5px;
  text-align: center;
}
text {
  /*font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 100;*/
}
.labelName text {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.labelName text tspan.text-rate {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
/*.labelName {
    text {
        &:first-child {
            stroke: #040707;
            fill: #040707;
        }

        &:nth-child(2) {
            stroke: #ee3124;
            fill: #ee3124;
        }

        &:nth-child(3) {
            stroke: #c9ca6d;
            fill: #c9ca6d;
        }

        &:nth-child(4) {
            stroke: #7a898c;
        }

        &:nth-child(5) {
            stroke: #9d97ca;
        }

        &:nth-child(6) {
            stroke: #e78936;
        }

        &:nth-child(7) {
            stroke: #243259;
        }

        &:nth-child(8) {
            stroke: #e4c420;
        }

        &:nth-child(9) {
            stroke: #708f60;
        }

        &:nth-child(10) {
            stroke: #223973;
        }

        &:nth-child(11) {
            stroke: #98bbd4;
        }
    }
}*/
.lines polyline:first-child {
  stroke: #040707;
}
.lines polyline:nth-child(2) {
  stroke: #ee3124;
}
.lines polyline:nth-child(3) {
  stroke: #c9ca6d;
}
.lines polyline:nth-child(4) {
  stroke: #7a898c;
}
.lines polyline:nth-child(5) {
  stroke: #9d97ca;
}
.lines polyline:nth-child(6) {
  stroke: #e78936;
}
.lines polyline:nth-child(7) {
  stroke: #243259;
}
.lines polyline:nth-child(8) {
  stroke: #e4c420;
}
.lines polyline:nth-child(9) {
  stroke: #708f60;
}
.lines polyline:nth-child(10) {
  stroke: #223973;
}
.lines polyline:nth-child(11) {
  stroke: #98bbd4;
}
.images {
  display: block;
  width: 1000px;
  height: 600px;
}
.images img {
  display: inline-block;
}

.footer .right img {
    max-width: 220px;
}

/* ÆÊ */
/*.z-tabbox,*/ .z-tabbox-accordion .z-tabpanel>.z-tabpanel-content
{overflow-y:auto;}
.z-tabbox-accordion .z-tabpanel>.z-tabpanel-content {
    font-style: italic;
    color: #173553;
    /*min-height: 180px!important;	
	min-height: 80px!important;*/
	min-height: 120px!important;
    height: 100%!important;
	max-height:max-content!important;
	overflow-y:auto;
	
    
}
.z-tab-selected .z-tab-text {
    color: #046ec5;
    font-weight: 600;
}
.z-tab-selected {
    border-bottom: 2px solid #003476;
} 
.z-tabbox-icon{
	color: #046ec5;
}

.z-tabbox-icon:hover{
	color: #003476;
}

div.kydcats {border: 0px;}

.kydcats>.z-tabs .z-tab {background: #003476; border-radius:2px}

.kydcats>.z-tabs .z-tab:hover {
    background: #e0e0e0;
}

.kydcats > .z-tab-text {color: #fff; }

.kydcats>.z-tabs .z-tab .z-tab-content .z-tab-text {color: #fff;letter-spacing: 0.1px;font-weight: 600;}

.kydcats>.z-tabs .z-tab .z-tab-content .z-tab-text:hover, .kydcats>.z-tabs .z-tab:hover .z-tab-content .z-tab-text {color: #00aeef;}

.kydcats>.z-tabs .z-tab.z-tab-selected .z-tab-content .z-tab-text {color: #00aeef;}

.z-tabbox-left-scroll:hover, .z-tabbox-right-scroll:hover {
    transform: scale(1.5,1.5);
}

div.kydquestions {
    /*overflow-y: auto; */
    min-height: 100%; border:0px;
}
div.kydcats .z-tabpanel {
    min-height: 100%;
    /* overflow-y: auto; */
}

/*Button Style tabbox */
.kydcats>.z-tabs .z-tab-selected {border-bottom: 0px;}

.kydcats>.z-tabs .z-tab:hover {background: transparent;border: 1px solid #003476;}

.kydcats>.z-tabs .z-tab {border: 1px solid #003476;border-radius: 6px;
    margin: 0px 2px; font-size:15px}

div.kydcats .z-tabpanel {border-top: none;}

.z-tabbox-top>.z-tabs .z-tabs-content {
    margin: 0px 5%;
}

.kydcats>.z-tabs .z-tab-selected {
     background: transparent;
}

/* Chart */
@media (max-width: 1355px) {
  .w-1355px {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .w-1280 {
    width: 90%;
  }
  .section-top h2 {
    white-space: normal;
  }
  .section-4 .right-content {
    flex-direction: column;
    align-items: center;
  }
  .section-4 .right-content .btn-container {
    margin: 20px auto 0 auto;
    align-items: center;
  }
  .section-4 .right-content .btn-container h6 {
    text-align: center;
  }
  .section-5 .right-content .bottom {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }
  .section-5 .right-content .bottom .text:first-child {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 1100px) {
  .section-5 .right-content .bottom .text {
    width: 80%;
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .section-top .row [class*="col-"]:nth-child(2) {
    justify-content: center;
    position: static;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
  }
  .section-top .right-content {
    margin-top: 2rem;
    align-items: center;
  }
  .section-2 .top p,
  .section-2 .bottom p {
    text-align: center;
    margin-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .w-1280,
  .w-1355 {
    width: 90%;
  }
  footer {
    height: 100%;
    padding: 20px 0;
  }
  footer a {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  footer p {
    text-align: center;
  }
  footer .right {
    margin: 20px auto 0 auto;
    justify-content: center;
  }
  .section-top {
    padding-bottom: 4rem;
  }
  .section-top .btn-container {
    justify-content: space-between;
  }
  .section-top .btn-container .btn-green, .section-top .btn-container .btn-between
 {
    margin: 0 0 0 0;
  }
  .section-1 .btn-container {
    position: static;
    margin: 0;
    padding: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
    width: auto;
    z-index: -8;
  }
  .section-1 .btn-container .btn-dark-blue {
    margin: 0 10px 0 0;
  }
  /*.section-2 {
        h2 {
            margin-top: 2rem;
        }
    }*/
  .section-2 {
    padding: 4rem 0 5rem 0;
  }
  .section-2 .top h6 {
    margin: 0 auto 44px auto;
  }
  .section-2 .top span,
  .section-2 bottom span {
    display: inline-block;
  }
  .section-2 .box-container {
    max-width: 596px;
    margin: 0 auto;
  }
  .section-2 .box-container .box-top {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    height: 60px;
    margin: 0 0 10px 0;
  }
  .section-2 .box-container .row {
    margin: 0 auto;
  }
  .section-2 .box-container .row [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-2 .box-container .box-bot {
    height: 120px;
    padding: 11px 0 12px 0;
  }
  .section-2 .box-container .box-bot .first,
  .section-2 .box-container .box-bot .last {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
  }
  .section-2 .box-container .box-bot .middle {
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
  }
  .section-3 {
    padding: 4rem 0 4rem 0;
  }
  .section-4 {
    padding: 4rem 0 4rem 0;
  }
  .section-5 {
    padding: 4rem 0 4rem 0;
  }
}
@media (max-width: 576px) {
  .section .right-content {
    margin: 2rem 0 0 0;
  }
  .section-top .btn-container {
    flex-direction: column;
  }
  .section-top .btn-container .btn-green, .section-top .btn-container .btn-between {
    margin: 0 0 1rem 0;
	white-space: break-spaces;
  }
  .section-top .right-content {
    margin: 2rem 0 0 0;
    align-items: center;
  }
  .section-1 {
    /*.btn-container {
            position: static;
            bottom: 0;
            margin: 0;
            padding: 0;
            left: 0;
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0);
            bottom: 0;
            width: auto;
            z-index: -8;
        }*/
  }
  .section-1 .inner {
    background-position: left top;
  }
  .section-4 .right-content {
    align-items: center;
  }
  .section-5 .right-content .bottom {
    flex-direction: column;
    align-items: center;
  }
  .section-5 .right-content .bottom .text {
    width: 100%;
  }
  .section-5 .right-content .bottom .text:first-child {
    margin: 0 0 1rem 0;
  }
  .section-5 .right-content .bottom .text .btn {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 525px) {
  .section-1 .btn-container {
    padding: 0 0 40px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-1 .btn-container .btn-dark-blue {
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .section-top .row [class*="col-"]:nth-child(2) {
    right: -40px;
    width: 320px;
  }
}
@media (min-width: 992px) {
  /*.section-top, .section {
        .row {
            [class*="col-"] {
                padding: 0;
            }
        }
    }


    .section {

    }*/
    
    .section-1 .inner {
    padding: 4rem 0 8rem 0!important;
    }
}

.likeh2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    white-space: nowrap;
    white-space: pre-line!important;
    margin-bottom: 16px;
}


.z-tab-text {
        text-overflow: unset!important;
    white-space: unset!important;
}