body {
  margin: 0px;
  padding: 0px;
  font-family: 'Motiva Sans';
  background-color: #f5f5f5;
}
.loop-container {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 20px;
}
.loop-header {
  background-color: #eee;
  padding: 20px 0px;
  margin-top: 30px;
}
.loop-image img {
  width: 100%;
}
.hamburger {
  max-width: 22px;
  cursor: pointer;
}
.loop-header img.logo {
  max-width: 120px;
}
.loop-header ul {
  padding: 0px;
  margin: 0px;
  margin-left: 50px;
  list-style: none;
  display: none;
}
.loop-header ul li a {
  color: #212121;
  font-size: 14px;
  text-decoration: none;
  margin-right: 40px;
  font-family: 'Motiva Sans';letter-spacing: -0.3px;transition: all 0.6s;
}
.loop-header ul li:before {
    content: none !important;
}
.loop-header ul li {
  padding-left: 0;
}
.loop-header ul li a:hover{ color:#cc0000; }
.header-inner {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  justify-content: space-between;
}
.loop-image {
  width: 100%;
}
.loop-text {
  text-align: center;
  padding-bottom: 35px;
}
.loop-text h6 {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0px;
}
.loop-text h2 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -2px;
  color: #000;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 25px;
}
.loop-text h2 span {
  color: #cc0000;
}
.loop-text p {
  font-size: 14px;letter-spacing: -0.5px;
}
.loop-banner {
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0px;
}
.loop-top-banner{ padding-top: 24px;
background-color: #f5f5f5;padding-bottom: 30px;clear: both;}
.medium, .xx-large, .x-large, .large {
  display: none;
}
.banner-logo {
  max-width: 240px;
}
.share {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #878787;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.share img {
  max-width: 20px;
  margin: 0px 5px;
}
.loop-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

a.scLink {
  width: 135px;
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #ffffff;
  border-radius: 22px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Motiva Sans', Arial, sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1em;
  margin: 0px 0 15px 0;
  text-align: center;
  text-decoration: none;
  text-transform: none !important;
  transition: all 0.6s;
}
a.scLink:hover {
  background-color: #ffffff;
  color: #cc0000;
  border: 1px solid #cc0000;
}
.two-section{ background-color: #f5f5f5;padding-bottom: 30px; }
.two-section .loop-text {
  text-align: center;
}
.two-section .loop-banner {
  border-radius: 0px;
  align-items: center;
  margin-bottom: 0px;
}
.two-section .loop-wrapper {
  padding: 0px 20px !important;
  max-width: 270px;
  margin: 0px auto;
}
.two-section .loop-text h2 {
  line-height: 44px;
  max-width: 100%;
  margin: 40px auto; margin-bottom: 20px;
}
.two-section .loop-text p {
  max-width: 100%;
  margin: 25px auto;
  line-height: 18px;margin-top: 20px; font-size: 14px;
}

.inspiration-box {
  background-color: #fff;
  border-radius: 20px;
  background-image: url(../images/inspiration-576.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 46px 50px;
  margin-bottom: 0px;
  background-size: 266px;
  padding-bottom: 180px;
}
.inspiration-box h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 200px;
}
.inspiration-box p {
  font-size: 14px;
  line-height: 22px;
  max-width: 250px;
}
.inspiration-box a {
  color: #0192db;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;transition: all 0.6s;
}
.inspiration-box a:hover { text-decoration: underline; }
.inspiration-wrapper{ background-color: #f5f5f5;padding-bottom: 30px; }


/* inner page css start */

.xxl-screen,.xl-screen,.l-screen,.m-screen,.s-screen {
    display: none;
}
.container {
    margin: 0 auto;
}
.loop-container {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 20px;
}
.loop-header {
  background-color: #eee;
  padding: 20px 0px;
  margin-top: 30px;
  position: relative;
  float: left;
  width: 100%;
}
.loop-header:before {
    content: "";
    position: absolute;
    top: -30px;
    height: 30px;
    background: #f5f5f5;
    width: 100%;
}
.loop-image img {
  width: 100%;
}
.hamburger {
  max-width: 22px;
  cursor: pointer;
}
.loop-header img.logo {
  max-width: 120px;
}
.loop-header ul {
  padding: 0px;
  margin: 0px;
  margin-left: 50px;
  list-style: none;
  display: none;
}
.loop-header ul li a {
  color: #212121;
  font-size: 14px;
  text-decoration: none;
  margin-right: 40px;
  font-family: 'Motiva Sans';letter-spacing: -0.3px;transition: all 0.6s;font-weight: 500;
}
.loop-header ul li a:hover{ color:#cc0000; }
.header-inner {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  justify-content: space-between;
}
.herobanner img {
    max-width: 100%;
}
.product-img img {
    max-width: 100%;
    margin: 0 auto;
}
.product-title {
    font-size: 14px;
    font-weight: bold;
    padding-top: 16px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 50px;
}
.shop-btn {
    color: #0192db;
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
    display: block;
    text-decoration: none;
}
.glide__slides {
    text-align: center;
   /* margin: 0 20px;*/
}
.glide__arrow--prev.glide__arrow {
    left: 30px;
}
.glide__arrow--next.glide__arrow {
    right: 30px;
}
.glide__arrow img {
   
    width:15px;
}
.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}
.s-screen {
    display: block;
}
.slick-list {
    margin: 0 38px !important;
}
.assembled-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px 0;
}
.assembled-banner-inner {
    border-radius: 20px;
    background-color: #c00;
}
.assembled-center {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.assembled-content-wrap {
    display: flex;
    flex-direction: column;
}
.assembled-content-wrap h3 {
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.assembled-content-wrap p {
    color: #fff;
}
.timetogo-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px;
}
.timetogo-banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 20px;
    background-color: #4d4d4d;
}
.timetogo-box {
    background: #fff;
}
.timetogo-box h2 {
    font-weight: 800;
    color: #000;
    margin: 0;
}
.timetogo-box span {
    color: #c00;
}
.timetogo-box p {
    margin-bottom: 0;
    font-weight: normal;
    color: #000;
    letter-spacing: 0;
}
.readytoroll-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px;
}
.remotereadywork-banner-bg {
  background-color: #f5f5f5;
    padding: 30px 20px;
    position: relative;
}
.readytoroll-banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.cometogeather-banner-inner,.handsoff-banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.remotereadywork-banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.readytoroll-box,.remotereadywork-box {
    background: #fff;
}
.readytoroll-box h2,.remotereadywork-box h2 {
    font-weight: 800;
    color: #000;
    margin: 0;
}

.readytoroll-box span,.remotereadywork-box span {
    color: #c00;
}
.readytoroll-box p,.remotereadywork-box p {
    margin-bottom: 0;
    font-weight: normal;
    color: #000;
    letter-spacing: 0;
}
.boxes-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px;
    display: flex;
}
.right-box {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}
.left-employees-box {
    float: left;
}
.left-employees-box img {
    max-width: 100%;
}
.smart-tip-bg {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px 20px 20px 20px;
    background-color: #75d5f6;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}
.smart-tip-content h4 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
}
.smart-tip-content p {
    font-weight: normal;
    color: #000;
}
.inspiration {
    padding-top: 30px;
}
.inspiration-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
}
.inspiration-box-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px 20px 0 0;
}
.inspiration-img img {
    border-radius: 0 0 20px 20px;
}
.inspiration-content {
    padding-left: 50px;
    max-width: 420px;
}
.inspiration-content h3 {
    font-weight: bold;
    color: #000;
    margin: 0;
}
.inspiration-content p {
    font-weight: normal;
    letter-spacing: normal;
    color: #000;
}
.inspiration-content a {
    font-weight: normal;
    letter-spacing: normal;
    color: #0192db;
    text-decoration: none;
}
.left-employees-box h3 {
    font-weight: bold;
    color: #000;
}
.left-employees-box {
    background: #fff;
    border-radius: 20px;
}
.employees-content h3 {
    font-weight: bold;
    color: #000;
}
.employees-content p {
    font-weight: normal;
    letter-spacing: normal;
    color: #000;
}
.employees-content a {
    font-weight: normal;
    letter-spacing: normal;
    color: #0192db;
    text-decoration: none;
}
.the-loop-banner {
    background-color: #eee;
    padding-left: 20px;
    padding-right: 20px;
    height: 175px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.the-loop-banner-bg {
    background-color: #eee;
}
.the-loop-banner .left-text:before {
    background-image: url('../images/redarrow-left.png');
    background-position: center;
    background-size: cover;
    height: 15px;
    content: "";
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    width: 36px;
    top: -7px;
}
.the-loop-banner .right-text:before {
    background-image: url('../images/redarrow-right.png');
    background-position: center;
    background-size: cover;
    height: 15px;
    content: "";
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    width: 36px;
    top: -7px;
}
.the-loop-banner a {
    position: relative;
    font-weight: bold;
    letter-spacing: normal;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    padding-top: 30px;
}
.product-img {
    max-width: 150px;
    margin: 0 auto;
}
.timetogo-banner-inner {
    background-image: url('../images/reimagine/timetogo_576.png');
    height: 300px;
}
.timetogo-box h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.61px;
}
.timetogo-box {
    padding: 55px 18px 48px 30px;
}
.timetogo-box p {
    margin-top: 19px;
    font-size: 14px;
    line-height: 18px;
    max-width: 200px;
}
.readytoroll-box h2,.remotereadywork-box h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.61px;
}
.cometogeather-banner-inner {
    background-image: url('../images/connect/cometogeather_576.png');
    height: 290px;
}
.handsoff-banner-inner {
    background-image: url('../images/facility/handsoff_576.png');
    height: 290px;
}
.smart-tip-content {
    max-width: 210px;
    padding-right: 15px;
}
.smart-tip-bg {
    background-image: url('../images/connect/smarttip_768.png');
    height: 285px;
    align-items: center;
    text-align: left;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
}
.inspiration-bg {
    background-image: url('../images/connect/inspiration_576.png');
    height: 300px;
    background-color: #fff;
    background-size: cover;
}
.readytoroll-box {
    padding: 54px 19px 40px 29px;
   position: absolute;
    right: 0;
}

