/*header*/
#header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 8;
  transition: all 0.2s;
  background-color: #fff;
}
/*ishome*/
.ishome #header {
  position: fixed;
  left: 0;
  color: #fff;
}
.ishome #header:not(.fixed) {
  background-color: transparent;
}
.ishome #header:not(.fixed) #logo i:nth-child(1) {
  display: none;
}
.ishome #header:not(.fixed) #logo i:nth-child(2) {
  display: block;
}
.ishome #header:not(.fixed) #navi .parent > a {
  color: #fff;
}
.ishome #header:not(.fixed) #mall .btn {
  background-image: url(../images/button_mall_01@2x.png);
}
.ishome #header:not(.fixed) #search span {
  background-image: url(../images/button_search_01@2x.png);
}
.ishome #header:not(.fixed) #member .btn {
  background-image: url(../images/button_member_01@2x.png);
}
.ishome #header:not(.fixed) #language span {
  color: #fff;
  background-image: url(../images/button_language_arrow_01@2x.png);
}
.ishome #header:not(.fixed) #language .btn {
  background-image: url(../images/button_language_01@2x.png);
}
.ishome #header:not(.fixed) #navbtn:before,
.ishome #header:not(.fixed) #navbtn:after,
.ishome #header:not(.fixed) #navbtn i {
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .ishome #header:hover {
    background-color: #fff;
  }
  .ishome #header:hover #logo i:nth-child(2) {
    display: none;
  }
  .ishome #header:hover #logo i:nth-child(1) {
    display: block;
  }
  .ishome #header:hover #navi .parent > a {
    color: #333;
  }
  .ishome #header:hover #mall .btn {
    background-image: url(../images/button_mall_02@2x.png);
  }
  .ishome #header:hover #search span {
    background-image: url(../images/button_search_02@2x.png);
  }
  .ishome #header:hover #member .btn {
    background-image: url(../images/button_member_02@2x.png);
  }
  .ishome #header:hover #language span {
    color: #555;
    background-image: url(../images/button_language_arrow_02@2x.png);
  }
  .ishome #header:hover #language .btn {
    background-image: url(../images/button_language_02@2x.png);
  }
}
@media only screen and (max-width: 1024px) {
  .ishome #header.white {
    background-color: #fff;
  }
  .ishome #header.white #logo i:nth-child(2) {
    display: none;
  }
  .ishome #header.white #logo i:nth-child(1) {
    display: block;
  }
  .ishome #header.white #navi .parent > a {
    color: #333;
  }
  .ishome #header.white #mall .btn {
    background-image: url(../images/button_mall_02@2x.png);
  }
  .ishome #header.white #search span {
    background-image: url(../images/button_search_02@2x.png);
  }
  .ishome #header.white #member .btn {
    background-image: url(../images/button_member_02@2x.png);
  }
  .ishome #header.white #language span {
    color: #555;
    background-image: url(../images/button_language_arrow_02@2x.png);
  }
  .ishome #header.white #language .btn {
    background-image: url(../images/button_language_02@2x.png);
  }
  .ishome #header.white #navbtn:before,
  .ishome #header.white #navbtn:after,
  .ishome #header.white #navbtn i {
    background-color: #555;
  }
}
/*noban*/
#bar {
  padding: 0.08rem 3.125%;
  background-color: #4d4d4d;
  color: #fff;
  font-size: var(--fz12);
  line-height: 1.6em;
  text-align: center;
  font-weight: 500;
  position: relative;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bar .swiper{
  max-width: 600px;
}

#bar .swiper-button-next,
#bar .swiper-button-prev {
    color: #fff !important;
    
}
#bar .swiper-button-next:after,
#bar .swiper-button-prev:after {
    color: #fff !important;
    font-size: 10px;
}

#bar a {
  color: #fff;
  margin: 0 0.5rem;
}
#bar a:hover {
  text-decoration: underline;
}
#bar .close {
  position: absolute;
  right: 3.125%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
#bar .close:hover {
  color: #fff;
}
/*top*/
#top {
  padding: 0 0.4rem;
  height: 52px;
  align-items: baseline;
}
@media only screen and (max-width: 1280px) {
  #top {
    padding: 0 3.125%;
  }
}
@media only screen and (max-width: 1024px) {
  #top {
    padding: 0.2rem 3.125%;
    align-items: center;
  }
}
/*noban*/
.noban #header {
  border-bottom: 1px solid #efefef;
}
/*logo*/
#logo {
  width: 1.9rem;
  position: relative;
  z-index: 10;
}
#logo a {
  display: block;
  overflow: hidden;
  padding-bottom: 18.94736842%;
  position: relative;
  margin-top: 5px;

}
#logo i {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -99999em;
  display: block;
  overflow: hidden;
  background: no-repeat left center;
  background-size: contain;
}
#logo i:nth-child(2) {
  display: none;
}
/*button*/
#button .btn {
  width: 0.18rem;
  height: 0.18rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#button a {
  display: block;
}
#button > div {
  margin-left: 0.22rem;
}
#button > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 750px) {
  #button .btn {
    width: 0.2rem;
    height: 0.2rem;
  }
  #logo {
    bottom: 8px;
  }
  #logo a {
    margin-top: 0;
  }
}
/*navbtn*/
#navbtn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /*1024*/
  #navbtn {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    z-index: 10;
    width: 0.18rem;
    height: 0.18rem;
    overflow: hidden;
    margin-left: 0.22rem;
  }
  #navbtn:before,
  #navbtn:after,
  #navbtn i {
    width: 100%;
    height: 0.015rem;
    background-color: #555;
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    content: '';
  }
  #navbtn:before {
    top: 0.02rem;
  }
  #navbtn:after {
    bottom: 0.015rem;
  }
  #navbtn i {
    top: 50%;
    transform: translateY(-50%);
  }
  #navbtn.active {
    overflow: visible;
  }
  #navbtn.active:before {
    transform: rotate(45deg);
    top: 50%;
  }
  #navbtn.active:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 50%;
  }
  #navbtn.active i {
    opacity: 0;
  }
}
@media only screen and (max-width: 750px) {
  #navbtn {
    width: 0.2rem;
    height: 0.2rem;
  }
}
/*mall*/
#mall .btn {
  background-image: url(../images/button_mall_02@2x.png);
}
/*search*/
#search span {
  background-image: url(../images/button_search_02@2x.png);
  cursor: pointer;
}
#search .form {
  position: absolute;
  right: 0.4rem;
  top: 100%;
  background-color: #fff;
  width: 4rem;
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
  display: none;
}
#search .input {
  position: relative;
  padding-right: 0.44rem;
}
#search .text {
  display: block;
  width: 100%;
  height: 2.75em;
  line-height: 1.75em;
  padding: 0.5em 2.5em 0.5em 1.25em;
  transition: all 0.2s;
}
#search .go {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.75em;
  cursor: pointer;
  background: url(../images/button_search_02@2x.png) no-repeat center center;
  background-size: auto 45%;
}
@media only screen and (max-width: 750px) {
  #search .form {
    width: 93.75%;
    right: 3.125%;
  }
}
/*member*/
#member .btn {
  background-image: url(../images/button_member_02@2x.png);
}
/*language*/
#language {
  position: relative;
  cursor: pointer;
}
#language span {
  font-size: var(--fz14);
  position: relative;
  padding-right: 0.92857143em;
  background: url(../images/button_language_arrow_02@2x.png) no-repeat right center;
  background-size: 0.57142857em auto;
  color: #555;
  white-space: nowrap;
}
#language .btn {
  background-image: url(../images/button_language_02@2x.png);
  margin-right: 0.06rem;
}
#language ul {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
  min-width: 1.2rem;
  text-align: center;
  padding: 0.05rem 0.15rem;
  border-radius: 0.05rem;
  margin-top: 0.15rem;
  display: none;
}
#language ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  border-bottom: 0.1rem solid #fff;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}
#language li {
  font-size: 0.875em;
  line-height: 3em;
  border-bottom: 1px solid #eee;
}
#language li:last-child {
  border-bottom: none;
}
/*button*/
.button .go {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.03rem;
  border: 1px solid #555;
  width: 19.375em;
  height: 3.125em;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.button i {
  font-style: normal;
  display: block;
  width: 68.91891892%;
  background: url(../images/button_arrow_01.svg) no-repeat right center;
  background-size: 0.375em auto;
}
.button .white {
  border-color: #fff;
  color: #fff;
}
.button .white i {
  background-image: url(../images/button_arrow_02.svg);
}
.button .go:hover {
  background-color: #d0042b;
  color: #fff;
  border-color: #d0042b;
}
.button .go:hover i {
  background-image: url(../images/button_arrow_02.svg);
}
/*navi*/
#navi .parent {
  /* padding: 0.25rem 0; */
  position: relative;
}
#navi .parent > a {
  display: block;
  position: relative;
}
#navi .drop {
  display: none;
}
  #navi .pro .menu_img{width: 1.4rem;height: 1.4rem;object-fit: cover;margin-bottom: .16rem;}
  #navi .pro ul li{margin: 0 .24rem;}
  #navi .pro ul li a{display: block;font-size: var(--fz14);text-align: center;}
  #navi .pro ul{margin-left: .4rem;}
@media only screen and (min-width: 1025px) {
  #navi,
  #navi .pro ul {
    width: calc(100% - 2rem);
  }
  #navi .parent {
    margin: 0 0.2rem;
  }
  #navi .parent > a:after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    background-color: #d0042b;
    height: 2px;
    opacity: 0;
    transition: all 0.2s;
  }
  #navi .on > a {
    color: #000;
  }
  #navi .on > a:after {
    opacity: 1;
  }
  #navi .full {
    position: static;
  }
  #navi .drop {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 5;
  }
  #navi .sub {
    left: 50%;
    min-width: 150%;
    transform: translateX(-50%);
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0.5em 1.5em;
  }
  #navi .sub li {
    border-bottom: 1px solid #eee;
  }
  #navi .sub li:last-child {
    border-bottom: none;
  }
  #navi .sub a {
    white-space: nowrap;
    padding: 0.5em 0;
    display: block;
  }
  #navi .sub a:hover {
    color: #d0042b;
  }
  #navi .pro {
    width: 100%;
    left: 0;
    padding: 0.4rem 0.75rem 0.58rem 2.55rem;
    border-top: 1px solid #ededed;
    background-color: rgba(255, 255, 255, 0.897);
  }
  #navi .pro .cover {
    width: 3rem;
  }
  #navi .pro .cover .figure {
    padding-bottom: 56.33333333%;
    margin-bottom: 0.06rem;
  }
  #navi .pro .cover span {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/navi_drop_arrow_01.svg) no-repeat right center;
    background-size: 0.5em auto;
    padding-right: 1.4375em;
  }
  #navi .pro .cover a {
    display: block;
    color: #555;
  }
  #navi .pro .list {
    width: calc(100% - 3rem);
  }
  #navi .pro dl {
    width: 33.333%;
    margin-bottom: 0.42rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #navi .pro dt {
    font-size: var(--fz18);
    line-height: 1.875em;
    margin-bottom: 0.04rem;
  }
  #navi .pro dt a {
    color: #000;
  }
  #navi .pro dd {
    margin-bottom: 0.15rem;
  }
  #navi .pro dd a:hover {
    text-decoration: underline;
    color: #d0042b;
  }
}
@media only screen and (min-width: 1281px) {
  #navi .parent {
    margin: 0 0.4rem;
  }
  #navi .pro {
    padding: 0.4rem 3.28rem 0.58rem 4.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  /*1024px*/
  #navi {
    position: fixed;
    width: 80%;
    max-width: 25em;
    height: calc(100% - 0.76rem);
    background-color: #fff;
    z-index: 9;
    right: 0;
    top: 0.76rem;
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.2s;
  }
  #navi.hasbar {
    top: 0.647rem;
    height: calc(100% - 0.647rem);
  }
  #navi.active {
    transform: translateX(0);
    opacity: 1;
  }
  #navi .menu {
    display: block;
  }
  #navi .parent {
    padding: 0.75em 0;
    line-height: 2em;
    position: relative;
  }
  #navi em {
    display: block;
    position: absolute;
    right: -0.4rem;
    width: 0.56rem;
    height: 0.56rem;
    z-index: 2;
    top: 0;
    cursor: pointer;
  }
  #navi em:after {
    width: 0.5em;
    height: 0.5em;
    border-right: 0.0625em solid #333;
    border-bottom: 0.0625em solid #333;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    background-color: transparent;
    margin: -0.375em 0 0 -0.375em;
    transition: all 0.3s;
  }
  #navi .on > em:after {
    transform: rotate(45deg);
  }
  #navi .drop {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 1em 0 0 2em;
    font-size: 0.875em;
  }
  #navi .drop a {
    padding: 0.5em 0;
    display: block;
    color: #555;
  }
  #navi .pro .list {
    width: 100%;
  }
  #navi .pro dl {
    width: 100%;
  }
  #navi .pro dd,
  #navi .pro .cover,
  #navi .pro .button {
    display: none;
  }
  #navi .parent {
    padding: 0.25rem 0;
  }

  #navi .drop ul{display: block;}
}
/*footer*/
#footer {
  background-color: #222222;
  padding: 0.6rem 0 0.53rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fz14);
  line-height: 1.71428571em;
}
#footer a {
  color: rgba(255, 255, 255, 0.6);
}
#footer a:hover {
  color: #fff;
}
/*copyright*/
#copyright a {
  display: inline-block;
}
#copyright .page a {
  display: block;
}
#copyright .page a:not(:last-child) {
  padding-right: 0.4rem;
  position: relative;
}
#copyright .page a:not(:last-child):after {
  width: 0.03rem;
  height: 0.03rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  right: 0.185rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  /*1024px*/
  #copyright {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
/*site*/
#site {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.3rem;
  margin-bottom: 0.43rem;
}
#site .logo {
  width: 1.9rem;
}
#site .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#site .name {
  font-size: var(--fz18);
  line-height: 1.22222222em;
  color: #fff;
  font-weight: 400;
  margin-right: 0.12rem;
}
#site .follow li {
  margin-right: 0.16rem;
  position: relative;
}
#site .follow li:last-child {
  margin-right: 0;
}
#site .follow .icon {
  width: auto;
  height: 0.22rem;
  display: block;
  transition: all 0.3s ease; 
}
#site .follow a {
  display: block;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
#site .follow a:hover {
  opacity: 1;
}
#site .follow .qr {
  position: absolute;
  background-color: #fff;
  padding: 0.13rem;
  width: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.2rem;
  color: #333;
  box-shadow: 0px 0.08rem 0.3rem 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10; 
}
#site .follow li:hover .qr,
#site .follow .qr.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; /* 立即显示 */
}
#site .follow .qr:after {
  border-top: 0.06rem solid #fff;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
