@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@-webkit-keyframes BgGrad {
  0% {
    background-position: 7% 0%; }
  50% {
    background-position: 94% 100%; }
  100% {
    background-position: 7% 0%; } }
@-moz-keyframes BgGrad {
  0% {
    background-position: 7% 0%; }
  50% {
    background-position: 94% 100%; }
  100% {
    background-position: 7% 0%; } }
@keyframes BgGrad {
  0% {
    background-position: 7% 0%; }
  50% {
    background-position: 94% 100%; }
  100% {
    background-position: 7% 0%; } }
/* ===============================================
 * reset css
 * =============================================== */
* {
  appearance: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

ul {
  list-style: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

/* ===============================================
 * base
 * =============================================== */
html {
  font-size: 16px;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media (max-width: 480px) {
    html {
      font-size: 14px; } }

body {
  line-height: 1.5;
  background: #fff;
  word-break: break-all;
  color: #5D5D5D;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  overflow-x: hidden; }

.bg-color-gr {
  background: #f8f8f8; }

.bg-color-w {
  background: #fff; }

.bg-sub {
  background: #00BFFF !important;
  color: #fff !important; }

.bg-brand {
  background: #FF0040 !important;
  color: #fff !important; }

.bg-darkgray {
  background: #aaa;
  color: #fff !important; }

a, button {
  color: #2E546A;
  text-decoration: none;
  -webkit-touch-callout: none; }
  a:hover, button:hover {
    opacity: .7;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  word-break: break-all; }

.round {
  border-radius: 3px; }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

/* ===============================================
 * layout
 * =============================================== */
#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative; }

.wrap {
  width: 1000px;
  max-width: 100%;
  padding: 80px;
  position: relative;
  margin: 0 auto; }

.section {
  width: 100%;
  position: relative; }

.primary {
  width: 1100px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .primary {
      width: 100%;
      padding: 0 1rem; } }

.l-align-l {
  text-align: left; }

.l-align-c {
  text-align: center; }

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

.l-row {
  display: flex;
  flex-wrap: wrap; }
  .l-row:after, .l-row:before {
    display: none; }

/* ===============================================
 * mgn
 * =============================================== */
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.m-6 {
  margin: 0.375rem !important; }

.mt-6 {
  margin-top: 0.375rem !important; }

.mr-6 {
  margin-right: 0.375rem !important; }

.mb-6 {
  margin-bottom: 0.375rem !important; }

.ml-6 {
  margin-left: 0.375rem !important; }

.m-8 {
  margin: 0.5rem !important; }

.mt-8 {
  margin-top: 0.5rem !important; }

.mr-8 {
  margin-right: 0.5rem !important; }

.mb-8 {
  margin-bottom: 0.5rem !important; }

.ml-8 {
  margin-left: 0.5rem !important; }

.m-10 {
  margin: 0.625rem !important; }

.mt-10 {
  margin-top: 0.625rem !important; }

.mr-10 {
  margin-right: 0.625rem !important; }

.mb-10 {
  margin-bottom: 0.625rem !important; }

.ml-10 {
  margin-left: 0.625rem !important; }

.m-12 {
  margin: 0.75rem !important; }

.mt-12 {
  margin-top: 0.75rem !important; }

.mr-12 {
  margin-right: 0.75rem !important; }

.mb-12 {
  margin-bottom: 0.75rem !important; }

.ml-12 {
  margin-left: 0.75rem !important; }

.m-14 {
  margin: 0.875rem !important; }

.mt-14 {
  margin-top: 0.875rem !important; }

.mr-14 {
  margin-right: 0.785rem !important; }

.mb-14 {
  margin-bottom: 0.875rem !important; }

.ml-14 {
  margin-left: 0.875rem !important; }

.m-16 {
  margin: 1rem !important; }

.mt-16 {
  margin-top: 1rem !important; }

.mr-16 {
  margin-right: 1rem !important; }

.mb-16 {
  margin-bottom: 1rem !important; }

.ml-16 {
  margin-left: 1rem !important; }

.m-18 {
  margin: 1.125rem !important; }

.mt-18 {
  margin-top: 1.125rem !important; }

.mr-18 {
  margin-right: 1.125rem !important; }

.mb-18 {
  margin-bottom: 1.125rem !important; }

.ml-18 {
  margin-left: 1.125rem !important; }

.m-20 {
  margin: 1.25rem !important; }

.mt-20 {
  margin-top: 1.25rem !important; }

.mr-20 {
  margin-right: 1.25rem !important; }

.mb-20 {
  margin-bottom: 1.25rem !important; }

.ml-20 {
  margin-left: 1.25rem !important; }

.m-24 {
  margin: 1.5rem !important; }

.mt-24 {
  margin-top: 1.5rem !important; }

.mr-24 {
  margin-right: 1.5rem !important; }

.mb-24 {
  margin-bottom: 1.5rem !important; }

.ml-24 {
  margin-left: 1.5rem !important; }

.m-26 {
  margin: 1.625rem !important; }

.mt-26 {
  margin-top: 1.625rem !important; }

.mr-26 {
  margin-right: 1.625rem !important; }

.mb-26 {
  margin-bottom: 1.625rem !important; }

.ml-26 {
  margin-left: 1.625rem !important; }

.m-28 {
  margin: 1.75rem !important; }

.mt-28 {
  margin-top: 1.75rem !important; }

.mr-28 {
  margin-right: 1.75rem !important; }

.mb-28 {
  margin-bottom: 1.75rem !important; }

.ml-28 {
  margin-left: 1.75rem !important; }

.m-30 {
  margin: 1.875rem !important; }

.mt-30 {
  margin-top: 1.875rem !important; }

.mr-30 {
  margin-right: 1.875rem !important; }

.mb-30 {
  margin-bottom: 1.875rem !important; }

.ml-30 {
  margin-left: 1.875rem !important; }

.m-32 {
  margin: 2rem !important; }

.mt-32 {
  margin-top: 2rem !important; }

.mr-32 {
  margin-right: 2rem !important; }

.mb-32 {
  margin-bottom: 2rem !important; }

.ml-32 {
  margin-left: 2rem !important; }

.m-34 {
  margin: 2.125rem !important; }

.mt-34 {
  margin-top: 2.125rem !important; }

.mr-34 {
  margin-right: 2.125rem !important; }

.mb-34 {
  margin-bottom: 2.125rem !important; }

.ml-34 {
  margin-left: 2.125rem !important; }

.m-36 {
  margin: 2.25rem !important; }

.mt-36 {
  margin-top: 2.25rem !important; }

.mr-36 {
  margin-right: 2.25rem !important; }

.mb-36 {
  margin-bottom: 2.25rem !important; }

.ml-36 {
  margin-left: 2.25rem !important; }

.m-40 {
  margin: 2.5rem !important; }

.mt-40 {
  margin-top: 2.5rem !important; }

.mr-40 {
  margin-right: 2.5rem !important; }

.mb-40 {
  margin-bottom: 2.5rem !important; }

.ml-40 {
  margin-left: 2.5rem !important; }

.m-44 {
  margin: 2.75rem !important; }

.mt-44 {
  margin-top: 2.75rem !important; }

.mr-44 {
  margin-right: 2.75rem !important; }

.mb-44 {
  margin-bottom: 2.75rem !important; }

.ml-44 {
  margin-left: 2.75rem !important; }

.m-56 {
  margin: 3.5rem !important; }

.mt-56 {
  margin-top: 3.5rem !important; }

.mr-56 {
  margin-right: 3.5rem !important; }

.mb-56 {
  margin-bottom: 3.5rem !important; }

.ml-56 {
  margin-left: 3.5rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-6 {
  padding: 0.375rem !important; }

.pt-6 {
  padding-top: 0.375rem !important; }

.pr-6 {
  padding-right: 0.375rem !important; }

.pb-6 {
  padding-bottom: 0.375rem !important; }

.pl-6 {
  padding-left: 0.375rem !important; }

.p-8 {
  padding: 0.5rem !important; }

.pt-8 {
  padding-top: 0.5rem !important; }

.pr-8 {
  padding-right: 0.5rem !important; }

.pb-8 {
  padding-bottom: 0.5rem !important; }

.pl-8 {
  padding-left: 0.5rem !important; }

.p-16 {
  padding: 1rem !important; }

.pt-16 {
  padding-top: 1rem !important; }

.pr-16 {
  padding-right: 1rem !important; }

.pb-16 {
  padding-bottom: 1rem !important; }

.pl-16 {
  padding-left: 1rem !important; }

.p-24 {
  padding: 1.5rem !important; }

.pt-24 {
  padding-top: 1.5rem !important; }

.pr-24 {
  padding-right: 1.5rem !important; }

.pb-24 {
  padding-bottom: 1.5rem !important; }

.pl-24 {
  padding-left: 1.5rem !important; }

.p-32 {
  padding: 2rem !important; }

.pt-32 {
  padding-top: 2rem !important; }

.pr-32 {
  padding-right: 2rem !important; }

.pb-32 {
  padding-bottom: 2rem !important; }

.pl-32 {
  padding-left: 2rem !important; }

.p-36 {
  padding: 2.25rem !important; }

.pt-36 {
  padding-top: 2.25rem !important; }

.pr-36 {
  padding-right: 2.25rem !important; }

.pb-36 {
  padding-bottom: 2.25rem !important; }

.pl-36 {
  padding-left: 2.25rem !important; }

/* ===============================================
 * border
 * =============================================== */
.bt {
  border-top: 1px solid #FF0040; }

.bb {
  border-bottom: 1px solid #FF0040; }

.br {
  border-right: 1px solid #FF0040; }

.bl {
  border-left: 1px solid #FF0040; }

.bt-n {
  border-top: 0 !important; }

.bb-n {
  border-bottom: 0 !important; }

.under-line {
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333; }

.under-line-bold {
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 2px solid #333; }

/* ===============================================
 * table
 * =============================================== */
table {
  border-collapse: collapse;
  border-color: #ccc;
  border: 1px solid #ccc !important; }

table.sch th {
  background-color: #ccc;
  padding: 7px 0; }
table.sch td {
  padding: 5px; }

table.def th {
  background-color: #ccc;
  padding: 5px 0; }
table.def td {
  padding: 3px; }

table.no-border td {
  border: none; }

.end-line {
  border-bottom: 1px solid #ccc !important; }

/* ===============================================
 * img
 * =============================================== */
.img-circle {
  border-radius: 50%; }

/* ===============================================
 *.shadow
 * =============================================== */
.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

/* ===============================================
 *.display
 * =============================================== */
.d-ib {
  display: inline-block; }

.d-b {
  display: block; }

.d-n {
  display: none; }

/* ===============================================
 *.text
 * =============================================== */
.text--bold {
  font-weight: bold; }

.text--primary {
  color: #FF0040; }

.text--sub {
  color: #00BFFF; }

.text--white {
  color: #fff; }

.text--red {
  color: #F4002D; }

.text--gray {
  color: #999; }

.text--lightgray {
  color: #e8e8e8; }

.text--sms {
  color: #32c14d; }

.text--twitter {
  color: #00aaf0; }

.text--facebook {
  color: #3a53a3; }

.text--lighter {
  font-weight: lighter; }

.fz--10 {
  font-size: 0.625rem; }

.fz--11 {
  font-size: 0.687rem; }

.fz--12 {
  font-size: 0.75rem; }

.fz--13 {
  font-size: 0.812rem; }

.fz--14 {
  font-size: 0.875rem; }

.fz--15 {
  font-size: 0.937rem; }

.fz--16 {
  font-size: 1rem; }

.fz--18 {
  font-size: 1.125rem; }

.fz--19 {
  font-size: 1.187rem; }

.fz--20 {
  font-size: 1.25rem; }

.align-c {
  text-align: center !important; }

.align-l {
  text-align: left !important; }

.align-r {
  text-align: right !important; }

/* ===============================================
 *.responsive display
 * =============================================== */
@media (min-width: 1024px) {
  .mb {
    display: none !important; }

  .tab {
    display: none !important; }

  .pcnone {
    display: none !important; } }
@media (min-width: 481px) and (max-width: 1023px) {
  .mb {
    display: none !important; }

  .pc {
    display: none !important; }

  .tabnone {
    display: none !important; } }
@media (max-width: 480px) {
  .tab {
    display: none !important; }

  .pc {
    display: none !important; }

  .mbnone {
    display: none !important; } }
.container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

/* ====================================
Navigation 
==================================== */
#menu {
  position: absolute;
  width: 100px;
  top: 4vh;
  left: 5vw;
  z-index: 2;
  transition: .7s; }
  @media (max-width: 480px) {
    #menu {
      width: 50px;
      top: 5vh; } }

.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-100%); }

.overlay-slide-down {
  transition: all .4s ease-in-out;
  transform: translateY(0); }

.overlay-slide-up {
  transition: all .8s ease-in-out;
  transform: translateY(-100%); }

nav,
nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

nav ul {
  display: flex;
  list-style: none; }

nav ul li {
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transform: translateY(-100%); }

nav li a {
  position: relative;
  top: 46%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Work sans', sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 0.9rem; }

nav li a:before {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: all .2s linear; }

nav li a:after {
  content: attr(data-content);
  font-size: 0.7rem;
  transition: all .2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: 'Open sans', serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0; }

nav li a:hover:before {
  transform: translateX(0);
  opacity: 1; }

nav li a:hover:after {
  transform: translateY(15px);
  opacity: 1; }

nav li:nth-of-type(1) {
  background-color: #5c96ed; }

nav li:nth-of-type(2) {
  background-color: #40a172; }

nav li:nth-of-type(3) {
  background-color: #a14069; }

nav li:nth-of-type(4) {
  background-color: #f8bf93; }

nav li:nth-of-type(5) {
  background-color: #4063a1; }

nav li:nth-of-type(6) {
  background-color: #5db2e3; }

.slide-in-nav-item {
  animation: slide-in-nav-item 0.4s linear 1 .2s both; }

.slide-in-nav-item-delay-1 {
  animation: slide-in-nav-item 0.4s linear 1 .4s both; }

.slide-in-nav-item-delay-2 {
  animation: slide-in-nav-item 0.4s linear 1 .6s both; }

.slide-in-nav-item-delay-3 {
  animation: slide-in-nav-item 0.4s linear 1 .8s both; }

.slide-in-nav-item-delay-4 {
  animation: slide-in-nav-item 0.4s linear 1 1s both; }

.slide-in-nav-item-delay-5 {
  animation: slide-in-nav-item 0.4s linear 1 1.2s both; }
  
.slide-in-nav-item-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .5s both; }

.slide-in-nav-item-delay-1-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .4s both; }

.slide-in-nav-item-delay-2-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .3s both; }

.slide-in-nav-item-delay-3-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both; }

.slide-in-nav-item-delay-4-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 both; }

/* ====================================
Burger king
==================================== */
.open-overlay {
  position: fixed !important;
  right: 5vw !important;
  left: auto !important;
  top: 4rem !important;
  z-index: 100 !important;
  width: 34px;
  display: block; }
  @media (max-width: 480px) {
    .open-overlay {
      top: 5vh !important; } }

.open-overlay span {
  display: block;
  height: 1px;
  margin-top: 8px; }

.midnightHeader.default span {
  background: white;
  color: black; }

.midnightHeader.white span {
  background: white !important; }

.midnightHeader.black span {
  background: #000 !important; }

.animate-top-bar {
  animation: animate-top-bar 0.6s linear 1 both; }

.animate-bottom-bar {
  animation: animate-bottom-bar 0.6s linear 1 both; }

.animate-middle-bar {
  animation: animate-middle-bar 0.6s linear 1 both; }

.animate-out-top-bar {
  animation: animate-out-top-bar 0.6s linear 1 both; }

.animate-out-bottom-bar {
  animation: animate-out-bottom-bar 0.6s linear 1 both; }

.animate-out-middle-bar {
  animation: animate-out-middle-bar 0.6s linear 1 both; }

/* ====================================
Animation keyframes
==================================== */
@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes animate-top-bar {
  0% {
    background-color: #2f454d; }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px); }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #2f454d; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff; } }
@keyframes animate-bottom-bar {
  0% {
    background-color: #2f454d; }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px); }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #2f454d; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff; } }
@keyframes animate-middle-bar {
  0% {
    background-color: #2f454d; }
  80% {
    background-color: #2f454d; }
  100% {
    background-color: #fff; } }
@keyframes animate-out-top-bar {
  0% {
    background-color: #fff; }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px); }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #2f454d; } }
@keyframes animate-out-bottom-bar {
  0% {
    background-color: #fff; }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px); }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #2f454d; } }
@keyframes animate-out-middle-bar {
  0% {
    background-color: #fff; }
  80% {
    background-color: #fff; }
  100% {
    background-color: #2f454d; } }
@media (max-width: 640px) {
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  nav ul li {
    height: 20%; }

  nav ul li a {
    font-size: 11px; }

  nav li a:after {
    font-size: 0.6rem;
    bottom: -25px; }

  nav li a:hover:after {
    transform: translateY(0); }

  .open-overlay {
    right: 1rem; }

  nav li a:before {
    width: 25px; }

  .overlay-slide-down {
    transition: all 1.2s ease-in-out;
    transform: translateY(0); }

  .overlay-slide-up {
    transition: all .8s ease-in-out;
    transform: translateY(-100%); } }
#footer {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
  font-size: 11px;
  background-color: #192437;
  color: #fff; }
  #footer .logo {
    width: 250px;
    display: inline-block; }
  #footer ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
    #footer ul li {
      padding: 2rem 1rem;
      font-size: .812rem; }
      #footer ul li a {
        color: #fff; }
  #footer.ChPage {
    background-color: rgba(255, 255, 255, 0); }
  @media (max-width: 480px) {
    #footer {
      padding: 2.5rem 1rem; }
      #footer .logo {
        width: 60%; }
      #footer ul {
        display: block;
        text-align: center; }
        #footer ul li {
          padding: .5rem 0; } }

#loading-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  color: #fff; }

.boxLoading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .boxLoading:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #fff;
    opacity: 0.25;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite; }
  .boxLoading:after {
    content: '';
    background-image: url("../image/logo-square.png");
    background-size: cover;
    width: 50px;
    height: 50px;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0; }

.company-name {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: .812rem;
  letter-spacing: .1em;
  font-weight: bold;
  transform: translate(-50%, 60px); }

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px; }
  25% {
    transform: translateY(9px) rotate(22.5deg); }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px; }
  75% {
    transform: translateY(9px) rotate(67.5deg); }
  100% {
    transform: translateY(0) rotate(90deg); } }
@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1); } }
/* ===============================================
 * btn
 * =============================================== */
.btn {
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.812rem;
  position: relative;
  cursor: pointer;
  min-height: 50px;
  min-width: 200px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  padding: 0 10px; }
  .btn i {
    position: absolute;
    font-size: 1.25rem;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%); }
  @media screen and (max-width: 576px) {
    .btn {
      font-size: 0.812rem;
      min-width: 100%; } }
  .btn .btn__inner span {
    font-size: 0.625rem; }

.btn--small {
  height: 35px;
  min-height: 35px;
  font-weight: normal; }

.btn--xsmall {
  height: 25px;
  min-height: 25px;
  font-weight: normal; }

.btn--primary {
  color: #fff;
  background: #FF0040; }

.btn--white {
  color: #FF0040;
  background: #fff; }

.btn--white_sub {
  color: #00BFFF;
  background: #fff; }

.btn--gray {
  color: #aaa;
  background: #fafafa; }

.btn--darkgray {
  color: #fff;
  background: #aaa; }

.btn--sub {
  color: #fff;
  background: #00BFFF; }

.btn--disable {
  color: #aaa;
  background: #000; }

.btn--b-white {
  color: #fff;
  background: transparent;
  border: 1px solid #fff; }

.btn--b-black {
  color: #000;
  background: transparent;
  border: 1px solid #000; }

.btn--b-primary {
  color: #FF0040;
  background: transparent;
  border: 1px solid #FF0040; }

.btn--b-sub {
  color: #00BFFF;
  background: transparent;
  border: 1px solid #00BFFF; }

.btn--b-gray {
  color: #aaa;
  background: transparent;
  border: 1px solid #aaa; }

.btn--fb {
  color: #fff;
  background: #3a53a3;
  border-color: #3a53a3; }
  .btn--fb i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%); }

.btn--tw {
  color: #fff;
  background: #00aaf0;
  border-color: #00aaf0; }
  .btn--tw i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%); }

.btn--round {
  border-radius: 30px; }

.btn--radius-0 {
  border-radius: 0; }

.btn-icon {
  cursor: pointer;
  margin: 0 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #FF0040;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .btn-icon i {
    font-size: 1.25rem; }
  .btn-icon.btn-icon--primary {
    color: #fff;
    background: #FF0040; }
  .btn-icon.btn-icon--gray {
    color: #fff;
    background: #aaa; }
  .btn-icon.btn-icon--add {
    margin: 0;
    background: #FF0040;
    color: #fff;
    box-shadow: none;
    width: 30px;
    height: 30px; }
    .btn-icon.btn-icon--add i {
      color: #fff !important;
      font-size: 2rem; }

[disabled="disabled"] {
  color: #aaa !important;
  background: #fafafa !important;
  border: 1px solid #FF0040 !important; }

#ch-wrapper {
  width: 100%;
  position: relative;
  background: linear-gradient(121deg, #d2dde8, #8bae9d, #cccccc, #ced6e4, #b3c5d7, #8baaaa);
  background-size: 1200% 1200%;
  -webkit-animation: BgGrad 19s ease infinite;
  -moz-animation: BgGrad 19s ease infinite;
  animation: BgGrad 19s ease infinite;
  padding-top: calc(5vh + 190px); }
  #ch-wrapper .contents-area {
    width: 95%;
    position: relative;
    left: 0;
    padding: 0 2% 0 5vw;
    background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 480px) {
    #ch-wrapper {
      padding-top: calc(5vh + 100px); } }

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  position: absolute;
  top: 50px;
  color: #fff;
  display: inline-block;
  text-align: center; }
  h2 span {
    font-size: .75rem;
    font-weight: normal; }
  h2::after {
    width: 1px;
    height: 35px;
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    background-color: #fff; }
  h2.black {
    color: #2C2C2C; }
    h2.black::after {
      background-color: #2C2C2C; }
  h2.left {
    left: 20vw; }
  h2.right {
    right: 20vw; }
  @media (max-width: 480px) {
    h2 {
      font-size: 1.25rem; }
      h2.left {
        left: 5vw; }
      h2.right {
        right: 5vw; } }

h3 {
  font-size: 1rem;
  color: #2C2C2C;
  position: relative;
  padding: 1.5rem 0 0 1.5rem;
  letter-spacing: .1em;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif; }
  h3::after {
    height: 100px;
    width: 1px;
    background-color: #828282;
    position: absolute;
    left: 0;
    top: -40px;
    content: ""; }
  @media (max-width: 480px) {
    h3::after {
      height: 80px;
      top: -30px; } }

#wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

#section-top {
  width: 100%;
  height: 100%; }
  #section-top .title {
    position: absolute;
    width: 400px;
    max-width: 60%;
    left: 5vw;
    bottom: 10vh;
    font-size: 1rem;
    color: #fff;
    letter-spacing: .2em;
    z-index: 2; }
    #section-top .title img {
      margin-bottom: 1rem; }
    @media (max-width: 1023px) {
      #section-top .title {
        left: 10vw;
        bottom: 20vh; } }
    @media (max-width: 480px) {
      #section-top .title {
        max-width: 80%;
        bottom: 50vh;
        transform: translateY(60%); } }
  #section-top .scroll {
    position: absolute;
    opacity: 1;
    bottom: 0;
    right: 3vw;
    width: 1px;
    height: 50px;
    -webkit-transition: .5s all 1s ease;
    transition: .5s all 1s ease;
    z-index: 3; }
    #section-top .scroll span {
      position: absolute;
      top: -65px;
      left: -35px;
      color: #fff;
      white-space: nowrap;
      transform: rotate(-90deg);
      font-size: .812rem;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }
    @media (max-width: 1023px) {
      #section-top .scroll {
        left: 4vw; }
        #section-top .scroll span {
          left: -28px; } }
    #section-top .scroll::after {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      top: 0;
      background: #fff;
      -webkit-animation: scroll 1.2s linear 0s infinite;
      animation: scroll 1.2s linear 0s infinite; }
    #section-top .scroll:hover span, #section-top .scroll:hover::after {
      opacity: .5; }
@-webkit-keyframes scroll {
  0% {
    height: 0%;
    top: 0;
    bottom: auto; }
  46% {
    height: 100%;
    top: 0;
    bottom: auto; }
  50%,54% {
    height: 100%;
    bottom: 0;
    top: auto; }
  100% {
    height: 0%;
    bottom: 0;
    top: auto; } }
@keyframes scroll {
  0% {
    height: 0%;
    top: 0;
    bottom: auto; }
  46% {
    height: 100%;
    top: 0;
    bottom: auto; }
  50%,54% {
    height: 100%;
    bottom: 0;
    top: auto; }
  100% {
    height: 0%;
    bottom: 0;
    top: auto; } }
#section-01 {
  width: 100%;
  background-color: #fff; }
  #section-01 .wrap {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 20vh 0; }
    #section-01 .wrap .logo {
      width: 35%; }
      #section-01 .wrap .logo img {
        width: 60%; }
    #section-01 .wrap .concept {
      width: 60%;
      text-align: center; }
      #section-01 .wrap .concept__title {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 1.25rem;
        letter-spacing: .1em;
        margin-bottom: 1rem; }
      #section-01 .wrap .concept__main {
        font-size: 2rem;
        letter-spacing: .1em;
        margin-bottom: 1.5rem; }
      #section-01 .wrap .concept__message {
        font-size: .937rem;
        line-height: 2; }
      @media (max-width: 480px) {
        #section-01 .wrap .concept__main {
          font-size: 1.5rem; }
        #section-01 .wrap .concept__message {
          font-size: .937rem;
          padding: 0 1rem; } }
    @media (max-width: 1023px) {
      #section-01 .wrap {
        display: block; }
        #section-01 .wrap .logo {
          width: 100%;
          text-align: center;
          margin-bottom: 2rem; }
          #section-01 .wrap .logo img {
            width: 120px;
            max-width: 40%; }
        #section-01 .wrap .concept {
          width: 100%; } }

#section-02 {
  width: 100%;
  background-color: #212732; }
  #section-02 .wrap {
    width: 2000px;
    max-width: 100%;
    padding: 220px 0 80px; }
    @media (max-width: 480px) {
      #section-02 .wrap {
        padding: 120px 0 80px; } }
    #section-02 .wrap ul {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      #section-02 .wrap ul li {
        width: 50%;
        margin-bottom: 3rem; }
        #section-02 .wrap ul li.img img {
          transition: .6s;
          filter: grayscale(0%); }
        #section-02 .wrap ul li.img:hover img {
          filter: grayscale(0); }
        #section-02 .wrap ul li.contents {
          background-color: #212732;
          padding: 3rem;
          position: relative;
          left: -3rem; }
          #section-02 .wrap ul li.contents .contents__title {
            font-size: 1.5rem;
            color: #fff;
            font-weight: bold;
            letter-spacing: .1em; }
          #section-02 .wrap ul li.contents .contents__sub-title {
            font-size: .875rem;
            color: #C9A66D;
            font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
            margin-top: .5rem;
            letter-spacing: .1em; }
          #section-02 .wrap ul li.contents .contents__text {
            font-size: 1rem;
            color: #fff;
            margin-top: 1rem;
            line-height: 2; }
          #section-02 .wrap ul li.contents .contents__more {
            margin-top: 1.5rem; }
            #section-02 .wrap ul li.contents .contents__more a {
              display: inline-block;
              padding: .75rem 3rem;
              color: #C9A66D;
              border: 1px solid #C9A66D;
              font-size: .937rem;
              font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }
          @media (max-width: 1023px) {
            #section-02 .wrap ul li.contents {
              padding: 2rem; } }
      #section-02 .wrap ul.re {
        flex-direction: row-reverse; }
        #section-02 .wrap ul.re li.contents {
          right: -3rem;
          left: auto;
          text-align: right; }
      @media (max-width: 480px) {
        #section-02 .wrap ul {
          display: block; }
          #section-02 .wrap ul li {
            width: 100%;
            padding: 0 1rem;
            margin-bottom: 0; }
            #section-02 .wrap ul li.contents {
              left: 0 !important;
              right: 0 !important;
              text-align: left !important; } }