.inspiration-box-wrap {
    height: 300px;
    background-color: #fff;
}
.readytoroll-box,.remotereadywork-box {
    padding: 54px 19px 40px 29px;   
}
.remotereadywork-box {
    position: absolute;
    right: 0;
}
.readytoroll-box p,.remotereadywork-box p {
    max-width: 200px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 11px;
}
.assembled-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px 0;
}
.assembled-banner-inner {
    padding: 49px 38px 47px 27px;
}
.assembled-center {
    align-items: inherit;
}
.assembled-content-wrap {
    padding-left: 10px;
    max-width: 550px;
}
.assembled-content-wrap h3 {
    font-size: 22px;
    letter-spacing: -0.73px;
}
.assembled-content-wrap p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.assembled-center img {
    object-fit: contain;
    height: 102px;
}
.smart-tip-content h4 {
    font-size: 22px;
}
.smart-tip-content p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
}
.inspiration-content {
    padding-left: 50px;
    max-width: 260px;
}
.inspiration-content h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-top: -25px;
}
.inspiration-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 23px;
}
.inspiration-content a {
    font-size: 14px;
    line-height: 22px;
}
.left-employees-box h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}
.employees-content {
    padding-left: 30px;
    padding-right: 28px;
    padding-bottom: 39px;
}

