/*--------------------------------------------------------------
 font-face
--------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url(../fonts/Noto_Sans/Noto-Sans.woff2) format("woff2"), url(../fonts/Noto_Sans/Noto-Sans.woff) format("woff"), url(../fonts/Noto_Sans/Noto-Sans.ttf) format("truetype");
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(../fonts/Noto_Sans/Noto-Sans-Bold.woff2) format("woff2"), url(../fonts/Noto_Sans/Noto-Sans-Bold.woff) format("woff"), url(../fonts/Noto_Sans/Noto-Sans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Japanese Regular"), local("NotoSansJapanese-Regular"), url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Regular.woff2) format("woff2"), url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Regular.woff) format("woff"), url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Japanese Bold"), local("NotoSansJapanese-Bold"), url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Bold.woff2) format("woff2"), url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Bold.woff) format("woff"), url(../fonts/Noto_Sans_JP/Noto-Sans-Japanese-Bold.ttf) format("truetype");
}
/*--------------------------------------------------
  HTML
--------------------------------------------------*/
html {
  min-width: 320px;
  color: #555;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------
  Reset
--------------------------------------------------*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*--------------------------------------------------
  Outline
--------------------------------------------------*/
*:focus {
  outline: 1px dashed #555;
}
body:not(.tab-used) *:focus {
  outline: none;
}

/*--------------------------------------------------
  Body
--------------------------------------------------*/
body {
  min-width: inherit;
  color: #555;
  font-size: 1.6rem;
  font-family: inherit;
}
body ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #F5F5F5;
}
body ::-webkit-scrollbar-thumb {
  background-color: #BDBDBD;
}

/*--------------------------------------------------
  Links
--------------------------------------------------*/
a {
  color: #2196F3;
}
a:visited {
  color: #00BCD4;
}
a:hover, a:active, a:focus {
  color: #3F51B5;
}

/*--------------------------------------------------
  Typography
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.15;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

em {
  font-style: italic;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 75%;
}

pre {
  font-family: monospace, monospace;
  font-size: 1.4rem;
}

/*--------------------------------------------------
  Main
--------------------------------------------------*/
main {
  display: block;
}

/*--------------------------------------------------
  Table
--------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------
  Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
--------------------------------------------------*/
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/*--------------------------------------------------
  Correct the inheritance and scaling of font size in all browsers.
  Correct the odd `em` font sizing in all browsers.
--------------------------------------------------*/
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*--------------------------------------------------
  Prevent `sub` and `sup` elements from 
  affecting the line height in all browsers.
--------------------------------------------------*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*--------------------------------------------------
  Remove the border on images inside links in IE 10-.
--------------------------------------------------*/
img {
  border-style: none;
}

/*--------------------------------------------------
  Show the overflow in IE.
  Show the overflow in Edge.
--------------------------------------------------*/
button, input {
  overflow: visible;
}

/*--------------------------------------------------
  Remove the inheritance of text transform in Edge, Firefox, and IE.
  Remove the inheritance of text transform in Firefox.
--------------------------------------------------*/
button, select {
  text-transform: none;
}

/*--------------------------------------------------
  Remove the inner border and padding in Firefox.
--------------------------------------------------*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*--------------------------------------------------
  Restore the focus styles unset by the previous rule.
--------------------------------------------------*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*--------------------------------------------------
  Correct the padding in Firefox.
--------------------------------------------------*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/*--------------------------------------------------
  Remove the default vertical scrollbar in IE.
--------------------------------------------------*/
textarea {
  overflow: auto;
}

/*--------------------------------------------------
  Correct the cursor style of increment and decrement buttons in Chrome.
--------------------------------------------------*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*--------------------------------------------------
  Correct the odd appearance in Chrome and Safari.
  Correct the outline style in Safari.
--------------------------------------------------*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*--------------------------------------------------
  Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
--------------------------------------------------*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*--------------------------------------------------
  Correct the inability to style clickable types in iOS and Safari.  
  Change font properties to `inherit` in Safari.
--------------------------------------------------*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*--------------------------------------------------
  Add the correct display in IE 10-.
--------------------------------------------------*/
[hidden] {
  display: none;
}

/*--------------------------------------------------
  clearfix, group, row
--------------------------------------------------*/
.row::after, .group::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------
  col
--------------------------------------------------*/
.col {
  float: left;
  width: 100%;
}

.col.xs1 {
  width: 8.33333%;
}

.col.xs2 {
  width: 16.66666%;
}

.col.xs3 {
  width: 24.99999%;
}

.col.xs4 {
  width: 33.33333%;
}

.col.xs5 {
  width: 41.66666%;
}

.col.xs6 {
  width: 49.99999%;
}

.col.xs7 {
  width: 58.33333%;
}

.col.xs8 {
  width: 66.66666%;
}

.col.xs9 {
  width: 74.99999%;
}

.col.xs10 {
  width: 83.33333%;
}

.col.xs11 {
  width: 91.66666%;
}

.col.xs12 {
  width: 99.99999%;
}