#section-03 {
  width: 100%;
  position: relative; }
  #section-03 .wrap {
    width: 2000px;
    max-width: 96%;
    padding: 220px 0 180px; }
    @media (max-width: 480px) {
      #section-03 .wrap {
        padding: 120px 0 100px; } }
    #section-03 .wrap::after {
      width: 90vw;
      height: 500px;
      background-color: #E6E6E6;
      content: "";
      position: absolute;
      top: 300px;
      right: 0;
      z-index: -1; }
      @media (max-width: 480px) {
        #section-03 .wrap::after {
          display: none; } }
    #section-03 .wrap .news-wrap {
      width: 1200px;
      max-width: 100%;
      background-color: #fff;
      position: relative;
      margin: 0 auto;
      padding: 3.5rem 3.5rem 2rem;
      box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.3); }
      @media (max-width: 480px) {
        #section-03 .wrap .news-wrap {
          padding: 2rem; } }
      #section-03 .wrap .news-wrap ul {
        width: 100%; }
        #section-03 .wrap .news-wrap ul li {
          width: 100%;
          border-bottom: 1px solid #EAEAEA;
          padding-bottom: 1.5rem;
          margin-bottom: 2rem; }
          #section-03 .wrap .news-wrap ul li dt {
            font-size: .812rem;
            margin-bottom: .5rem; }
            #section-03 .wrap .news-wrap ul li dt span {
              color: #387595;
              margin-left: 1rem; }
          #section-03 .wrap .news-wrap ul li dd {
            font-size: .937rem; }