.employees-content h3 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin: 30px 0 15px 0;
}
.closeup h3 {
   margin-bottom: 20px !important;
}
.employees-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: 21px;
}
.employees-content a {
    font-size: 14px;
    line-height: 22px;
}
.the-loop-banner img {
    max-width: 150px;
}
.the-loop-banner h3 {
    font-size: 18px;
}
.the-loop-banner h3.right-text {
    text-align: right;
}
.boxes-banner-bg {
    display: block;
}
.left-employees-box {
    width: 100%;
}
.left-employees-box img {
    width: 100%;
}
.right-box {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}
.product-slider {
    padding-top: 31px;
    padding-bottom: 31px;
    background-color: #fff;
}
.assembled-content-wrap p br {
    display: none;
}

.assembled-content-wrap a {
    color: #fff;
    text-decoration: underline;
}
.employees-content a,.inspiration-content a,.shop-btn {
    transition: all 0.6s;
}
.employees-content a:hover,.inspiration-content a:hover,.shop-btn:hover {
    text-decoration: underline;
}
.inspiration-img img {
    max-width: 100%;
    object-fit: cover;
}
.employees-content h3.wfh-title {
    margin-bottom: 10px;
}
.remote-inspiration .inspiration-content {
    padding-left: 58px;
}
.remotereadywork-banner-inner img {
    max-width: 100%;
}
.glide__arrow {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transform: none !important;
}

.video-section video {
    max-width: 65%;
}
.video-section-img img {
   display: none;
}
.assembled-content-wrap p br {
    display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.assembled-content-wrap p br {
    display: inline-block !important;
}
  .readytoroll-box {
    padding: 54px 19px 40px 29px;
   position: absolute;
    right: 0;
    top: 50%;
    margin-top: -140px;
}
.remotereadywork-box {
   
   top: 50%;
    margin-top: -140px;
    
}
.left-employees-box,.right-box,.remote-inspiration {
    height: 100%;
    
}

.reimagine-ins.inspiration-bg{ height:324px !important;}

.remote-ins.inspiration-box-wrap{ height:277px !important;}

.connect-ins.inspiration-bg{ height:277px !important;}

.breakroom-ins.inspiration-box-wrap{ height:255px !important;}

.facility-ins.inspiration-bg{ height:290px !important;}

}