@media (min-width: 601px) {
  .col.s1 {
    width: 8.33333%;
  }

  .col.s2 {
    width: 16.66666%;
  }

  .col.s3 {
    width: 24.99999%;
  }

  .col.s4 {
    width: 33.33333%;
  }

  .col.s5 {
    width: 41.66666%;
  }

  .col.s6 {
    width: 49.99999%;
  }

  .col.s7 {
    width: 58.33333%;
  }

  .col.s8 {
    width: 66.66666%;
  }

  .col.s9 {
    width: 74.99999%;
  }

  .col.s10 {
    width: 83.33333%;
  }

  .col.s11 {
    width: 91.66666%;
  }

  .col.s12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .col.m1 {
    width: 8.33333%;
  }

  .col.m2 {
    width: 16.66666%;
  }

  .col.m3 {
    width: 24.99999%;
  }

  .col.m4 {
    width: 33.33333%;
  }

  .col.m5 {
    width: 41.66666%;
  }

  .col.m6 {
    width: 49.99999%;
  }

  .col.m7 {
    width: 58.33333%;
  }

  .col.m8 {
    width: 66.66666%;
  }

  .col.m9 {
    width: 74.99999%;
  }

  .col.m10 {
    width: 83.33333%;
  }

  .col.m11 {
    width: 91.66666%;
  }

  .col.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 1301px) {
  .col.l1 {
    width: 8.33333%;
  }

  .col.l2 {
    width: 16.66666%;
  }

  .col.l3 {
    width: 24.99999%;
  }

  .col.l4 {
    width: 33.33333%;
  }

  .col.l5 {
    width: 41.66666%;
  }

  .col.l6 {
    width: 49.99999%;
  }

  .col.l7 {
    width: 58.33333%;
  }

  .col.l8 {
    width: 66.66666%;
  }

  .col.l9 {
    width: 74.99999%;
  }

  .col.l10 {
    width: 83.33333%;
  }

  .col.l11 {
    width: 91.66666%;
  }

  .col.l12 {
    width: 99.99999%;
  }
}
/*--------------------------------------------------
  flex-container
--------------------------------------------------*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container > div {
  width: 100%;
}

.flex-container.gap {
  margin: -10px;
}
.flex-container.gap > * {
  padding: 10px;
}
.flex-container.nowrap {
  flex-wrap: nowrap;
}
.flex-container.row-reverse {
  flex-direction: row-reverse;
}
.flex-container.column-reverse {
  flex-direction: column-reverse;
}
.flex-container.align-start {
  align-items: flex-start;
}
.flex-container.align-center {
  align-items: center;
}
.flex-container.align-end {
  align-items: flex-end;
}
.flex-container.justify-start {
  justify-content: flex-start;
}
.flex-container.justify-center {
  justify-content: center;
}
.flex-container.justify-end {
  justify-content: flex-end;
}
.flex-container.justify-spacearound {
  justify-content: space-around;
}
.flex-container.justify-spacebetween {
  justify-content: space-between;
}
.flex-container.justify-spaceevenly {
  justify-content: space-evenly;
}
.flex-container.pad10 {
  padding: 10px;
}
.flex-container.pad20 {
  padding: 20px;
}
.flex-container.pad30 {
  padding: 30px;
}
.flex-container.pad40 {
  padding: 40px;
}
.flex-container.pad50 {
  padding: 50px;
}
.flex-container.vpad10 {
  padding: 10px 0;
}
.flex-container.vpad20 {
  padding: 20px 0;
}
.flex-container.vpad30 {
  padding: 30px 0;
}
.flex-container.vpad40 {
  padding: 40px 0;
}
.flex-container.vpad50 {
  padding: 50px 0;
}
.flex-container.hpad10 {
  padding: 0 10px;
}
.flex-container.hpad20 {
  padding: 0 20px;
}
.flex-container.hpad30 {
  padding: 0 30px;
}
.flex-container.hpad40 {
  padding: 0 40px;
}
.flex-container.hpad50 {
  padding: 0 50px;
}

@media only screen and (min-width: 993px) {
  .flex-container.gap {
    margin: -20px;
  }
  .flex-container.gap > * {
    padding: 20px;
  }
  .flex-container.row-reverse-desktop {
    flex-direction: row-reverse;
  }
  .flex-container.column-reverse-desktop {
    flex-direction: column-reverse;
  }
  .flex-container.align-start-desktop {
    align-items: flex-start;
  }
  .flex-container.align-center-desktop {
    align-items: center;
  }
  .flex-container.align-end-desktop {
    align-items: flex-end;
  }
  .flex-container.justify-start-desktop {
    justify-content: flex-start;
  }
  .flex-container.justify-center-desktop {
    justify-content: center;
  }
  .flex-container.justify-end-desktop {
    justify-content: flex-end;
  }
  .flex-container.justify-spacearound-desktop {
    justify-content: space-around;
  }
  .flex-container.justify-spacebetween-desktop {
    justify-content: space-between;
  }
  .flex-container.justify-spaceevenly-desktop {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 992px) {
  .flex-container.row-reverse-mobile {
    flex-direction: row-reverse;
  }
  .flex-container.column-reverse-mobile {
    flex-direction: column-reverse;
  }
  .flex-container.align-start-mobile {
    align-items: flex-start;
  }
  .flex-container.align-center-mobile {
    align-items: center;
  }
  .flex-container.align-end-mobile {
    align-items: flex-end;
  }
  .flex-container.justify-start-mobile {
    justify-content: flex-start;
  }
  .flex-container.justify-center-mobile {
    justify-content: center;
  }
  .flex-container.justify-end-mobile {
    justify-content: flex-end;
  }
  .flex-container.justify-spacearound-mobile {
    justify-content: space-around;
  }
  .flex-container.justify-spacebetween-mobile {
    justify-content: space-between;
  }
  .flex-container.justify-spaceevenly-mobile {
    justify-content: space-evenly;
  }
}
/*--------------------------------------------------
  flex-container - Column
--------------------------------------------------*/
.flex-container .flex-content.xs1 {
  width: 8.33333%;
}