.Pservice {
  width: 1200px;
  max-width: 100%;
  margin: 5rem auto 0; }
  @media (max-width: 1023px) {
    .Pservice {
      padding-bottom: 3rem; } }
  .Pservice ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem; }
    .Pservice ul li {
      width: 55%;
      margin-bottom: 3rem; }
      .Pservice ul li.contents {
        width: 45%;
        padding: 3rem;
        position: relative; }
        .Pservice ul li.contents .contents__title {
          font-size: 1.5rem;
          color: #212732;
          font-weight: bold;
          letter-spacing: .1em;
          position: relative;
          left: -1.5rem; }
        .Pservice ul li.contents .contents__sub-title {
          font-size: .875rem;
          color: #C9A66D;
          font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
          margin-top: .5rem;
          letter-spacing: .1em;
          position: relative;
          left: -1.5rem; }
        .Pservice ul li.contents .contents__text {
          font-size: .937rem;
          color: #212732;
          margin-top: 1rem;
          line-height: 2; }
    .Pservice ul.re {
      flex-direction: row-reverse; }
      .Pservice ul.re li.contents {
        text-align: right; }
        .Pservice ul.re li.contents .contents__title {
          right: -1.5rem;
          left: auto; }
          .Pservice ul.re li.contents .contents__title.small {
            font-size: 1.375rem; }
        .Pservice ul.re li.contents .contents__sub-title {
          right: -1.5rem;
          left: auto; }
    @media (max-width: 1023px) {
      .Pservice ul {
        display: block; }
        .Pservice ul li {
          width: 100%; }
          .Pservice ul li.contents {
            width: 100%;
            padding: 0 3rem;
            text-align: left !important; }
            .Pservice ul li.contents .contents__text {
              line-height: 1.5;
              margin-top: 1.5rem; }
            .Pservice ul li.contents .contents__title {
              left: -1.5rem !important;
              right: 0 !important; }
            .Pservice ul li.contents .contents__sub-title {
              left: -1.5rem !important;
              right: 0 !important; } }
    @media (max-width: 1023px) {
      .Pservice ul li.contents {
        padding: 0.5rem; }
        .Pservice ul li.contents .contents__title {
          left: 0 !important; }
        .Pservice ul li.contents .contents__sub-title {
          left: 0 !important; } }

