@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,300;1,700&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  scroll-behavior: auto; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

strong, b {
  font-weight: bold; }

.slick-slider *:focus {
  outline: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  overflow-x: hidden; }

.container {
  max-width: 80%;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 1400px) {
    .container {
      max-width: 90%; } }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 100%; } }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99; }
  .loading.page {
    transition: 1s; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 120px;
  height: 120px;
  z-index: 9;
  transition: .4s; }
  header .logo {
    margin-top: 60px;
    transition: margin .4s;
    display: inline-block; }
    header .logo img {
      height: 80px;
      transition: .4s; }
    header .logo .type {
      display: none; }
    @media (max-width: 1400px) {
      header .logo .big {
        width: 100px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .logo {
        margin-top: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .logo {
        margin-top: 0; }
        header .logo img {
          height: 60px; } }
    @media only screen and (max-width: 767px) {
      header .logo {
        margin-top: 0; }
        header .logo img {
          height: 60px; } }
  header .menu {
    cursor: pointer;
    position: relative;
    z-index: 2; }
    header .menu .cls {
      display: none; }
  header.page {
    background: #000; }
    header.page .logo {
      margin-top: 0; }
      header.page .logo .big {
        display: none; }
      header.page .logo .type {
        display: inline-block; }
    header.page .menu path {
      fill: #000; }
  header.scrolled {
    background: #000;
    line-height: 100px;
    height: 100px; }
    header.scrolled .logo {
      margin-top: 0; }
      header.scrolled .logo .big {
        display: none; }
      header.scrolled .logo .type {
        display: inline-block; }
      header.scrolled .logo img {
        height: 60px; }
    header.scrolled .menu path {
      fill: #000; }
  header nav.main {
    position: fixed;
    right: 0;
    top: 0;
    width: 720px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 32px 12px;
    line-height: normal;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    transform: translateX(100%);
    transition: .7s; }
    header nav.main .links a {
      display: block; }
    header nav.main .links .title {
      display: block;
      position: relative;
      cursor: pointer;
      font-size: 55px;
      margin: 12px 0;
      transition: .4s; }
      header nav.main .links .title .hover {
        position: absolute;
        top: -120px;
        left: 60%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        height: 324px; }
      header nav.main .links .title:hover {
        opacity: .5; }
        header nav.main .links .title:hover .hover {
          opacity: 1;
          visibility: visible;
          transition: .4s; }
    header nav.main .links .sub {
      display: none;
      padding: 20px 8px 5px 8px; }
      header nav.main .links .sub a {
        position: relative;
        font-size: 22px;
        margin-bottom: 12px;
        font-weight: 300; }
        header nav.main .links .sub a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          bottom: -2px;
          background: #000;
          opacity: 0;
          transition: .4s; }
        header nav.main .links .sub a:hover:after {
          opacity: 1; }
    header nav.main .bottom {
      position: absolute;
      left: 120px;
      right: 120px;
      bottom: 90px; }
      header nav.main .bottom .social a {
        margin-left: 5px; }
      header nav.main .bottom a {
        transition: .4s; }
        header nav.main .bottom a:hover {
          opacity: .5; }
    @media (max-height: 860px) {
      header nav.main {
        padding: 80px;
        width: 600px; }
        header nav.main .links .title {
          font-size: 30px; }
        header nav.main .links .sub a {
          font-size: 18px; }
        header nav.main .bottom {
          left: 80px;
          right: 80px;
          bottom: 80px; } }
    @media (max-height: 670px) {
      header nav.main .bottom {
        position: static;
        margin-top: 200px; } }
  header .tint {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    transition: .7s; }
  header.active .menu img {
    display: none; }
  header.active .menu .cls {
    display: inline-block; }
  header.active nav.main {
    transform: translateX(0); }
  header.active .tint {
    opacity: 1;
    visibility: visible; }

footer {
  background: #000;
  padding-top: 60px;
  color: #fff;
  font-weight: 300;
  font-size: 15px; }
  footer a {
    color: #fff;
    transition: .4s; }
    footer a:hover {
      opacity: .5; }
  footer .logo {
    width: 100px; }
    @media only screen and (max-width: 767px) {
      footer .logo {
        display: none; } }
  footer .title {
    margin-bottom: 30px;
    font-weight: 400; }
  footer .links a {
    display: block;
    margin-bottom: 6px; }
  footer .bottom {
    margin-top: 70px;
    background: #fff;
    color: #000;
    line-height: 80px; }
    footer .bottom a {
      color: #000; }
  footer .social a {
    display: inline-block;
    margin-left: 16px; }
    footer .social a img {
      width: 26px; }
  @media only screen and (max-width: 767px) {
    footer {
      padding-top: 40px; }
      footer .logo {
        margin-bottom: 40px; }
      footer .links {
        margin-bottom: 30px; }
      footer .social {
        margin-top: 40px; }
      footer .bottom {
        margin-top: 40px;
        line-height: normal;
        padding: 24px 0; }
        footer .bottom .text-md-end {
          margin-top: 12px; } }

h1, h2, h3 {
  font-weight: 300; }

.main-slider {
  position: relative; }
  .main-slider .item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative; }
    .main-slider .item video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 767px) {
      .main-slider .item {
        height: 400px; } }
  .main-slider .txt {
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1; }
    .main-slider .txt h1, .main-slider .txt h2 {
      font-size: 55px;
      margin: 0 0 20px 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-slider .txt h1, .main-slider .txt h2 {
          font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        .main-slider .txt h1, .main-slider .txt h2 {
          font-size: 30px; } }
    .main-slider .txt .desc {
      width: 50%; }
    .main-slider .txt a {
      display: inline-block;
      font-size: 22px; }
      .main-slider .txt a span {
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        margin-left: 10px; }
        .main-slider .txt a span:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          display: inline-block;
          vertical-align: middle;
          width: 80px;
          height: 1px;
          background: #fff;
          transition: .4s; }
        .main-slider .txt a span:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          display: inline-block;
          vertical-align: middle;
          width: 24px;
          height: 1px;
          background: #fff;
          transition: .4s; }
      .main-slider .txt a:hover span:before {
        width: 24px; }
      .main-slider .txt a:hover span:after {
        transform: rotate(90deg); }
    @media (max-height: 760px) {
      .main-slider .txt {
        bottom: 100px; }
        .main-slider .txt h1, .main-slider .txt h2 {
          font-size: 30px; } }
  .main-slider .dots {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    margin: auto; }
    .main-slider .dots .slick-dots li {
      margin: 0 10px;
      display: inline-block; }
      .main-slider .dots .slick-dots li button {
        width: 16px;
        height: 2px;
        background: #fff;
        padding: 0;
        font-size: 0;
        border: 0; }
      .main-slider .dots .slick-dots li.slick-active button {
        background: red; }
      .main-slider .dots .slick-dots li:only-child {
        display: none !important; }
  .main-slider.collections {
    margin-bottom: 120px; }
    .main-slider.collections .item {
      height: auto;
      padding-bottom: 50%; }
      @media only screen and (max-width: 767px) {
        .main-slider.collections .item {
          height: 400px; } }
    .main-slider.collections .txt {
      bottom: 50%;
      margin-bottom: -33px;
      text-align: center; }
      .main-slider.collections .txt h1, .main-slider.collections .txt h2 {
        margin: 0; }
    @media only screen and (max-width: 767px) {
      .main-slider.collections {
        margin-bottom: 60px; } }
  .main-slider.contact .item {
    height: auto;
    min-height: 100vh;
    padding: 300px 0 100px 0; }
    .main-slider.contact .item .txt {
      position: relative;
      bottom: auto; }
      .main-slider.contact .item .txt .address {
        color: #fff;
        font-size: 18px; }
      .main-slider.contact .item .txt .social {
        margin-top: 30px; }
        .main-slider.contact .item .txt .social a {
          display: inline-block;
          margin-right: 8px; }
      .main-slider.contact .item .txt .form {
        margin-top: 60px; }
        .main-slider.contact .item .txt .form input, .main-slider.contact .item .txt .form select, .main-slider.contact .item .txt .form textarea, .main-slider.contact .item .txt .form button {
          background-color: #fff; }

/*.form{
	input, select, textarea, button{
		width: 100%;
		height: 50px;
		border-radius: 5px;
		border: 0;
		padding-left: 20px;
		margin-bottom: 8px;
		background-color: #eee;
	}
	select{
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		background-image: url(../img/select-arrow.svg);
		background-position: 85%;
		background-repeat: no-repeat;
		color: #777;
	}
	textarea{
		min-height: 110px;
		resize: vertical;
		padding-top: 20px;
	}
	button{
		padding: 0;
		margin: 20px 0;
	}
	.file{
		position: relative;
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		border-radius: 5px;
		margin-bottom: 8px;
		background-color: #eee;
		color: #2DBA21;
		input{
			top: 0;
			left: 0;
			opacity: 0;
			position: absolute;
		}
	}
	.result{
		color: #2DBA21;
	}
}*/
.main-boxes {
  /*.txt{
  	padding: 14% calc(20% + 12px);
  	.sub{
  		color: #B9B9B9;
  		margin-bottom: 30px;
  	}
  	h1, h2{
  		margin: 0 0 50px 0;
  		font-size: 28px;
  		font-weight: 400;
  	}
  	h3{
  		margin: -50px 0 40px 0;
  		font-size: 48px;
  		font-weight: 400;
  	}
  	@media(max-width: 1400px){
  		padding: 14% calc(10% + 12px);
  	}
  }*/ }
  .main-boxes .row {
    margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .main-boxes .row {
        margin-bottom: 60px; } }
  .main-boxes .img {
    padding-bottom: 120%;
    position: relative;
    background-position: center;
    background-size: cover; }
    .main-boxes .img video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .main-boxes .img {
        margin-bottom: 30px; } }
  .main-boxes .slider .slick-arrow {
    position: absolute;
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border: 0;
    z-index: 1; }
    .main-boxes .slider .slick-arrow.slick-prev {
      background-image: url(../img/slider-prev.svg);
      left: 50px; }
    .main-boxes .slider .slick-arrow.slick-next {
      background-image: url(../img/slider-next.svg);
      right: 50px; }
  .main-boxes .txt {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    .main-boxes .txt h2 {
      font-size: 46px;
      margin: 0 0 50px 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-boxes .txt h2 {
          font-size: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-boxes .txt h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .main-boxes .txt h2 {
          font-size: 30px;
          margin: 0 0 30px 0; } }
  .main-boxes.work video {
    width: 100%; }
  .main-boxes.work iframe {
    width: 100%;
    height: 300px; }
  .main-boxes.work .filter {
    border-bottom: 2px solid #F6F6F6;
    margin-bottom: 100px;
    white-space: nowrap;
    overflow: auto; }
    .main-boxes.work .filter a {
      display: inline-block;
      margin-right: 80px;
      padding-bottom: 26px;
      text-transform: uppercase; }
      .main-boxes.work .filter a.active {
        border-bottom: solid 4px #EEE6DD; }
    @media only screen and (max-width: 767px) {
      .main-boxes.work .filter {
        margin-bottom: 60px; }
        .main-boxes.work .filter a {
          margin-right: 40px;
          padding-bottom: 20px; } }
  .main-boxes.work .filter-item {
    display: none; }
  .main-boxes.work .txt h2 {
    font-size: 20px;
    margin: 0 0 30px 0; }

section.content {
  margin-bottom: 120px; }
  section.content .cert .box {
    display: block;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border: 1px solid #eee; }
  section.content h2 {
    font-size: 30px;
    margin: 0 0 40px 0; }
  section.content h3 {
    font-size: 20px;
    margin: 0 0 30px 0; }

.logos {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .logos .item {
    width: calc(100%/10);
    text-align: center; }
    .logos .item img {
      max-width: 84%;
      max-height: 42px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .logos .item {
      margin-bottom: 24px;
      width: calc(100%/5); } }
  @media only screen and (max-width: 767px) {
    .logos {
      margin-bottom: 60px; }
      .logos .item {
        margin-bottom: 24px;
        width: calc(100%/5); } }

section.form {
  padding: 140px 0 120px 0;
  background: #F1EDE8; }
  section.form h2 {
    font-size: 46px; }
  section.form input, section.form select, section.form textarea {
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 0;
    border-bottom: 1px solid #000;
    padding-left: 16px;
    margin-bottom: 16px;
    background-color: transparent;
    background: none; }
  section.form textarea {
    padding-top: 16px;
    height: 200px;
    resize: none; }
  section.form button {
    padding: 0 48px;
    background: #000;
    border: 0;
    color: #fff;
    height: 50px;
    display: inline-block; }
  section.form i {
    color: red; }
  section.form .bottom {
    margin-top: 45px; }
  @media only screen and (max-width: 767px) {
    section.form {
      padding: 60px 0; }
      section.form h2 {
        font-size: 30px;
        margin-bottom: 30px; } }

main.home + .form {
  display: none; }

.anim {
  position: relative;
  opacity: 0;
  top: 30px; }
  .anim.play {
    top: 0;
    opacity: 1;
    transition: 1s; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }

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