#site .follow .qr img {
  display: block;
  width: 100%;
  height: auto;
}
#site .follow .qr p {
  margin-top: 0.14rem;
}
@media only screen and (max-width: 750px) {
  #site {
    flex-direction: column;
    align-items: flex-start;
  }
  #site .logo {
    margin-bottom: 0.2rem;
  }
}
/*bottom*/
#bottom {
  margin-bottom: 0.56rem;
}
/* 产品细节普通列表默认隐藏 */
.detail-list { display: none; }
/* 手机端样式 */
@media (max-width: 750px) {
  .detail-swiper { display: none !important; }
  .detail-list { display: block; }
}
#bottom dt {
  font-size: var(--fz18);
  line-height: 1.66666667em;
  color: #fff;
  margin-bottom: 0.14rem;
}
#bottom dt a {
  color: #fff;
}
#bottom dd {
  line-height: 2em;
  color: rgba(255, 255, 255, 0.6);
}
#bottom .info {
  width: 3.85rem;
  width: 24.0625%;
}
#bottom .info dd {
  background: no-repeat left center;
  background-size: 1.5em auto;
  padding-left: 2.42857143em;
  line-height: 1.71428571em;
  margin-bottom: 0.08rem;
}
#bottom .info .tel {
  background-image: url(../images/bottom_info_tel.svg);
}
#bottom .info .call {
  background-image: url(../images/bottom_info_call.svg);
}
#bottom .info .add {
  background-image: url(../images/bottom_info_add.svg);
}
@media only screen and (max-width: 1024px) {
  #bottom .menu {
    display: none;
  }
  #bottom .info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #bottom .info dt {
    width: 100%;
  }
}
/*backtop*/
#widget {
  display: none;
  position: fixed;
  right: 2.08333333%;
  top: 60%;
  z-index: 7;
}
#widget li {
  width: 0.56rem;
  height: 0.56rem;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz12);
  line-height: 1.25em;
  color: #555;
  margin-bottom: 0.1rem;
  cursor: pointer;
  position: relative;
}
#widget li a{
  display: block;
    width: 100%;
    height: 100%;
}
#widget .vs {
  background-color: #555555;
  font-size: var(--fz18);
  color: #fff;
  line-height: 1.66666667em;
  border-color: #555;
  display: none;
}
#widget .vs span {
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  background-color: #d0042b;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: var(--fz14);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
#widget .vs.show {
  display: flex;
}
#widget .top i {
  display: block;
  background: url(../images/backtop_01@2x.png) no-repeat center top;
  background-size: 50%;
  font-style: normal;
  padding-top: 1.5em;
}
#widget .shopping i{
  display: block;
  background: url(../../../common/images/ShoppingCart.png) no-repeat center;
  background-size: 50%;
  font-style: normal;
  width: 100%;
  height: 100%;
  position: relative;
}
#widget .shopping i::after{
  content: '购物车';
  position: absolute;
  top: 50%;
  left: -.28rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: .02rem .05rem;
  border-radius: 0.06rem;
  transform: translateY(-50%);
  transition: left .3s ease-in-out;
  visibility: hidden;
}
#widget .shopping i:hover::after{
  left: -.48rem;
  visibility: visible;
}
#widget .member i{
  display: block;
  background: url(../images/button_member_02@2x.png) no-repeat center;
  background-size: 50%;
  font-style: normal;
  width: 100%;
  height: 100%;
}
#widget .member i::after{
  content: '会员';
  position: absolute;
  top: 50%;
  left: -.16rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: .02rem .05rem;
  border-radius: 0.06rem;
  transform: translateY(-50%);
  transition: left .3s ease-in-out;
  visibility: hidden;
}
#widget .member i:hover::after{
  left: -.36rem;
  visibility: visible;
}
/*slides*/
#slides {
  margin-bottom: 1.1rem;
}
#slides .figure {
  padding-bottom: 50%;
  width: 100%;
}
#slides .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
#slides .right {
  top: 23.125%;
  transform: translateY(0);
}
#slides .right .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
#slides .right .box {
  max-width: 5.9rem;
}
#slides .center {
  text-align: center;
}
#slides .center .go {
  margin: 0 auto;
}
#slides .white {
  color: #fff;
}
#slides .white .go {
  text-align: left;
}
#slides .white .go:not(:hover) {
  color: #fff;
  border-color: #fff;
}
#slides .white .go:not(:hover) i {
  background-image: url(../images/button_arrow_02.svg);
}
#slides .inner {
  overflow: hidden;
  transform: translateY(100%);
  opacity: 0;
  transition: all 1.5s;
}
#slides .intro {
  font-size: var(--fz18);
  line-height: 1.55555556em;
  margin-bottom: 0.42rem;
}
#slides .title {
  font-size: var(--fz50);
  line-height: 1.24em;
  margin-bottom: 0.2rem;
}
#slides .swiper-slide-duplicate-active .inner,
#slides .swiper-slide-active .inner {
  transform: translateY(0);
  opacity: 1;
}
#slides .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.20833333%;
}
#slides .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  display: block;
  background-color: transparent;
  border: 0.02rem solid #fff;
  margin: 0 0.13rem;
  transition: all 0.2s;
}
#slides .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #slides .title {
    font-size: var(--fz40);
  }
  #slides .right .box {
    max-width: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #slides .figure {
    padding-bottom: 100%;
  }
  #slides .title {
    font-size: var(--fz30);
  }
  #slides .intro {
    font-size: var(--fz16);
  }
  #slides {
    margin-bottom: .5rem;
  }
}
/*bname*/
.bname {
  font-size: var(--fz30);
  line-height: 1.25em;
  text-align: center;
  font-weight: normal;
}
.bname.left {
  text-align: left;
}
/*bcont*/
.bcont {
  font-size: var(--fz18);
  line-height: 1.66666667em;
  margin-top: 0.14rem;
  text-align: center;
  color: #999;
}
.bcont.left {
  text-align: left;
}
/*scolor*/
.scolor {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  overflow: hidden;
  align-items: center;
}
.scolor span {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  margin-right: 0.12rem;
  margin-top: 0.12rem;
  cursor: pointer;
  background: no-repeat center center;
  background-size: cover;
}
.scolor span:last-child {
  margin-right: 0;
}
.scolor .act {
  border: 1px solid #333;
  width: 0.17rem;
  height: 0.17rem;
}
/*vmore*/
.vmore {
  transition: all 0.2s;
  opacity: 0;
}
.vmore .span {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/vmore_01.svg) no-repeat center center;
  background-size: contain;
  display: block;
  overflow: hidden;
}
/*swiper-arrows*/
.swiper-arrows {
  position: relative;
}
.swiper-arrows .arrow {
  width: 0.24rem;
  margin-top: 0;
  transform: translateY(-100%);
  height: auto;
  background: no-repeat center center;
  background-size: contain;
}
.swiper-arrows .arrow:after {
  content: '';
  padding-bottom: 191.66666667%;
}
.swiper-arrows .swiper-button-prev {
  left: 0;
  background-image: url(../images/swiper_prev_01.svg);
}
.swiper-arrows .swiper-button-next {
  right: 0;
  background-image: url(../images/swiper_next_01.svg);
}
/*recommend*/
.recommend {
  margin-bottom: 1.22rem;
  overflow: hidden;
}
.recommend .bname {
  margin-bottom: 0.34rem;
}
.recommend .tab {
  margin-bottom: 0.3rem;
}
.recommend .tab span {
  display: block;
  font-size: var(--fz18);
  color: #999;
  line-height: 1.66666667em;
  margin-right: 0.8rem;
  position: relative;
  padding-bottom: 0.07rem;
  cursor: pointer;
}
.recommend .tab span:last-child {
  margin-right: 0;
}
.recommend .tab span:after {
  background-color: #333;
  height: 0.02rem;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.recommend .tab .cur {
  color: #333;
}
.recommend .tab .cur:after {
  opacity: 1;
}
.recommend .box {
  position: relative;
}
.recommend .swiper-slide {
  width: 3.04rem;
  margin-right: 0.2rem;
}
.recommend .info {
  position: relative;
}
.recommend .info a {
  display: block;
  overflow: hidden;
}
.recommend .info a:hover {
  text-decoration: underline;
}
.recommend .info a:hover .vmore {
  opacity: 1;
}
.recommend .figure {
  margin-bottom: 0.17rem;
}
.recommend .figure a {
  padding-bottom: 150%;
}
.recommend .text {
  position: relative;
  padding-bottom: 0.22rem;
}
.recommend .title {
  font-size: var(--fz20);
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 0.1rem;
  margin-right: 0.4rem;
}
.recommend .vmore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recommend .scolor {
  position: absolute;
  left: 0;
  bottom: 0;
}
.recommend .swiper-button-prev {
  left: -0.71rem;
}
.recommend .swiper-button-next {
  right: -0.71rem;
}
/*series*/
.series {
  margin-bottom: 1.2rem;
}
/*sitem*/
.sitem .figure {
  width: 50%;
}
.sitem .figure a {
  padding-bottom: 70.83333333%;
}
.sitem .text {
  width: 50%;
  padding: 0 2.14rem 0 1.6rem;
}
.sitem .bcont {
  color: #1b1b1b;
  margin-top: 0.22rem;
}
.sitem .button {
  margin-top: 0.6rem;
}
.sitem:nth-child(2n) {
  flex-direction: row;
}
.sitem:nth-child(2n) .text {
  padding: 0 1.6rem 0 2.14rem;
}
@media only screen and (max-width: 1280px) {
  .sitem .text {
    padding: 0 0.5rem 0 3.125%;
  }
  .sitem:nth-child(2n) .text {
    padding: 0 3.125% 0 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .sitem {
    margin-bottom: 0.5rem;
  }
  .sitem:last-child {
    margin-bottom: 0;
  }
  .sitem .text {
    width: 100%;
  }
  .sitem .figure {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sitem:nth-child(2n) .text {
    padding: 0 0.5rem 0 3.125%;
  }
}
@media only screen and (max-width: 750px) {
  .bname {
    font-size: var(--fz28);
  }
}
/*about*/
.about,.home_news {
  position: relative;
  margin-bottom: 1.1rem;
}
.about .figure {
  padding-bottom: 46.875%;
}
.about .text,.home_news .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}
.about .bcont,.home_news .bcont {
  color: #fff;
}
.about .button,.home_news .button {
  margin-top: 0.65rem;
}
@media only screen and (max-width: 750px) {
  .about .figure {
    padding-bottom: 80%;
  }
}

.home_news .bname{color: #fff;}
.home_news .figures .img{object-fit: contain;}
.home_news .figures{width: 100%;}
/*selfmedia*/
.selfmedia {
  overflow: hidden;
}
.selfmedia .list {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  overflow: hidden;
}
.selfmedia .item {
  width: 33.333%;
  padding-right: 8.04597701%;
  padding-bottom: 8.04597701%;
  margin-top: -6.89655172%;
}
.selfmedia .item:nth-child(3n+2) {
  margin-top: 0;
}
.selfmedia .icon {
  width: 0.28rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  z-index: 2;
  opacity: 0.8;
  transition: all 0.2s;
}
.selfmedia .icon i {
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  background: no-repeat center center;
  background-size: contain;
}
.selfmedia .icon .twitter {
  background-image: url(../images/media_twitter.svg);
}
.selfmedia .icon .facebook {
  background-image: url(../images/media_facebook.svg);
}
.selfmedia .icon .linkedin {
  background-image: url(../images/media_linkedin.svg);
}
.selfmedia .figure {
  margin-bottom: 0.24rem;
  padding-bottom: 134%;
}
.selfmedia .figure .img{object-fit: contain;}
.selfmedia .figure:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.2s;
}
.selfmedia .text {
  width: calc(100% - 0.4rem);
}
.selfmedia .title {
  font-size: var(--fz20);
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}
.selfmedia .intro {
  color: #1b1b1b;
  line-height: 1.5em;
}
.selfmedia .info {
  display: block;
  overflow: hidden;
  position: relative;
}
.selfmedia .info:hover .icon {
  opacity: 1;
}
.selfmedia .info:hover .figure:after {
  opacity: 0.2;
}
.selfmedia .info:hover .title {
  text-decoration: underline;
}
.selfmedia .info:hover .vmore {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .selfmedia .list {
    width: 100%;
  }
  .selfmedia .item {
    padding-right: 4%;
  }
}
@media only screen and (max-width: 750px) {
  .selfmedia {
    margin-bottom: 0.5rem;
  }
  .selfmedia .item {
    width: 100%;
    margin-top: 0;
  }
}
/*reputation*/
.reputation {
  margin-bottom: 1.08rem;
}
.reputation .hgroup {
  width: calc(100% - 1.7rem);
}
.reputation .list {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}
.reputation .swiper {
  overflow: visible;
}
.reputation .figure {
  padding-bottom: 147.14285714%;
  margin-bottom: 0.15rem;
}
.reputation .img {
  object-fit: contain;
}
.reputation .text {
  display: none;
  font-size: var(--fz14);
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  width: 140%;
  margin: 0 -20%;
  max-height: 4.5em;
}
.reputation .info {
  background-color: #f5f5f5;
  padding: 10.22727273% 18.18181818%;
}
.reputation .prev {
  transform-origin: left center;
}
.reputation .next {
  transform-origin: right center;
}
.reputation .swiper-button-prev {
  left: 31.6875%;
}
.reputation .swiper-button-next {
  right: 31.6875%;
}
@media only screen and (min-width: 751px) {
  .reputation .swiper {
    padding: 0.64rem 0;
  }
  .reputation .swiper-slide {
    width: 3.2rem;
  }
  .reputation .swiper-slide {
    transform: scale(0.78125);
    transition: transform 0.3s;
  }
  .reputation .swiper-slide-duplicate-active,
  .reputation .swiper-slide-active {
    transform: scale(1.375);
  }
  .reputation .swiper-slide-duplicate-active .text,
  .reputation .swiper-slide-active .text {
    display: block;
  }
  .reputation .arrow {
    top: auto;
    bottom: 0.47rem;
    transform: translateY(0);
  }
  .reputation .swiper-button-prev {
    left: 15.625%;
  }
  .reputation .swiper-button-next {
    right: 15.625%;
  }
}
@media only screen and (min-width: 1025px) {
  .reputation .swiper-slide-duplicate-prev .info,
  .reputation .swiper-slide-prev .info {
    transform: translateX(-0.4rem);
  }
  .reputation .swiper-slide-duplicate-next .info,
  .reputation .swiper-slide-next .info {
    transform: translateX(0.4rem);
  }
  .reputation .swiper-slide {
    width: 2.4rem;
  }
  .reputation .swiper-button-prev {
    left: 31.6875%;
  }
  .reputation .swiper-button-next {
    right: 31.6875%;
  }
}
@media only screen and (min-width: 1281px) {
  .reputation .swiper {
    padding: 0.8rem 0;
  }
  .reputation .swiper-slide {
    width: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .reputation .text {
    display: block;
    font-size: var(--fz18);
  }
  .reputation .swiper-slide {
    width: 3.52rem;
  }
  .reputation .swiper-button-prev {
    left: 0.15rem;
  }
  .reputation .swiper-button-next {
    right: 0.15rem;
  }
}
/*wrapper*/
#wrapper {
  padding: 0.4rem 0 1.2rem;
  overflow: hidden;
}
/*sidemenu*/
#sidemenu {
  width: 2rem;
}
#sidemenu .name {
  font-weight: 300;
  font-size: var(--fz40);
  line-height: 1.25em;
  margin-bottom: 0.18rem;
}
#sidemenu li {
  line-height: 2.875em;
  font-weight: 300;
}
#sidemenu a {
  color: #555;
  position: relative;
  transition: all 0.2s;
}
#sidemenu a:before {
  background-color: #d0042b;
  width: 0.875em;
  height: 0.125em;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
}
#sidemenu .cur a,
#sidemenu a:hover {
  padding-left: 1.5625em;
  color: #d0042b;
}
#sidemenu .cur a:before,
#sidemenu a:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #sidemenu {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #sidemenu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
  }
  #sidemenu li {
    margin-right: 0.5rem;
  }
  #sidemenu li:last-child {
    margin-right: 0;
  }
}
/*main*/
#main {
  width: 80.55555556%;
  max-width: calc(100% - 2.3rem);
}
@media only screen and (max-width: 1024px) {
  #main {
    width: 100%;
    max-width: none;
  }
}
/*mname*/
.mname {
  font-weight: 300;
  font-size: var(--fz30);
  line-height: 1.83333333em;
  margin-bottom: 0.25rem;
}
/*mfind*/
.mfind {
  width: 3.5rem;
  margin-bottom: 0.25rem;
}
.mfind .input {
  background-color: #f8f8f8;
  position: relative;
  padding-right: 0.54rem;
}
.mfind .text {
  font-weight: 300;
  color: #666;
  height: 3.375em;
  display: block;
  width: 100%;
  line-height: 2em;
  padding: 0.6875em 1.25em;
}
.mfind .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.54rem;
  background: url(../images/button_search_02@2x.png) no-repeat center center;
  background-size: auto 35.18518519%;
}
@media only screen and (max-width: 750px) {
  .mfind {
    width: 3rem;
  }
}
/*faq*/
.faq {
  margin-bottom: 0.5rem;
}
.faq .item {
  padding: 0.18rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.faq .item:first-child {
  border-top: 1px solid #e1e1e1;
}
.faq .title {
  color: #555;
  font-size: var(--fz16);
  line-height: 2em;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-right: 0.3rem;
  transition: all 0.2s;
}
.faq .title:after {
  width: 0.12rem;
  height: 0.07rem;
  background: url(../images/arrow_down_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 0.04rem;
  top: 0.71875em;
  transition: all 0.2s;
}
.faq .entry {
  font-weight: 300;
  margin-top: 0.03rem;
  max-width: 9.85rem;
  padding-right: 0.3rem;
  display: none;
}
.faq .border,
.faq .active {
  border-bottom-color: #333;
}
.faq .active:first-child {
  border-top-color: #333;
}
.faq .active .title {
  font-size: var(--fz18);
  color: #333;
}
.faq .active .title:after {
  transform: rotate(180deg);
}
/*Pages*/
.Pages {
  font-size: var(--fz18);
  line-height: 1.33333333em;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump,
.Pages .a_first,
.Pages .a_end {
  display: none;
}
.Pages .p_page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
}
.Pages .num {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: center;
  font-style: 400;
  font-style: normal;
}
.Pages .num a {
  border-bottom: 1px solid transparent;
  padding: 0 0.04rem;
}
.Pages .num a:hover {
  border-bottom-color: #333;
}
.Pages a {
  display: block;
  margin: 0 0.19rem;
  color: #555;
}
.Pages a:hover,
.Pages .a_cur {
  color: #333;
}
.Pages .a_prev,
.Pages .a_next {
  text-indent: -99999em;
  overflow: hidden;
  width: 0.14rem;
  height: 0.24rem;
  background: no-repeat center center;
  background-size: contain;
}
.Pages .a_prev {
  background-image: url(../images/pages_prev_01@2x.png);
  margin-right: 0.45rem;
}
.Pages .a_next {
  background-image: url(../images/pages_next_01@2x.png);
  margin-left: 0.45rem;
}
@media only screen and (max-width: 750px) {
  .Pages .num {
    display: none;
  }
}
/*banner*/
#banner {
  position: relative;
}
#banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
}
#banner .name {
  font-weight: 300;
  font-size: var(--fz46);
  line-height: 1.25em;
}
#banner .intro {
  font-size: var(--fz18);
  line-height: 1.66666667em;
  font-weight: 300;
  margin-top: 0.16rem;
}
/*tname*/
.tname {
  font-size: var(--fz46);
  font-weight: 300;
  line-height: 1.25em;
}
/*tcont*/
.tcont {
  font-weight: 300;
  margin-top: 0.15rem;
}
/*titem*/
.titem {
  background-color: #f8f8f8;
}
.titem .figure {
  width: 50%;
}
.titem .figure:after {
  display: block;
  padding-bottom: 83.33333333%;
}
.titem .text {
  width: 50%;
  padding: 0 1.4rem 0 2.4rem;
}
.titem:nth-child(2n) {
  flex-direction: row-reverse;
}
.titem:nth-child(2n) .text {
  padding: 0 2.4rem 0 1.4rem;
}
@media only screen and (max-width: 1280px) {
  .titem .text {
    padding: 0 0.5rem 0 3.125%;
  }
  .titem:nth-child(2n) .text {
    padding: 0 3.125% 0 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .titem .figure {
    width: 100%;
  }
  .titem:nth-child(n+1) .text {
    width: 100%;
    padding: 0.5rem 3.125%;
  }
}
/*testing*/
.testing {
  padding: 1.14rem 0 0.9rem;
  overflow: hidden;
}
.testing .text {
  width: 5rem;
  max-width: 45%;
}
.testing .tcont {
  margin-right: 0.35rem;
}
.testing .list {
  max-height: 4.35rem;
  overflow-y: auto;
  margin-top: 0.42rem;
  -webkit-overflow-scrolling: touch;
}
.testing .list li {
  width: 48%;
  font-weight: 300;
  line-height: 2.125em;
  padding-left: 1.375em;
  background: url(../images/tick_01.svg) no-repeat left 0.75em;
  background-size: 0.75em auto;
}
.testing .pic {
  width: 50%;
  position: relative;
}
.testing .pic:after {
  width: 113.61111111%;
  padding-bottom: 50.69444444%;
  background: url(../images/testing_shadow.png) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: -22.91666667%;
  right: 0;
}
.testing .figure {
  padding-bottom: 95.83333333%;
}
@media only screen and (max-width: 750px) {
  .testing {
    padding-top: 0.9rem;
  }
  .testing .text {
    width: 100%;
    max-width: none;
    margin-bottom: 0.5rem;
  }
  .testing .pic {
    width: 100%;
  }
}
/*guide*/
.guide table {
  table-layout: fixed;
}
.guide tr:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.guide th {
  text-align: left;
  font-size: var(--fz16);
  line-height: 1.875em;
  padding: 0.15rem 6.89655172%;
  font-weight: 400;
}
.guide th:nth-child(2) {
  width: 34.48275862%;
}
.guide th:nth-child(3) {
  width: 27.5862069%;
}
.guide td {
  font-weight: 300;
  padding: 0.15rem 6.89655172%;
}
@media only screen and (max-width: 750px) {
  .guide th,
  .guide td {
    padding-left: 3%;
    padding-right: 3%;
  }
}
/*explore*/
.explore{
  padding-top: .3rem;
}
.explore img {
  display: block;
  width: 100%;
  height: auto;
}
/*protop*/
.protop {
  overflow: hidden;
}
/*proimgs*/
.proimgs {
  width: 50%;
}
.proimgs .gallery {
  display: none;
}
.proimgs ul {
  width: 100.20833333%;
}
.proimgs li {
  width: 50%;
  padding-right: 0.20790021%;
  padding-bottom: 0.20790021%;
}
.proimgs .figure {
  background-color: #f4f4f4;
}
.proimgs .last {
  width: 100%;
}
.proimgs .last .figure {
  padding-bottom: 75%;
}
@media only screen and (max-width: 1024px) {
  .proimgs {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .proimgs .gallery {
    display: block;
  }
  .proimgs .gallery .img {
    object-fit: contain;
  }
  .proimgs .large {
    margin-bottom: 0.15rem;
  }
  .proimgs .small .swiper-slide {
    cursor: pointer;
  }
  .proimgs ul {
    display: none;
  }
}
/*protext*/
.protext {
  width: 50%;
  padding: 0.2rem 1rem;
  position: sticky;
  top: 1.1rem;
}
.protext .title {
  font-size: var(--fz30);
  line-height: 1.35em;
  font-weight: 400;
  margin-bottom: 0.06rem;
  font-weight: normal;
}
.protext .meta {
  line-height: 1.5em;
  color: #999;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.18rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.protext .meta span {
  display: block;
}
.protext .meta .type {
  font-weight: 300;
}
.protext .meta .price {
  font-size: var(--fz18);
  line-height: 1.66666667em;
  color: #333;
  margin-right: 0.8rem;
}
.protext .meta .price i {
  font-style: normal;
  font-size: 1.11111111em;
  line-height: 1.5em;
}
.protext .config {
  padding: 0.25rem 0;
}
.protext .config .item {
  margin-bottom: 0.25rem;
}
.protext .config .label {
  line-height: 1.5em;
  font-size: var(--fz14);
  color: #091010;
}
.protext .config .box {
  width: calc(100% - 0.65rem);
  display: flex;
  flex-wrap: wrap;
}
.protext .config .color  {
      flex-direction: column;
      justify-content: center;
    align-items: center;
    margin-right: 0.18rem;
}
.protext .config .color .coltext {
  color: #091010;
  font-size: var(--fz14);
  margin-top: .06rem;

}
    .protext .config .color span {
        display: block;
        width: 0.24rem;
        height: 0.24rem;
         border-radius: 50%;
        /* margin-right: 0.18rem; */
        cursor: pointer;
        background-size: cover;
        background-position: center;
    }
.protext .config .color span:last-child {
  margin-right: 0;
}
    .protext .config .color .act {
        border-color: #333;
        border: 1px solid #000;
    border-radius: 50%;
    background-size: 75%;
    background-repeat: no-repeat;
    }
.protext .config .tips {
  line-height: 1.5em;
}
.protext .config .tips a {
  background: url(../images/tips_01.svg) no-repeat left center;
  background-size: 1.0625em auto;
  padding-left: 1.35294118em;
  font-weight: 300;
}
.protext .config .select {
  font-weight: 300;
  color: #000;
  width: calc(100% - 1.9rem);
  position: relative;
  cursor: pointer;
}
.protext .config .select .cur {
  padding: 0.1rem 0.52rem 0.1rem 0.24rem;
  border: solid 1px #e1e1e1;
  height: 3.125em;
  line-height: 1.875em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.protext .config .select .cur:after {
  width: 0.12rem;
  height: 0.07rem;
  background: url(../images/arrow_down_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.protext .config .select ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-top: none;
  display: none;
  max-height: 15.625em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.protext .config .select li {
  padding: 0.1rem 0.24rem;
  height: 3.125em;
  line-height: 1.875em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.protext .config .select li:hover {
  background-color: #f9f9f9;
}
.protext .config .select span {
  color: #999;
  margin-left: 0.18rem;
}
.protext .config .btn {
  padding: 0.05rem 0;
}
.protext .config .btn a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49.34210526%;
  border-radius: 0.03rem;
  height: 3.375em;
  font-weight: 300;
  transition: all 0.2s;
  background-color: #333333;
  color: #fff;
}
.protext .config .btn a:hover {
  background-color: rgba(40, 40, 40, 0.8);
}
.protext .config .btn .add {
  border: solid 1px #555555;
  color: #333;
  background-color: #fff;
}
.protext .config .btn .add:hover {
  border-color: rgba(40, 40, 40, 0.8);
  color: #fff;
}
.protext .cont .item {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.15rem 0;
}
.protext .cont .item:first-child {
  border-top: 1px solid #e1e1e1;
}
.protext .cont .name {
  font-size: var(--fz14);
  font-weight: 400;
  color: #091010;
  line-height: 2em;
  position: relative;
  padding-right: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
.protext .cont .name:after {
  width: 0.12rem;
  height: 0.07rem;
  background: url(../images/arrow_down_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 0.19rem;
  top: 0.78125em;
  transition: all 0.2s;
}
.protext .cont .intro {
  font-size: var(--fz14);
  margin-top: 0.12rem;
  line-height: 32px;
  display: none;
  color: #091010;
}
.protext .cont .border {
  border-bottom-color: #555;
}
.protext .cont .active {
  border-bottom-color: #555;
}
.protext .cont .active:first-child {
  border-top-color: #555;
}
.protext .cont .active .name {
  font-size: var(--fz14);
  color: #333;
}
.protext .cont .active .name:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1280px) {
  .protext {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}
@media only screen and (max-width: 1024px) {
  .protext {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .protext .title {
    font-size: var(--fz28);
  }
}
/*pname*/
.pname {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz40);
  line-height: 1.35em;
  margin-bottom: 0.4rem;
}
/*proinfo*/
.proinfo {
  overflow: hidden;
  padding: 0.45rem 0 0.82rem;
}
/*promid*/
.promid {
  padding: 0.45rem 0;
}
.promid .figure {
  padding-bottom: 100%;
  margin-bottom: 0.22rem;
}
.promid .title {
  font-size: var(--fz16);
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.05rem;
  color: #091010;
}
.promid .intro {
  font-size: var(--fz14);
  line-height: 32px;
  font-weight: lighter;
  color: #091010;
}
.promid .swiper-pagination {
  position: relative;
  margin-top: 0.34rem;
}
.promid .swiper-pagination-progressbar {
  background-color: rgba(51, 51, 51, 0.1);
}
.promid .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 0.04rem;
}
.promid .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333;
}
@media only screen and (max-width: 750px) {
  .promid {
    padding: 0.25rem 0;
  }
}
/*probtm*/
.probtm {
  padding: 0.45rem 0;
}
@media only screen and (max-width: 750px) {
  .probtm {
    padding: 0.25rem 0;
  }
}
/*propage*/
#propage {
  padding: 0.52rem 0 1.2rem;
}
#propage .bname {
  text-align: left;
  font-weight: 300;
}
/*probar*/
.probar {
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.33rem;
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 5;
}
.probar .name {
  font-size: var(--fz40);
  line-height: 1.25em;
  font-weight: 300;
}
.probar .btn {
  font-size: var(--fz16);
  line-height: 1.5em;
  font-weight: 300;
}
.probar .btn > div {
  cursor: pointer;
  position: relative;
  padding: 0.1rem 0;
}
.probar .btn span {
  display: block;
  background: no-repeat right center;
  background-size: auto 1em;
  cursor: pointer;
}
.probar .btn .show {
  margin-right: 0.3rem;
}
.probar .btn .show span {
  padding-right: 1.6875em;
  background-image: url(../images/show_01.svg);
}
.probar .btn .order span {
  padding-right: 1.5625em;
  background-image: url(../images/order_01.svg);
}
.probar .btn ul {
  position: absolute;
  right: 0;
  width: 2.2rem;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 0.08rem 0.24rem 0px rgba(0, 0, 0, 0.08);
  padding: 0.2rem 0.3rem;
  line-height: 2.25em;
  color: #999;
  display: none;
}
.probar .btn li {
  cursor: pointer;
}
.probar .btn li:hover,
.probar .btn .act {
  color: #d0042b;
}
/*probox*/
.probox {
  width: 100%;
}
/*prolist*/
.prolist {
  overflow: hidden;
  width: 100%;
}
.prolist .list {
  width: 103.70138889%;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 750px) {
  .prolist .list {
    margin-bottom: 0.5rem;
  }
}
/*pitem*/
.pitem {
  width: 25%;
  padding-right: 3.5692761%;
  padding-bottom: 4.2389339%;
}
.pitem .info {
  position: relative;
}
.pitem .figure {
  margin-bottom: 0.33rem;
  transition: all 0.2s;
}
.pitem .title {
  font-size: var(--fz20);
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 0.06rem;
  transition: all 0.2s;
}
.pitem .intro {
  line-height: 1.5em;
  color: #999;
  font-weight: 300;
  margin-bottom: 0.06rem;
}
.pitem .scolor {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 136.875%;
  z-index: 3;
  width: 100%;
  justify-content: center;
}
.pitem .meta {
  margin-right: 0.7rem;
}
.pitem .meta span {
  display: block;
}
.pitem .meta span i {
  font-size: 1.125em;
  font-style: normal;
  line-height: 1.66666667em;
}
.pitem .vs {
  background: url(../images/vs_checkbox_01.svg) no-repeat left center;
  background-size: 1em auto;
  color: #666;
  padding-left: 1.4375em;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 300;
  cursor: pointer;
  z-index: 3;
}
.pitem .vs.selected {
  background-image: url(../images/vs_checkbox_02.svg);
}
.pitem .collects {
  color: #666;
  padding-left: 1.4375em;
  position: absolute;
  right: 20%;
  bottom: 0;
  font-weight: 300;
  cursor: pointer;
  z-index: 3;
}
.pitem a {
  display: block;
}
.pitem a:hover .figure {
  background-color: #f8f8f8;
}
.pitem a:hover .title {
  color: #d0042b;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .pitem {
    width: 33.333%;
  }
}
@media only screen and (max-width: 750px) {
  .pitem {
    width: 50%;
    padding-bottom: 6%;
  }
}
@media only screen and (min-width: 1025px) {
  .prolist.grow {
    width: 74.02777778%;
  }
  .prolist.grow .list {
    width: 104.97185741%;
  }
  .prolist.grow .pitem {
    width: 33.333%;
    padding-right: 4.73637176%;
    padding-bottom: 4.73637176%;
  }
  .series.grow{width: 100%;}
  .series.grow .pitem{
    width: 25%;
  }
}
/*sizebox*/
.filter {
  width: 20.83333333%;
}
.filter .name {
  font-weight: 300;
  font-size: var(--fz32);
  line-height: 1.25em;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.24rem;
}
.filter .item {
  padding: 0.25rem 0;
  border-bottom: 1px solid #efefef;
}
.filter .title {
  font-size: var(--fz20);
  line-height: 1.2em;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  padding-right: 1em;
}
.filter .title:after {
  width: 0.7em;
  height: 0.35em;
  background: url(../images/arrow_down_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0.425em;
  transition: all 0.2s;
  transform: rotate(180deg);
}
.filter ul {
  overflow: hidden;
  margin-top: 0.07rem;
}
.filter li {
  line-height: 1.5em;
  font-weight: 300;
  cursor: pointer;
}
.filter .list li {
  background: url(../images/vs_checkbox_01.svg) no-repeat left 0.28125em;
  background-size: 0.9375em auto;
  padding-left: 1.4375em;
  margin-top: 0.1rem;
}
.filter .list .act {
  background-image: url(../images/vs_checkbox_02.svg);
  
}
.filter .color {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 0.04rem;
}
.filter .color li {
  white-space: nowrap;
  text-align: center;
  margin-right: 0.34rem;
  margin-top: 0.18rem;
}
/* .filter .color li:nth-child(5n) {
  margin-right: 0;
} */
.filter .color i {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  /* padding-bottom: 100%; */
  margin-bottom: 0.03rem;
  position: relative;
  width: 30px;
    height: 30px;
}
.filter .color .act i:after {
  width: 46.66666667%;
  padding-bottom: 36.66666667%;
  background: url(../images/selected_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.filter .hide .title:after {
  transform: rotate(0deg);
}
@media only screen and (max-width: 1280px) {
  .filter .color li {
    margin-right: 0.22rem;
  }
}
@media only screen and (max-width: 1024px) {
  .filter {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 5;
  }
  .filter .name {
    width: 100%;
  }
  .filter .item {
    width: 20%;
  }
  .filter .title:after {
    right: 0.2rem;
  }
  .filter .drop {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-shadow: 0px 0.08rem 0.24rem 0px rgba(0, 0, 0, 0.08);
    padding: 0.25rem 0.2rem;
    background-color: #fff;
  }
  .filter .drop ul {
    margin-top: 0;
  }
  .filter .list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
  }
  .filter .list li {
    margin: 0.05rem 0.15rem;
  }
  .filter .color li:nth-child(n+1) {
    margin: 0.1rem 0.22rem;
  }
}
@media only screen and (max-width: 750px) {
  .filter .color li:nth-child(n+1) {
    margin-left: 0.265rem;
    margin-right: 0.265rem;
  }
}
/*sizebox*/
.sizebox {
  font-weight: 300;
  color: #000;
  width: 100%;
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.sizebox .cur {
  padding: 0.1rem 0.52rem 0.1rem 0.24rem;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  height: 3.125em;
  line-height: 1.875em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.sizebox .cur:after {
  width: 0.12rem;
  height: 0.07rem;
  background: url(../images/arrow_down_01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.sizebox ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-top: none;
  display: none;
  max-height: 15.625em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sizebox li {
  padding: 0.1rem 0.24rem;
  height: 3.125em;
  line-height: 1.875em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sizebox li:hover {
  background-color: #f9f9f9;
}
.sizebox span {
  color: #999;
  margin-left: 0.18rem;
}
@media only screen and (max-width: 1024px) {
  .sizebox .cur {
    padding-left: 0.15rem;
    padding-right: 0.25rem;
  }
  .sizebox .cur:after {
    right: 0.1rem;
  }
  .sizebox li {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .sizebox span {
    margin-left: 0.1rem;
  }
}
/*contrast*/
#contrast {
  overflow: hidden;
  padding: 1rem 0 1.03rem;
}
#contrast .box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#contrast table {
  table-layout: fixed;
  min-width: 7rem;
}
#contrast th,
#contrast td {
  text-align: left;
  padding-left: 6.25%;
}
#contrast th:first-child,
#contrast td:first-child {
  width: 14.58333333%;
  padding-left: 0;
}
#contrast .bname {
  font-weight: 300;
}
#contrast .pro {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
#contrast .info .figure {
  background-color: #f8f8f8;
  margin-bottom: 0.3rem;
}
#contrast .info .text {
  margin-bottom: 0.25rem;
}
#contrast .info .title {
  font-size: var(--fz20);
  line-height: 1.5em;
  font-weight: 400;
  padding-right: 1em;
}
#contrast .info .price {
  white-space: nowrap;
}
#contrast .info .price i {
  font-style: normal;
  font-size: 1.125em;
}
#contrast .info a {
  display: block;
  overflow: hidden;
}
#contrast .info a:hover .title {
  color: #d0042b;
  text-decoration: underline;
}
#contrast .add a {
  font-weight: 300;
  border: solid 1px #555555;
  border-radius: 0.03rem;
  height: 2.75em;
  width: 8em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