.Pcompany {
  width: 1200px;
  max-width: 100%;
  margin: 5rem auto 0;
  padding-bottom: 1rem; }
  .Pcompany dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5rem; }
    .Pcompany dl dt {
      width: 20%; }
      .Pcompany dl dt .title {
        font-size: 1rem;
        font-weight: bold;
        color: #345C74;
        letter-spacing: .2em; }
      .Pcompany dl dt .sub-title {
        font-size: .812rem;
        color: #C9A66D;
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        margin-top: .25rem; }
    .Pcompany dl dd {
      width: 80%;
      font-size: .875rem;
      padding-top: 1rem;
      line-height: 1.8; }
      .Pcompany dl dd .name {
        display: block;
        text-align: right; }
        .Pcompany dl dd .name img {
          width: 280px;
          margin-top: 1rem; }
    @media (max-width: 1023px) {
      .Pcompany dl {
        display: block; }
        .Pcompany dl dt, .Pcompany dl dd {
          width: 100%; }
        .Pcompany dl dt {
          margin-bottom: 2rem; } }
    @media (max-width: 480px) {
      .Pcompany dl dd .name img {
        width: 200px; } }
  .Pcompany ul.company_info li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem; }
    .Pcompany ul.company_info li span.info_title {
      width: 30%;
      flex-basis: 30%;
      display: flex;
      align-items: center;
      position: relative;
      padding-right: 20px;
      font-weight: bold; }
      .Pcompany ul.company_info li span.info_title::after {
        content: '';
        width: 130px;
        height: 1px;
        background-color: #CBCBCB;
        display: block;
        position: absolute;
        left: 120px; }
    .Pcompany ul.company_info li span.info_detail {
      flex-basis: 70%; }
    @media (max-width: 1023px) {
      .Pcompany ul.company_info li span.info_title::after {
        width: 50px; } }
    @media (max-width: 1023px) {
      .Pcompany ul.company_info li span.info_title::after {
        display: none; } }