.flex-container .flex-content.xs2 {
  width: 16.66666%;
}

.flex-container .flex-content.xs3 {
  width: 24.99999%;
}

.flex-container .flex-content.xs4 {
  width: 33.33333%;
}

.flex-container .flex-content.xs5 {
  width: 41.66666%;
}

.flex-container .flex-content.xs6 {
  width: 49.99999%;
}

.flex-container .flex-content.xs7 {
  width: 58.33333%;
}

.flex-container .flex-content.xs8 {
  width: 66.66666%;
}

.flex-container .flex-content.xs9 {
  width: 74.99999%;
}

.flex-container .flex-content.xs10 {
  width: 83.33333%;
}

.flex-container .flex-content.xs11 {
  width: 91.66666%;
}

.flex-container .flex-content.xs12 {
  width: 99.99999%;
}

@media (min-width: 601px) {
  .flex-container .flex-content.s1 {
    width: 8.33333%;
  }

  .flex-container .flex-content.s2 {
    width: 16.66666%;
  }

  .flex-container .flex-content.s3 {
    width: 24.99999%;
  }

  .flex-container .flex-content.s4 {
    width: 33.33333%;
  }

  .flex-container .flex-content.s5 {
    width: 41.66666%;
  }

  .flex-container .flex-content.s6 {
    width: 49.99999%;
  }

  .flex-container .flex-content.s7 {
    width: 58.33333%;
  }

  .flex-container .flex-content.s8 {
    width: 66.66666%;
  }

  .flex-container .flex-content.s9 {
    width: 74.99999%;
  }

  .flex-container .flex-content.s10 {
    width: 83.33333%;
  }

  .flex-container .flex-content.s11 {
    width: 91.66666%;
  }

  .flex-container .flex-content.s12 {
    width: 99.99999%;
  }
}
@media (min-width: 993px) {
  .flex-container .flex-content.m1 {
    width: 8.33333%;
  }

  .flex-container .flex-content.m2 {
    width: 16.66666%;
  }

  .flex-container .flex-content.m3 {
    width: 24.99999%;
  }

  .flex-container .flex-content.m4 {
    width: 33.33333%;
  }

  .flex-container .flex-content.m5 {
    width: 41.66666%;
  }

  .flex-container .flex-content.m6 {
    width: 49.99999%;
  }

  .flex-container .flex-content.m7 {
    width: 58.33333%;
  }

  .flex-container .flex-content.m8 {
    width: 66.66666%;
  }

  .flex-container .flex-content.m9 {
    width: 74.99999%;
  }

  .flex-container .flex-content.m10 {
    width: 83.33333%;
  }

  .flex-container .flex-content.m11 {
    width: 91.66666%;
  }

  .flex-container .flex-content.m12 {
    width: 99.99999%;
  }
}
@media (min-width: 1301px) {
  .flex-container .flex-content.l1 {
    width: 8.33333%;
  }

  .flex-container .flex-content.l2 {
    width: 16.66666%;
  }

  .flex-container .flex-content.l3 {
    width: 24.99999%;
  }

  .flex-container .flex-content.l4 {
    width: 33.33333%;
  }

  .flex-container .flex-content.l5 {
    width: 41.66666%;
  }

  .flex-container .flex-content.l6 {
    width: 49.99999%;
  }

  .flex-container .flex-content.l7 {
    width: 58.33333%;
  }

  .flex-container .flex-content.l8 {
    width: 66.66666%;
  }

  .flex-container .flex-content.l9 {
    width: 74.99999%;
  }

  .flex-container .flex-content.l10 {
    width: 83.33333%;
  }

  .flex-container .flex-content.l11 {
    width: 91.66666%;
  }

  .flex-container .flex-content.l12 {
    width: 99.99999%;
  }
}
/*--------------------------------------------------
  Color
--------------------------------------------------*/
.color-primary {
  color: #2196F3;
}

.color-accent {
  color: #00BCD4;
}

.color-grey-50 {
  color: #FAFAFA;
}

.color-grey-100 {
  color: #F5F5F5;
}

.color-grey-200 {
  color: #EEEEEE;
}

.color-grey-300 {
  color: #E0E0E0;
}

.color-grey-400 {
  color: #BDBDBD;
}

.color-grey-500 {
  color: #999999;
}

.color-grey-600 {
  color: #757575;
}

.color-grey-700 {
  color: #616161;
}

.color-grey-800 {
  color: #424242;
}

.color-grey-900 {
  color: #212121;
}

.color-white {
  color: #FFF;
}

.color-black {
  color: #000;
}

.color-red {
  color: #F44336;
}

.color-pink {
  color: #E91E63;
}

.color-purple {
  color: #9C27B0;
}

.color-deep-purple {
  color: #673AB7;
}

.color-indigo {
  color: #3F51B5;
}

.color-blue {
  color: #2196F3;
}

.color-light-blue {
  color: #03A9F4;
}

.color-cyan {
  color: #00BCD4;
}

.color-teal {
  color: #009688;
}

.color-green {
  color: #4CAF50;
}

.color-light-green {
  color: #8BC34A;
}

.color-lime {
  color: #CDDC39;
}

.color-yellow {
  color: #FFEB3B;
}

.color-amber {
  color: #FFC107;
}

.color-orange {
  color: #FF9800;
}

.color-deep-orange {
  color: #FF5722;
}

.color-brown {
  color: #795548;
}