#contrast .add a:hover {
  background-color: #d0042b;
  color: #fff;
  border-color: #d0042b;
}
#contrast .meta {
  font-size: var(--fz24);
  font-weight: 300;
  padding-top: 0.13rem;
  padding-bottom: 0.13rem;
}
#contrast .meta:nth-child(n+2):after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
#contrast .value {
  line-height: 2em;
  font-weight: lighter;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
#contrast .name {
  color: #999;
}
@media only screen and (max-width: 1024px) {
  #contrast th:first-child {
    width: 1.8rem;
  }
  #contrast th,
  #contrast td {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #contrast .bname {
    font-size: var(--fz34);
  }
  #contrast .info .text {
    flex-wrap: wrap;
  }
  #contrast .info .title {
    width: 100%;
    padding-right: 0;
  }
  #contrast th:first-child {
    width: 1.4rem;
  }
}
/*comparison*/
.comparison {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 0px 0.4rem 0.1rem rgba(74, 74, 74, 0.2);
  z-index: 8;
  background-color: #fff;
  padding-top: 0.3rem;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.comparison.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.comparison .top {
  margin-bottom: 0.2rem;
}
.comparison .name {
  font-size: var(--fz32);
  line-height: 1.5em;
  font-weight: 300;
}
.comparison .close {
  color: #999;
  font-weight: 300;
  background: url(../images/close_01.svg) no-repeat left center;
  background-size: 0.875em auto;
  padding-left: 1.5625em;
  cursor: pointer;
}
.comparison .btn {
  width: 1.48rem;
}
.comparison .btn a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0042b;
  color: #fff;
  border-radius: 0.03rem;
  border: 1px solid #d0042b;
  font-weight: 300;
  margin-bottom: 0.2rem;
  transition: all 0.2s;
  height: 3.125em;
}
.comparison .btn a:last-child {
  margin-bottom: 0;
}
.comparison .btn a:hover {
  opacity: 0.8;
}
.comparison .btn .clear {
  background-color: #fff;
  border-color: #e1e1e1;
  color: #555;
}
.comparison .btn .clear:hover {
  background-color: #d0042b;
  color: #fff;
  border-color: #d0042b;
}
.comparison .list {
  width: calc(100% - 1.48rem);
}
.comparison .list ul {
  max-width: 12.5rem;
}
.comparison .list li {
  width: 20%;
  padding-right: 2.4%;
  padding-bottom: 2.4%;
}
.comparison .list .box {
  position: relative;
}
.comparison .list .del {
  width: 13.63636364%;
  padding-bottom: 13.63636364%;
  background: rgba(0, 0, 0, 0.4) url(../images/close_02@2x.png) no-repeat center center;
  background-size: 33.33333333% auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
}
.comparison .list .pimg {
  background-color: #f8f8f8;
}
.comparison .list .text {
  font-weight: 300;
  color: #555;
  background: url(../images/add_01.svg) no-repeat center top;
  background-size: auto 2.625em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding-top: 3.75em;
}
.comparison .list .figure:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #000, transparent);
  opacity: 0.4;
}
.comparison .list .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  font-weight: 400;
  font-size: var(--fz16);
  line-height: 1.875em;
  text-align: center;
  padding: 0.12rem 1em;
}
.comparison .list a {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .comparison {
    padding-bottom: 0.3rem;
  }
  .comparison .list {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .comparison .list ul {
    justify-content: space-between;
  }
  .comparison .list li {
    width: 48.8%;
    padding-right: 0;
  }
  .comparison .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .comparison .btn a {
    width: 48%;
    margin-bottom: 0;
  }
}

.selfmedia .swiper {
    overflow: visible;
}

.selfmedia .swiper-slide {
    transition: all 0.3s ease;
}

/* .selfmedia .swiper-slide-active {
    margin-top: 6.89655172%;
} */



.selfmedia .swiper-button-prev,
.selfmedia .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}

.selfmedia .swiper-button-prev {
    left: -60px;
}

.selfmedia .swiper-button-next {
    right: -60px;
}