.Paccess {
  width: 1200px;
  max-width: 100%;
  margin: 5rem auto 0;
  padding-bottom: 5rem; }
  @media (max-width: 1023px) {
    .Paccess {
      padding-right: 1rem; } }
  .Paccess .adress {
    font-size: .875rem; }
  .Paccess .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 2rem; }
  .Paccess .ggmap iframe,
  .Paccess .ggmap object,
  .Paccess .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.Pcontact {
  width: 1200px;
  max-width: 100%;
  margin: 5rem auto 0;
  padding-bottom: 8rem; }
  .Pcontact .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem; }
  .Pcontact .message {
    font-size: .875rem;
    font-weight: bold; }
  .Pcontact form {
    padding-top: 5rem; }
    .Pcontact form dt {
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 2.5rem; }
    .Pcontact form dd {
      margin-bottom: 3rem;
      position: relative; }
      .Pcontact form dd .nice-wrap {
        position: relative;
        width: 100%; }
      .Pcontact form dd .nice-textbox {
        width: 100%;
        position: relative;
        display: block;
        padding: 25px 20px;
        border: none;
        border-radius: 2px;
        font-size: 1rem;
        color: #a0a0a0;
        background-color: #E8E8E8;
        outline: none; }
      .Pcontact form dd .nice-label {
        position: absolute;
        top: 24px;
        left: 10px;
        font-size: 14px;
        color: #a0a0a0;
        transition: all 0.25s ease; }
        .Pcontact form dd .nice-label.focus {
          top: -20px;
          left: 5px;
          font-size: 11px;
          color: #8B8B8B; }
      .Pcontact form dd .selectWrap {
        min-width: 500px;
        position: relative; }
        .Pcontact form dd .selectWrap select {
          outline: none;
          text-indent: 0.01px;
          text-overflow: '';
          padding: 1rem;
          background: none transparent;
          background-color: #E8E8E8;
          color: #a0a0a0;
          border: none;
          vertical-align: top;
          font-size: inherit;
          color: inherit;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 3px; }
        .Pcontact form dd .selectWrap select option {
          background-color: #fff;
          color: #333; }
    .Pcontact form textarea {
      width: 100%;
      min-height: 300px;
      font-size: 1rem;
      border: none;
      background-color: #E8E8E8;
      padding: 25px 20px;
      color: #a0a0a0;
      border-radius: 2px; }
    .Pcontact form input[type="submit"] {
      display: none; }
    .Pcontact form input:checked + label .button_inner {
      background: transparent;
      transform: rotate(90deg);
      width: 100px;
      border-radius: 100px;
      box-shadow: 0px 0px 0px 440px rgba(0, 0, 0, 0);
      animation: finalbox 0.4s 4.42s cubic-bezier(0.39, 2.01, 0.27, 0.75) forwards; }
      .Pcontact form input:checked + label .button_inner span.t {
        opacity: 0;
        top: 20px; }
    .Pcontact form input:checked + label i.l {
      left: 14px;
      opacity: 1;
      top: 11px;
      animation: down 1s .25s infinite,final .2s 4s forwards; }
    .Pcontact form input:checked + label .tick {
      position: absolute;
      left: 2px;
      right: 0;
      transform: scale(0) rotate(-90deg);
      color: #00C1FC;
      top: 11px;
      margin: auto;
      font-size: 22px;
      animation: tick .3s 4.7s forwards; }
    .Pcontact form input:checked + label .button_spots {
      opacity: 1; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(0) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 7px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.65s linear infinite, final 0.2s 4s forwards, spot-0 0.7s 11.1s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(1) {
        top: 11px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-1 0.7s 11.0571428571s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(2) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-2 0.7s 10.2666666667s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(3) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.85s linear infinite, final 0.2s 4s forwards, spot-3 0.7s 10.4666666667s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(4) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 1.25s linear infinite, final 0.2s 4s forwards, spot-4 0.7s 10.5s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(5) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 0.65s linear infinite, final 0.2s 4s forwards, spot-5 0.7s 10.94s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(6) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 7px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.35s linear infinite, final 0.2s 4s forwards, spot-6 0.7s 10.7s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(7) {
        top: 6px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 1.05s linear infinite, final 0.2s 4s forwards, spot-7 0.7s 10.5s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(8) {
        top: 13px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.15s linear infinite, final 0.2s 4s forwards, spot-8 0.7s 11.1s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(9) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 1.15s linear infinite, final 0.2s 4s forwards, spot-9 0.7s 10.65s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(10) {
        top: 10px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.75s linear infinite, final 0.2s 4s forwards, spot-10 0.7s 10.6s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(11) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 1.35s linear infinite, final 0.2s 4s forwards, spot-11 0.7s 10.64s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(12) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.65s linear infinite, final 0.2s 4s forwards, spot-12 0.7s 10.6s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(13) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.15s linear infinite, final 0.2s 4s forwards, spot-13 0.7s 11.4s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(14) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.75s linear infinite, final 0.2s 4s forwards, spot-14 0.7s 10.88s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(15) {
        top: 6px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 0.45s linear infinite, final 0.2s 4s forwards, spot-15 0.7s 11.1333333333s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(16) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.35s linear infinite, final 0.2s 4s forwards, spot-16 0.7s 10.84s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(17) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.35s linear infinite, final 0.2s 4s forwards, spot-17 0.7s 10.7s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(18) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-18 0.7s 10.94s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(19) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-19 0.7s 10.2444444444s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(20) {
        top: 15px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-20 0.7s 10.4571428571s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(21) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 0.85s linear infinite, final 0.2s 4s forwards, spot-21 0.7s 11.1s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(22) {
        top: 9px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 0.35s linear infinite, final 0.2s 4s forwards, spot-22 0.7s 10.5s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(23) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.85s linear infinite, final 0.2s 4s forwards, spot-23 0.7s 10.9444444444s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(24) {
        top: 11px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.45s linear infinite, final 0.2s 4s forwards, spot-24 0.7s 10.2s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(25) {
        top: 6px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 0.75s linear infinite, final 0.2s 4s forwards, spot-25 0.7s 10.85s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(26) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.35s linear infinite, final 0.2s 4s forwards, spot-26 0.7s 10.8s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(27) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 1.35s linear infinite, final 0.2s 4s forwards, spot-27 0.7s 10.8571428571s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(28) {
        top: 13px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-28 0.7s 10.3571428571s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(29) {
        top: 13px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 1.15s linear infinite, final 0.2s 4s forwards, spot-29 0.7s 10.8666666667s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(30) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.95s linear infinite, final 0.2s 4s forwards, spot-30 0.7s 10.28s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(31) {
        top: 15px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-31 0.7s 10.5444444444s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(32) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 7px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 1.45s linear infinite, final 0.2s 4s forwards, spot-32 0.7s 10.2666666667s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(33) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.95s linear infinite, final 0.2s 4s forwards, spot-33 0.7s 10.54s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(34) {
        top: 12px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.45s linear infinite, final 0.2s 4s forwards, spot-34 0.7s 10.5s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(35) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.95s linear infinite, final 0.2s 4s forwards, spot-35 0.7s 10.55s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(36) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.55s linear infinite, final 0.2s 4s forwards, spot-36 0.7s 10.8666666667s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(37) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.65s linear infinite, final 0.2s 4s forwards, spot-37 0.7s 11.1s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(38) {
        top: 6px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-38 0.7s 11.1s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(39) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.35s linear infinite, final 0.2s 4s forwards, spot-39 0.7s 10.58s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(40) {
        top: 13px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-40 0.7s 10.7s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(41) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.15s linear infinite, final 0.2s 4s forwards, spot-41 0.7s 11s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(42) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 1.35s linear infinite, final 0.2s 4s forwards, spot-42 0.7s 10.6571428571s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(43) {
        top: 8px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 1.15s linear infinite, final 0.2s 4s forwards, spot-43 0.7s 10.58s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(44) {
        top: 11px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.55s linear infinite, final 0.2s 4s forwards, spot-44 0.7s 11.2s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(45) {
        top: 10px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 7px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-45 0.7s 10.4666666667s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(46) {
        top: 6px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.45s linear infinite, final 0.2s 4s forwards, spot-46 0.7s 10.15s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(47) {
        top: 13px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.85s linear infinite, final 0.2s 4s forwards, spot-47 0.7s 10.15s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(48) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-48 0.7s 11.2s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(49) {
        top: 6px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.55s linear infinite, final 0.2s 4s forwards, spot-49 0.7s 10.1571428571s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(50) {
        top: 7px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 4.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-50 0.7s 10.1444444444s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(51) {
        top: 6px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-51 0.7s 11.0333333333s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(52) {
        top: 13px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-52 0.7s 10.55s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(53) {
        top: 11px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 0.35s linear infinite, final 0.2s 4s forwards, spot-53 0.7s 11.04s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(54) {
        top: 11px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 6.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.55s linear infinite, final 0.2s 4s forwards, spot-54 0.7s 11.05s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(55) {
        top: 13px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 5.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 1.15s linear infinite, final 0.2s 4s forwards, spot-55 0.7s 10.18s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(56) {
        top: 10px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3.5px !important;
        animation: spew 1s 0.3s forwards, rotate 4.3s 0.75s linear infinite, final 0.2s 4s forwards, spot-56 0.7s 10.38s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(57) {
        top: 11px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 3px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 0.45s linear infinite, final 0.2s 4s forwards, spot-57 0.7s 11.4s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(58) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 7px !important;
        animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-58 0.7s 10.7s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(59) {
        top: 11px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.75px !important;
        animation: spew 1s 0.3s forwards, rotate 4.1s 1.15s linear infinite, final 0.2s 4s forwards, spot-59 0.7s 10.6s linear infinite !important; }
      .Pcontact form input:checked + label .button_spots:nth-of-type(60) {
        top: 14px !important;
        left: -34px  !important;
        opacity: 0;
        padding: 2.25px !important;
        animation: spew 1s 0.3s forwards, rotate 4.4s 0.35s linear infinite, final 0.2s 4s forwards, spot-60 0.7s 10.3333333333s linear infinite !important; }
    .Pcontact form .tick {
      position: absolute;
      left: -40px;
      right: 0;
      transform: scale(0);
      margin: auto;
      font-size: 1rem; }
    .Pcontact form .button {
      position: relative;
      text-align: center;
      width: 200px;
      margin: 0 auto; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(1) {
        padding: 4px;
        left: -13px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(2) {
        padding: 3px;
        left: -1px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(3) {
        padding: 5px;
        left: 11px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(4) {
        padding: 3px;
        left: 23px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(5) {
        padding: 3px;
        left: 35px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(6) {
        padding: 4px;
        left: 47px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(7) {
        padding: 5px;
        left: 59px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(8) {
        padding: 4px;
        left: 71px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(9) {
        padding: 4px;
        left: 83px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(10) {
        padding: 4px;
        left: 95px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(11) {
        padding: 5px;
        left: 107px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(12) {
        padding: 3px;
        left: 119px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(13) {
        padding: 3px;
        left: 131px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(14) {
        padding: 5px;
        left: 143px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(15) {
        padding: 5px;
        left: 155px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(16) {
        padding: 5px;
        left: 167px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(17) {
        padding: 4px;
        left: 179px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(18) {
        padding: 4px;
        left: 191px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(19) {
        padding: 5px;
        left: 203px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(20) {
        padding: 4px;
        left: 215px;
        top: 50px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(20) {
        padding: 3px;
        left: -15px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(21) {
        padding: 3px;
        left: -3px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(22) {
        padding: 3px;
        left: 9px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(23) {
        padding: 3px;
        left: 21px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(24) {
        padding: 5px;
        left: 33px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(25) {
        padding: 3px;
        left: 45px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(26) {
        padding: 3px;
        left: 57px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(27) {
        padding: 4px;
        left: 69px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(28) {
        padding: 4px;
        left: 81px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(29) {
        padding: 4px;
        left: 93px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(30) {
        padding: 4px;
        left: 105px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(31) {
        padding: 5px;
        left: 117px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(32) {
        padding: 3px;
        left: 129px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(33) {
        padding: 4px;
        left: 141px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(34) {
        padding: 3px;
        left: 153px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(35) {
        padding: 5px;
        left: 165px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(36) {
        padding: 5px;
        left: 177px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(37) {
        padding: 3px;
        left: 189px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(38) {
        padding: 3px;
        left: 201px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(39) {
        padding: 3px;
        left: 213px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(40) {
        padding: 3px;
        left: 225px;
        top: -12px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(40) {
        padding: 4px;
        left: 204px;
        top: -8px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(41) {
        padding: 3px;
        left: 204px;
        top: 4px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(42) {
        padding: 3px;
        left: 204px;
        top: 16px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(43) {
        padding: 5px;
        left: 204px;
        top: 28px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(44) {
        padding: 4px;
        left: 204px;
        top: 40px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(45) {
        padding: 3px;
        left: 204px;
        top: 52px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(46) {
        padding: 3px;
        left: 204px;
        top: 64px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(46) {
        padding: 4px;
        left: -10px;
        top: -16px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(47) {
        padding: 5px;
        left: -10px;
        top: -4px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(48) {
        padding: 4px;
        left: -10px;
        top: 8px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(49) {
        padding: 3px;
        left: -10px;
        top: 20px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(50) {
        padding: 3px;
        left: -10px;
        top: 32px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(51) {
        padding: 3px;
        left: -10px;
        top: 44px; }
      .Pcontact form .button .b_l_quad .button_spots:nth-child(52) {
        padding: 4px;
        left: -10px;
        top: 56px; }
      .Pcontact form .button .button_spots {
        position: absolute;
        border-radius: 100px;
        background: green;
        opacity: 0;
        animation: opacity 1s; }
        .Pcontact form .button .button_spots:nth-of-type(1) {
          transform-origin: 83px 10px;
          background: #be78d3;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(2) {
          transform-origin: 88px 15px;
          background: #9176d5;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(3) {
          transform-origin: 84px 12px;
          background: #a9d874;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 2s; }
        .Pcontact form .button .button_spots:nth-of-type(4) {
          transform-origin: 89px 12px;
          background: #78d37b;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 2s; }
        .Pcontact form .button .button_spots:nth-of-type(5) {
          transform-origin: 81px 12px;
          background: #b776d6;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.9s; }
        .Pcontact form .button .button_spots:nth-of-type(6) {
          transform-origin: 82px 17px;
          background: #d279d2;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 2s; }
        .Pcontact form .button .button_spots:nth-of-type(7) {
          transform-origin: 86px 14px;
          background: #75d7b3;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.9s; }
        .Pcontact form .button .button_spots:nth-of-type(8) {
          transform-origin: 84px 17px;
          background: #a3d17a;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.8s; }
        .Pcontact form .button .button_spots:nth-of-type(9) {
          transform-origin: 85px 12px;
          background: #75d78c;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.5s; }
        .Pcontact form .button .button_spots:nth-of-type(10) {
          transform-origin: 82px 18px;
          background: #b9d17a;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.8s; }
        .Pcontact form .button .button_spots:nth-of-type(11) {
          transform-origin: 82px 11px;
          background: #79d2b0;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(12) {
          transform-origin: 83px 12px;
          background: #8374d8;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.9s; }
        .Pcontact form .button .button_spots:nth-of-type(13) {
          transform-origin: 87px 16px;
          background: #bf7bd1;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(14) {
          transform-origin: 89px 19px;
          background: #74c0d8;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.4s; }
        .Pcontact form .button .button_spots:nth-of-type(15) {
          transform-origin: 80px 10px;
          background: #76d5b9;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.7s; }
        .Pcontact form .button .button_spots:nth-of-type(16) {
          transform-origin: 89px 15px;
          background: #b177d4;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(17) {
          transform-origin: 83px 16px;
          background: #d0be7c;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(18) {
          transform-origin: 84px 16px;
          background: #d477c3;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.4s; }
        .Pcontact form .button .button_spots:nth-of-type(19) {
          transform-origin: 87px 14px;
          background: #c974d8;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 2s; }
        .Pcontact form .button .button_spots:nth-of-type(20) {
          transform-origin: 87px 12px;
          background: #a6d477;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(21) {
          transform-origin: 84px 11px;
          background: #d07cb0;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.5s; }
        .Pcontact form .button .button_spots:nth-of-type(22) {
          transform-origin: 84px 11px;
          background: #ae75d7;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.6s; }
        .Pcontact form .button .button_spots:nth-of-type(23) {
          transform-origin: 88px 11px;
          background: #d477b1;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.3s; }
        .Pcontact form .button .button_spots:nth-of-type(24) {
          transform-origin: 89px 17px;
          background: #7bb3d1;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.7s; }
        .Pcontact form .button .button_spots:nth-of-type(25) {
          transform-origin: 88px 14px;
          background: #7b9dd1;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.3s; }
        .Pcontact form .button .button_spots:nth-of-type(26) {
          transform-origin: 87px 17px;
          background: #a7d378;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.6s; }
        .Pcontact form .button .button_spots:nth-of-type(27) {
          transform-origin: 80px 18px;
          background: #d1be7b;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.4s; }
        .Pcontact form .button .button_spots:nth-of-type(28) {
          transform-origin: 84px 19px;
          background: #d8ca74;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(29) {
          transform-origin: 80px 15px;
          background: #7cd09d;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.6s; }
        .Pcontact form .button .button_spots:nth-of-type(30) {
          transform-origin: 87px 15px;
          background: #75c5d7;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(31) {
          transform-origin: 80px 16px;
          background: #d38d78;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 2s; }
        .Pcontact form .button .button_spots:nth-of-type(32) {
          transform-origin: 89px 15px;
          background: #d3d676;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.7s; }
        .Pcontact form .button .button_spots:nth-of-type(33) {
          transform-origin: 81px 11px;
          background: #79d2b6;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.3s; }
        .Pcontact form .button .button_spots:nth-of-type(34) {
          transform-origin: 84px 19px;
          background: #76ccd5;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(35) {
          transform-origin: 87px 15px;
          background: #d59b76;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.4s; }
        .Pcontact form .button .button_spots:nth-of-type(36) {
          transform-origin: 87px 18px;
          background: #76d6a9;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(37) {
          transform-origin: 81px 10px;
          background: #c37ad1;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(38) {
          transform-origin: 88px 19px;
          background: #d69276;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.8s; }
        .Pcontact form .button .button_spots:nth-of-type(39) {
          transform-origin: 83px 16px;
          background: #79d2b3;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(40) {
          transform-origin: 81px 11px;
          background: #aad17a;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 2s; }
        .Pcontact form .button .button_spots:nth-of-type(41) {
          transform-origin: 85px 15px;
          background: #8dd07c;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(42) {
          transform-origin: 89px 15px;
          background: #757ad7;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(43) {
          transform-origin: 82px 15px;
          background: #8078d3;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(44) {
          transform-origin: 85px 19px;
          background: #c9d17b;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.7s; }
        .Pcontact form .button .button_spots:nth-of-type(45) {
          transform-origin: 85px 16px;
          background: #d47c77;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.5s; }
        .Pcontact form .button .button_spots:nth-of-type(46) {
          transform-origin: 80px 10px;
          background: #75d778;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.1s; }
        .Pcontact form .button .button_spots:nth-of-type(47) {
          transform-origin: 83px 13px;
          background: #7cd09d;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.3s; }
        .Pcontact form .button .button_spots:nth-of-type(48) {
          transform-origin: 84px 17px;
          background: #d279bf;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.5s; }
        .Pcontact form .button .button_spots:nth-of-type(49) {
          transform-origin: 84px 18px;
          background: #d79a75;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 2s; }
        .Pcontact form .button .button_spots:nth-of-type(50) {
          transform-origin: 81px 14px;
          background: #7bd1b8;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(51) {
          transform-origin: 85px 12px;
          background: #d6c376;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.2s; }
        .Pcontact form .button .button_spots:nth-of-type(52) {
          transform-origin: 89px 18px;
          background: #c67cd0;
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
          transition: all 1.6s; }
      .Pcontact form .button_inner {
        border-radius: 2px;
        position: absolute;
        width: 200px;
        height: 50px;
        left: 0;
        right: 0;
        top: 50%;
        margin: auto;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        border: 2px solid #F1F1F1;
        background-color: #F1F1F1;
        color: #B0B0B0;
        text-align: Center;
        transition: all .3s,box-shadow .2s,transform .2s .2s; }
        .Pcontact form .button_inner span.t {
          position: relative;
          top: 12px;
          opacity: 1;
          left: -10px;
          transition: left .4s .1s; }
        .Pcontact form .button_inner i.l {
          position: relative;
          left: -19px;
          top: 20px;
          color: #818181;
          font-size: 1.25rem;
          opacity: 0;
          transition: left .3s 0s,top .3s 0s,opacity .3s 0s; }
        .Pcontact form .button_inner:hover {
          color: #818181;
          background: white;
          box-shadow: 0px 17px 18px -14px rgba(0, 0, 0, 0.08); }
          .Pcontact form .button_inner:hover span.t {
            left: 10px;
            transition: left .4s; }
          .Pcontact form .button_inner:hover i.l {
            top: 12px;
            opacity: 1;
            transition: left .3s 0s,top .3s .1s,opacity .3s .1s; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(1) {
          animation: spot-1 0.7s 0.5s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(2) {
          animation: spot-2 0.7s 1.04s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(3) {
          animation: spot-3 0.7s 0.6s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(4) {
          animation: spot-4 0.7s 0.3444444444s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(5) {
          animation: spot-5 0.7s 0.65s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(6) {
          animation: spot-6 0.7s 0.44s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(7) {
          animation: spot-7 0.7s 0.25s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(8) {
          animation: spot-8 0.7s 0.9333333333s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(9) {
          animation: spot-9 0.7s 0.28s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(10) {
          animation: spot-10 0.7s 0.24s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(11) {
          animation: spot-11 0.7s 0.3s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(12) {
          animation: spot-12 0.7s 0.6s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(13) {
          animation: spot-13 0.7s 0.6333333333s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(14) {
          animation: spot-14 0.7s 0.9s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(15) {
          animation: spot-15 0.7s 0.4666666667s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(16) {
          animation: spot-16 0.7s 0.9444444444s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(17) {
          animation: spot-17 0.7s 1s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(18) {
          animation: spot-18 0.7s 0.8571428571s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(19) {
          animation: spot-19 0.7s 0.9s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(20) {
          animation: spot-20 0.7s 1.2s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(21) {
          animation: spot-21 0.7s 0.45s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(22) {
          animation: spot-22 0.7s 0.4s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(23) {
          animation: spot-23 0.7s 0.6s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(24) {
          animation: spot-24 0.7s 1s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(25) {
          animation: spot-25 0.7s 0.6s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(26) {
          animation: spot-26 0.7s 0.4s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(27) {
          animation: spot-27 0.7s 0.3s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(28) {
          animation: spot-28 0.7s 1.1333333333s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(29) {
          animation: spot-29 0.7s 0.3571428571s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(30) {
          animation: spot-30 0.7s 0.48s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(31) {
          animation: spot-31 0.7s 0.38s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(32) {
          animation: spot-32 0.7s 0.6s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(33) {
          animation: spot-33 0.7s 0.35s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(34) {
          animation: spot-34 0.7s 0.2333333333s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(35) {
          animation: spot-35 0.7s 0.8333333333s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(36) {
          animation: spot-36 0.7s 0.5571428571s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(37) {
          animation: spot-37 0.7s 0.14s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(38) {
          animation: spot-38 0.7s 0.4571428571s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(39) {
          animation: spot-39 0.7s 0.8s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(40) {
          animation: spot-40 0.7s 0.68s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(40) {
          animation: spot-40 0.7s 0.3s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(41) {
          animation: spot-41 0.7s 0.78s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(42) {
          animation: spot-42 0.7s 0.6s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(43) {
          animation: spot-43 0.7s 0.8571428571s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(44) {
          animation: spot-44 0.7s 0.45s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(45) {
          animation: spot-45 0.7s 0.7s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(46) {
          animation: spot-46 0.7s 0.55s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(46) {
          animation: spot-46 0.7s 0.68s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(47) {
          animation: spot-47 0.7s 1.2s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(48) {
          animation: spot-48 0.7s 0.9s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(49) {
          animation: spot-49 0.7s 1.0444444444s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(50) {
          animation: spot-50 0.7s 0.1666666667s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(51) {
          animation: spot-51 0.7s 0.7s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(52) {
          animation: spot-52 0.7s 0.68s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(53) {
          animation: spot-53 0.7s 1.05s linear infinite; }
        .Pcontact form .button_inner:hover .button_spots:nth-of-type(54) {
          animation: spot-54 0.7s 0.7571428571s linear infinite; }
@keyframes spot-1 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-18px);
    opacity: .6; } }
@keyframes spot-2 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-16px);
    opacity: .6; } }
@keyframes spot-3 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-14px);
    opacity: .6; } }
@keyframes spot-4 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-12px);
    opacity: .6; } }
@keyframes spot-5 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-10px);
    opacity: .6; } }
@keyframes spot-6 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-8px);
    opacity: .6; } }
@keyframes spot-7 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-6px);
    opacity: .6; } }
@keyframes spot-8 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-4px);
    opacity: .6; } }
@keyframes spot-9 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(-2px);
    opacity: .6; } }
@keyframes spot-10 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(0px);
    opacity: .6; } }
@keyframes spot-11 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(2px);
    opacity: .6; } }
@keyframes spot-12 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(4px);
    opacity: .6; } }
@keyframes spot-13 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(6px);
    opacity: .6; } }
@keyframes spot-14 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(8px);
    opacity: .6; } }
@keyframes spot-15 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(10px);
    opacity: .6; } }
@keyframes spot-16 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(12px);
    opacity: .6; } }
@keyframes spot-17 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(14px);
    opacity: .6; } }
@keyframes spot-18 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(16px);
    opacity: .6; } }
@keyframes spot-19 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(18px);
    opacity: .6; } }
@keyframes spot-20 {
  from {
    opacity: 0; }
  to {
    transform: translateY(30px) translatex(20px);
    opacity: .6; } }
@keyframes spot-20 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(-10px);
    opacity: .6; } }
@keyframes spot-21 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(-8px);
    opacity: .6; } }
@keyframes spot-22 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(-6px);
    opacity: .6; } }
@keyframes spot-23 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(-4px);
    opacity: .6; } }
@keyframes spot-24 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(-2px);
    opacity: .6; } }
@keyframes spot-25 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(0px);
    opacity: .6; } }
@keyframes spot-26 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(2px);
    opacity: .6; } }
@keyframes spot-27 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(4px);
    opacity: .6; } }
@keyframes spot-28 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(6px);
    opacity: .6; } }
@keyframes spot-29 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(8px);
    opacity: .6; } }
@keyframes spot-30 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(10px);
    opacity: .6; } }
@keyframes spot-31 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(12px);
    opacity: .6; } }
@keyframes spot-32 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(14px);
    opacity: .6; } }
@keyframes spot-33 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(16px);
    opacity: .6; } }
@keyframes spot-34 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(18px);
    opacity: .6; } }
@keyframes spot-35 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(20px);
    opacity: .6; } }
@keyframes spot-36 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(22px);
    opacity: .6; } }
@keyframes spot-37 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(24px);
    opacity: .6; } }
@keyframes spot-38 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(26px);
    opacity: .6; } }
@keyframes spot-39 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(28px);
    opacity: .6; } }
@keyframes spot-40 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-30px) translatex(30px);
    opacity: .6; } }
@keyframes spot-40 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-6px) translatex(40px);
    opacity: .6; } }
@keyframes spot-41 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-4px) translatex(40px);
    opacity: .6; } }
@keyframes spot-42 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-2px) translatex(40px);
    opacity: .6; } }
@keyframes spot-43 {
  from {
    opacity: 0; }
  to {
    transform: translateY(0px) translatex(40px);
    opacity: .6; } }
@keyframes spot-44 {
  from {
    opacity: 0; }
  to {
    transform: translateY(2px) translatex(40px);
    opacity: .6; } }
@keyframes spot-45 {
  from {
    opacity: 0; }
  to {
    transform: translateY(4px) translatex(40px);
    opacity: .6; } }
@keyframes spot-46 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-7px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-47 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-5px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-48 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-3px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-49 {
  from {
    opacity: 0; }
  to {
    transform: translateY(-1px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-50 {
  from {
    opacity: 0; }
  to {
    transform: translateY(1px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-51 {
  from {
    opacity: 0; }
  to {
    transform: translateY(3px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-52 {
  from {
    opacity: 0; }
  to {
    transform: translateY(5px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-53 {
  from {
    opacity: 0; }
  to {
    transform: translateY(7px) translatex(-40px);
    opacity: .6; } }
@keyframes spot-54 {
  from {
    opacity: 0; }
  to {
    transform: translateY(9px) translatex(-40px);
    opacity: .6; } }
@keyframes opacity {
  to {
    opacity: 0; } }
@keyframes rotate {
  from {
    opacity: .8; }
  to {
    transform: rotate(360deg);
    opacity: .8; } }
@keyframes down {
  from {
    left: 10px; }
  to {
    left: 57px; } }
@keyframes spew {
  from {
    opacity: 0; }
  to {
    opacity: 0.8; } }
@keyframes final {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes finalbox {
  to {
    width: 50px; } }
@keyframes tick {
  to {
    transform: scale(1) rotate(-90deg); } }
    @media (max-width: 1023px) {
      .Pcontact form {
        padding-top: .5rem;
        padding-right: 1rem; } }
  .Pcontact .thanks {
    line-height: 3;
    padding: 5vh 0; }

.Pprivacy {
  width: 1200px;
  max-width: 100%;
  margin: 5rem auto 0;
  padding-bottom: 1rem; }
  .Pprivacy .pp {
    width: 800px;
    margin: 44px auto 0;
    font-size: .812rem; }
    .Pprivacy .pp h4 {
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold; }
    .Pprivacy .pp span {
      display: block;
      margin: .5rem 0 .25rem;
      font-weight: bold;
      font-size: .875rem; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }
.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }
