/* line 843, ../../sass/styles.scss */
li.mega-menu .menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: ease .1s all;
}
/* line 853, ../../sass/styles.scss */
li.mega-menu .menu-wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 858, ../../sass/styles.scss */
li.mega-menu .bottom-items {
  width: 100%;
  background: #69727E;
  padding: 16px 0 16px 0;
  position: relative;
  z-index: 30;
}

/* line 879, ../../sass/styles.scss */
li.mega-menu .bottom-items ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  font-family: Sofia,Sans-Serif;
  font-size: 1.6rem;
  font-weight: 800;
  max-width: 1290px;
  margin: 0 auto;
}
/* line 887, ../../sass/styles.scss */
li.mega-menu .bottom-items ul li {
  margin: 0 20px 0 0;
  position: relative;
  padding: 0 0 0 22px;
}
/* line 892, ../../sass/styles.scss */
li.mega-menu .bottom-items ul li:first-child {
  padding-left: 0;
}
/* line 893, ../../sass/styles.scss */
li.mega-menu .bottom-items ul li:first-child:after {
  display: none;
}
/* line 894, ../../sass/styles.scss */
li.mega-menu .bottom-items ul li:after {
  content: '';
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.1);
}
/* line 905, ../../sass/styles.scss */
li.mega-menu .bottom-items ul a {
  color: #fff;
  text-decoration: none;
}
/* line 906, ../../sass/styles.scss */
li.mega-menu .bottom-items ul a:hover {
  /*text-decoration: underline;*/
  color: #ccc;
}
/* line 908, ../../sass/styles.scss */
li.mega-menu .menu-hold {
  display: flex;
  flex-grow: 2;
  max-width: 1290px;
  margin: 0 auto;
  /*box-shadow: inset 16px 0 16px 0 rgba(51,63,72,.1);*/
}
/* line 912, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns {
  display: flex;
  width: 100%;
  padding: 62px 0 62px 0;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 30;
}
/* line 918, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 0 50px;
}
/* line 923, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col h3 {
  color: #333F48;
  padding: 0 0 17px 0;
  margin: 0 0 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: Sofia,Sans-Serif;
  border-bottom: 1px solid #DEE0E1;
}
/* line 934, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: Sofia,Sans-Serif;
}
/* line 941, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul li {
  margin-bottom: 25px;
  break-inside: avoid-column;
}
/* line 943, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul a {
  /*flex-wrap: wrap;*/
  color: #333F48;
  text-decoration: none;
  transition: ease .1s all;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
/* line 944, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul a span.title {
  width: calc(100% - 30px);
}
/* line 947, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul a img {
  width: 21px;
  height: auto;
  margin: 2px 10px 0 0;
}
/* line 952, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul a:hover {
  color: #147bd1;
}
/* line 953, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul span.desc {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #333F48;
  transition: ease .1s all;
}
/* line 962, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul a:hover span.desc {
  color: #147bd1;
}
/* line 963, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col ul a.with-desc {
  font-weight: 800;
  flex-direction: column;
}
/* line 967, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col .all {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
/* line 968, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col .all a {
  color: #333F48;
  color: #0042F3;
  font-size: 1.6rem;
  transition: ease .1s color;
  text-decoration: none;
  font-weight: 400;
  font-family: Sofia,Sans-Serif;
}
/* line 976, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col .all a svg {
  margin-left: 10px;
  transition: ease .1s all;
}
li.mega-menu .menu-hold .columns .col .all a svg path{
  fill: #0042F3;
}
/* line 977, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col .all a:hover {
  color: #147bd1;
}
/* line 978, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col .all a:hover svg {
  margin-left: 15px;
}
/* line 979, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col .all a:hover svg path {
  fill: #147bd1;
}
/* line 984, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col.two-cols {
  min-width: 66%;
}
/* line 986, ../../sass/styles.scss */
li.mega-menu .menu-hold .columns .col.two-cols ul {
  column-count: 2;
  column-gap: 40px;
}

/* line 1003, ../../sass/styles.scss */
li.mega-menu .menu-wrapper:after {
  left: auto;
  right: -9999px;
}
/* line 1007, ../../sass/styles.scss */
li.mega-menu .f-block {
  box-sizing: border-box;
  padding: 60px 30px 60px 30px;
  background: #F7F7F7;
  z-index: 20;
  position: relative;
  /*box-shadow: inset 0 24px 17px -24px rgba(51,63,72,.1);*/
}
/* line 1013, ../../sass/styles.scss */
li.mega-menu .f-block.top {
  min-width: 31%;
  width: 31%;
  max-width: 400px;
}
/* line 1018, ../../sass/styles.scss */
li.mega-menu .f-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
/* line 1023, ../../sass/styles.scss */
li.mega-menu .f-block h2 {
  font-size: 2.4rem;
  font-family: Sofia,Sans-Serif;
  line-height: 2.4rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  color: #333F48;
}
/* line 1031, ../../sass/styles.scss */
li.mega-menu .f-block p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 3rem;
  font-family: Sofia,Sans-Serif;
  color: #333F48;
  font-weight: 300;
}
/* line 1039, ../../sass/styles.scss */
li.mega-menu .f-block .more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 3rem;
}
/* line 1045, ../../sass/styles.scss */
li.mega-menu .f-block .more a {
  font-size: 1.6rem;
  color: #333F48;
  color: #0042F3;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-family: Sofia,Sans-Serif;
}
/* line 1055, ../../sass/styles.scss */
li.mega-menu .f-block .more a svg {
  margin-left: 0.9rem;
  transition: ease .1s all;
}
/* line 1056, ../../sass/styles.scss */
li.mega-menu .f-block .more a:hover {
  color: #147bd1;
}
/* line 1058, ../../sass/styles.scss */
li.mega-menu .f-block .more a:hover svg {
  margin-left: 1.4rem;
}
li.mega-menu .f-block .more a svg path {
  fill: #0042F3;
}
/* line 1061, ../../sass/styles.scss */
li.mega-menu .f-block .more a:hover svg path {
  fill: #147bd1;
}
/* line 1066, ../../sass/styles.scss */
li.mega-menu .f-block.left {
  width: 53%;
  min-width: 53%;
  max-width: 53%;
  display: flex;
}
/* line 1072, ../../sass/styles.scss */
li.mega-menu .f-block.left .img-wrapper {
  min-width: 140px;
  max-width: 140px;
  margin: 0 35px 0 0;
  text-align: center;
}
/* line 1080, ../../sass/styles.scss */
li.mega-menu .f-block.top:before,
li.mega-menu .f-block.left:before {
  left: -9999px;
  width: 9999px;
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
  background: #F7F7F7;
  /*box-shadow: inset 16px 0 16px 0 rgba(51,63,72,.1);*/
}
/* line 1091, ../../sass/styles.scss */
li.mega-menu .menu-hold.right .columns {
  order: 1;
}
/* line 1092, ../../sass/styles.scss */
li.mega-menu .menu-hold.right .f-block {
  order: 2;
  padding-left: 60px;
  padding-right: 0;
  
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}
/* line 1093, ../../sass/styles.scss */
li.mega-menu .menu-hold.right .col {
  margin: 0 50px 0 0;
}
/* line 1094, ../../sass/styles.scss */
li.mega-menu .menu-hold.right .f-block.top:before,
li.mega-menu .menu-hold.right .f-block.left:before {
  left: auto;
  right: 0;
  width: 50%;
  z-index: -1;
}

/* line 1103, ../../sass/styles.scss */
li.mega-menu:hover > .menu-wrapper {
  opacity: 1;
  visibility: visible;
}

/* line 1108, ../../sass/styles.scss */
html {
  font-size: 62.5% !important;
}

/* line 1112, ../../sass/styles.scss */
ul.mega-menu-list > li > a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #252D38;
  text-decoration: none;
  font-family: Sofia,Sans-Serif;
  transition: ease .1s all;
  padding-bottom: 25px;
}

/* line 1121, ../../sass/styles.scss */
ul.mega-menu-list > li.mega-menu > a:after,
ul.mega-menu-list > li.menu-item-has-children > a:after { 
  content: "";
  display: inline-block;
  margin-left: .5rem;
  margin-top: .5rem;
  border: .1rem solid #c1c5c8;
  border-top-color: #c1c5c8;
  border-top-style: solid;
  border-top-width: 0.1rem;
  border-left-color: #c1c5c8;
  border-left-style: solid;
  border-left-width: 0.1rem;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  width: .6rem;
  height: .6rem;
  transform: rotate(45deg) translate(-10%, -30%);
  transition: .1s all;
}

/* line 1140, ../../sass/styles.scss */
ul.mega-menu-list {
  font-family: Sofia,Sans-Serif;
}

/* line 1143, ../../sass/styles.scss */
ul.mega-menu-list > li:hover > a {
  color: #147bd1;
}

/* line 1146, ../../sass/styles.scss */
ul.mega-menu-list > li.mega-menu:hover > a:after,
ul.mega-menu-list > li.menu-item-has-children:hover > a:after {
  border-color: #147bd1;
  transform: rotate(-135deg) translate(-10%, -30%);
}

ul.mega-menu-list > li.mega-menu a:hover:after{
  border-color: #147bd1;
}

/* line 1151, ../../sass/styles.scss */
ul.mega-menu-list .sub-menu {
  width: 200px;
  background: #fff;
  padding: 10px 15px;
  /*box-shadow: 0 0 15px 0 rgba(51, 63, 72, 0.1);*/
  position: absolute;
  top: 100%;
  list-style: none;
  left: 0;
  font-size: 1.6rem;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: ease .1s opacity;
  box-shadow: 0 0 15px 0 rgba(51,63,72,.1);
}

ul.mega-menu-list li li .sub-menu{
  left: 170px;
  top:0;
}

/* line 1166, ../../sass/styles.scss */
ul.mega-menu-list .sub-menu > li > a {
  color: #252D38;
  text-decoration: none;
  display: block;
  transition: ease .1s all;
}

/* line 1172, ../../sass/styles.scss */
ul.mega-menu-list .sub-menu > li {
  padding-bottom: 10px;
}

/* line 1173, ../../sass/styles.scss */
ul.mega-menu-list .sub-menu > li > a:hover {
  color: #147bd1;
}

/* line 1175, ../../sass/styles.scss */
ul.mega-menu-list li.simple-item {
  position: relative;
}