@media only screen and (max-width: 1024px) {
    .selfmedia .swiper-button-prev {
        left: -40px;
    }
    
    .selfmedia .swiper-button-next {
        right: -40px;
    }
}

@media only screen and (max-width: 750px) {
    .selfmedia .swiper-slide-active {
        margin-top: 0;
    }
    
    .selfmedia .swiper-button-prev,
    .selfmedia .swiper-button-next {
        display: none;
    }
}

#member_left  {
  width: 2rem;
}
#member_left .name {
  font-weight: 300;
  font-size: var(--fz40);
  line-height: 1.25em;
  margin-bottom: 0.18rem;
}
#member_left li {
  line-height: 2.875em;
  font-weight: 300;
  display: flex;
  align-items: center;
}
#member_left li img {
  width: 15px;
	height: 15px;
} 

#member_left a {
  color: #555;
  position: relative;
  transition: all 0.2s;
  margin-left: 9px;
}

#member_left .cur a,
#member_left a:hover {
  color: #d0042b;
}

.menber_mtop {
  border-bottom: 1px solid #eee;
}
.menber_mtop .mname {
  margin-bottom: 0.15rem;
}
@media only screen and (max-width: 1024px) {
  #member_left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #member_left ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
  }
  #member_left li {
    margin-right: 0.5rem;
  }
  #member_left li:last-child {
    margin-right: 0;
  }
}