.color-grey {
  color: #9E9E9E;
}

.color-blue-grey {
  color: #607D8B;
}

/*--------------------------------------------------
  Background
--------------------------------------------------*/
.background-primary {
  background-color: #2196F3;
}

.background-accent {
  background-color: #00BCD4;
}

.background-gradient-primary {
  background: linear-gradient(to bottom right, #00BCD4, #2196F3);
}

.background-gradient-secondary {
  background: linear-gradient(to bottom right, #FF9800, #FF5722);
}

.background-gradient-alt1 {
  background: linear-gradient(to bottom right, rgba(0, 188, 212, 0.6), #2196f3);
}

.background-grey-50 {
  background-color: #FAFAFA;
}

.background-grey-100 {
  background-color: #F5F5F5;
}

.background-grey-200 {
  background-color: #EEEEEE;
}

.background-grey-300 {
  background-color: #E0E0E0;
}

.background-grey-400 {
  background-color: #BDBDBD;
}

.background-grey-500 {
  background-color: #999999;
}

.background-grey-600 {
  background-color: #757575;
}

.background-grey-700 {
  background-color: #616161;
}

.background-grey-800 {
  background-color: #424242;
}

.background-grey-900 {
  background-color: #212121;
}

.background-white {
  background-color: #FFF;
}

.background-black {
  background-color: #000;
}

.background-red {
  background-color: #F44336;
}

.background-pink {
  background-color: #E91E63;
}

.background-purple {
  background-color: #9C27B0;
}

.background-deep-purple {
  background-color: #673AB7;
}

.background-indigo {
  background-color: #3F51B5;
}

.background-blue {
  background-color: #2196F3;
}

.background-light-blue {
  background-color: #03A9F4;
}

.background-cyan {
  background-color: #00BCD4;
}

.background-teal {
  background-color: #009688;
}

.background-green {
  background-color: #4CAF50;
}

.background-light-green {
  background-color: #8BC34A;
}

.background-lime {
  background-color: #CDDC39;
}

.background-yellow {
  background-color: #FFEB3B;
}

.background-amber {
  background-color: #FFC107;
}

.background-orange {
  background-color: #FF9800;
}

.background-deep-orange {
  background-color: #FF5722;
}

.background-brown {
  background-color: #795548;
}

.background-grey {
  background-color: #9E9E9E;
}

.background-blue-grey {
  background-color: #607D8B;
}

/*--------------------------------------------------
  Object-fit
--------------------------------------------------*/
.object-fit {
  object-fit: inherit;
  width: 100%;
  height: 100%;
}
.fill.object-fit {
  object-fit: fill;
  font-family: "object-fit: fill;";
}
.contain.object-fit {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.cover.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.none.object-fit {
  object-fit: none;
  font-family: "object-fit: none;";
}
.scale_down.object-fit {
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}
.bottom.object-fit {
  object-position: bottom;
}
.center.object-fit {
  object-position: center;
}
.left.object-fit {
  object-position: left;
}
.right.object-fit {
  object-position: right;
}
.top.object-fit {
  object-position: top;
}

@media only screen and (min-width: 993px) {
  .object-fit-desktop {
    object-fit: inherit;
    width: 100%;
    height: 100%;
  }
  .object-fit-desktop.fill {
    object-fit: fill;
    font-family: "object-fit: fill;";
  }
  .object-fit-desktop.contain {
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .object-fit-desktop.cover {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .object-fit-desktop.none {
    object-fit: none;
    font-family: "object-fit: none;";
  }
  .object-fit-desktop.scale_down {
    object-fit: scale-down;
    font-family: "object-fit: scale-down;";
  }
  .object-fit-desktop.bottom {
    object-position: bottom;
  }
  .object-fit-desktop.center {
    object-position: center;
  }
  .object-fit-desktop.left {
    object-position: left;
  }
  .object-fit-desktop.right {
    object-position: right;
  }
  .object-fit-desktop.top {
    object-position: top;
  }
}
@media only screen and (max-width: 992px) {
  .object-fit-mobile {
    object-fit: inherit;
    width: 100%;
    height: 100%;
  }
  .object-fit-mobile.fill {
    object-fit: fill;
    font-family: "object-fit: fill;";
  }
  .object-fit-mobile.contain {
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .object-fit-mobile.cover {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .object-fit-mobile.none {
    object-fit: none;
    font-family: "object-fit: none;";
  }
  .object-fit-mobile.scale_down {
    object-fit: scale-down;
    font-family: "object-fit: scale-down;";
  }
  .object-fit-mobile.bottom {
    object-position: bottom;
  }
  .object-fit-mobile.center {
    object-position: center;
  }
  .object-fit-mobile.left {
    object-position: left;
  }
  .object-fit-mobile.right {
    object-position: right;
  }
  .object-fit-mobile.top {
    object-position: top;
  }
}
/*--------------------------------------------------
  Display according to viewport
--------------------------------------------------*/
@media only screen and (min-width: 993px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}
/*--------------------------------------------------
  Float
--------------------------------------------------*/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*--------------------------------------------------
  Typoghrapy
--------------------------------------------------*/
.text-center {
  text-align: center;
}

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

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

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.font-xsmall {
  font-size: 1rem;
}

.font-small {
  font-size: 1.2rem;
}

.font-medium {
  font-size: 1.4rem;
}

.font-large {
  font-size: 1.8rem;
}

.font-xlarge {
  font-size: 2.4rem;
}

/*--------------------------------------------------
  image-max100
--------------------------------------------------*/
.image {
  max-width: 100%;
}
.image.block {
  display: block;
}
.image.center {
  margin: auto;
}

/*--------------------------------------------------
  z-depth
--------------------------------------------------*/
.z-depth {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------
  position
--------------------------------------------------*/
.position {
  position: inherit;
}
.position.relative {
  position: relative;
}
.position.absolute {
  position: absolute;
}
.position.sticky {
  position: sticky;
}
.position.static {
  position: static;
}

/*--------------------------------------------------
  overflow
--------------------------------------------------*/
.overflow {
  overflow: inherit;
}
.overflow.auto {
  overflow: auto;
}
.overflow.hidden {
  overflow: hidden;
}

/*--------------------------------------------------
  site-branding
--------------------------------------------------*/
.site-branding {
  margin: 0;
  color: #555;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.site-branding a {
  display: block;
  color: #555;
  text-decoration: none;
}

/*
.site-branding img {
  max-width: 100%;
}
*/

.site-branding {
  max-width: 200px;
}

@media only screen and (max-width: 993px) {
  .site-branding img{
    font-size: 2.4rem;
    max-width: 100%;
  }
}
/*--------------------------------------------------
  footer-branding
--------------------------------------------------*/
.footer-branding {
  display: flex;
  align-items: center;
}
.footer-branding h1, .footer-branding h2, .footer-branding h3, .footer-branding h4, .footer-branding h5, .footer-branding h6 {
  color: #999999;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.6;
}
.footer-branding h1 small, .footer-branding h2 small, .footer-branding h3 small, .footer-branding h4 small, .footer-branding h5 small, .footer-branding h6 small {
  display: block;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-branding img {
  max-width: 100%;
  margin-right: 20px;
}

/*--------------------------------------------------
  main-nav
--------------------------------------------------*/
.main-nav {
  display: flex;
  list-style: none;
}
.main-nav li {
  overflow: hidden;
}
.main-nav a {
  display: block;
  padding: 0 10px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 55px;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 500ms ease-in-out;
}
.main-nav:hover a {
  opacity: 0.5;
}
.main-nav a:hover {
  opacity: 1;
}

.main-nav .translate {
  background-color: #FF9800;
}
.main-nav .translate a {
  color: #FFF;
}

@media only screen and (min-width: 993px) {
  .main-nav li {
    max-width: 170px;
  }
}
@media only screen and (max-width: 992px) {
  .main-nav {
    flex-direction: column;
  }
  .main-nav a {
    padding: 0 10px;
    line-height: 50px;
  }
}
/*--------------------------------------------------
  heading
--------------------------------------------------*/
.section-heading, .atf-heading, .service-heading, .contact-heading {
  color: inherit;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  text-transform: uppercase;
}

/*--------------------------------------------------
  section-heading
--------------------------------------------------*/
.section-heading {
  margin: 0 0 30px;
  text-align: center;
}
.section-heading.center-image {
  text-align: center;
}

@media only screen and (min-width: 993px) {
  .section-heading {
    margin: 0 0 40px;
    font-size: 3.2rem;
    text-align: left;
  }
}
/*--------------------------------------------------
  atf-heading
--------------------------------------------------*/
.atf-heading {
  margin: 0 0 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 993px) {
  .atf-heading {
    margin: 0 0 40px;
    font-size: 5rem;
    text-align: left;
  }
}
/*--------------------------------------------------
  atf-info
--------------------------------------------------*/
.atf-info {
  margin: 0 0 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 993px) {
  .atf-info {
    margin: 0 0 40px;
    text-align: left;
  }
}
/*--------------------------------------------------
  service-heading
--------------------------------------------------*/
.service-heading {
  margin: 0 0 10px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (min-width: 993px) {
  .service-heading {
    margin: 0 0 20px;
    font-size: 2rem;
  }
}
/*--------------------------------------------------
  service-info
--------------------------------------------------*/
.service-info {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 993px) {
  .service-info {
    margin: 0 0 20px;
  }
}
/*--------------------------------------------------
  contact-heading
--------------------------------------------------*/
.contact-heading {
  position: relative;
  padding: 0 0 10px;
  font-size: 1.6rem;
}
.contact-heading::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  background: linear-gradient(to bottom right, #00BCD4, #2196F3);
}

/*--------------------------------------------------
  banner-info
--------------------------------------------------*/
.banner-info {
  margin: 10px 0 0;
  font-size: 1rem;
}

@media only screen and (min-width: 993px) {
  .banner-info {
    margin: 0;
    font-size: 1.2rem;
  }
}
/*--------------------------------------------------
  footer-lang
--------------------------------------------------*/
.footer-lang {
  color: #999999;
  font-size: 1.2rem;
}
.footer-lang a {
  color: inherit;
  text-decoration: none;
}
.footer-lang a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .footer-lang {
    margin: 15px 0 0;
  }
}
/*--------------------------------------------------
  menu-btn
--------------------------------------------------*/
.menu-btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: #2196F3 !important;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}
.menu-btn .menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.menu-btn .menu-inner {
  position: relative;
  display: block;
  width: inherit;
  height: 3px;
  background-color: #2196F3;
}
.menu-btn .menu-inner::after, .menu-btn .menu-inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2196F3;
  transition: all 60ms linear;
}
.menu-btn .menu-inner::before {
  top: -8px;
}
.menu-btn .menu-inner::after {
  bottom: -8px;
}
.menu-btn .menu-text {
  margin: 4px 0 0;
}
.active.menu-btn .menu-inner {
  background-color: rgba(0, 0, 0, 0);
}
.active.menu-btn .menu-inner::before {
  top: 0;
  transform: rotate(-40deg);
}
.active.menu-btn .menu-inner::after {
  bottom: 0;
  transform: rotate(40deg);
}

/*--------------------------------------------------
  btn
--------------------------------------------------*/
.btn, .btn-primary-fancy, .btn-secondary-fancy, .btn-circle{
  display: inline-block;
  padding: 0 30px;
  color: #555 !important;
  font-size: 1.6rem;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FFF;
  border-radius: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.banner-button {
  display: inline-block;
}

.btn:hover, .btn-primary-fancy:hover, .btn-secondary-fancy:hover, .btn-circle:hover{
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

.banner-button:hover {
  opacity:0.6;
}

.btn.uniform {
  width: 100%;
}
.btn.red, .btn.green, .btn.blue, .btn.light-green, .btn.orange {
  color: #FFF !important;
}
.btn.red {
  background-color: #F44336;
}
.btn.green {
  background-color: #4CAF50;
}
.btn.blue {
  background-color: #2196F3;
}
.btn.light-green {
  background-color: #8BC34A;
}
.btn.orange {
  background-color: #FF9800;
}

.btn-primary-fancy {
  color: #FFF !important;
  background: linear-gradient(to bottom right, #00BCD4, #2196F3);
}

.btn-secondary-fancy {
  color: #FFF !important;
  background: linear-gradient(to bottom right, #FF9800, #FF5722);
}

.btn-circle {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.banner-button {
  width: 100%;
  /*
  height: 50px;
  padding: 0 15px;
  text-align: center;
  border-radius: 25px;
  */
}
.banner-button img {
  max-width: 100%;
  vertical-align: middle;
}

@media only screen and (min-width: 993px) {
  .btn.uniform {
    max-width: 275px;
  }
/*
  .banner-button {
    height: 60px;
    padding: 5px 20px;
    border-radius: 30px;
  }
  */
}
/*--------------------------------------------------
  button-cluster
--------------------------------------------------*/
.button-cluster {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.button-cluster.nowrap {
  flex-wrap: nowrap;
}
.button-cluster.row-reverse {
  flex-direction: row-reverse;
}
.button-cluster.column-reverse {
  flex-direction: column-reverse;
}
.button-cluster.align-start {
  align-items: flex-start;
}
.button-cluster.align-center {
  align-items: center;
}
.button-cluster.align-end {
  align-items: flex-end;
}
.button-cluster.justify-start {
  justify-content: flex-start;
}
.button-cluster.justify-center {
  justify-content: center;
}
.button-cluster.justify-end {
  justify-content: flex-end;
}
.button-cluster.justify-spacearound {
  justify-content: space-around;
}
.button-cluster.justify-spacebetween {
  justify-content: space-between;
}
.button-cluster.justify-spaceevenly {
  justify-content: space-evenly;
}
.button-cluster a, .button-cluster button {
  margin: 10px;
}

@media only screen and (min-width: 993px) {
  .button-cluster.align-start-desktop {
    align-items: flex-start;
  }
  .button-cluster.align-center-desktop {
    align-items: center;
  }
  .button-cluster.align-end-desktop {
    align-items: flex-end;
  }
  .button-cluster.justify-start-desktop {
    justify-content: flex-start;
  }
  .button-cluster.justify-center-desktop {
    justify-content: center;
  }
  .button-cluster.justify-end-desktop {
    justify-content: flex-end;
  }
  .button-cluster.justify-spacearound-desktop {
    justify-content: space-around;
  }
  .button-cluster.justify-spacebetween-desktop {
    justify-content: space-between;
  }
  .button-cluster.justify-spaceevenly-desktop {
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 992px) {
  .button-cluster.align-start-mobile {
    align-items: flex-start;
  }
  .button-cluster.align-center-mobile {
    align-items: center;
  }
  .button-cluster.align-end-mobile {
    align-items: flex-end;
  }
  .button-cluster.justify-start-mobile {
    justify-content: flex-start;
  }
  .button-cluster.justify-center-mobile {
    justify-content: center;
  }
  .button-cluster.justify-end-mobile {
    justify-content: flex-end;
  }
  .button-cluster.justify-spacearound-mobile {
    justify-content: space-around;
  }
  .button-cluster.justify-spacebetween-mobile {
    justify-content: space-between;
  }
  .button-cluster.justify-spaceevenly-mobile {
    justify-content: space-evenly;
  }
}
/*--------------------------------------------------
  pulse animation
--------------------------------------------------*/
.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulse 2s infinite;
}
.pulse.alt1 {
  box-shadow: 0 0 0 rgba(33, 150, 243, 0.4);
  animation: pulse-1 2s infinite;
}
.pulse.alt2 {
  box-shadow: 0 0 0 rgba(255, 152, 0, 0.4);
  animation: pulse-2 2s infinite;
}
.pulse.alt2 {
  box-shadow: 0 0 0 rgba(0, 188, 212, 0.4);
  animation: pulse-3 2s infinite;
}
.pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-1 {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(33, 150, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(33, 150, 243, 0);
  }
}
@keyframes pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
  }
}
@keyframes pulse-3 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 188, 212, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 188, 212, 0);
  }
}
/*--------------------------------------------------
  card
--------------------------------------------------*/
.card {
  height: calc(100% - 20px);
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  margin: 10px 5px;
  overflow: hidden;
}
.card .card-image-content {
  height: 200px;
}
.card .card-content {
  padding: 10px;
}
/* Add class "card-cluster" to grandparent/parent */
div.card-cluster {
  margin: -10px -5px;
}

@media only screen and (min-width: 993px) {
  .card .card-content {
    padding: 20px;
  }
}
/*--------------------------------------------------
  icon-list
--------------------------------------------------*/
.icon-list {
  list-style: none;
  font-weight: 400;
  line-height: 1.5;
}
.star.icon-list li::before {
  content: "\f005";
}
.circle-checked.icon-list li::before {
  content: "\f058";
}
.square-checked.icon-list li::before {
  content: "\f14a";
}
.red.icon-list li::before {
  color: #F44336;
}
.green.icon-list li::before {
  color: #4CAF50;
}
.blue.icon-list li::before {
  color: #2196F3;
}
.icon-list li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 25px;
}
.icon-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 500;
}
.icon-list li:last-child {
  margin: 0;
}
.icon-list h1, .icon-list h2, .icon-list h3, .icon-list h4, .icon-list h5, .icon-list h6 {
  font-size: 1.6rem;
}
.icon-list a {
  color: inherit;
  text-decoration: none;
}
.icon-list a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.icon-list.colum-2 {
  column-count: 2;
}
.icon-list.colum-3 {
  column-count: 3;
}
.icon-list.colum-4 {
  column-count: 4;
}

@media only screen and (min-width: 601px) {
  .icon-list.colum-s-2 {
    column-count: 2;
  }
  .icon-list.colum-s-3 {
    column-count: 3;
  }
  .icon-list.colum-s-4 {
    column-count: 4;
  }
}
@media only screen and (min-width: 993px) {
  .icon-list.colum-m-2 {
    column-count: 2;
  }
  .icon-list.colum-m-3 {
    column-count: 3;
  }
  .icon-list.colum-m-4 {
    column-count: 4;
  }
}
@media only screen and (min-width: 1301px) {
  .icon-list.colum-l-2 {
    column-count: 2;
  }
  .icon-list.colum-l-3 {
    column-count: 3;
  }
  .icon-list.colum-l-4 {
    column-count: 4;
  }
}
/*--------------------------------------------------
  banner-cluster
--------------------------------------------------*/
.banner-cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}
.banner-cluster .banner {
  width: 100%;
  max-width: 220px;
  margin: 10px;
}

@media only screen and (min-width: 993px) {
  .banner-cluster {
    margin: -20px -10px;
  }
  .banner-cluster .banner {
    position: relative;
    margin: 20px 10px;
  }
  .banner-cluster .tooltip-desktop {
    position: absolute;
    bottom: 30px;
    max-width: 220px;
    padding: 10px;
    color: #FFF;
    background-color: #212121;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    transition: all 200ms ease-in-out 120ms;
    visibility: hidden;
  }
  .banner-cluster .tooltip-desktop::after {
    position: absolute;
    right: 50%;
    bottom: -30px;
    content: "";
    width: 30px;
    height: 30px;
    margin: auto;
    border-width: 15px 15px 0px 15px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #212121;
    transform: translateX(50%);
  }
  .banner-cluster .banner:hover > div {
    bottom: 80px;
    opacity: 0.85;
    visibility: visible;
  }
}
@media only screen and (max-width: 480px) {
  .banner-cluster {
    position: relative;
  }
  .banner-cluster .banner {
    width: calc(50% - 20px );
  }
}
/*--------------------------------------------------
  wrap, container
--------------------------------------------------*/
.wrap,
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------------------
  header-section
--------------------------------------------------*/
.header-section {
  position: fixed;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 320px;
	padding: 20px 10px 15px 15px;
  background-color: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  transition: top 160ms ease-in-out 500ms;
  z-index: 9;
}
.header-section.active {
  top: -90px;
}
.header-section:hover, .header-section.active.show, .header-section.menu-opened {
  top: 0 !important;
}
.header-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  height: 5px;
  background: #2196F3;
}


@media only screen and (min-width: 993px) {
  .header-section {
	  padding:20px 0 15px 20px;
    background-color: #FFF;
  }
  .header-section::before {
    background: linear-gradient(to bottom right, #00BCD4, #2196F3);
  }
}
/*--------------------------------------------------
  site-header
--------------------------------------------------*/
.site-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 993px) {
  .site-header {
	  height: 55px;
    width: calc(100% - 780px);
  }
}
@media only screen and (min-width: 1301px) {
  .site-header {
	  height: 55px;
    width: calc(100% - 1000px);
  }
}
/*--------------------------------------------------
  site-buttons
--------------------------------------------------*/
.site-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (min-width: 993px) {
  .site-buttons {
    max-width: 780px;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1301px) {
  .site-buttons {
    max-width: 1000px;
    padding: 0 50px 0 0;
  }
}

/*
@media only screen and (max-width: 992px) {
  .site-buttons {
    border-top: 1px solid #EEEEEE;
  }
}
*/

/*--------------------------------------------------
  site-navigation
--------------------------------------------------*/
.site-navigation {
  width: 100%;
  max-height: 0;
  transition: all 300ms ease-in-out 60ms;
  overflow: hidden;
}
.site-navigation.show, .site-navigation:hover {
  max-height: 100vh;
}
.site-navigation ul {
  padding: 20px 0 0;
}

@media only screen and (max-width: 993px) {
  .site-navigation ul  li{
	  border-top: 1px solid #EEEEEE;
  }
}


@media only screen and (min-width: 993px) {
  .site-navigation {
    width: auto;
    max-height: 100vh;
  }
  .site-navigation ul {
    padding: 0 30px;
  }
}
/*--------------------------------------------------
  site-atf
--------------------------------------------------*/
.site-atf {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  max-height: 520px;
  padding: 60px 10px 0;
  background-color: #2196F3;
}
.site-atf::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to right, rgba(0, 188, 212, 0.9), rgba(0, 188, 212, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1));
  z-index: 2;
}
.site-atf > div:first-child {
  position: relative;
  width: 100%;
  z-index: 3;
}
.site-atf > a {
  position: absolute;
  right: 50%;
  bottom: 50px;
  display: none;
  color: #FFF !important;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
  transform: translateX(50%);
  z-index: 4;
}
.site-atf > a:hover {
  background-color: #2196F3;
}
.site-atf .parallax-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.site-atf .parallax-container .img-parallax {
  position: inherit;
  top: 0;
  left: 50%;
  width: 100%;
  height: 150%;
  object-fit: cover;
  pointer-events: none;
  transform: translate(-50%, 0);
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 993px) {
  .site-atf {
    min-height: 780px;
    max-height: 1080px;
    padding: 85px 20px 0;
  }
  .site-atf > a {
    display: block;
  }
}
@media only screen and (min-width: 1301px) {
  .site-atf {
    padding: 85px 50px 0;
  }
}
/*--------------------------------------------------
  site-footer
--------------------------------------------------*/
.site-footer {
  position: relative;
  height: 120px;
  padding: 20px 10px;
  z-index: 1;
}
.site-footer > div {
  display: flex;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 1301px) {
  .site-footer {
    height: 100px;
  }
}
/*--------------------------------------------------
  site-main
--------------------------------------------------*/
.site-main {
  position: relative;
}

/*--------------------------------------------------
  section
--------------------------------------------------*/
.section {
  position: relative;
  padding: 50px 10px;
}
.section.no-pad {
  padding: 0;
}

@media only screen and (min-width: 993px) {
  .section {
    padding: 100px 20px;
  }
}
/*--------------------------------------------------
  article
--------------------------------------------------*/
.article {
  padding: 20px 0 0;
}
.article.no-pad {
  padding: 0;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin: 0 0 20px;
}
.article p {
  margin: 0 0 20px;
}
.article p:last-of-type {
  margin: 0;
}

@media only screen and (min-width: 993px) {
  .article {
    padding: 40px 0 0;
  }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin: 0 0 30px;
  }
  .article p {
    margin: 0 0 20px;
  }
}
/*--------------------------------------------------
  image-background-container
--------------------------------------------------*/
.image-background-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.image-background-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*--------------------------------------------------
  video-container
--------------------------------------------------*/
.video-container {
  height: 300px;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------
  carousel-container
--------------------------------------------------*/
.carousel-container {
  height: 300px;
}
.carousel-container .item {
  height: 280px;
  margin: 10px 0;
}
.carousel-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*--------------------------------------------------
  google-map-container
--------------------------------------------------*/
.google-map-container {
  height: 300px;
}
.google-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*--------------------------------------------------
  cookie-consent
--------------------------------------------------*/
.cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 20px;
  color: #FFF;
  font-size: 1.2rem;
  background-color: rgba(33, 33, 33, 0.85);
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.cookie-consent .close-cookie-consent, .cookie-consent .accept-cookie-consent {
  cursor: pointer;
}
.cookie-consent .close-cookie-consent {
  position: absolute;
  top: -2px;
  right: -2px;
}

@media only screen and (min-width: 993px) {
  .cookie-consent {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 20px;
  }
}
/*--------------------------------------------------
  Carousel - Core
--------------------------------------------------*/
.carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper,
.carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.carousel .owl-item img {
  display: block;
  width: 100%;
}
.carousel .owl-nav.disabled,
.carousel .owl-dots.disabled {
  display: none;
}
.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next,
.carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .owl-nav button.owl-prev,
.carousel .owl-nav button.owl-next,
.carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.carousel.owl-loaded {
  display: block;
}
.carousel.owl-loading {
  opacity: 0;
  display: block;
}
.carousel.owl-hidden {
  opacity: 0;
}
.carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.carousel.owl-rtl {
  direction: rtl;
}
.carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .carousel {
  display: block;
}

/*--------------------------------------------------
  Carousel - Animate Plugin
--------------------------------------------------*/
.carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.carousel .owl-animated-in {
  z-index: 0;
}
.carousel .owl-animated-out {
  z-index: 1;
}
.carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------
  Carousel - Auto Height Plugin
--------------------------------------------------*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*--------------------------------------------------
  Carousel - Lazy Load Plugin
--------------------------------------------------*/
.carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.carousel .owl-item .owl-lazy[src^=""], .carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*--------------------------------------------------
  Carousel - Video Plugin
--------------------------------------------------*/
.carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.carousel .owl-video-playing .owl-video-tn,
.carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*----------------------------------------------
    owl-carousel
-----------------------------------------------*/
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-'] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: calc(100% - 10px);
  color: #424242;
  font-size: 1.5rem;
  display: inline-block;
  cursor: pointer;
  text-indent: -99999px;
  opacity: 0.5;
}
.owl-nav [class*='owl-'].disabled {
  display: none;
}
.owl-nav .disabled {
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 10px;
  background: #e4e4e4;
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #9d9d9d;
}

@media print {
  body {
    font-family: inherit;
    width: 100%;
    width: 640px\9;
  }
}
