#main.home {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #main.home {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home {
    margin-bottom: 4rem;
  }
}
#main.home > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 {
    height: auto;
    margin: 3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec1 {
    margin: 6rem 0 4rem;
  }
}
#main.home > .inner > .sec1 > .inner {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner {
    max-width: 90rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec1 > .inner {
    max-width: 140rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec1 > .inner {
    justify-content: space-around;
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] {
    width: calc(33.333%);
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 {
    height: auto;
    width: 100%;
    display: block;
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst > [class^=itm] {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst > [class^=itm] > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst > [class^=itm] > .lnk.hov {
  overflow: hidden;
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst > [class^=itm] > .lnk.hov > .img {
  transition: transform 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box1 > .lst > [class^=itm] > .lnk.hov:hover > .img {
  transform: scale(1.05);
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 {
  height: auto;
  width: 100%;
}







@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 {
    display: none;
  }
  
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov {
  overflow: hidden;
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov > .img {
  transition: transform 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box1 > .box2 > .lnk.hov:hover > .img {
  transform: scale(1.05);
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  height: auto;
  width: 100%;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk > .lt2 {
  font-size: 0.9em;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk.hov:hover {
  opacity: 0.5;
}








#main.home > .inner > .sec2 {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner {
    max-width: 90rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec2 > .inner {
    max-width: 140rem;
    padding: 0 4rem;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box] {
  height: auto;
  width: 100%;
  position: relative;
}
#main.home > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 3rem;
    width: calc(33.333% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
    width: calc(33.333% - 2.6666666667rem);
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box1 {
  height: auto;
  width: calc(100% - 2.08rem);
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box] > .box1 {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec2 > .inner > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box1 > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box1 > .lnk.hov {
  overflow: hidden;
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box1 > .lnk.hov > .img {
  transition: transform 0.35s ease-out;
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box1 > .lnk.hov:hover > .img {
  transform: scale(1.05);
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box2 {
  height: auto;
  left: 100%;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  transform-origin: left top;
  width: 2.08rem;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box] > .box2 {
    left: auto;
    position: static;
    top: auto;
    transform: rotate(0);
    width: 100%;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box2 > .phd {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box2 > .phd > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #000000;
  display: block;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box] > .box2 > .phd > .lnk {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec2 > .inner > [class^=box] > .box2 > .phd > .lnk {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box] > .box2 > .phd > .lnk {
    text-align: center;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box2 > .phd > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec2 > .inner > [class^=box] > .box2 > .phd > .lnk.hov:hover {
  opacity: 0.5;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 {
  position: relative;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk {
    position: relative;
    padding-top: 25%;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk > .img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov {
  overflow: hidden;
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov > .img {
  transition: transform 0.35s ease-out;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov:hover > .img {
  transform: scale(1.05);
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] {
  height: auto;
  width: auto;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm]:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm]:not(:last-of-type) {
    margin-right: 4rem;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #ffffff;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] > .lnk {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  #main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] > .lnk {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec2 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] > .lnk.hov:hover {
  opacity: 0.5;
}









/*# sourceMappingURL=home.css.map */


@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk {
    text-align: center;
		display: block;

  }
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk.hov {
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box] > .box2 > .phd > .lnk.hov:hover {
  opacity: 0.5;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 {
  position: relative;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk {
    position: relative;
    padding-top: 25%;
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk > .img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
  }
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov {
  overflow: hidden;
  transition: opacity 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov > .img {
  transition: transform 0.35s ease-out;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box1 > .lnk.hov:hover > .img {
  transform: scale(1.05);
}


#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box2 {
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	position: static;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box2 > .lst {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
}



#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] {
  height: auto;
  width: auto;
}
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm]:not(:last-of-type) {
  margin-right: 4rem;
  margin-left: 2rem;
}


#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box2 > .lst > [class^=itm] > .lnk {
  height: auto;
  width: auto;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #ffffff;
  display: block;
  font-family: "Julius Sans One", sans-serif;
}








@media screen and (min-width: 768px) {
#main.home > .inner > .sec1 > .inner > [class^=box].box4 > .box1 > .box2 {
    display: none;
  }
  
}