.container{overflow: hidden;}
.padding100{padding-left: calc(100/16 * 1em) !important; padding-right: calc(100/16 * 1em) !important;}
.container .personal{margin-top: calc(80/16 * 1em); padding-bottom: calc(140/16 * 1em);}
.personal h1.title{color: #333; font-size: calc(37/16 * 1em); text-align: center; line-height: 1; margin: calc(100/37 * 1em) 0;}

/*.Form001450 为demo编号*/
.Form001450{display: flex; justify-content: center; flex-direction: row-reverse;}
.Form001450 .from{ width:40%; margin: 0 3em;}
.Form001450 .from .quickLogin p{ text-align:center; font-size:30px; border-bottom:3px solid #333; padding-bottom:25px;}
.Form001450 .from li{padding-left: 4em;  display: flex; overflow:hidden; align-items: center; position: relative;}
.Form001450 .from li.policy{align-items: start;}
.Form001450 .from li.policy label{cursor: pointer;}
.Form001450 .from li.policy a{color: #d0042b;}
.Form001450 .from li:not(:nth-last-of-type(1)){margin-bottom: calc(30/16 * 1em);}
.Form001450 .from li:not(.policy) label{margin-right: 1em; position: absolute; left: 0;}
.Form001450 .from li.hasA a{position: absolute; right: calc(30/16 * 1em); color: #d0042b; border-bottom: 1px solid #d0042b;}
.Form001450 .from li .text{max-width: 100%;  flex: 1; border:1px solid #e3e3e3; padding-left:30px; padding-right: 30px;  color:#aaa; line-height: calc(60/16 * 1em); }
.Form001450 .from li.hasA .text{padding-right: calc(134/16 * 1em);}
.Form001450 .from li .checkbox{ display: none;}
.Form001450 .from li .checkbox:checked + .checked{border-color: #d0042b; background:#d0042b url(../images/select_white.svg) center no-repeat;}
.Form001450 .from li .checked{width: 15px; height: 15px; border: 1px solid #d2d2d2; border-radius: 2px; margin-top: 1.5%; margin-right: 5px;}
.Form001450 .from li .agree{flex: 1; line-height: 2;}
.Form001450 .from li .txt{ color:#bbb; margin:0 50px;}
.Form001450 .from li span{ font-size:14px; color:#bbb; float:right;}
.Form001450 .from li span a{ color:fd9d27; text-decoration:underline;}
.Form001450 .from li .btn{background-color: #333333; color: #fff; width: 100%;  line-height: calc(60/16 * 1em); text-align: center; margin-top: calc(20/16 * 1em);}
.Form001450 .from .registerBox{text-align: center; margin-top: calc(50/16 * 1em);}
.Form001450 .from .register{color: #d0042b;}
.Form001450 .from .method_tab{text-align: center; display: flex;justify-content: center; line-height: 1; margin-bottom: calc(55/16 * 1em);}
.Form001450 .from .method_tab a{font-size: calc(23/16 * 1em); color: #999;}
.Form001450 .from .method_tab a.active{color: #333;}
.Form001450 .from .method_tab span{width: 1px; background-color: #999; margin: 0 calc(30/16 * 1em);}
/* .Form001450 .from .method{display: none; } */
.Form001450 .from .method.quickLogin{padding-bottom: calc(100/16 * 1em);}
.Form001450 .from .method.wxLogin{padding-bottom: calc(162/16 * 1em);}
.Form001450 .from .wxLogin{flex-direction: column;align-items: center;}
.Form001450 .from .wxLogin p{padding-left: calc(28/16 * 1em); background: url(../../common/images/wx.png) no-repeat left center; display: inline-block; margin: 0; margin-bottom: calc(30/16 * 1em);}
.Form001450 .from .wxLogin aside{margin-top: 1.5em;}
.Form001450> figure{margin-right: calc(45/16 * 1em); margin-left: 20px;}

.Form001450 .from .method.wxLogin #wrp_code{width: calc(250/16 * 1em);padding: calc(4 / 16* 1em);border: 1px solid #eeeeee;border-radius: 4px;}
@media(max-width:1280px){
    .Form001450 .from li .checked{margin-top: 1%;}
}

@media(max-width:1024px){
    .Form001450{flex-wrap: wrap;}
    .Form001450 .from{width: 80%; margin: 0 auto;}
    .Form001450> figure{display: none;}
    .Form001450 .from li .checked{margin-top: calc(8/16 * 1em);}
    .Form001450 .from li .agree{font-size: calc(14/16 * 1em);}
    .Form001450 .from li.hasA a{font-size: calc(14/16 * 1em);}
    .Form001450 .from .method.quickLogin{padding-bottom: calc(50/16 * 1em);}
    .Form001450 .from .method.wxLogin{padding-bottom: calc(50/16 * 1em);}
    .Form001450 .from li .text{line-height: calc(50/16 * 1em);}
  .Form001450 .from li .btn{line-height: calc(50/16 * 1em);}
}

@media(max-width:480px){
    .Form001450 .from li .checked{margin-top: calc(4/16 * 1em);}
}


.profile-form {
  margin: 30px auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.avatar-section {
  text-align: center;
  margin-bottom: 30px;
}

.avatar-container {
  display: inline-block;
  position: relative;
}

.user-avatar {
  width: 100px;
height: 100px;
}

.update-avatar-btn {
  display: block;
  margin: 10px auto;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}

.update-avatar-btn:hover {
  background: #d0042b;
  color: #fff;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.form-group label {
  width: 100px;
  padding-right: 15px;
  color: #555555;
  font-size: 14px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
  flex: 1;
  width: 312px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.form-group input[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.radio-group {
  flex: 1;
  display: flex;
  gap: 20px;
}

.radio-group label {
  width: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-group input[type="radio"] {
  margin-right: 5px;
}

.form-actions {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.save-btn {
  padding: 10px 40px;
  background: #ffff;
  color: #333;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.save-btn:hover {
  background: #d0042b;
  color: #fff;
  border: 1px solid #d0042b;
}

.radio-group input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
}

.radio-group input[type="radio"]:checked {
  background-color: #d0042b;
  border-color: #d0042b;
}

.radio-group input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.radio-group label {
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  color: #555;
}

.radio-group label:hover input[type="radio"] {
  border-color: #d0042b;
}

@media screen and (max-width: 768px) {
  .profile-form {
      flex-direction: column;
  }

  .form-group {
      flex-direction: column;
      align-items: flex-start;
  }

  .form-list {
    width: 100%;
  }

  .form-group label {
      width: 100%;
      text-align: left;
      margin-bottom: 8px;
  }

  .form-group input[type="text"],
  .form-group input[type="tel"],
  .form-group input[type="email"] {
      width: 100%;
  }

  .radio-group {
      width: 100%;
      
  }

  .user-avatar {
      width: 100px;
      height: 100px;
  }

  .save-btn {
      width: 100%;
      padding: 12px;
  }
  .form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
  padding: 10px;
}
}


/*order*/
.order table {
  table-layout: fixed;
}

.order tr:nth-child(1) {
  background-color: #f8f8f8;
}

.order tr:nth-child(1) th {
  padding: .15rem 0;
}

.order th {
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.875em;
  
  font-weight: 400;
}


.order th:nth-child(1) {
  width: 34.48275862%;
}

.order td {
  font-weight: 300;
  text-align: center;
  padding: .2rem 0;
}
@media only screen and (max-width: 750px) {
  /* .order th,
  .order td {
    padding-left: 3%;
    padding-right: 3%;
  } */
}

/* 订单列表样式 */
.order {
  width: 100%;
}

.order .product-info {
  display: flex;
  align-items: center;
  padding: 0 .5rem;
}

.order .product-info img {
  width: 74px;
	height: 120px;
  object-fit: cover;
  margin-right: 15px;
}

.order .product-info .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
}

.order .product-info .name {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.order .product-info .spec {
  font-size: 12px;
  color: #999;
}

.order .price {
  color: #333;
  font-weight: 500;
}

.order .status {
  color: #333;
}

.order .status a {
  color: #d0042b;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}

.order .actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order .model {
  font-size: var(--fz16);
  color: #333;
}

.order .price {
  font-size: var(--fz16);
  color: #333; 
}

.order .sum {
  font-size: var(--fz16);
  color: #333; 
}

.order .transport {
  font-size: var(--fz16);
  color: #333; 
}

.order .logistics {
  font-size: var(--fz16);
  color: #d0042b; 
  text-decoration:underline;
}

.order .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.confirm-btn,
.detail-btn {
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.confirm-btn {
  background: #fff;
  color: #d0042b;
  border: 1px solid #d0042b;
  margin-bottom: 5px;
}

.confirm-btn:hover {
  background: #b8001f;
  color: #fff;
}

.detail-btn {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.detail-btn:hover {
  border-color: #d0042b;
  color: #d0042b;
}



/* 响应式布局 */
@media screen and (max-width: 768px) {
  .order th:nth-child(2),
  .order td:nth-child(2) {
      display: none;
  }
  
  
  .order .product-info .name {
      font-size: 12px;
  }
  
  .order .product-info .spec {
      font-size: 11px;
  }
  
  .confirm-btn,
  .detail-btn {
      padding: 0px 8px;
      font-size: var(--fz12);
  }
  .order .product-info {
    display: block;
    padding: 0;
  }
  .order .product-info .details {
    display: none;
  }
  .order th:nth-child(1) {
    width: auto;
  }
  .order .product-info img {
    width: 54px;
    height: 90px;
  }
  .order .transport,.order .logistics{
    font-size: var(--fz12);
  }
} 




.order-detail-container .section {
  margin-bottom: 10px;
}

.order-detail-container .section-title {
  font-size: var(--fz18);
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
}

.order-detail-container .order-info {
  display: flex;
  align-items: center;
}

.order-detail-container .info-row {
  display: flex;
  margin-bottom: 10px;
  font-size: var(--fz14);
  color: #666;
  margin-right: 50px;
}

.order-detail-container .label {
  color: #999;
}

.order-detail-container .value {
  flex: 1;
}

.order-detail-container .status {
  color: #d0042b;
}


.order-detail {
  padding: 30px;
  border: 1px solid #eee;
}

.order-detail .section {
  margin-bottom: 30px;
  padding-bottom: 42px;
  border-bottom: 1px solid #eee;
}

.order-detail .section-title {
  font-size: var(--fz18);
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
}

.order-detail .order-info {
  display: flex;
  align-items: center;
}

.order-detail .info-row {
  display: flex;
  margin-bottom: 10px;
  font-size: var(--fz14);
  color: #666;
  margin-right: 50px;
}

.order-detail .label {
  color: #555555;
}

.order-detail .value {
  flex: 1;
}

.order-detail .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 15px;
}

.order-detail .product .product-list {
  display: flex;
  align-items: center;
}

.order-detail .product-img {
  width: 74px;
  height: 120px;
  object-fit: cover;
  margin-right: 20px;
}

.order-detail .product-info {
  flex: 1;
}

.order-detail .product-name {
  font-size: var(--fz16);
  color: #333;
}

.order-detail .product-spec {
  font-size: var(--fz14);
  color: #999;
}

.order-detail .product-price {
  font-size: var(--fz16);
  color: #333;
}

.order-detail .total {
  text-align: right;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.order-detail .total-item {
  margin-bottom: 10px;
  font-size: var(--fz14);
  color: #666;
}

.order-detail .total-price {
  font-size: var(--fz18);
  color: #d0042b;
  font-weight: 500;
}

.order-detail .status {
  color: #d0042b;
}

.back-order-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #555555;
  font-size: var(--fz6);
  margin-top: 40px;
}

.back-order-list img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .order-detail .info-row {
      
      margin-bottom: 15px;
  }

  .order-detail-container .order-info {
    flex-direction: column;
    align-items: baseline;
  }
  
  .order-detail .label {
      margin-bottom: 5px;
  }
  .order-detail .product {
    padding: 0;
  }
  .order-detail .order-info {
    flex-direction: column;
    align-items: baseline;
  }
  
  .order-detail .product-img {
      margin-bottom: 15px;
  }
  
}


/* 我的收藏 */
.collect table {
  table-layout: fixed;
}

.collect tr:nth-child(1) {
  background-color: #f8f8f8;
}

.collect tr:nth-child(1) th {
  padding: .15rem 0;
}

.collect th {
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.875em;
  
  font-weight: 400;
}


.collect th:nth-child(1) {
  width: 34.48275862%;
}

.collect td {
  font-weight: 300;
  text-align: center;
  padding: .2rem 0;
}
@media only screen and (max-width: 750px) {
  /* .collect th,
  .collect td {
    padding-left: 3%;
    padding-right: 3%;
  } */
}

.collect {
  width: 100%;
}

.collect .product-info {
  display: flex;
  align-items: center;
  padding: 0 .5rem;
}

.collect .product-info img {
  width: 74px;
    height: 120px;
  object-fit: cover;
  margin-right: 15px;
}

.collect .product-info .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
}

.collect .product-info .name {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.collect .product-info .spec {
  font-size: 12px;
  color: #999;
}

.collect .price {
  color: #333;
  font-weight: 500;
}

.collect .status {
  color: #333;
}

.collect .status a {
  color: #d0042b;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}

.collect .actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.collect .model {
  font-size: var(--fz16);
  color: #333;
}

.collect .price {
  font-size: var(--fz16);
  color: #333; 
}

.collect .sum {
  font-size: var(--fz16);
  color: #333; 
}

.collect .transport {
  font-size: var(--fz16);
  color: #333; 
}

.collect .logistics {
  font-size: var(--fz16);
  color: #d0042b; 
  text-decoration:underline;
}

.collect .btn {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.collect .confirm-btn,
.collect .detail-btn {
  padding: 2px 15px;
  bcollect-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.collect .confirm-btn {
  background: #fff;
  color: #d0042b;
  bcollect: 1px solid #d0042b;
  margin-bottom: 5px;
  margin-right: 10px;
}

.confirm-btn:hover {
  background: #b8001f;
  color: #fff;
}

.detail-btn {
  background: #fff;
  color: #333;
  bcollect: 1px solid #ddd;
}

.detail-btn:hover {
  bcollect-color: #d0042b;
  color: #d0042b;
}



/* 响应式布局 */
@media screen and (max-width: 768px) {
  
  .collect .btn {
    flex-direction: column;
    align-items: center;
  }
  
  .collect .product-info .name {
      font-size: 12px;
  }
  
  .collect .product-info .spec {
      font-size: 11px;
  }
  
  .collect .confirm-btn,
  .collect .detail-btn {
      padding: 0px 8px;
      font-size: var(--fz12);
  }
  .collect .confirm-btn {
    margin-right: 0;
  }
  .collect .product-info {
    display: block;
    padding: 0;
  }
  .collect .product-info .details {
    display: none;
  }
  .collect th:nth-child(1) {
    width: auto;
  }
  .collect .product-info img {
    width: 54px;
    height: 90px;
  }
  .collect .transport,.collect .logistics{
    font-size: var(--fz12);
  }
}

/* 我的地址 */
.add-address_btn {
    display: inline-block;
    padding: 8px 20px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-address-btn:hover {
    background-color: #000;
    color: #fff;
}

.address-list {
    margin-top: 20px;
}

.address-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 4px;
}


.address-info {
    flex: 1;
}

.address-tag-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.address-tag {
    display: inline-block;
    padding: 2px 8px;
    background-color: #d0042b;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.contact-info {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}

.address-detail {
    font-size: 14px;
    color: #555555;
}

.address-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.address-actions a {
    color: #555555;
    font-size: 14px;
    text-decoration: none;
}

.address-actions a:hover {
    color: #d0042b;
}

.address-actions .set-default {
    color: #555555;
}

@media screen and (max-width: 768px) {
    .address-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    
    .address-actions {
        margin-top: 15px;
        width: 100%;
        justify-content: flex-end;
    }
    
    .contact-info {
        font-size: 14px;
    }
    
    .address-detail {
        font-size: 12px;
    }
    
    .address-actions a {
        font-size: 12px;
    }
}

.address-form {
  padding: 40px 65px;
    background: #fff;
    margin-top: 20px;
}

.address-form form {
    max-width: 600px;
}

.address-form .form-group {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.address-form label {
    color: #333;
    font-size: 16px;
    line-height: 40px;
    flex-shrink: 0;
}

.address-form input[type="text"] {
    flex: 1;
    height: 40px;
    border: 1px solid #e3e3e3;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
}

.address-form input[type="text"]::placeholder {
    color: #aaa;
}

.address-form .select-group {
    flex: 1;
    display: flex;
    gap: 10px;
}

.address-form select {
    flex: 1;
    height: 40px;
    border: 1px solid #e3e3e3;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
}

.address-form .checkbox-group {
    padding-left: 100px;
}

.address-form .checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    width: 140px;
}

.address-form input[type="checkbox"] {
    display: none;
}

.address-form .checkbox-custom {
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    margin-right: 8px;
    position: relative;
}

.address-form input[type="checkbox"]:checked + .checkbox-custom {
    background: #d0042b;
    border-color: #d0042b;
}

.address-form input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.address-form .form-actions {
    padding-left: 90px;
    margin-top: 40px;
}

.address-form .submit-btn {
  width: 150px;
	height: 50px;
	background-color: #333333;
	border-radius: 3px;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    line-height: 50px;
}

.address-form .submit-btn:hover {
    background: #d0042b;
}

.form-actions-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .address-form {
        padding: 20px;
    }

    .address-form .form-group {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .address-form label {
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .address-form .checkbox-group,
    .address-form .form-actions {
        padding-left: 0;
    }

    .address-form .submit-btn {
        width: 100%;
    }

    /* .address-form .select-group {
        flex-direction: column;
    } */
    .address-form input[type="text"] {
      padding: 10px;
    }
    .form-actions-btn {
      flex-direction: column;
    }
}

/* 我的优惠券 */
.coupon-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.coupon-item {
  width: 100%;
  height: 140px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url(../../common/images/coupon.png);
    position: relative;
    cursor: pointer;
    transition: background-image 0.3s;
}

.coupon-item:hover,
.coupon-item.active {
    background-image: url(../../common/images/coupon_active.png) !important;
}

.coupon-item:hover .coupon-price,
.coupon-item:hover .coupon-title,
.coupon-item:hover .coupon-condition,
.coupon-item:hover .coupon-date,
.coupon-item:hover .coupon-use,
.coupon-item.active .coupon-price,
.coupon-item.active .coupon-title,
.coupon-item.active .coupon-condition,
.coupon-item.active .coupon-date,
.coupon-item.active .coupon-use {
    color: #d0042b;
}

.coupon-info {
    display: flex;
    align-items: center;
    height: 100%;
}

.coupon-price {
    width: 180px;
    text-align: center;
    font-size: var(--fz50);
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.coupon-price span {
    font-size: var(--fz24);
    margin-right: 5px;
}

.coupon-details {
    flex: 1;
    padding: 20px 40px 20px 70px
}

.coupon-title {
    font-size: var(--fz16);
    color: #333;
    margin-bottom: 10px;
}

.coupon-condition {
    font-size: var(--fz14);
    color: #999;
    margin-bottom: 5px;
}

.coupon-date {
    font-size: var(--fz14);
    color: #999;
}

.coupon-use {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: var(--fz14);
}

@media screen and (max-width: 768px) {
    .coupon-item {
        width: 100%;
        background-size: 100% 100%;
    }
    
    .coupon-price {
        width: auto;
        font-size: var(--fz30);
        padding: 0 7px;
    }
    
    .coupon-price span {
        font-size: var(--fz20);
    }
    
    .coupon-details {
        padding: 15px 30px 15px 15px;
    }
}


#cart {
  width: 100%;
}

/*order*/
.cart_table table {
  table-layout: fixed;
}

.cart_table tr:nth-child(1) {
  background-color: #f8f8f8;
}

.cart_table tr:nth-child(1) th {
  padding: .15rem 0;
}

.cart_table th {
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.875em;
  
  font-weight: 400;
}

.cart_table th:nth-child(1) {
  width: 0%;
}


.cart_table th:nth-child(2) {
  width: 34.48275862%;
}

.cart_table td {
  font-weight: 300;
  text-align: center;
  padding: .2rem 0;
}
@media only screen and (max-width: 750px) {
  /* .order th,
  .order td {
    padding-left: 3%;
    padding-right: 3%;
  } */
}

.cart_table {
  width: 100%;
}

.cart_table .product-info {
  display: flex;
  align-items: center;
  padding: 0 .5rem;
}

.cart_table .product-info img {
  width: 74px;
	height: 120px;
  object-fit: cover;
  margin-right: 15px;
}

.cart_table .product-info .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
}

.cart_table .product-info .name {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.cart_table .product-info .spec {
  font-size: 12px;
  color: #999;
}

.cart_table .price {
  color: #333;
  font-weight: 500;
}

.cart_table .status {
  color: #333;
}

.cart_table .status a {
  color: #d0042b;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}

.cart_table .actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart_table .model {
  font-size: var(--fz16);
  color: #333;
}

.cart_table .price {
  font-size: var(--fz16);
  color: #333; 
}

.cart_table .sum {
  font-size: var(--fz16);
  color: #333; 
}

.cart_table .transport {
  font-size: var(--fz16);
  color: #333; 
}

.cart_table .logistics {
  font-size: var(--fz16);
  color: #d0042b; 
  text-decoration:underline;
}

.cart_table .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}



/* 响应式布局 */
@media screen and (max-width: 768px) {
  
  .cart_table .product-info .name {
      font-size: 12px;
  }
  
  .cart_table .product-info .spec {
      font-size: 11px;
  }
  .cart_table .product-info {
    display: block;
    padding: 0;
  }
  .cart_table .product-info .details {
    display: none;
  }
  .cart_table th:nth-child(1) {
    width: auto;
  }
  .cart_table .product-info img {
    width: 54px;
    height: 90px;
  }
  .cart_table .transport,.order .logistics{
    font-size: var(--fz12);
  }
} 

.cart_table .cart-item-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cecece;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    outline: none;
}

.cart_table .cart-item-checkbox:checked {
    background-color: #d0042b;
    border-color: #d0042b;
}

.cart_table .cart-item-checkbox:checked:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_table table {
    width: 100%;
    border-collapse: collapse;
}

.cart_table tr:not(:first-child) {
    border-bottom: 1px solid #e3e3e3;
}

.cart_table td {
    padding: 20px 0;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    margin-top: 20px;
}

.cart-footer-left {
    display: flex;
    align-items: center;
}

.select-all {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select-all span {
    margin-left: 8px;
    color: #333;
}

.cart-footer-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.cart-total {
  margin-bottom: 27px;
}

.cart-total span {
    color: #333;
}

.cart-total em {
    font-style: normal;
    color: #d0042b;
}

.total-price em {
    font-size: 20px;
    font-weight: bold;
}

.update-cart {
    width: 160px;
	  height: 54px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    border: 1px solid #333;
    transition: all 0.3s ease;
    border-radius: 3px;
    text-align: center;
    line-height: 54px;
}

.checkout-btn {
    width: 160px;
	  height: 54px;
    display: inline-block;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 3px;
    text-align: center;
    line-height: 54px;
}

.checkout-btn:hover {
    background-color: #d0042b;
}

.delete-all {
  display: flex;
  align-items: center;
  color: #333;
  font-size: var(--fz16);
  margin-left: 40px;
}

.delete-all img {
  width: 15px;
	height: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {

  .cart_table th:nth-child(5),
  .cart_table td:nth-child(5) {
      display: none;
  }

    .cart-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cart-footer-right {
        margin-top: 15px;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
    }

    .cart-footer-left {
      width: 100%;
      justify-content: flex-end;
    }
    
    .cart-total {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: right;
    }
    

    .cart-footer-right-right {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
}

.select-all .cart-item-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cecece;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    outline: none;
}

.select-all .cart-item-checkbox:checked {
    background-color: #d0042b;
    border-color: #d0042b;
}

.select-all .cart-item-checkbox:checked:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 120px;
    height: 36px;
}

.quantity-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f8f8f8;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #e3e3e3;
}

.quantity-btn.minus {
    border-right: 1px solid #e3e3e3;
}

.quantity-btn.plus {
    border-left: 1px solid #e3e3e3;
}

.quantity-input {
    width: 48px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: transparent;
}

.quantity-input:focus {
    outline: none;
}

@media screen and (max-width: 768px) {
    .quantity-control {
        width: 100px;
        height: 30px;
    }

    .quantity-btn {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .quantity-input {
        width: 40px;
        height: 30px;
    }
}

/* 结算页面样式 */
.padding100 {
    padding-left: calc(100/16 * 1em);
    padding-right: calc(100/16 * 1em);
}

.personal {
    margin-top: calc(80/16 * 1em);
    padding-bottom: calc(140/16 * 1em);
}



/* 地址列表样式 */
.address-section {
    margin-bottom: 30px;
}

.address-list {
	display: flex;
  flex-direction: column;
}


.address-item {
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.address-item:hover {
    border-color: #333;
}

.address-info {
    position: relative;
}

.address-tag-box {
    margin-bottom: 10px;
}

/* .address-tag {
    display: inline-block;
    padding: 2px 8px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
} */

.contact-info {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.address-detail {
    color: #666;
    line-height: 1.5;
}

/* 新增地址按钮 */
.add-address-btn {
    width: 100%;
    padding: 15px;
    border: 1px dashed #999;
    background: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.add-address-btn:hover {
    border-color: #333;
    color: #333;
}

/* 收起按钮 */
.collapse-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
    color: #666;
}

.collapse-btn span {
    margin-right: 5px;
}

.collapse-btn img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

/* 响应式布局 */
@media screen and (max-width: 1024px) {
    .address-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .padding100 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .title {
        font-size: 24px;
        margin: 30px 0;
    }

    .address-list {
        grid-template-columns: 1fr;
    }

    .address-item {
        padding: 15px;
    }
} 

#settlement {
  width: 100%;
}

.settlement_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 20px;
}

.settlement_content_left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.settlement_content_left p {
  font-size: var(--fz16);
  font-weight: bold;
}

.settlement_content_left a {
  width: 120px;
	height: 40px;
	border-radius: 3px;
	border: solid 1px #555555;
  text-align: center;
  line-height: 40px;
  color: #555555;
  text-decoration: none;
}

.settlement_content_left a:hover {
  background-color: #d0042b;
  color: #fff;
  border: #d0042b;
}

.settlement_content_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}

.settlement_content_right_item {
  background-color: #f8f8f8;
  padding: 30px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}

.settlement_content_right_item:hover,
.settlement_content_right_item.active {
  border: 1px solid #d0042b;
}


.settlement_content_right_item.active::after {
  
  border-color: #d0042b;
}

.settlement_content_right_item .address-info .address-tag {
  width: 46px;
  height: 24px;
  background-color: #d0042b;
  color: #fff;
  font-size: var(--fz12);
  border-radius: 3px;
  text-align: center;
  line-height: 24px;
  padding: 0;
}

.settlement_content .retract {
  margin-top: 20px;
  font-size: var(--fz16);
	color: #555555;
}

.settlement_content_right_item {
  background-color: #f8f8f8;
  padding: 30px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}

.settlement_content_right_item:hover,
.settlement_content_right_item.active {
  border: 1px solid #d0042b;
}

.settlement_content_right_item.active::before {
  content: '';
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 30px solid #d0042b;
  border-left: 30px solid transparent;
}

.settlement_content_right_item.active::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 4px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 1;
}

.settlement_content_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}

.settlement_content_right.collapsed .settlement_content_right_item:not(:first-child) {
  display: none;
}

.settlement_content .retract {
  margin-top: 20px;
  font-size: var(--fz16);
  color: #555555;
  cursor: pointer;
}

.settlement_content .retract::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg);
  margin-left: 8px;
  transition: transform 0.3s;
}

.settlement_content .retract.collapsed::after {
  transform: rotate(-135deg);
}

.product-section {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 4.5rem 30px 30px;
  margin-bottom: 10px;
}

.product-info {
  display: flex;
  align-items: center;
}

.product-info .details {
  margin-left: 20px;
}

.payment-method {
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment-option {
  width: 400px;
  height: 60px;
  border-radius: 3px;
  padding: 0 20px;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  line-height: 60px;
}

.payment-info {
  display: flex;
  align-items: center;
}

.payment-info p {
  font-size: var(--fz16);
  color: #333;
  width: 65px;
}

.payment-info p span {
  color: #d0042b;
}

.payment-info select {
  width: 311px;
	height: 50px;
	border-radius: 3px;
	border: solid 1px #e1e1e1;
  padding: 0 10px;
  font-size: var(--fz16);
  color: #333;
}

.payment-info select option {
  font-size: var(--fz16);
}

.payment-info select option span {
  color: #d0042b;
}

.payment-info textarea {
  width: 100%;
  padding: 20px;
  border-radius: 3px;
	border: solid 1px #e1e1e1;
}

.payment-info-item {
  font-size: var(--fz16);
  color: #333;
}

.payment-info-item span {
  color: #d0042b;
}

.settlement_total {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.settlement_total_item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: var(--fz16);
    color: #333;
    text-align: left;
}

.settlement_total_item p {
    width: 120px;
    text-align: left;
}
.settlement_total_item span  {
  width: 140px;
  text-align: left;
}

.settlement_total_item:last-child {
    margin-bottom: 30px;
}

.settlement_total_item.total {
    font-size: var(--fz18);
    font-weight: bold;
}

.settlement_total_item .price {
    color: #d0042b;
    font-size: var(--fz28);
}

.settlement_submit {
    width: 160px;
    height: 54px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: var(--fz16);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.settlement_submit:hover {
    background-color: #d0042b;
}

@media screen and (max-width: 768px) {
    .settlement_total_item {
        font-size: var(--fz14);
    }
    
    .settlement_total_item p {
        width: 200px;
    }
    
    .settlement_total_item.total {
        font-size: var(--fz16);
    }
    
    .settlement_submit {
        width: 100%;
        height: 45px;
        font-size: var(--fz14);
    }
    .product-section {
      padding: 10px;
    }
}



.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-code-component > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --bg-primary: #fdfdfd;
  --text-secondary: #000;
  --text-primary: #1b1b1b;
  --bg-brand: #363636;
  --color-3: #000;
  --text-color-brand: white;
  --bg-secondary: #f3f3f3;
  --color\<deleted\|variable-8c718736-d6fe-6a18-9c03-083256309916\>: #eaeaea;
  --color-2: #eaeaea;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray800: #1d2939;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --untitled-ui--warning300: #fec84b;
  --font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-2: Georgia, Times, "Times New Roman", serif;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--50: #d0d4d9;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--neutral--10: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--60: #2f54eb;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg-primary);
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--text-primary);
  letter-spacing: -.02px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--text-secondary);
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

a:hover {
  color: var(--text-primary);
  text-decoration: none;
}

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  max-width: 1280px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.container.navigation {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-header-component {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  padding: 0;
}

.paragraph-container {
  max-width: 75ch;
}

.style-group {
  margin-top: 48px;
  padding-top: 40px;
  display: flex;
}

.caption {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.styles-callout {
  color: #eceeff;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 1px 8px;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles-callout.html-tag {
  color: #fff;
  background-color: #d13591;
  border-color: #0000;
}

.paragraph-large {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-top: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.6;
}

.hero-content-cell {
  justify-content: center;
}

.button-primary {
  grid-column-gap: 14px;
  border: 1px solid var(--bg-brand);
  background-color: var(--color-3);
  color: var(--text-color-brand);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  align-items: stretch;
  padding: 12px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 4px 2px #1018280a;
}

.button-primary:hover {
  filter: brightness(75%);
  color: var(--text-color-brand);
  text-decoration: none;
}

.button-primary.full-width {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #fff;
}

.hero-paragraph-container {
  max-width: 350px;
  margin-bottom: 24px;
}

.hero-header-floating-image-wrapper {
  width: 368px;
  position: absolute;
  bottom: -32px;
  left: -32px;
}

.hero-header-image-wrapper {
  position: relative;
}

.hero-header-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 990px;
  height: 100%;
  margin-top: 42px;
  margin-right: 0;
}

.hero-header-floating-image {
  border-radius: 4px;
}

.features-item-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 40px;
  padding: 0;
}

.features-item-icon-wrapper {
  background-color: var(--text-primary);
  border: 5px solid #ffffffb3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  box-shadow: 0 6px 4px #0000000f;
}

.features-item-icon {
  width: 24px;
  height: 24px;
}

.button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.pricing-components {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.pricing-plan {
  border: 1px solid var(--bg-secondary);
  background-color: var(--bg-secondary);
  border-radius: 4px;
  width: 100%;
  margin-top: 40px;
  padding: 32px 32px 48px;
  box-shadow: 0 4px 6px -2px #10182808, 0 12px 16px -4px #00000014;
}

.pricing-plan.popular {
  position: relative;
  overflow: hidden;
  transform: translate(0, -48px);
  box-shadow: 0 8px 36px -2px #1018281a, 0 24px 48px -4px #0000000f;
}

.pricing-plan-heading {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.pricing-content-align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.pricing-price {
  color: #363636;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.4;
}

.pricing-text {
  padding-left: 4px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-feature {
  grid-column-gap: 8px;
  align-items: center;
  padding-bottom: 16px;
}

.divider {
  background-color: #f0f0f0;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-secondary {
  border: 1px solid var(--bg-brand);
  color: var(--text-primary);
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.5;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary:hover {
  background-color: var(--bg-secondary);
  text-decoration: none;
}

.button-secondary.full-width {
  text-align: center;
  width: 100%;
}

.pricing-feature-list {
  margin-bottom: 24px;
}

.margin-bottom-16px {
  margin-bottom: 16px;
}

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

.margin-bottom-48px {
  margin-bottom: 48px;
}

.inner-container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container.features {
  text-align: center;
  max-width: 600px;
  margin-bottom: 38px;
}

.eyebrow {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.features-stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.featured-image {
  object-fit: cover;
  border-radius: 4px;
  width: 960px;
  max-width: 100%;
  height: 160%;
  max-height: 462px;
}

.logos-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 0;
  display: flex;
}

.logos-wrapper {
  flex: 1;
  justify-content: center;
  min-width: 140px;
  padding: 12px 24px;
  display: flex;
}

.logos-logo-image {
  width: 100%;
  min-width: 150px;
  max-width: 100%;
  max-height: 100px;
}

.logo-component {
  background-color: var(--text-color-brand);
  border-radius: 4px;
  padding: 20px 0 0;
}

.cta-component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color\<deleted\|variable-8c718736-d6fe-6a18-9c03-083256309916\>);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.footer-left-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
}

.logo-link {
  margin-bottom: 32px;
  text-decoration: none;
}

.footer-social-list {
  grid-column-gap: 24px;
  margin-top: 32px;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-right-wrapper {
  align-self: center;
}

.footer-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.footer-link-list {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: space-between;
  align-self: center;
  place-items: flex-start start;
  min-width: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.legal-text-bottom {
  color: var(--text-color-brand);
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  width: 70%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-link {
  grid-column-gap: 8px;
  color: var(--text-secondary);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #222;
}

.social-link {
  color: #757575;
  width: 3%;
  text-decoration: none;
}

.social-link:hover {
  color: #222;
}

.about-us-content-cell {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 32px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-top-16px {
  margin-top: 16px;
}

.typography-style-group-stack {
  width: 100%;
  padding: 0;
}

.h1 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-bottom: 24px;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

.h2 {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-bottom: 19px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.styles-section-label {
  border-bottom: 1px solid var(--text-secondary);
  margin-top: 96px;
  margin-bottom: 32px;
  padding-bottom: 8px;
}

.h3 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.h4 {
  color: var(--text-primary);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.component-card {
  border: 1px solid var(--bg-secondary);
  background-color: var(--bg-primary);
  border-radius: 4px;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -2px #10182808, 0 12px 16px -4px #00000014;
}

.card-body {
  background-color: var(--bg-secondary);
  width: 100%;
  padding: 32px;
}

.align-stretch {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.styles-card-preview {
  color: var(--bg-primary);
  border-bottom: 1px solid #d8d8d8;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.footer-section2 {
  background-color: var(--color-3);
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.text-white {
  color: #000;
  align-self: flex-start;
  padding-left: 80px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.background-primary {
  background-color: var(--bg-primary);
}

.background-secondary {
  background-color: var(--bg-secondary);
}

.background-brand {
  background-color: var(--bg-brand);
}

.text-color-primary {
  color: var(--text-primary);
}

.text-color-secondary {
  color: var(--text-secondary);
}

.text-color-brand {
  color: var(--text-color-brand);
}

.nav-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 4px solid #0000;
  margin-left: 0;
  padding-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.nav-link:hover {
  border-bottom: 4px solid var(--text-secondary);
  color: var(--text-primary);
}

.nav-link.w--current {
  color: var(--text-secondary);
}

.nav-link.last {
  margin-right: 10px;
}

.card {
  border: 1px solid var(--bg-secondary);
  background-color: var(--bg-secondary);
  box-shadow: none;
  background-image: url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65b2d37fed1f28fce830738b_Luggage.jpg");
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4px;
  height: 100%;
  padding: 32px;
}

.form {
  width: 100%;
  height: 72px;
  position: relative;
}

.apply-now-button {
  background-color: var(--bg-brand);
  color: var(--text-color-brand);
  border-radius: 4px;
  padding: 12px 18px;
  display: inline-block;
}

.text-field {
  border-radius: 4px;
  height: 100%;
  padding-left: 32px;
}

.apply-now-button-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 12px 0% auto;
}

.form-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 300px;
  max-width: 500px;
  margin-bottom: 0;
  display: flex;
}

.form-wrapper.full-width {
  width: 100%;
  max-width: none;
}

.success-message {
  color: #000;
}

.select-field {
  background-color: var(--bg-primary);
  color: var(--text-secondary);
  border-radius: 4px;
}

.radio-button, .checkbox {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

.pricing-title-wrapper {
  text-align: center;
  margin-bottom: 96px;
}

.utility-styles-column {
  width: 100%;
}

.utlity-styles-wrapper {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 1px;
}

.utlity-styles-wrapper.margin {
  background-color: #f3f3f3;
  background-image: url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65aa7d86cd4fd71e9953ccf9_bg-lines-lightblue3.svg");
  background-position: 0 0;
  background-size: 4px;
  width: 100%;
}

.utlity-styles-wrapper.padding {
  background-color: #f3f3f3;
  background-image: url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65aa7d86cd4fd71e9953ccf8_bg-lines-green.svg");
  background-position: 0 0;
  background-size: 4px;
}

.margin-top-0px {
  margin-top: 0;
}

.utility-styles-card {
  color: #363636;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 16px;
}

.margin-top-32px {
  margin-top: 32px;
}

.margin-top-48px {
  margin-top: 48px;
}

.margin-bottom-0px {
  margin-bottom: 0;
}

.margin-bottom-32px {
  margin-bottom: 2em;
}

.margin-left-0px {
  margin-left: 0;
}

.margin-left-16px {
  margin-left: 1em;
}

.margin-left-32px {
  margin-left: 2em;
}

.margin-left-48px {
  margin-left: 3em;
}

.margin-right-0px {
  margin-right: 0;
}

.margin-right-16px {
  margin-right: 1em;
}

.margin-right-32px {
  margin-right: 2em;
}

.margin-right-48px {
  margin-right: 3em;
}

.padding-top-0px {
  padding-top: 0;
}

.padding-top-16px {
  padding-top: 1em;
}

.padding-top-32px {
  padding-top: 2em;
}

.padding-top-48px {
  padding-top: 3em;
}

.padding-bottom-16px {
  padding-bottom: 1em;
}

.padding-bottom-32px {
  padding-bottom: 2em;
}

.padding-bottom-48px {
  padding-bottom: 3em;
}

.padding-0px {
  padding: 0;
}

.padding-16px {
  padding: 1em;
}

.padding-32px {
  padding: 2em;
}

.icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.social-icons-font {
  font-family: Social Icons Font, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.icons-font {
  align-self: flex-start;
  font-family: Icons Font, sans-serif;
  font-size: 20px;
}

.social-icon-font {
  color: #fff;
  justify-content: flex-start;
  max-width: 40px;
  padding-left: 1px;
  font-family: Social Icons Font, sans-serif;
  font-size: 30px;
  line-height: 1;
  display: flex;
}

.color-overlay {
  z-index: 0;
  background-color: var(--bg-brand);
  opacity: .2;
  mix-blend-mode: color;
  position: absolute;
  inset: 0%;
}

.featured-image-wrapper {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 750px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.image {
  width: 190px;
}

.heading-2 {
  float: left;
  color: var(--text-secondary);
  margin-top: 213px;
  margin-left: 160px;
  font-family: Georgia, Times, Times New Roman, serif;
  position: static;
  top: 0;
  left: 0;
}

.footer-logo {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.careers2 {
  background-color: #eaeaea;
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbaf90c3a1a540a4ac7bfc_careers.jpg");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block {
  color: #000;
  padding-bottom: 28px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.column {
  right: auto;
}

.columns {
  align-self: stretch;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 154px;
  display: flex;
}


.image-3 {
  padding-top: 12px;
}

.container-2 {
  text-align: center;
  flex: 1;
  justify-content: flex-end;
  min-width: auto;
  max-width: 1920px;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  display: block;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: #fff;
  border-bottom: 10px #000;
  border-radius: 0;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
  margin-left: 0;
  margin-right: -53px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-3 {
  max-width: 959px;
}

.heading-3 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-2 {
  color: var(--text-color-brand);
  text-align: center;
  margin-left: 115px;
  margin-right: 115px;
  padding: 20px 50px 42px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}

.cell-3 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65b2d37fed1f28fce830738b_Luggage.jpg");
  background-position: 0 0, 50% 99%;
  background-size: auto, 370px;
}

.image-4 {
  opacity: 1;
  padding-left: 0;
  position: static;
}

.flex-block {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65b2d37e6bba16854e5bd490_travel%20acc.jpg");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  padding: 32px 32px 4px;
}

.flex-block-2 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 32px 32px 0;
}

.flex-block-3 {
  object-fit: fill;
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65b2d37f73ff07f271b67ada_Backpacks.jpg");
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 32px 32px 0;
}

.flex-block-4 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbf381ebde9930858815e6_briefcases.jpg");
  background-position: 0 0, 50%;
  background-size: auto, 370px;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 32px 32px 0;
}

.flex-block-5 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbf4be944422f0b223ca34_umbrella.jpg");
  background-position: 0 0, 0%;
  background-size: auto, 170%;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  padding: 32px 32px 0;
}

.flex-block-6 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65b2d37fcd8ae75d00dfaf8a_Handbags.jpg");
  background-position: 0 0, 50% 100%;
  background-size: auto, 370px;
  background-clip: border-box;
  justify-content: flex-end;
  width: 100%;
  height: 300px;
  padding: 32px 32px 0;
}

.heading-4 {
  color: var(--text-color-brand);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cell-4 {
  justify-content: flex-end;
}

.container-4 {
  margin-top: 48px;
}

.text-block-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.cell-5 {
  align-items: center;
}

.text-block-4 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.cell-6 {
  align-items: center;
}

.text-block-5 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.cell-7 {
  align-items: center;
}

.text-block-6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.cell-8 {
  text-align: center;
  align-items: center;
}

.quick-stack {
  outline-offset: 0px;
  white-space: normal;
  outline: 3px #000;
  padding-top: 20px;
}

.cell-9 {
  text-align: center;
  align-items: center;
}

.text-block-7 {
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.text-block-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cell-10 {
  text-align: center;
  align-items: center;
}

.text-block-9 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.cell-11 {
  text-align: center;
  align-items: center;
}

.text-block-10 {
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.container-5 {
  max-width: 1140px;
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.heading-5 {
  margin-top: 23px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-block-11 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

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

.slide-nav {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  position: absolute;
}

.slide1 {
  opacity: 1;
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65ba74c66ae7676bd25fe30f_TravelPro_Corsica.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-width: 0;
  height: 500px;
}

.quick-stack-2 {
  padding-left: 90px;
  padding-right: 90px;
}

.div-block-2 {
  margin-left: 90px;
  margin-right: 90px;
}

.image-5 {
  aspect-ratio: auto;
  text-align: left;
  width: 100%;
  min-width: 0;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: inline-block;
  position: static;
}

.container-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 99px;
  margin-bottom: auto;
  display: flex;
}

.paragraph-2 {
  color: var(--text-color-brand);
  text-align: center;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.heading-7 {
  color: var(--text-secondary);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 51px;
  line-height: 100%;
}

.slider {
  height: 440px;
}

.button-2 {
  color: var(--text-color-brand);
  background-color: #000;
  margin-top: 25px;
  padding: 9px 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-2:hover {
  color: var(--text-color-brand);
}

.icon-2 {
  font-size: 30px;
}

.icon-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.cell-12 {
  justify-content: center;
}

.cell-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-right: 0;
}

.container-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 0;
  display: flex;
}

.text-block-12 {
  color: var(--text-color-brand);
}

.link {
  color: var(--text-color-brand);
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 300;
  text-decoration: none;
}

.link-2 {
  color: var(--text-color-brand);
  letter-spacing: 1px;
  margin-left: 0;
  padding: 20px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.link-2:hover {
  color: var(--text-color-brand);
}

.div-block-3 {
  align-self: center;
  padding-left: 0;
}

.careers-2 {
  -webkit-text-fill-color: inherit;
  background-color: #ebebeb;
  background-clip: border-box;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.div-block-4 {
  background-color: #e9e9e9;
  margin-left: 0;
}

.cell-14 {
  justify-content: center;
}

.quick-stack-4 {
  margin-left: 0;
}

.careers3 {
  background-color: #eaeaea;
  background-image: linear-gradient(#ffffffc2, #ffffffc2), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbaf90c3a1a540a4ac7bfc_careers.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 0 solid #000;
}

.container-copy {
  background-color: #0000;
  border-top: 0 solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #fff;
  border-right: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.container-copy.navigation {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cell-15 {
  justify-content: center;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  margin-top: 146px;
  padding-top: 20px;
  display: flex;
}

.image-7 {
  padding-bottom: 20px;
}

.image-8 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.slide {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65ba74c66ae7676bd25fe30f_TravelPro_Corsica.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbc0adbb3669d5dbe01e70_atlantic_lifestyle.jpg");
  background-position: 0 0, 50% 77%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-3 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbe320e59462b8d4a49f3b_Graphite_BlackDuffle1_Lifestyle.jpg");
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbe3c6e378a63690c04e38_nextech.jpg");
  background-position: 0 0, 100% 80%;
  background-size: auto, cover;
}

.heading-8 {
  text-align: center;
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.slide-5 {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbef3dd7bce63fb2932494_AH-Lifestyle-2019_A_s.jpg");
  background-position: 0 0, 50%;
  background-size: auto, 150%;
}

.slide-6 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbf0b577da940fa4e74da6_trailblazer.jpg");
  background-position: 0 0, 50% 100%;
  background-size: auto, 100%;
}

.container-9 {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bd294a2d5a3ff628dff953_PXL_20230615_123425384.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: none;
  height: 477px;
  margin-bottom: -27px;
  padding-bottom: 0;
}

.paragraph-4 {
  color: var(--text-color-brand);
  text-align: left;
  letter-spacing: 0;
  margin-top: 25px;
  margin-left: 588px;
  margin-right: 129px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: 438px;
}

.div-block-5 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bd3474566434ad881e7e9d_about%20us.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 461px;
}

.container-10 {
  background-color: #000;
  background-image: linear-gradient(#00000040, #00000040);
  max-width: 100%;
  margin-top: 0;
  padding-top: 66px;
  padding-bottom: 66px;
  font-size: 23px;
}

.section-4 {
  margin-bottom: 60px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--bg-brand);
  margin-bottom: 24px;
  text-decoration: none;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-left, .hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin: 142px auto 0;
  padding-top: 0;
  display: flex;
}

.heading-9 {
  color: var(--text-color-brand);
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-3 {
  color: var(--text-color-brand);
}

.paragraph-5 {
  color: var(--text-color-brand);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-10 {
  margin-top: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-13 {
  margin-bottom: 0;
  padding-bottom: 46px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.heading-11 {
  margin-top: 14px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: #ffffff4d;
  border: 1px solid #ffffff80;
  padding: 1.5rem;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

/* .uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
} */

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: .5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-pink600, .uui-testimonial18_content.background-color-indigo600, .uui-testimonial18_content.background-color-blue600 {
  background-color: #000;
  align-items: center;
  height: 6.5rem;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--color-3);
  align-items: center;
  height: .1rem;
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: #0000;
  height: 13rem;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .25rem;
  line-height: 1.5;
  padding: .3rem 0;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .4rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: .8rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.container-12 {
  margin-top: 60px;
}

.heading-12 {
  color: var(--text-color-brand);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 80px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  color: var(--untitled-ui--gray900);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---card-left-text-wrapper {
  margin-left: 0;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---card---icon-left---content-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 0;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 24px;
}

.customer-service {
  color: var(--elements-webflow-library--neutral--100);
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 70px;
}

.uui-contact05_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 49rem;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-width: 1px;
  border-color: var(--text-secondary);
  background-color: var(--text-color-brand);
  color: var(--color-3);
  font-weight: 400;
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  -webkit-text-stroke-color: var(--text-secondary);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65c0f31e797a98a093a6efce_check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 9rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label {
  color: var(--untitled-ui--gray700);
  -webkit-text-stroke-color: var(--text-primary);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-contact05_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-text-size-large-2 {
  color: var(--color-3);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: .3rem 0;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact05 {
  object-fit: fill;
  background-color: #f3f3f3;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq04_cta {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 2rem;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq04_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq04_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq04_heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq04_component {
  margin-top: 4rem;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.uui-section_faq04 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.uui-button-icon-2 {
  color: var(--text-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 1.9rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  background-color: var(--color-3);
  color: var(--untitled-ui--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-layout72_item {
  background-color: var(--untitled-ui--gray50-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heroheader21_image {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  max-height: 60rem;
}

.uui-heroheader21_image-wrapper {
  padding-left: 0;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader21_form {
  max-width: 32rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray500);
  text-indent: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader21_content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.uui-heroheader21_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.uui-section_heroheader21 {
  margin-left: 0;
  margin-right: 0;
}

.header {
  margin-right: 0;
}

.div-block-7 {
  padding-top: 3rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
  max-height: 60rem;
  margin-left: 0;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--untitled-ui--white);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-cta09_component {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 0;
  padding: 4rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.uui-section_cta09 {
  background-color: var(--untitled-ui--white);
  position: relative;
}

.container-13 {
  max-width: 1280px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  -webkit-text-stroke-color: var(--text-secondary);
  transform-style: preserve-3d;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--color-3);
  border: 1px solid #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  color: var(--text-color-brand);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark {
  background-image: linear-gradient(#00000073, #00000073);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-page-padding-3 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.text-block-14, .text-block-15 {
  color: var(--text-secondary);
}

.text-block-16 {
  color: var(--color-3);
}

.paragraph-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.italic-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
}

.container-14 {
  margin-bottom: 14px;
}

.error-text-2 {
  color: #e23939;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-2 {
  font-weight: 600;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  border-color: var(--text-secondary);
  background-color: var(--text-secondary);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65c0f31e797a98a093a6efce_check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form_input-3 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-3:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-3::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input-3.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.uui-contact03_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-text-style-link-02-2 {
  color: var(--text-secondary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall-2 {
  color: var(--color-3);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-contact03_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact03_item {
  align-items: center;
  display: flex;
}

.uui-contact03_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-text-size-large-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact03_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.uui-text-size-xlarge-2 {
  color: var(--text-color-brand);
  text-shadow: 0 1px 16px #0009;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: var(--text-color-brand);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.uui-padding-vertical-xhuge-8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-section_header10 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bd294a2d5a3ff628dff953_PXL_20230615_123425384.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-6:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-6.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-3.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-3 {
  color: var(--color-3);
  letter-spacing: 1px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-accent-1 {
  color: var(--untitled-ui--gray400);
}

.brix---display-2 {
  color: var(--text-secondary);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 60px;
  padding-right: 60px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---link-icon-right {
  color: var(--text-secondary);
  margin-left: 6px;
}

.brix---text-200-bold {
  color: var(--text-secondary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default-3 {
  color: var(--untitled-ui--gray500);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---image {
  object-fit: cover;
  max-width: none;
  height: auto;
  max-height: none;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 0;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-13 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  opacity: .69;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

.brix---heading-h3-size-3 {
  color: var(--text-color-brand);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 0;
}

.brix---card-link-img-bg {
  align-items: flex-end;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h1-size-2 {
  color: var(--text-color-brand);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-2-col---1-col-t-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---hero-bg-image-dark-2 {
  background-image: linear-gradient(#00000073, #00000073);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  height: 18.3rem;
}

.image-11 {
  height: 18.3rem;
}

.image-12 {
  object-fit: cover;
  height: 18.5rem;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 50%;
  height: 18.6rem;
}

.div-block-8 {
  padding-top: 0;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-weight: 500;
}

.uui-icon-1x1-xsmall-3 {
  color: var(--text-color-brand);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--gray50-2);
  background-color: var(--untitled-ui--gray900);
  color: var(--color-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout90_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout90_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large-5 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-layout90_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 2rem;
  padding-bottom: 0;
}

.paragraph-7 {
  color: var(--text-color-brand);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: var(--untitled-ui--primary800);
}

.uui-space-xxlarge-2 {
  width: 100%;
  min-height: 5rem;
}

.uui-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large-2 {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-layout88_item {
  background-color: var(--bg-secondary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-layout88_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.heading-14 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.uui-contact14_map {
  width: 100%;
  height: 100%;
}

.uui-contact14_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uui-contact14_tab-pane {
  height: 100%;
}

.uui-contact14_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-contact14_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  border-left-color: var(--untitled-ui--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-12 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.grid-4 {
  clear: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  position: relative;
}

.heading-15 {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
}

.heading-16 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
}

.slide-7 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65c53f12f84fd1f224daa18f_bellezza_bg1.jpg");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.image-14 {
  width: 150px;
}

.image-15 {
  width: 147px;
}

.image-16 {
  width: 190px;
}

.div-block-9 {
  padding: 12px 24px;
}

.image-17 {
  padding-left: 0;
}

.brix---logo-strip-image-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  box-shadow: 0 1px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 16px;
  width: 284px;
  margin: 14px 16px;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-logo-strip-v6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.uui-logos04_logo {
  object-fit: fill;
  max-width: 100%;
  height: auto;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 0;
  display: flex;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 80rem;
  display: flex;
}

.uui-logo-loop_inner {
  object-fit: contain;
  width: 2590px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.uui-logos-loop-css-embed {
  width: 100%;
}

.uui-logo-loop_component {
  object-fit: contain;
  height: 4.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0;
}

.uui-logos04_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-section_logos04 {
  object-fit: contain;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.slide-8 {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65c5393f14004c54f0d2430a_TRAVELITE_GENERIC.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-9 {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65c5462197ef956083f501a2_reflectek.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block-17 {
  color: var(--text-color-brand);
  margin-left: 40px;
  margin-right: 120px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 25px;
  font-weight: 600;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial14_client-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial14_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-testimonial14_rating-icon {
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-testimonial14_content {
  border: 1px solid var(--untitled-ui--gray50-2);
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.uui-testimonial14_component {
  column-count: 3;
  column-gap: 2rem;
  margin-top: 4rem;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge-13 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.brix---bg-overlay-team-v12 {
  background-image: linear-gradient(#0009, #0009);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---team-v13-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 150px 60px;
}

.brix---team-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brix---avatar-image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.brix---team-v9-wrapper {
  width: auto;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.brix---team-v9-wrapper:hover .brix---team-text-wrapper {
  opacity: 1;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-18 {
  color: var(--text-color-brand);
  margin-top: 20px;
  font-weight: 300;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-10 {
  min-height: 3rem;
}

.div-block-11 {
  height: auto;
  padding-top: 30px;
}

.brix---bg-overlay-team-v13 {
  background-image: linear-gradient(#0009, #0009);
  height: 100%;
}

.image-18 {
  object-fit: cover;
  max-width: 100%;
  height: 13rem;
  max-height: 20%;
  display: block;
}

.div-block-12 {
  text-align: center;
  position: absolute;
  top: 60px;
  left: 90px;
  right: 90px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 1920px;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  width: 200px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: 7rem;
  display: flex;
}

.slide-10 {
  background-image: linear-gradient(#00000047, #00000047), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65ce26aa7fd9e61118900b1c_AdobeStock_539359549.jpg");
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.dropdown-list {
  background-color: var(--color-2);
  padding-top: 0;
  padding-left: 3px;
  transition: opacity .2s;
}

.dropdown-list.w--open {
  background-color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  transition: opacity .2s, opacity .2s;
}

.dropdown-toggle {
  margin-right: 20px;
}

.link-13 {
  text-decoration: none;
}

.text-block-19 {
  text-transform: uppercase;
  font-size: 12px;
}

.text-block-20 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.wg-toggle-1-switch {
  color: #240c2e;
  text-align: center;
  background-color: #240c2e1a;
  border-radius: 10rem;
  align-items: center;
  min-width: 3rem;
  height: 1.5rem;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem #240c2e00;
}

.wg-toggle-1-switch.ts-large {
  color: #000;
  background-color: #000;
  align-items: center;
  width: 3rem;
  height: 1.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw10 {
  width: 120px;
  height: 40px;
  margin-bottom: 9px;
}

.wg-element-wrapper.sw3 {
  margin-bottom: 10px;
}

.toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.toggle.t-large {
  width: 1rem;
  height: 1rem;
}

.wg-toggle-1-label {
  z-index: 1;
  color: #4049ff4d;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  transform: translate(.000001%);
}

.wg-toggle-1-label.lang1 {
  color: #4049ff;
  margin-right: -48px;
  padding-right: 48px;
}

.wg-toggle-1-label.lang2 {
  margin-left: -48px;
  padding-left: 48px;
}

.wg-code {
  display: none;
}

.text-block-21 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.text-block-22 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector2-text-lang2 {
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.wg-selector-2-fill.f2 {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.locales-list {
  padding-top: 8px;
  padding-bottom: 4px;
}

.dropdown {
  transition: opacity .2s;
}

.div-block-13 {
  margin: 27px 37px 62px;
  padding-top: 0;
}

.carousel-container {
  border-radius: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.logo-container {
  background-color: #0000;
  justify-content: space-around;
  min-width: 100.1%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
  left: -1222px;
}

.logo-container._2 {
  margin-left: -.1%;
  position: static;
  left: auto;
}

.logo-image {
  height: 40px;
}

._100-margin-top {
  margin-top: 0;
}

.select-field-2 {
  background-color: #fff;
}

.heading-17 {
  color: var(--text-color-brand);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-3 {
  text-align: left;
  margin-left: 0;
}

.button-swiss {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  color: var(--untitled-ui--white);
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 1px;
  flex-flow: row;
  justify-content: center;
  margin-left: 500px;
  margin-right: 500px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: static;
}

.button-swiss:hover {
  color: var(--text-primary);
  background-color: #fff;
}

@media screen and (min-width: 1280px) {
  .button-primary {
    border-radius: 0;
  }

  .inner-container.features {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .featured-image {
    border-radius: 0;
  }

  .heading-2 {
    margin-left: 100px;
  }

  .container-2 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .heading-3 {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .paragraph, .text-block-2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .container-7 {
    justify-content: space-between;
    max-width: 86rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .quick-stack-4 {
    margin-left: 125px;
  }

  .paragraph-4 {
    margin-left: 654px;
    margin-right: 150px;
  }

  .div-block-12 {
    top: 77px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 0;
  }

  .logo-component {
    background-color: var(--text-color-brand);
  }

  .footer-section2 {
    text-align: center;
    display: block;
    position: static;
  }

  .text-white {
    padding-left: 0;
  }

  .heading-2 {
    color: var(--text-color-brand);
    margin-left: 325px;
  }

  .container-2 {
    max-width: 1280px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    margin-right: -152px;
  }

  .text-block-2 {
    text-align: center;
    justify-content: center;
    max-width: 1300px;
    margin-left: 400px;
    margin-right: 400px;
    padding-left: 50px;
    display: flex;
  }

  .container-7 {
    justify-content: space-between;
    max-width: 92rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-14 {
    padding-left: 64px;
  }

  .container-copy {
    width: 60%;
  }

  .cell-15 {
    align-items: center;
    padding-left: 20px;
  }

  .paragraph-4 {
    margin-left: 844px;
    margin-right: 280px;
  }

  .container-10 {
    max-width: 100%;
  }

  .container-12 {
    margin-left: auto;
  }

  .uui-contact05_image {
    object-fit: cover;
    width: 39rem;
    max-width: 95rem;
    height: 49rem;
    max-height: 100rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
  }

  .uui-section_contact05 {
    background-color: #f3f3f3;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .uui-heroheader21_image {
    max-width: 100%;
    height: 100%;
  }

  .uui-heroheader21_component {
    justify-items: stretch;
    margin-left: 0;
  }

  .uui-section_heroheader21 {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-7 {
    margin-right: 0;
  }

  .image-9 {
    height: 54vh;
  }

  .brix---bg-image-full-width {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .uui-page-padding-5 {
    min-width: auto;
  }

  .uui-layout88_item {
    width: 100%;
  }

  .uui-layout88_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr .75fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: start;
    display: grid;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-bottom: 4rem;
  }

  .text-block-17 {
    margin-left: 430px;
    margin-right: 330px;
  }

  .container-large {
    max-width: 80rem;
  }

  .logo_component-slider {
    justify-content: flex-start;
  }

  .logo-slider-img {
    object-fit: fill;
    width: 200px;
  }

  .logo-slide_section {
    height: 8rem;
  }

  .div-block-13 {
    flex-direction: row;
    justify-content: space-around;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 76px;
  }

  h2 {
    font-size: 52px;
  }

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

  .container {
    width: 90%;
  }

  .hero-header-component {
    grid-column-gap: 26px;
    grid-row-gap: 30px;
    flex: 0 auto;
  }

  .paragraph-large {
    margin-bottom: 0;
    padding-top: 0;
  }

  .button-primary {
    justify-content: center;
  }

  .nav-menu {
    background-color: var(--bg-secondary);
    padding: 40px;
    display: flex;
    position: relative;
  }

  .navigation {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-paragraph-container {
    max-width: 768px;
  }

  .hero-header-floating-image-wrapper {
    bottom: -12%;
    left: -2%;
  }

  .hero-header-image {
    margin-top: 0;
  }

  .features-item-list, .pricing-components {
    grid-row-gap: 24px;
  }

  .pricing-plan {
    width: 100%;
    margin-top: 16px;
  }

  .pricing-plan.popular {
    transform: none;
  }

  .inner-container.features {
    margin-bottom: 19px;
  }

  .features-stack {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
  }

  .logos-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logos-logo-image {
    width: 75%;
  }

  .logo-component {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .cta-component {
    margin-bottom: 56px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 64px;
  }

  .footer-link-list {
    min-width: 100px;
  }

  .legal-text-bottom {
    text-align: right;
    order: 1;
    align-self: center;
    width: 90%;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 76px;
  }

  .h2 {
    padding-top: 0;
    font-size: 52px;
  }

  .footer-section2 {
    background-color: var(--color-3);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-white {
    padding-left: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-link.last {
    margin-bottom: 16px;
  }

  .form {
    min-width: 300px;
  }

  .menu-button {
    color: var(--text-primary);
  }

  .menu-button.w--open {
    background-color: var(--bg-primary);
    color: var(--text-secondary);
  }

  .pricing-title-wrapper {
    margin-bottom: 32px;
  }

  .margin-top-0px {
    margin-top: 0;
  }

  .heading {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    text-shadow: 6px 2px 15px #0000009e;
  }

  .footer-logo {
    max-width: 100%;
  }

  .careers2 {
    margin-bottom: 0;
  }

  .columns {
    padding-left: 0;
  }

  .button:hover {
    color: var(--text-color-brand);
  }

  .icon {
    color: var(--color-3);
    font-size: 40px;
  }

  .image-3 {
    padding-top: 18px;
    padding-left: 0;
  }

  .container-2 {
    margin-left: 40px;
    margin-right: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--color-2);
    padding-right: 18px;
  }

  .navbar {
    margin-right: 0;
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: var(--color-2);
  }

  .text-block-2 {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .container-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-5 {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    display: inline-block;
    position: static;
  }

  .container-6 {
    margin-top: 42px;
  }

  .heading-7 {
    color: var(--text-secondary);
    font-size: 47px;
  }

  .slider {
    min-width: 100%;
  }

  .cell-12 {
    text-align: right;
    justify-content: space-around;
    align-items: flex-end;
  }

  .container-7 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-2 {
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 0;
    text-decoration: underline;
    display: flex;
  }

  .div-block-3 {
    align-self: center;
    width: 30%;
    max-width: 200px;
    margin-left: 30px;
  }

  .container-copy {
    width: 90%;
  }

  .container-8 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 82px;
    display: flex;
  }

  .image-7 {
    max-width: 100%;
  }

  .paragraph-4 {
    margin-left: 454px;
    margin-right: 61px;
    top: 138px;
  }

  .container-10 {
    padding-bottom: 66px;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .customer-service {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .uui-contact05_image {
    height: 100rem;
    max-height: 780px;
  }

  .uui-contact05_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-section_contact05 {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader21_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader21_content {
    max-width: none;
  }

  .uui-heroheader21_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-7 {
    padding-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .image-9 {
    text-align: left;
    width: auto;
    max-width: none;
    height: 29rem;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-cta09_component {
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-page-padding-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .heading8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---image {
    width: 554rem;
    max-width: 870px;
    height: auto;
    max-height: 450px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---inner-container-490px-center {
    margin-left: 0;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .brix---section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .image-10 {
    height: 14rem;
  }

  .uui-layout90_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

  .uui-layout88_list {
    grid-template-columns: .25fr 1.25fr;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-17 {
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-testimonial14_component {
    column-count: 2;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---team-v13-content {
    inset: 150px 60px;
  }

  .brix---team-v9-wrapper {
    height: auto;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-4 {
    padding-top: 51px;
    padding-bottom: 118px;
  }

  .text-block-18 {
    margin-top: 20px;
  }

  .grid-5 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .image-18 {
    height: 11.5rem;
  }

  .div-block-12 {
    top: 50px;
  }

  .image-19 {
    object-fit: cover;
    max-width: 103%;
    height: 100%;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .dropdown-toggle {
    margin-bottom: 8px;
    margin-right: 10px;
  }

  .logo-image {
    height: 30px;
  }

  .heading-17 {
    margin-bottom: 40px;
  }

  .button-swiss {
    margin-left: 220px;
    margin-right: 220px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 22px;
  }

  a {
    
    border-radius: 0;
    display: inline;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .container {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 25px;
    padding-top: 0;
  }

  .hero-header-component {
    grid-row-gap: 10px;
  }

  .paragraph-large {
    text-align: left;
    -webkit-text-stroke-color: #000;
  }

  .button-primary {
    text-align: center;
    width: 34%;
    font-size: 14px;
  }

  .hero-header-image-wrapper {
    justify-content: center;
    display: flex;
  }

  .hero-header-image {
    width: 100%;
    display: inline-block;
    position: static;
  }

  .features-item-list {
    grid-row-gap: 16px;
  }

  .button-group {
    flex-direction: column-reverse;
    width: 100%;
  }

  .pricing-components {
    grid-row-gap: 16px;
  }

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

  .inner-container.features {
    height: 50%;
    margin-bottom: 16px;
  }

  .features-stack {
    grid-row-gap: 16px;
    width: 511px;
    height: 1280px;
  }

  .logos-logo-image {
    width: 100%;
    padding-bottom: 0;
  }

  .logo-component {
    background-color: var(--text-color-brand);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .cta-component {
    justify-content: center;
    align-self: center;
  }

  .footer-left-wrapper {
    justify-content: center;
  }

  .footer-social-list {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 1px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .footer-right-wrapper {
    width: 100%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 64px;
    justify-content: space-around;
  }

  .legal-text-bottom {
    text-align: center;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link:hover {
    color: #667085;
  }

  .about-us-content-cell {
    padding-top: 0;
  }

  .h1 {
    font-size: 58px;
  }

  .h2 {
    padding-top: 19px;
    padding-bottom: 0;
    font-size: 40px;
  }

  .h3 {
    font-size: 22px;
  }

  .text-white {
    align-self: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 51px;
  }

  .nav-link {
    background-color: var(--color-2);
    padding-left: 32px;
  }

  .card {
    width: 100%;
  }

  .apply-now-button {
    text-align: center;
  }

  .form-wrapper {
    align-items: center;
  }

  .heading {
    margin-bottom: 20px;
  }

  .heading-2 {
    margin-left: 0;
    top: 0;
  }

  .footer-logo {
    order: 0;
    align-self: center;
  }

  .link-block {
    position: static;
  }

  .div-block {
    align-self: center;
  }

  .text-block {
    color: #000;
  }

  .brand {
    background-color: #0000;
  }

  .icon {
    color: var(--color-3);
    font-size: 39px;
  }

  .image-3 {
    padding-top: 18px;
    padding-bottom: 21px;
    padding-left: 19px;
  }

  .container-2 {
    margin-left: 0;
    padding-bottom: 0;
  }

  .cell {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-3.w--open {
    padding-bottom: 27px;
  }

  .text-block-2 {
    padding: 0 30px;
    font-size: 16px;
  }

  .cell-3 {
    background-position: 50% 92%;
    background-size: 540px;
  }

  .flex-block {
    background-position: 50% 62%;
    width: 100%;
    height: 220px;
    padding-bottom: 0;
  }

  .flex-block-2 {
    height: 220px;
  }

  .flex-block-3 {
    background-size: 520px;
    height: 220px;
  }

  .flex-block-4 {
    height: 220px;
  }

  .flex-block-5 {
    background-position: 0 0;
    background-size: 520px;
    justify-content: flex-end;
    width: 100%;
    height: 220px;
    padding-bottom: 0;
  }

  .flex-block-6 {
    object-fit: fill;
    background-position: 50% 91%;
    background-size: 518px;
    width: 100%;
    height: 220px;
    margin-right: 0;
  }

  .column-3 {
    margin-bottom: 31px;
  }

  .container-6 {
    margin-top: 10px;
  }

  .heading-7 {
    font-size: 40px;
  }

  .icon-2, .icon-3 {
    font-size: 24px;
  }

  .container-7 {
    flex-direction: column;
  }

  .div-block-3 {
    align-self: center;
  }

  .cell-14 {
    align-items: center;
  }

  .quick-stack-4 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-top: 39px;
  }

  .container-copy {
    align-items: center;
    padding-top: 0;
  }

  .cell-15 {
    text-align: center;
    align-items: center;
  }

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

  .container-9 {
    margin-bottom: 0;
  }

  .paragraph-4 {
    clear: left;
    margin: 0 60px 0 0;
    display: block;
    position: static;
  }

  .div-block-5 {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bd3474566434ad881e7e9d_about%20us.jpg");
    background-position: 0 0, 50%;
    background-size: auto, auto 460px;
  }

  .container-10 {
    height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-6 {
    aspect-ratio: auto;
    margin: 45px 60px 60px;
    position: relative;
    top: 314px;
  }

  .hero-heading-right, .hero-subscribe-left, .team-slider, .hero-heading-left, .hero-without-image {
    padding: 60px 15px;
  }

  .paragraph-5 {
    margin: 36px 36px 36px 0;
  }

  .section-5 {
    height: 1530px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content {
    padding: .8rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: .25rem;
  }

  .uui-heading-medium {
    font-size: .45rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: .2rem;
    padding-bottom: .4rem;
  }

  .uui-page-padding {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .container-12 {
    padding: 30px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .customer-service {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .uui-contact05_image {
    height: 90rem;
    max-height: 24rem;
  }

  .uui-contact05_image-wrapper {
    padding-right: 30px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--color-3);
    background-color: var(--text-color-brand);
  }

  .uui-text-style-link {
    background-color: #0000;
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-text-size-large-2 {
    font-size: .25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact05_content {
    margin-right: 22px;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .uui-container-large-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_contact05 {
    margin-right: 140px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq04_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid var(--untitled-ui--gray200);
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-section_faq04 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heroheader21_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heroheader21_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-heroheader21_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-7 {
    padding-top: 0;
    padding-left: 3rem;
  }

  .image-9 {
    object-fit: contain;
    width: 95%;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--color-3);
    background-color: var(--text-color-brand);
    color: var(--color-3);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-cta09_component {
    padding: 2.5rem 1.5rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heroheader03_image {
    height: 22rem;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-6.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-3.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape, .uui-button-row-3.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-container-large-4 {
    margin-left: 6px;
    margin-right: -10px;
  }

  .uui-page-padding-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .heading8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image {
    border-style: solid;
    border-color: #000;
    max-width: 529px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---link-content {
    background-color: #0000;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---bg-overlay-gradient {
    background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t-2 {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-10 {
    height: 15.4rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-layout90_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout90_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .uui-layout88_item {
    margin-left: -7px;
    margin-right: -16px;
    padding: 1.5rem;
  }

  .uui-layout88_list {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .uui-contact14_map {
    height: 20rem;
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-4 {
    padding-right: 0;
  }

  .heading-15 {
    font-size: 25px;
  }

  .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
    background-color: #0000;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem .5rem 0;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    justify-content: space-around;
    width: 69rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .text-block-17 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .uui-testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial14_component {
    column-count: 1;
    margin-top: 3rem;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---team-v13-content {
    justify-content: center;
  }

  .brix---avatar-image {
    object-fit: cover;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---container-default-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .brix---section-4 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-19 {
    object-fit: cover;
    max-width: 100%;
    height: 120%;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .dropdown-list {
    background-color: #b9b9b9;
  }

  .dropdown-list.w--open {
    background-color: var(--color-2);
  }

  .dropdown-toggle {
    margin-right: 0;
    padding-left: 0;
  }

  .link-13 {
    background-color: #0000;
  }

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .logo-container {
    min-width: 150%;
  }

  .button-swiss {
    margin-top: 29px;
    margin-left: 140px;
    margin-right: 140px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 32px;
  }

  .section {
    width: 320px;
    height: 26rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .hero-header-component {
    grid-row-gap: 5px;
    order: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-large {
    color: #000;
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .button-primary {
    width: 57%;
  }

  .nav-menu {
    background-color: #fff;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-header-floating-image-wrapper {
    width: 60%;
  }

  .hero-header-image {
    aspect-ratio: auto;
    width: 100%;
    height: 120%;
    position: static;
  }

  .pricing-plan {
    margin-top: 0;
  }

  .features-stack {
    width: 100%;
    height: 117%;
    margin-left: 0;
    margin-right: 0;
  }

  .logos-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    height: 82%;
  }

  .logos-wrapper {
    height: 100%;
    margin-top: 1px;
    padding-top: 18px;
    padding-bottom: 17px;
  }

  .logos-logo-image {
    width: 100%;
    max-width: 83%;
    padding-top: 1px;
  }

  .logo-component {
    margin-top: 0;
  }

  .cta-component {
    padding: 16px;
  }

  .footer-top-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-wrapper {
    grid-template-columns: 1fr;
    margin-top: -27px;
    padding-top: 0;
  }

  .footer-link-list {
    min-width: 0;
  }

  .legal-text-bottom {
    flex-direction: column;
    order: 1;
    justify-content: space-around;
    margin-bottom: 18px;
    padding-bottom: 16px;
    display: flex;
  }

  .about-us-content-cell {
    padding-top: 0;
  }

  .h1 {
    font-size: 54px;
  }

  .h2 {
    font-size: 32px;
  }

  .footer-section2 {
    margin-top: 0;
  }

  .features-item-wrapper {
    flex-direction: column;
  }

  .background-primary {
    background-color: var(--color-2);
  }

  .nav-link {
    padding-left: 21px;
    padding-right: 0;
  }

  .card {
    padding: 16px;
  }

  .form {
    min-width: auto;
  }

  .text-field {
    padding-left: 16px;
  }

  .form-wrapper {
    min-width: auto;
  }

  .menu-button {
    background-color: var(--bg-primary);
  }

  .menu-button.w--open {
    background-color: var(--text-color-brand);
    color: var(--text-primary);
  }

  .margin-top-0px {
    margin-top: 0;
  }

  .heading {
    margin-bottom: 12px;
  }

  .heading-2 {
    text-align: left;
    align-self: auto;
    font-size: 42px;
  }

  .footer-logo {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .careers2 {
    margin-bottom: -21px;
  }

  .brand {
    background-color: #0000;
  }

  .icon {
    color: var(--color-3);
  }

  .image-3 {
    padding-top: 21px;
    padding-left: 9px;
  }

  .container-2 {
    background-color: var(--text-color-brand);
    margin-left: 0;
  }

  .cell {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-2 {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .menu-button-3 {
    background-color: #fff;
    padding-right: 10px;
  }

  .menu-button-3.w--open {
    background-color: var(--color-2);
  }

  .nav-link-2, .nav-link-3 {
    background-color: var(--color-2);
  }

  .heading-3 {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 36px;
  }

  .text-block-2 {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .flex-block {
    height: 220px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .flex-block-2 {
    width: 100%;
    height: 220px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .flex-block-3 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65b2d37f73ff07f271b67ada_Backpacks.jpg");
    background-size: auto, cover;
    width: 100%;
    height: 220px;
    padding-left: 20px;
  }

  .flex-block-4 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbf381ebde9930858815e6_briefcases.jpg");
    background-size: auto, cover;
    height: 220px;
    padding-left: 20px;
  }

  .flex-block-5 {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbf4be944422f0b223ca34_umbrella.jpg");
    background-position: 0 0, 0%;
    background-size: auto, cover;
    height: 220px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .flex-block-6 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65b2d37fcd8ae75d00dfaf8a_Handbags.jpg");
    background-size: auto, cover;
    height: 220px;
    padding-left: 20px;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    font-size: 44px;
  }

  .quick-stack {
    float: none;
    clear: none;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 11px;
  }

  .cell-9 {
    flex-direction: row;
    align-items: flex-start;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .container-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-2 {
    padding-top: 39px;
  }

  .columns-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .slide1 {
    height: 500px;
  }

  .image-5 {
    max-width: 180px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragraph-2 {
    margin-bottom: 49px;
  }

  .heading-7 {
    text-align: center;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 47px;
  }

  .slider {
    height: 500px;
  }

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

  .icon-3 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    align-self: center;
    position: relative;
  }

  .container-7 {
    flex-direction: column;
  }

  .div-block-3 {
    align-self: center;
    width: 50%;
    margin-right: 30px;
  }

  .container-copy {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .body {
    margin-bottom: 0;
  }

  .image-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-5 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbef3dd7bce63fb2932494_AH-Lifestyle-2019_A_s.jpg");
    background-size: auto, cover;
  }

  .slide-6 {
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bbf0b577da940fa4e74da6_trailblazer.jpg");
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .container-9 {
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/65aa7d85cd4fd71e9953cbd5/65bd294a2d5a3ff628dff953_PXL_20230615_123425384.jpg");
    background-position: 0 0, 50% 60%;
    background-size: auto, cover;
    width: 100%;
    height: 420px;
    margin-right: 40px;
  }

  .paragraph-4 {
    margin-right: 0;
  }

  .container-10 {
    background-color: #000;
    height: auto;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-6 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    top: 34px;
  }

  .section-4 {
    margin-top: 79px;
  }

  .container-11 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .hero-wrapper-two {
    margin-top: 25px;
  }

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    margin-left: 20px;
  }

  .brand-cards {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .grid-2 {
    float: none;
    clear: none;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: static;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: .2rem;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-service {
    padding-bottom: 40px;
  }

  .uui-contact05_image-wrapper {
    margin-right: 24px;
    padding-right: 0;
  }

  .uui-text-style-link, .uui-text-style-link:hover {
    background-color: #0000;
  }

  .uui-contact05_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 2rem;
  }

  .uui-section_contact05 {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .uui-section_faq04 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader21_component {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .div-block-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-9 {
    max-width: 91%;
    height: 30vh;
    margin-left: 15px;
    margin-right: 0;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader03_image {
    border-radius: 0;
    height: 15rem;
  }

  .uui-text-size-xlarge-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-container-large-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-page-padding-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .heading8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image {
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 0% 50%;
  }

  .brix---link-content {
    background-color: #0000;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .brix---card-image {
    background-color: #0000;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---hero-bg-image-dark-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-10 {
    height: 16rem;
  }

  .bold-text {
    font-weight: 500;
  }

  .div-block-8 {
    padding-left: 0;
  }

  .uui-space-xxsmall-2 {
    width: 100%;
  }

  .uui-section_layout90 {
    justify-content: center;
    display: flex;
  }

  .uui-padding-vertical-xhuge-11 {
    padding-top: 2rem;
  }

  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-rows: auto auto;
  }

  .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
    background-color: #0000;
  }

  .brix---logo-strip-image-card {
    box-shadow: 0 1px 6px 0 var(--elements-webflow-library--general--shadow-02);
    border-radius: 10px;
    width: 120px;
    margin: 6px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-logo-strip-v6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: space-around;
    width: 69rem;
  }

  .text-block-17 {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---team-v13-content {
    inset: 20px 40px 32px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---grid-3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-top: 16px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-4 {
    padding-bottom: 50px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    top: 32px;
    left: 58px;
    right: 59px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dropdown-toggle {
    padding-right: 40px;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-left: 26px;
    margin-right: 20px;
  }

  .div-block-14 {
    margin-left: 27px;
    margin-right: 27px;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .button-swiss {
    margin-left: 40px;
    margin-right: 40px;
  }
}

#w-node-_133d8b77-82b9-b448-1907-d5d3a129d50b-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_133d8b77-82b9-b448-1907-d5d3a129d50c-9953cccb, #w-node-_133d8b77-82b9-b448-1907-d5d3a129d513-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0b0d832-0cdd-2b24-5035-ca1582a51733-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b0b0d832-0cdd-2b24-5035-ca1582a51734-9953cccb, #w-node-b0b0d832-0cdd-2b24-5035-ca1582a5173b-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59405a65-65b7-2da2-932d-a80f6462e0de-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_59405a65-65b7-2da2-932d-a80f6462e0df-9953cccb, #w-node-_59405a65-65b7-2da2-932d-a80f6462e0e6-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b9a0b7c-ef79-ea4b-2c80-7111949ec8ed-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b9a0b7c-ef79-ea4b-2c80-7111949ec8ee-9953cccb, #w-node-_9b9a0b7c-ef79-ea4b-2c80-7111949ec8f5-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4f1609b-23fc-d632-08dc-5343e1911b52-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c4f1609b-23fc-d632-08dc-5343e1911b53-9953cccb, #w-node-c4f1609b-23fc-d632-08dc-5343e1911b5a-9953cccb, #w-node-_73c3d91b-be58-018d-09a8-54e9c3a754fe-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bd22a96-cd8e-645b-c62f-f614f0996058-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8bd22a96-cd8e-645b-c62f-f614f0996059-9953cccb, #w-node-_8bd22a96-cd8e-645b-c62f-f614f0996064-9953cccb, #w-node-_8bd22a96-cd8e-645b-c62f-f614f099606f-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deeee-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deeef-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deefa-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def05-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def14-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def15-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def16-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea6b-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea6c-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea90-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eab4-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ead8-9953cccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb00-9953cccb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb01-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb25-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb49-9953cccb, #w-node-_76d27a3a-b9d9-816f-a2b1-ef8e919c6e32-8e24f5ff, #w-node-_76d27a3a-b9d9-816f-a2b1-ef8e919c6e53-8e24f5ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0fcfbe0-63d5-7ba8-9082-e77d2772b311-8e24f5ff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08b84ca6-8abf-b2da-b2f9-6377c276f300-43c1e515, #w-node-_08b84ca6-8abf-b2da-b2f9-6377c276f312-43c1e515, #w-node-_9244cbe9-264c-cc2d-fc95-ee175f561c5a-43c1e515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_265aa5df-c84b-287d-2e2c-93eeb406b4d1-d443ffa2, #w-node-_01afa55b-d663-f8b3-2f20-f493d09f6016-d443ffa2 {
  justify-self: end;
}

#w-node-a5b701d0-3992-b1ab-b212-3fa22776de0a-d443ffa2, #w-node-_56d02bd3-b3d0-b933-7250-d39df4090abc-d443ffa2, #w-node-_89f14a93-cf79-7cf8-5e8b-71f4416d883e-d443ffa2, #w-node-_8356e0e0-7fd2-c465-d175-f4f7093068ba-d443ffa2, #w-node-_2c9c99ce-a2f6-18a0-89fb-bf252d55dab4-d443ffa2, #w-node-_2c9c99ce-a2f6-18a0-89fb-bf252d55dabf-d443ffa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c9c99ce-a2f6-18a0-89fb-bf252d55dac0-d443ffa2 {
  justify-self: center;
}

#w-node-eb09ff33-5396-edbe-acff-7377b4befb94-4bbc1130, #w-node-eb09ff33-5396-edbe-acff-7377b4befb99-4bbc1130, #w-node-_04a0830d-f308-c293-551e-cdfcbf9ba138-4bbc1130 {
  align-self: start;
}

#w-node-eb09ff33-5396-edbe-acff-7377b4befbba-4bbc1130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb09ff33-5396-edbe-acff-7377b4befbbb-4bbc1130 {
  justify-self: start;
}

#w-node-_2b626bd7-3ca1-6d8e-88ed-394dd9143f2c-4b36b335, #w-node-_2b626bd7-3ca1-6d8e-88ed-394dd9143f3d-4b36b335, #w-node-_2b626bd7-3ca1-6d8e-88ed-394dd9143f4e-4b36b335, #w-node-_2b626bd7-3ca1-6d8e-88ed-394dd9143f5f-4b36b335, #w-node-_0fe00049-3032-2988-8564-d2959cba15cf-4b36b335, #w-node-_85c909a0-55a6-058f-efcc-232e723ee979-4b36b335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0fcfbe0-63d5-7ba8-9082-e77d2772b311-4b36b335 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_01afa55b-d663-f8b3-2f20-f493d09f6026-d443ffa2 {
    place-self: center;
  }

  #w-node-_90d30198-922f-4b35-c2d0-b36267fb9ad5-d443ffa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-f0fcfbe0-63d5-7ba8-9082-e77d2772b311-4b36b335 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c4f1609b-23fc-d632-08dc-5343e1911b52-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c4f1609b-23fc-d632-08dc-5343e1911b53-9953cccb, #w-node-c4f1609b-23fc-d632-08dc-5343e1911b5a-9953cccb, #w-node-_73c3d91b-be58-018d-09a8-54e9c3a754fe-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8bd22a96-cd8e-645b-c62f-f614f0996058-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8bd22a96-cd8e-645b-c62f-f614f0996059-9953cccb, #w-node-_8bd22a96-cd8e-645b-c62f-f614f0996064-9953cccb, #w-node-_8bd22a96-cd8e-645b-c62f-f614f099606f-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deeee-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deeef-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deefa-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def05-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def14-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def15-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def16-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea6b-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea6c-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea90-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eab4-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb00-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb01-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb25-9953cccb, #w-node-_08b84ca6-8abf-b2da-b2f9-6377c276f300-43c1e515 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_265aa5df-c84b-287d-2e2c-93eeb406b4d1-d443ffa2 {
    justify-self: start;
  }

  #w-node-_01afa55b-d663-f8b3-2f20-f493d09f6016-d443ffa2 {
    place-self: center;
  }

  #w-node-b77b30d2-8ba9-b5ee-ad05-f35355b02bec-4b36b335 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4f1609b-23fc-d632-08dc-5343e1911b52-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c4f1609b-23fc-d632-08dc-5343e1911b53-9953cccb, #w-node-c4f1609b-23fc-d632-08dc-5343e1911b5a-9953cccb, #w-node-_73c3d91b-be58-018d-09a8-54e9c3a754fe-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8bd22a96-cd8e-645b-c62f-f614f0996058-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8bd22a96-cd8e-645b-c62f-f614f0996059-9953cccb, #w-node-_8bd22a96-cd8e-645b-c62f-f614f0996064-9953cccb, #w-node-_8bd22a96-cd8e-645b-c62f-f614f099606f-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deeee-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deeef-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3deefa-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def05-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def14-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def15-9953cccb, #w-node-_5dd3e340-98ea-c577-cd3f-1d057f3def16-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea6b-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea6c-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7ea90-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eab4-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb00-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb01-9953cccb, #w-node-_54cbb45e-3bba-83f8-5283-cec627f7eb25-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0fcfbe0-63d5-7ba8-9082-e77d2772b311-8e24f5ff {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1abb751c-5981-3df0-15ee-bf544f4fe600-8e24f5ff {
    order: 9999;
  }

  #w-node-f0fcfbe0-63d5-7ba8-9082-e77d2772b311-4b36b335 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1abb751c-5981-3df0-15ee-bf544f4fe600-4b36b335 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_133d8b77-82b9-b448-1907-d5d3a129d50b-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_133d8b77-82b9-b448-1907-d5d3a129d50c-9953cccb, #w-node-_133d8b77-82b9-b448-1907-d5d3a129d513-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0b0d832-0cdd-2b24-5035-ca1582a51733-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b0b0d832-0cdd-2b24-5035-ca1582a51734-9953cccb, #w-node-b0b0d832-0cdd-2b24-5035-ca1582a5173b-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59405a65-65b7-2da2-932d-a80f6462e0de-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_59405a65-65b7-2da2-932d-a80f6462e0df-9953cccb, #w-node-_59405a65-65b7-2da2-932d-a80f6462e0e6-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b9a0b7c-ef79-ea4b-2c80-7111949ec8ed-9953cccb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9b9a0b7c-ef79-ea4b-2c80-7111949ec8ee-9953cccb, #w-node-_9b9a0b7c-ef79-ea4b-2c80-7111949ec8f5-9953cccb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01afa55b-d663-f8b3-2f20-f493d09f6016-d443ffa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_25a2d5fd-fa94-b290-e1bf-23822ff27731-d443ffa2, #w-node-_2c9c99ce-a2f6-18a0-89fb-bf252d55dac7-d443ffa2, #w-node-_024b0293-32de-57b4-0330-8c90dbb27778-4b36b335, #w-node-_024b0293-32de-57b4-0330-8c90dbb27781-4b36b335, #w-node-_024b0293-32de-57b4-0330-8c90dbb2778a-4b36b335, #w-node-_024b0293-32de-57b4-0330-8c90dbb27793-4b36b335 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.News {
  padding: 10px 0;
}

.News h3 {
  text-align: center;
}

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

.News .info-con {
  font-size: 16px;
  line-height: 1.8;
  padding: 50px 70px;
}

@media (max-width: 640px) {
    .News .info-con {
        padding: 20px 10px;
    }
}

.NewsList{padding: 0.3rem 0 1.2rem;}
.NewsList .newList{display: flex;flex-wrap: wrap;}
.NewsList .newItem{display: block;width: calc(33.33% - .24rem);margin: 0 .24rem .32rem 0;}
.NewsList .newItem:nth-child(3n){margin-right: 0;}
.NewsList .newItem .figure {padding-bottom:75.556%;margin-bottom: .24rem;}
.NewsList .newItem .Category{color: #222;font-size: var(--fz12);}
.NewsList .newItem .title{margin-top: .16rem;color: #000;font-weight: bold;font-size: .18rem;height: .48rem;line-height: .24rem;}
.NewsList .newItem .Intro{height: .36rem;font-size: .12rem;line-height: .18rem;margin-top: .08rem;color: #979797;}
.NewsList .newItem .btn{width: 1.2rem;height: .4rem;margin-top: .16rem;padding: .14rem .25rem;border: 1.4px solid #091010;font-size: .14rem;line-height: .2rem;color: #091010;}
.NewsList .newItem .date{color: #979797;font-size: var(--fz12);}

@media only screen and (max-width: 750px) {
  .NewsList .newItem{width: calc(50% - .12rem);}
  .NewsList .newItem:nth-child(3n){margin-right: .24rem;}
  .NewsList .newItem:nth-child(2n){margin-right: 0;}
}

.crumbs{padding: .3rem 0 0;font-size: .14rem;color: #ababab;}
.crumbs a,.crumbs span{padding: 0 .1rem;}
.crumbs a:first-child{padding-left: 0;}
.crumbs span{color: #091010;}
.crumbs a{color: #ababab;}