/*responsive*/
/*400*/
@media (max-width: 400px) {
.assembled-center img {
    height: 60px;
}
.inspiration-content {
    padding-left: 16px;
    max-width: 200px;
}
.inspiration-content h3 {
    line-height: 31px;
    margin-top: -55px;
}
.inspiration-content p {
    line-height: 18px;
}
.smart-tip-bg {
    padding: 0 20px;
}
.assembled-content-wrap {
    padding-left: 15px;
}
.assembled-banner-inner {
    padding: 49px 27px 47px 24px;
}
.remotereadywork-box, .readytoroll-box {
    padding: 15px 14px 10px 14px;
    max-width: 145px;
}
.remotereadywork-box p {
    margin-top: 5px;
}
.remote-inspiration .inspiration-content {
    padding-left: 30px;
}
}
@media (max-width: 359px) {
.assembled-content-wrap {
    word-break: break-word;
}
}
/*300*/
@media (min-width: 275px) {
.the-loop-banner img {
    max-width: 85px;
    margin: 0 20px;
}

.the-loop-banner a {
    font-size: 12px;
}
.the-loop-banner .right-text {
    text-align: right;
}
.smart-tip-content {
    max-width: 240px;
    padding-right: 0;
}
.remotereadywork-box,.readytoroll-box {
    padding: 15px 14px 10px 14px;
    max-width: 160px;
    right: 0;
}
.remotereadywork-box h2,.readytoroll-box h2 {
    letter-spacing: 0;
}
.remotereadywork-box p {
    margin-top: 5px;
}
.remote-inspiration .inspiration-box-wrap {
    background-image: url(../images/remote/remoteinspiration-576.png);
    background-position: right bottom;
    background-size: 48%;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.remote-inspiration .inspiration-img {
    display: none;
}
.assembled-center {
    align-items: center;
}
.video-section video {
    max-width: 50%;
}
}

@media (min-width: 414px) {
.remotereadywork-box,.readytoroll-box {
    max-width: 190px;
   
}}
/*475*/
@media (min-width: 475px) {
  .remotereadywork-box, .readytoroll-box {
    max-width: 210px;
    padding: 15px 32px 10px 32px;
}
    .assembled-content-wrap {
        padding-left: 29px;
    }
    .fastdelivery-wrap img {
        height: 79px;
    }   
.inspiration-box {
  
  padding-bottom: 70px;
}
.inspiration-content h3 {
    line-height: 31px;
}
.inspiration-content p {
    line-height: 18px;
}

}
/*min 576*/
@media (min-width: 576px) {
    .product-title {
        height: 65px;}

  .remotereadywork-box, .readytoroll-box {
    max-width: 100%;
}
  .video-section video {
    max-width: 67%;
}
    .glide__arrow img {
   
    width:22px;
}
.s-screen {
    display: block;
}
.xxl-screen,.xl-screen,.l-screen,.m-screen {
    display: none;
}
.the-loop-banner a {
    font-size: 14px;
}
.the-loop-banner-section {
    margin-bottom: 18px;
}
.slick-list {
    margin: 0 38px !important;
}
.glide__arrow--prev.glide__arrow {
    left: 30px;
}
.glide__arrow--next.glide__arrow {
    right: 30px;
}
.glide__arrow {
    height: 42px;
    width: 22px;
}
.product-img {
    max-width: 150px;
    margin: 0 auto;
}
.timetogo-banner-inner {
    background-image: url('../images/reimagine/timetogo_576.png');
    height: 300px;
}
.timetogo-box h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.61px;
}
.timetogo-box {
    padding: 55px 18px 48px 30px;
}
.timetogo-box p {
    margin-top: 19px;
    font-size: 14px;
    line-height: 18px;
    max-width: 200px;
}
.readytoroll-box h2,.remotereadywork-box h2 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.61px;
}
.cometogeather-banner-inner {
    background-image: url('../images/connect/cometogeather_576.png');
    height: 290px;
}
.handsoff-banner-inner {
    background-image: url('../images/facility/handsoff_576.png');
    height: 290px;
}
.smart-tip-content {
    max-width: 275px;
}
.smart-tip-bg {
    background-image: url('../images/connect/smarttip_576.png');
    height: 285px;
    align-items: flex-end;
    text-align: left;
    justify-content: center;
    background-position: left -30px top 0;
    background-size: contain;
}
.inspiration-bg {
    background-image: url('../images/connect/inspiration_576.png');
    height: 300px;
    background-color: #fff;
    background-size: cover;
}
.inspiration-box-wrap {
    height: 300px;
}
.readytoroll-box {
    padding: 54px 19px 40px 29px;
    margin-right: -1px;
}
.readytoroll-box p,.remotereadywork-box p {
    max-width: 200px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 11px;
}
.assembled-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px 0;
}
.assembled-banner-inner {
    padding: 49px 38px 47px 27px;
}
.assembled-center {
    align-items: inherit;
}
.assembled-content-wrap {
    padding-left: 29px;
    max-width: 550px;
}
.assembled-content-wrap h3 {
    font-size: 22px;
    letter-spacing: -0.73px;
}
.assembled-content-wrap p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.assembled-center img {
    object-fit: contain;
    height: 102px;
}
.smart-tip-content h4 {
    font-size: 22px;
}
.smart-tip-content p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
}
.inspiration-content {
    padding-left: 50px;
    max-width: 260px;
}
.inspiration-content h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-top: -25px;
}
.inspiration-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 23px;
}
.inspiration-content a {
    font-size: 14px;
    line-height: 22px;
}
.left-employees-box h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}
.employees-content {
    padding-left: 30px;
    padding-right: 28px;
    padding-bottom: 39px;
}
.employees-content h3 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin: 30px 0 15px 0;
}
.employees-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: 21px;
}
.employees-content a {
    font-size: 14px;
    line-height: 22px;
}
.the-loop-banner img {
    max-width: 150px;
    margin: 0;
}
.the-loop-banner a {
    font-size: 18px;
}
.the-loop-banner a.right-text {
    text-align: right;
}
.boxes-banner-bg {
    display: block;
}
.left-employees-box {
    width: 100%;
}
.left-employees-box img {
    width: 100%;
}
.right-box {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}
.product-slider {
    padding-top: 31px;
    padding-bottom: 31px;
}
.assembled-content-wrap p br {
    display: none;
}
.loop-banner {
    flex-direction: column-reverse;
  }
  .loop-image {
    width: 100%;
  }
  .remotereadywork-box {
    padding: 50px 10px 28px 29px;
    max-width: 230px;
}
.fastdelivery-wrap img {
    height: 79px;
}
}