/* line 1176, ../../sass/styles.scss */
ul.mega-menu-list li.simple-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
ul.mega-menu-list > li{
  margin:0 24px 0 0;
}
header .site-header__inner{position: relative;height: 70px;}
body{overflow-x: hidden;}
a.mobile-nav{
  display: flex;
  align-items: center;
  border-radius: .6rem;
  max-width: 100%;
  height: 4.4rem;
  font-family: "sofia-pro","sofia-pro",Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: normal;
  white-space: nowrap;
  color: #333f48;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border: .2rem solid #00bab3;
  transition: border-color .2s;
  color: #00bab3;
  font-weight: 600;
  padding: 0 2.5rem;
}
a.mobile-nav div{
  width: 1.6rem;
  height: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

a.mobile-nav div span{
  background-color: #00bab3;  
}
a.mobile-nav div span {
  display: block;
  width: 100%;
  height: .2rem;
  transition: all .4s;
}
a.mobile-nav div + p{
  position: relative;
  top: -0.1rem;
  margin-left: 1rem;

}
a.mobile-nav.is-active span:first-child{transform:translateY(5px) rotate(45deg);}
a.mobile-nav.is-active span:nth-child(2){opacity: 0;}
a.mobile-nav.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.mega-menu  .menu-frame{
  height: 100%;
  
  /*height: 400px;*/
  overflow-y: auto;
}


@media all and (max-width: 1300px) {
  /* line 1182, ../../sass/styles.scss */
  li.mega-menu .menu-hold .columns,
  li.mega-menu .bottom-items ul {
    padding-left: 20px;
  }

  /* line 1184, ../../sass/styles.scss */
  .menu-hold.left .f-block {
    padding-left: 20px;
  }

  /* line 1185, ../../sass/styles.scss */
  li.mega-menu .menu-hold .columns {
    padding-right: 20px;
  }
}
@media all and (max-width: 1199px) {
  /* line 1189, ../../sass/styles.scss */
  li.mega-menu .menu-hold.right .col {
    margin-right: 25px;
  }

  /* line 1190, ../../sass/styles.scss */
  li.mega-menu .f-block {
    padding: 30px 30px 30px 0;
  }
}
@media all and (min-width: 1024px) {
  header.site-header .site-header__nav,
  li.mega-menu .menu-wrapper{display: block !important;}
  header .site-header__inner {position: static;}

}
@media all and (max-width: 1023px) {
.site-header .site-header__nav ul.mega-menu-list > li{position:relative}
  /* line 1194, ../../sass/styles.scss */
  li.mega-menu .f-block,
  li.mega-menu .bottom-items {
    display: none !important;
  }
  .mega-menu.with-scroll{
    height: auto !important;
  }
  
  .mega-menu .menu-frame{overflow:hidden;}
  li.mega-menu .menu-wrapper{transition:none}

  /* line 1196, ../../sass/styles.scss */
  li.mega-menu .menu-hold .columns {
    display: block;
  }

  /* line 1197, ../../sass/styles.scss */
  li.mega-menu .menu-hold .columns .col {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .site-header .site-header__nav{
    position: absolute;
    top: 100%;
    display: none;
    width: calc(100% + 30px);
    margin-right: 0;
    margin-left: -15px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #fff;
    height: 90vh;
    overflow-x: hidden;
    min-height: 100%;
    box-shadow: 0 1px 3px rgba(44,52,59,.1);
    border-top: 1px solid #e9eaeb;
  }
  .site-header .site-header__nav ul.mega-menu-list > li{
    margin: 10px 0 10px 0;
  }
  .site-header .site-header__nav ul.mega-menu-list > li > a{
    padding: 10px 0;
    display: block;
    position: relative;
    width:calc(100% - 30px);
  }
  
  .site-header .site-header__nav ul.mega-menu-list > li span.arrow-hold{
    position:absolute;
    right:5px;
    top:15px;
    width:20px;
    height:20px;
    cursor: pointer;
  }
  
  .site-header .site-header__nav ul.mega-menu-list > li span.arrow-hold .arrow{
    margin-left: .5rem;
    margin-top: .5rem;
    border: .1rem solid #c1c5c8;
    border-top-color: #c1c5c8;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-left-color: #c1c5c8;
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    width: .6rem;
    height: .6rem;
    transform: rotate(45deg) translate(-10%, -30%);
    transition: all .2s;
    display:inline-block;
    
  }
  .site-header .site-header__nav ul.mega-menu-list > li span.arrow-hold:hover .arrow{
    border-color:#147bd1;
  }
  .site-header .site-header__nav ul.mega-menu-list > li span.arrow-hold.active .arrow {
    border-color: #147bd1;
  transform: rotate(-135deg) translate(-10%, -30%);
  }
    
  
  .site-header .site-header__nav ul.mega-menu-list > li > a:after{
    position: absolute;
    right:20px;
    top:18px;
    display:none;
  }
  .site-header .site-header__nav ul.mega-menu-list > li .sub-menu{display: none}
  li.mega-menu .menu-wrapper{
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  li.mega-menu .menu-hold .columns{
    padding: 25px 0 0;
  }
  li.mega-menu .menu-hold .columns .col .all{padding-top: 0;}
  li.mega-menu .menu-hold .columns .col.two-cols ul{
    column-count:1;
  }
  .shadow-decor{display: none}
  /*
  ul.mega-menu-list > li.mega-menu > a:after,
  ul.mega-menu-list > li.menu-item-has-children > a:after,
  ul.mega-menu-list > li.mega-menu:hover > a:after,
  ul.mega-menu-list > li.menu-item-has-children:hover > a:after {
    content: "";
    display: inline-block;
    margin-left: .5rem;
    margin-top: .5rem;
    border: .1rem solid #c1c5c8;
    border-top-color: #c1c5c8;
    border-top-style: solid;
    border-top-width: 0.1rem;
    border-left-color: #c1c5c8;
    border-left-style: solid;
    border-left-width: 0.1rem;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    width: .6rem;
    height: .6rem;
    transform: rotate(45deg) translate(-10%, -30%);
    transition: .1s all;
  }
  */
  .site-header.mobile-open{z-index: 200000;}
  ul.mega-menu-list > li > a.active:after {
    border-color: #147bd1;
    transform: rotate(-135deg) translate(-10%, -30%);
  }
  ul.mega-menu-list .sub-menu{
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: none;
  }
}

.shadow-decor{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow:inset 0 15px 15px -15px rgba(51,63,72,.1);
  z-index: 200;
}


@media all and (max-width: 676px) {
    a.mobile-nav{
      background:#00bab3;
      border:.2rem solid #00bab3 ;
    }
    a.mobile-nav div span{background-color:#fff }
    a.mobile-nav p{display: none;}
}
