.icon-file:before{
  content:"\e925";
  font-family:brand;
}

.go-arrow{
  border-width:.1875rem .1875rem 0 0;
  border-style:solid;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  color:inherit;
  display:inline-block;
  height:16px;
  height:1rem;
  margin:.5rem;
  position:relative;
  vertical-align:middle;
  width:16px;
  width:1rem;
}
.go-arrow:before{
  -webkit-box-shadow:inset 0 0 0 32px;
  -webkit-box-shadow:inset 0 0 0 2rem;
          box-shadow:inset 0 0 0 32px;
          box-shadow:inset 0 0 0 2rem;
  position:absolute;
  height:3px;
  height:.1875rem;
  right:0;
  top:-2px;
  top:-.125rem;
  -webkit-transform:rotate(-45deg);
     -moz-transform:rotate(-45deg);
          transform:rotate(-45deg);
  -webkit-transform-origin:right top;
     -moz-transform-origin:right top;
          transform-origin:right top;
  width:23px;
  width:1.4375rem;
}
.go-arrow:after,.go-arrow:before{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  content:"";
}

.go-arrow-left{
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
          transform:rotate(45deg);
}

.go-arrow-up{
  -webkit-transform:rotate(315deg);
     -moz-transform:rotate(315deg);
          transform:rotate(315deg);
}

.go-arrow-down{
  -webkit-transform:rotate(135deg);
     -moz-transform:rotate(135deg);
          transform:rotate(135deg);
}

.slider-arrow{
  border:.1875rem solid;
  border-bottom:0;
  border-left:0;
  border-radius:1px;
  border-radius:.0625rem;
  display:inline-block;
  width:16px;
  width:1rem;
  height:16px;
  height:1rem;
}

.slider-arrow-right{
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
          transform:rotate(45deg);
}

.slider-arrow-left{
  -webkit-transform:rotate(225deg);
     -moz-transform:rotate(225deg);
          transform:rotate(225deg);
}

.white-box{
  -webkit-box-shadow:rgba(118, 119, 122, .25) 0 1px 0, rgba(118, 119, 122, .4) 0 0 8px;
  -webkit-box-shadow:rgba(118, 119, 122, .25) 0 .0625rem 0, rgba(118, 119, 122, .4) 0 0 .5rem;
          box-shadow:0 1px 0 rgba(118, 119, 122, .25),0 0 8px rgba(118, 119, 122, .4);
          box-shadow:0 .0625rem 0 rgba(118, 119, 122, .25),0 0 .5rem rgba(118, 119, 122, .4);
  border-radius:20px;
  border-radius:1.25rem;
  background-color:#fff;
  position:relative;
  padding:1.5rem;
  width:100%;
  word-break:break-word;
}

.more-link{
  display:inline-block;
  position:relative;
  text-decoration:none;
  padding-bottom:.9375rem;
}
.more-link:after{
  background-color:#000;
  content:"";
  display:inline-block;
  height:4px;
  height:.25rem;
  left:0;
  position:absolute;
  top:-webkit-calc(100% - 10px);
  top:-webkit-calc(100% - .625rem);
  top:-moz-calc(100% - 10px);
  top:-moz-calc(100% - .625rem);
  top:calc(100% - 10px);
  top:calc(100% - .625rem);
  -webkit-transition:top .4s ease;
  -moz-transition:.4s top ease;
  transition:top .4s ease;
  width:100%;
}
.more-link:hover:after{
  top:-webkit-calc(100% - 7px);
  top:-webkit-calc(100% - .4375rem);
  top:-moz-calc(100% - 7px);
  top:-moz-calc(100% - .4375rem);
  top:calc(100% - 7px);
  top:calc(100% - .4375rem);
}

.component-z-pattern-cs .safety-container{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  position:relative;
  width:100%;
}
.component-z-pattern-cs .safety-container .image-container,.component-z-pattern-cs .safety-container .text-container{
  width:100%;
}
@media (min-width:992px){
  .component-z-pattern-cs .safety-container .image-container,.component-z-pattern-cs .safety-container .text-container{
    width:50%;
  }
}
@media (max-width:767.98px){
  .component-z-pattern-cs .safety-container .image-container{
    margin-left:-1.25rem;
    width:-webkit-calc(100% + 40px);
    width:-webkit-calc(100% + 2.5rem);
    width:-moz-calc(100% + 40px);
    width:-moz-calc(100% + 2.5rem);
    width:calc(100% + 40px);
    width:calc(100% + 2.5rem);
  }
}
@media (min-width:768px) and (max-width:991.98px){
  .component-z-pattern-cs .safety-container .image-container{
    margin-left:-2.5rem;
    width:-webkit-calc(100% + 80px);
    width:-webkit-calc(100% + 5rem);
    width:-moz-calc(100% + 80px);
    width:-moz-calc(100% + 5rem);
    width:calc(100% + 80px);
    width:calc(100% + 5rem);
  }
}
.component-z-pattern-cs .safety-container .image-container img{
  height:auto;
  width:100%;
}
.component-z-pattern-cs.-right-to-left .safety-container{
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -webkit-flex-direction:column-reverse;
     -moz-box-orient:vertical;
     -moz-box-direction:reverse;
          flex-direction:column-reverse;
}
@media (min-width:992px){
  .component-z-pattern-cs.-right-to-left .safety-container{
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
       -moz-box-orient:horizontal;
       -moz-box-direction:reverse;
            flex-direction:row-reverse;
  }
}
.component-z-pattern-cs.-right-to-left .safety-container .text-container{
  margin-bottom:2.5rem;
}
@media (min-width:992px){
  .component-z-pattern-cs.-right-to-left .safety-container .text-container{
    margin-bottom:0;
    padding-right:3.75rem;
  }
}
.component-z-pattern-cs.-right-to-left .safety-container .image-container img{
  margin-bottom:2.5rem;
}
@media (min-width:992px){
  .component-z-pattern-cs.-right-to-left .safety-container .image-container img{
    margin-bottom:0;
    margin-left:5vw;
  }
}
.component-z-pattern-cs.-left-to-right .safety-container{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
     -moz-box-orient:vertical;
     -moz-box-direction:normal;
          flex-direction:column;
}
@media (min-width:992px){
  .component-z-pattern-cs.-left-to-right .safety-container{
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
       -moz-box-orient:horizontal;
       -moz-box-direction:normal;
            flex-direction:row;
  }
}
.component-z-pattern-cs.-left-to-right .safety-container .text-container{
  margin-top:2.5rem;
}
@media (min-width:992px){
  .component-z-pattern-cs.-left-to-right .safety-container .text-container{
    margin-top:0;
    padding-left:3.75rem;
  }
}
.component-z-pattern-cs.-left-to-right .safety-container .image-container img{
  margin-top:2.5rem;
}
@media (min-width:576px){
  .component-z-pattern-cs.-left-to-right .safety-container .image-container img{
    margin-top:0;
  }
}
@media (min-width:992px){
  .component-z-pattern-cs.-left-to-right .safety-container .image-container img{
    margin-left:-14vw;
  }
}
/*# sourceMappingURL=z_pattern_cs.min.css.map */