/*min 768*/
@media (min-width: 768px) {
.m-screen {
    display: block;
}
.xxl-screen,.xl-screen,.l-screen,.s-screen {
    display: none;
}
.the-loop-banner-section {
    margin-bottom: 23px;
}
.slick-list {
    margin: 0 25px !important;
}
.glide__arrow--prev.glide__arrow {
    left: 30px;
}
.glide__arrow--next.glide__arrow {
    right: 30px;
}
.product-img {
    max-width: 200px;
}
.timetogo-banner-inner {
    background-image: url('../images/reimagine/timetogo_768.png');
    height: 400px;
}
.timetogo-box h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
}
.timetogo-box {
    padding: 43px 38px 47px 30px;
}
.timetogo-box p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 18px;
    max-width: 293px;
}
.readytoroll-box h2,.remotereadywork-box h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
}
.cometogeather-banner-inner {
    background-image: url('../images/connect/cometogeather_768.png');
    height: 385px;
}
.handsoff-banner-inner {
    background-image: url('../images/facility/handsoff_768.png');
    height: 385px;
}
.smart-tip-bg {
    background-image: url('../images/connect/smarttip_768.png');
    height: 235px;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
    background-position: center -22px;
    background-size: 100% auto;
}
.smart-tip-content {
    max-width: 310px;
    padding-right: 0;
}
.smart-tip-content h4 {
    font-size: 22px;
}
.smart-tip-content p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
}
.inspiration-bg {
    background-image: url('../images/connect/inspiration_768.png');
    height: 235px;
    background-color: #fff;
    background-size: contain;
}
.inspiration-box-wrap {
   height: 235px;
}
.readytoroll-box {
    padding: 49px 1px 52px 29px;
}
.readytoroll-box p,.remotereadywork-box p {
    max-width: 293px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 11px;
}
.assembled-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px 0;
}
.assembled-banner-inner {
    padding: 49px 64px 17px 65px;
}
.assembled-center {
    align-items: inherit;
}
.assembled-content-wrap {
    padding-left: 37px;
    max-width: 550px;
}
.assembled-content-wrap h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
.assembled-content-wrap p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
.assembled-center img {
    object-fit: contain;
    height: 102px;
}
.inspiration-content {
    padding-left: 50px;
    max-width: 400px;
}
.inspiration-content h3 {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: -0.73px;
    margin-top: -50px;
}
.inspiration-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 14px;
}
.inspiration-content a {
    font-size: 14px;
    line-height: 22px;
}
.left-employees-box h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}
.employees-content {
    padding-left: 30px;
    padding-right: 28px;
    padding-bottom: 51px;
}
.employees-content h3 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin: 40px 0 15px 0;
}
.employees-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: 21px;
}
.employees-content a {
    font-size: 14px;
    line-height: 22px;
}
.the-loop-banner img {
    max-width: 150px;
}
.the-loop-banner a {
    font-size: 18px;
}
.left-employees-box {
    width: 37%;
}
.right-box {
    width: 63%;
    padding-top: 0;
    padding-left: 30px;
}
.boxes-banner-bg {
    display: flex;
}
.product-slider {
    padding-top: 31px;
    padding-bottom: 31px;
}
.assembled-content-wrap p br {
    display: none;
}
.inspiration-box h2 {
    max-width: 100%;
  }
  .inspiration-box p {
    
    max-width: 450px;
  }
  .inspiration-box {
    background-image: url(../images/inspiration-768.png);
    background-size: 335px;
    padding-bottom: 30px;
  }
  .two-section.left .loop-banner {
    flex-direction: row-reverse;
  }
  .share {
    justify-content: flex-start;
    margin-top: 90px;
  }
  .medium {
    display: block;
  }
  .small {
    display: none;
  }
  .loop-text {
    padding-bottom: 0px;
    text-align: left;
    width: 50%;
  }
  .loop-image {
    width: 50%;
  }
  .loop-banner {
    flex-direction: inherit;
    border-radius: 20px 20px 20px 20px;
  }
  .loop-text h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .loop-text p {
    font-size: 18px;
    max-width: 250px;
  }
  .loop-wrapper {
    padding-left: 40px;
    padding-right: 20px;
  }
  .two-section .loop-text p {
  
    line-height: 22px;
  
    font-size: 14px;
}
.remotereadywork-box {
    max-width: 284px;
    padding: 38px 10px 45px 29px;
    right: 0;
}
.remote-inspiration .inspiration-img {
    display: block;
}
.remote-inspiration .inspiration-box-wrap {
    background-image: none;
    border-radius: 20px 20px 0 0;
}
.video-section video {
    max-width: 67%;
}
}

/*min 992*/
@media (min-width: 992px) {
    .glide__arrow img {
    width: 30px;
}
.l-screen {
    display: block;
}
.xxl-screen,.xl-screen,.s-screen,.m-screen {
    display: none;
}
.the-loop-banner-section {
    margin-bottom: 23px;
}
.slick-list {
    margin: 0 62px !important;
}
.product-slider .product-slider-wrap {
    padding-left: 30px;
    padding-right: 30px;
}
.glide__arrow--prev.glide__arrow {
    left: 30px;
}
.glide__arrow--next.glide__arrow {
    right: 30px;
}
.glide__arrow {
    height: 58px;
    width: 30px;
}
/*.assembled-content-wrap p br {
    display: block;
}*/
.product-img {
    max-width: 200px;
}
.timetogo-banner-inner {
    background-image: url('../images/reimagine/timetogo_992.png');
    height: 450px;
}
.timetogo-box h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
}
.timetogo-box {
    padding: 43px 38px 47px 30px;
}
.timetogo-box p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 18px;
    max-width: 293px;
}
.readytoroll-box h2,.remotereadywork-box h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
}
.cometogeather-banner-inner {
    background-image: url('../images/connect/cometogeather_992.png');
    height: 500px;
}
.handsoff-banner-inner {
    background-image: url('../images/facility/handsoff_992.png');
    height: 500px;
}
.smart-tip-bg {
    background-image: url('../images/connect/smarttip_992.png');
    height: 285px;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background-position: left;
    background-size: contain;
}
.inspiration-bg {
    background-image: url('../images/connect/inspiration_992.png');
    height: 285px;
    background-size: contain;
    background-size: cover;
}
.inspiration-box-wrap {
   height: 285px;
}
.readytoroll-box {
    padding: 49px 39px 52px 29px;
}
.readytoroll-box p,.remotereadywork-box p {
    max-width: 293px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 11px;
}
.assembled-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px 0;
}
.assembled-banner-inner {
    padding: 45px;
}
.assembled-content-wrap {
    padding-left: 37px;
    max-width: 100%;
}
.assembled-content-wrap h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
.assembled-content-wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.assembled-center img {
    object-fit: contain;
    height: 102px;
}
.smart-tip-content {
    max-width: 50%;
    padding-right: 15px;
}
.smart-tip-content h4 {
    font-size: 30px;
}
.smart-tip-content p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
}
.inspiration-content {
    padding-left: 50px;
    max-width: 400px;
}
.inspiration-content h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-top: -30px;
}
.inspiration-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.inspiration-content a {
    font-size: 14px;
    line-height: 22px;
}
.left-employees-box h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}
.employees-content {
    padding-left: 40px;
    padding-right: 27px;
    padding-bottom: 51px;
}
.employees-content h3 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin: 40px 0 15px 0;
}
.employees-content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 13px;
    margin-bottom: 21px;
}
.employees-content a {
    font-size: 14px;
    line-height: 22px;
}
.the-loop-banner img {
    max-width: 150px;
}
.the-loop-banner a {
    font-size: 22px;
}
.left-employees-box {
    width: 37%;
}
.right-box {
    width: 63%;
}
.product-slider {
    padding-top: 30px;
    padding-bottom: 62px;
}
 .inspiration-box h2 {
    max-width: 100%;
    font-size: 36px;
    line-height: 44px;
}
  .inspiration-box p {
    max-width: 459px;
    font-size: 16px;
  }
  .inspiration-box {
    padding: 46px 80px;
    padding-bottom: 30px;
    background-image: url(../images/inspiration-992.png);
  }
  .two-section .loop-text h2 {
    line-height: 54px;
    
    letter-spacing: -1.63px;
    margin: 30px 0px;
  }
  .two-section .loop-text p {
    line-height: 22px;
  }
  .loop-text p {
    max-width: 380px;
  }
  .medium {
    display: none;
  }
  .large {
    display: block;
  }
  .share {
    justify-content: flex-start;
    margin-top: 50px;
  }
  .loop-wrapper {
    padding-left: 50px;
    padding-right: 40px;
  }
  .two-section .loop-wrapper {
    max-width: 400px;
 }
 .two-section .loop-text p {
    line-height: 24px;
    font-size: 18px;
}
.remotereadywork-box {
    max-width: 330px;
    padding: 38px 10px 63px 29px;
}
.remote-inspiration .inspiration-content h3 {
    font-size: 22px;
    letter-spacing: -0.61px;
}
.remote-inspiration .inspiration-content p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 11px;
}
.remote-inspiration .inspiration-content a {
    font-size: 16px;
}
.video-section video {
    max-width: 72%;
}
}

/*min 1200*/
@media (min-width: 1200px) {
.xl-screen {
    display: block;
}
.xxl-screen,.s-screen,.l-screen,.m-screen {
    display: none;
}
.slick-list {
    margin: 0 56px !important;
}
.product-slider .product-slider-wrap {
    padding-left: 30px;
    padding-right: 30px;
}
.glide__arrow--prev.glide__arrow {
    left: 30px;
}
.glide__arrow--next.glide__arrow {
    right: 30px;
}
.timetogo-box h2 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -1.5px;
}
.timetogo-banner-inner {
    background-image: url('../images/reimagine/timetogo_1200.png');
    height: 560px;
}
.timetogo-box {
    padding: 43px 77px 69px 43px;
}
.timetogo-box p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
    max-width: 360px;
}
.readytoroll-box h2,.remotereadywork-box h2 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -1.5px;
}
.readytoroll-box p,.remotereadywork-box p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 22px;
    max-width: 405px;
}
.cometogeather-banner-inner {
    background-image: url('../images/connect/cometogeather_1200.png');
    height: 600px;
}
.handsoff-banner-inner {
    background-image: url('../images/facility/handsoff_1200.png');
    height: 600px;
}
.smart-tip-bg {
    background-image: url('../images/connect/smarttip_1200.png');
    background-position: left;
    height: 335px;
}
.inspiration-bg {
    background-image: url('../images/connect/inspiration_1200.png');
    height: 335px;
}
.inspiration-box-wrap {
   height: 335px;
}
.readytoroll-box {
    padding: 83px 19px 85px 46px;
}
.assembled-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px 0;
}
.assembled-banner-inner {
    padding: 44.5px;
}
.assembled-content-wrap {
    padding-left: 37px;
}
.assembled-content-wrap h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
.assembled-content-wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.assembled-center img {
    width: 102px;
    object-fit: contain;
    height: 102px;
}
.fastdelivery-wrap img {
    height: 79px;
}
.smart-tip-content {
    max-width: 310px;
    padding-right: 25px;
}
.smart-tip-content h4 {
    font-size: 30px;
}
.smart-tip-content p {
    font-size: 16px;
    margin-top: 14px;
    line-height: 24px;
}
.inspiration-content {
    padding-left: 50px;
    max-width: 400px;
}
.inspiration-content h3 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-top: -30px;
}
.inspiration-content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.inspiration-content a {
    font-size: 16px;
    line-height: 22px;
}
.left-employees-box h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}
.employees-content {
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 51px;
}
.employees-content h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
    margin: 43px 0;
}
.employees-content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 21px;
}
.employees-content a {
    font-size: 16px;
    line-height: 22px;
}
.the-loop-banner img {
    max-width: 205px;
}
.the-loop-banner a {
    font-size: 30px;
}
.left-employees-box {
    width: 44%;
}
.right-box {
    width: 60%;
}
.loop-header ul {
    display: flex;
}
.hamburger {
    display: none;
}
.loop-header ul li a {
    margin-right: 27px;
}
.share{ margin-bottom: 60px; }
  .inspiration-box {
    background-image: url(../images/inspiration-1200.png);
    padding: 46px 80px;
    padding-bottom: 30px;
    background-size: 460px;
    background-position: 84% bottom;
  }
  .two-section .loop-text p {
    line-height: 24px;
  }
  .two-section .loop-text h2 {
    line-height: 54px;
    
    letter-spacing: -1.63px;
    margin: 30px 0px;
    font-size: 44px;
  }
   .loop-text p {
    font-size: 22px;max-width: 425px;
  }
  .loop-text h6 {
    margin-top: 35px;}
  .loop-text h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -2px;
    max-width: 467px;
  }
  .banner-logo {
    max-width: 300px;
  }
  .loop-header ul {
    display: flex;
  }
  .hamburger {
    display: none;
  }
  .header-inner {
    justify-content: flex-start;
  }
  .large {
    display: none;
  }
  .x-large {
    display: block;
  }
  .loop-wrapper {
    padding-left: 72px;
    padding-right: 40px;
  }
 .remotereadywork-box {
    padding: 51px 28px 63px 46px;
    max-width: 415px;
}
.remotereadywork-banner-inner img {
    max-width: 100%;
}
.remote-inspiration .inspiration-content h3 {
    font-size: 36px;
    letter-spacing: -1px;
}
.video-section video {
    max-width: 69%;
}
}

/*min 1400*/
@media (min-width: 1400px) {
.two-section .loop-wrapper {
        max-width: 580px;
    }    
.xxl-screen {
    display: block;
}
.s-screen,.xl-screen,.l-screen,.m-screen {
    display: none;
}
.video-section video {
    max-width: 65%;
}
.the-loop-banner-section {
    margin-bottom: 30px;
}
.container {
    max-width: 1440px;
}
.glide__slides {
    margin: 0 0px;
}
.product-slider .product-slider-wrap {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1170px;
margin: 0px auto;
}
.glide__arrow--prev.glide__arrow {
    left: -60px;
}
.glide__arrow--next.glide__arrow {
    right: -60px;
}
.timetogo-banner-inner {
    background-image: url('../images/reimagine/timetogo_1400.png');
    height: 560px;
}
.timetogo-box {
    padding: 43px 97px 69px 43px;
}
.timetogo-box p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
    max-width: 360px;
}
.readytoroll-box p,.remotereadywork-box p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 22px;
    max-width: 405px;
}
.cometogeather-banner-inner {
    background-image: url('../images/connect/cometogeather_1400.png');
    height: 700px;
}
.handsoff-banner-inner {
    background-image: url('../images/facility/handsoff_1400.png');
    height: 700px;
}
.readytoroll-box {
    padding: 83px 99px 85px 46px;
}
.remotereadywork-box {
    padding: 83px 99px 85px 46px;
    max-width: 405px;
    right: 0;
}
.remotereadywork-banner-inner img {
    max-width: 100%;
}
.assembled-banner-bg {
    background-color: #f5f5f5;
    padding: 30px 20px 0;
}
.assembled-banner-inner {
    padding: 44.5px;
}
.assembled-content-wrap {
    padding-left: 37px;
}
.assembled-content-wrap h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
.assembled-content-wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.assembled-center img {
    width: 102px;
    object-fit: contain;
    height: 102px;
}
.smart-tip-bg {
    background-image: url('../images/connect/smarttip_1400.png');
    height: 320px;
    padding-top: 15px;
}
.smart-tip-content {
    max-width: 305px;
    padding-right: 55px;
}
.smart-tip-content h4 {
    font-size: 30px;
}
.smart-tip-content p {
    font-size: 16px;
    margin-top: 14px;
    line-height: 24px;
}
.inspiration-bg {
    background-image: url('../images/connect/inspiration_1400.png');
    height: 335px;
}
.inspiration-box-wrap {
   height: 335px;
}
.inspiration-content {
    padding-left: 40px;
    max-width: 450px;
}
.inspiration-content h3 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-top: -50px;
}
.inspiration-content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.inspiration-content a {
    font-size: 16px;
    line-height: 22px;
}
.left-employees-box h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}
.employees-content {
    padding-left: 50px;
    padding-right: 15px;
    padding-bottom: 35px;
}
.employees-content h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
    margin: 38px 0 52px 0;
}
.employees-content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 21px;
    padding-right: 20px;
}
.employees-content a {
    font-size: 16px;
    line-height: 22px;
}
.the-loop-banner img {
    max-width: 205px;
    margin-top: -5px;
    margin-left: -10px;
}
.the-loop-banner h3 {
    font-size: 30px;
}
.left-employees-box {
    width: 44%;

}
.right-box {
    width: 56%;
}
.left-employees-box img {
    max-height: 400px;
}
.loop-text h6 {
    margin-top: 0px;
}
  .inspiration-box {
    background-image: url(../images/inspiration-1400.png);
    padding: 46px 120px;
    padding-bottom: 30px;
    background-size: 460px;
    background-position: 84% bottom;
  }
  .two-section .loop-text p {
    font-size: 18px;
  }
  .two-section .loop-text h2 {
    line-height: 54px;
    letter-spacing: -2px;
    margin: 30px 0px;
    font-size: 54px;
}
  .loop-text p {
    font-size: 22px;
  }
 
  .banner-logo {
    max-width: 467px;
  }
  .loop-image {
    width: 50%;
  }
  .x-large {
    display: none;
  }
  .xx-large {
    display: block;
  }
  .loop-banner {
    display: flex;
    justify-content: center;
  }
  .loop-header ul li a {
    margin-right: 68px;
  }
  .loop-header ul {
    margin-left: 78px;
  }
  .loop-wrapper {
    padding-left: 90px;
    padding-right: 40px;
  }
}


/*overlay*/
body.loopnav{ overflow-y: hidden ; }
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 60px;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
top: 100px;
width: 75%;
text-align: left;
margin-top: 0px;
left: 45px;
}

.overlay a {
  padding: 0px;
  padding-bottom: 45px;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 32px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*archive start*/
.loop-top-banner.archive-top {
background-color: #fff;
margin-top: 22px;
padding-top: 40px;
padding-bottom: 50px;
margin-bottom: 0px;
    clear: both;
}
.two-section.left.archive-section.first {
    padding-top: 24px;
}
.loop-top-banner.archive-top .loop-text {
padding-bottom: 0px;
text-align: center;
width: 100%;
}
.loop-top-banner.archive-top .banner-logo {
max-width: 150px;
}
.loop-top-banner.archive-top .loop-text p {
max-width: 100%;
margin-bottom: 0px;
font-size: 16px;
letter-spacing: 0;
}
.loop-top-banner.archive-top .loop-text h2 {
max-width: 100%;
text-align: center;
font-size: 36px;
line-height: normal;
letter-spacing: -1.33px;
font-weight: 600;
}
.two-section.archive-section .loop-wrapper {
max-width: 100%;
text-align: left;
}
.two-section.left.archive-section .loop-banner {
flex-direction: column-reverse;
border-radius: 20px;
}
.two-section.left.archive-section .loop-text {
width: 100%;
padding-bottom: 25px;
}
.two-section.left.archive-section .loop-image {
width: 100%;
}
.two-section.left.archive-section .loop-image img {
border-radius: 20px 20px 0px 0px;
}
.two-section.left.archive-section .loop-text h6 {
font-size: 14px;
color: #999;
font-weight: 400;
margin-top: 20px;
margin-bottom: 0px;
}
.two-section.left.archive-section .loop-text h2 {
font-size: 22px;
line-height: normal;
font-weight: 600;
margin-top: 10px;
margin-bottom: 20px;
letter-spacing: -0.61px;
}
.two-section.left.archive-section .loop-text p {
max-width: 100%;
line-height: 18px;
font-size: 14px;
margin: 15px auto;
letter-spacing: 0px;
}
.two-section.archive-section .download-pdf {
color: #0192db;
letter-spacing: normal;
font-size: 14px;
font-weight: 400;
text-decoration: none;
transition: all 0.6s;
display: block;
margin-top: 8px;
}
.two-section.archive-section .download-pdf:hover {
color: #000;
}
.two-section.left.archive-section a.scLink {
width: 145px;
}
@media (min-width: 576px) {
.two-section.left.archive-section .loop-image img {
border-radius: 20px 0px 0px 20px;
}
.two-section.left.archive-section .loop-banner {
flex-direction: row-reverse;
border-radius: 20px;
}
.two-section.left.archive-section .loop-image {
width: 50%;
}
.two-section.left.archive-section .loop-text {
width: 50%;
padding-bottom: 0px;
}
.two-section.archive-section .loop-wrapper {
padding-right: 10px !important;
}
}
@media (min-width: 768px) {
.combo {
display: flex;
max-width: 1440px;
margin: 0px auto;
display: -ms-flexbox !important;
 
}
.combo .two-section.left.archive-section:first-of-type {
    padding-left: 25px;
    padding-right: 15px;
    width: 50%;
}
.combo .two-section.left.archive-section:last-of-type {
    padding-left: 15px;
    padding-right: 25px;
     width: 50%;
}
.combo .loop-container {
padding: 0px 0px;
}
.combo .two-section.left.archive-section .loop-image img {
border-radius: 20px 20px 0px 0px;
}
.combo .two-section.left.archive-section .loop-text {
width: 100%;
padding-bottom: 50px;
}
.combo .two-section.left.archive-section .loop-banner {
flex-direction: column-reverse;
}
.combo .two-section.left.archive-section .loop-image {
width: 100%;
height: 100%;
}
}
@media (min-width: 992px) {
.two-section.archive-section .loop-wrapper {
padding-right: 20px !important;
}
.two-section.left.archive-section .loop-text p {
padding-right: 20px;
max-width: 350px;
margin-left: 0px;
line-height: 22px;
}
.two-section.archive-section .loop-wrapper {
padding-left: 55px !important;
}
.two-section.left.archive-section .loop-text h2 {
font-size: 36px;
letter-spacing: -1px;
}
.loop-top-banner.archive-top {
padding-top: 73px;
padding-bottom: 85px;

}
.loop-top-banner.archive-top .banner-logo {
max-width: 255px;
}
.loop-top-banner.archive-top .loop-text p {
max-width: 100%;
margin-bottom: 0px;
font-size: 18px;
letter-spacing: 0;
}
.loop-top-banner.archive-top .loop-text h2 {
max-width: 100%;
text-align: center;
font-size: 54px;
letter-spacing: -2px;
font-weight: 600;
}
.loop-top-banner.archive-top .loop-wrapper {
padding-left: 40px;
padding-right: 40px;
}
}
/*archive end*/
/*inner page end css*/