/* ============================================
     General styles
     ============================================ */

html,
body {
  color: #000000;
  font-size: 1.2vw;
  line-height: 1.6;
  background-color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", "游明朝", "YuMincho", serif;
  font-weight: normal;
}

@media screen and (max-width: 1600px) {

  html,
  body {
    font-size: 1.3vw;
    line-height: 1.5;
  }

}

@media screen and (max-width: 1400px) {

  html,
  body {
    font-size: 1.3vw;
    line-height: 1.8;
  }

}

@media screen and (max-width: 1200px) {

  html,
  body {
    font-size: 1.0em;
    line-height: 1.7;
  }

}

@media screen and (max-width: 992px) {

  html,
  body {
    font-size: 1.0em;
    line-height: 1.5;
  }

}

::-moz-selection {
  background: #08217C;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #08217C;
  text-shadow: none;
  color: #ffffff;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #262626;
  opacity: 1;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

/* ============================================
     Container
     ============================================ */

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 1600px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }

}

@media screen and (max-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media screen and (max-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }

}

@media screen and (max-width: 500px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

}

/* ============================================
     Links
     ============================================ */

a,
a:hover,
a:visited,
a:active {
  color: #262626;
  text-decoration: none;
}

/* ============================================
        Headings
        ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Yu Mincho", "YuMincho", "游明朝", "YuMincho", serif;
}

/* ============================================
        Header
        ============================================ */

header {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 110px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 400px) {
  header {
    height: 80px;
  }
}

header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

header nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}

header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-self: center;
  width: 100%;
  height: 100%;
}

header nav a,
header nav a:visited,
header nav a:active,
header nav a:focus,
header nav a:link {
  color: #ffffff;
  text-decoration: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

header nav a:hover {
  color: #ffffff;
  text-decoration: none;
}

header a {
  color: #ffffff;
  text-decoration: none;
}

header a:hover {
  color: #ffffff;
  text-decoration: underline;
}

header div.logo img {
  max-width: 100%;
  width: 90px;
  height: auto;
  height: 90px;
}

@media screen and (max-width: 768px) {
  header div.logo img {
    width: 80px;
  }

}

@media screen and (max-width: 400px) {
  header div.logo img {
    width: 60px;
  }

}

@media screen and (min-width: 768px) {
  .toggle-nav {
    display: none;
  }
}

header .toggle-nav {
  cursor: pointer;
}

header .toggle-nav i {
  font-size: 2.2rem;
  color: #ffffff;
}

header a.btn {
  background-color: #E84B22 !important;
  border-color: #E84B22 !important;
  color: #ffffff !important;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

header a.btn i {
  margin-right: 4px;
  width: 2vw;
  height: auto;
}

.page-inner header .toggle-nav i {
  color: #ffffff;
}

header .contact-btn {
  width: 16vw;
}

@media screen and (max-width: 1200px) {
  header .contact-btn {
    width: 20vw;
  }
}

@media screen and (max-width: 992px) {
  header .contact-btn {
    width: 25vw;
  }
}

header .contact-btn a {
  width: 100%;
}

@media screen and (max-width: 768px) {

  header .contact-btn,
  header nav {
    display: none !important;
  }
}

/* ============================================
        Footer
        ============================================ */

footer {
  background: #041E66;
  color: #fff;
  padding: 90px 0;
  border-top: solid 2px #ffffff;
}

@media screen and (max-width: 1400px) {
  footer {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0;
  }
}

footer .logo img {
  width: 220px;
  height: auto;
}

footer nav {
  margin: 40px 0;
  padding: 0;
}

footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

footer nav ul li {
  display: inline;
}

footer nav ul li a {
  color: #fff !important;
  margin: 0 10px;
  text-decoration: none;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer nav,
footer nav ul,
footer nav ul li {
  margin: 0;
  padding: 0;
}

footer nav a {
  padding: 0;
  margin: 0;
  text-decoration: underline;
}

footer h4 {
  line-height: 2.3rem;
  font-weight: normal;
}

footer a.btn {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-radius: 30px !important;
}

/* ============================================
     Sticky Footer
     ============================================ */

html,
body {
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-header,
.page-footer {
  flex-grow: 0;
  flex-shrink: 0;
}

.page-body {
  flex-grow: 1;
}

/* ============================================
     Main Banner
     ============================================ */

.main-banner {
  width: 100%;
  height: 100vh;
  background-color: #262626;
  background-image: url('../img/main-banner.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .main-banner {
    background-attachment: scroll;
  }

}

.main-banner .container-fluid {
  display: flex;
  justify-content: flex-start;
  align-items: last baseline;
  width: auto;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 992px) {
  .main-banner .container-fluid {
    align-items: center;
  }
}

.main-banner-title {
  width: 90%;
  margin-bottom: 25vh;
}

@media screen and (max-width: 1200px) {
  .main-banner-title {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .main-banner-title {
    margin-bottom: 0;
  }
}

/* ============================================
     Main Content
     ============================================ */

section {
  padding: 4% 0;
}

@media screen and (max-width: 1400px) {
  section {
    padding: 5% 0;
  }
}

@media screen and (max-width: 1200px) {
  section {
    padding: 60px 0;
  }

}

@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }

}

/* ============================================
     Generic Classes
     ============================================ */

.font-weight-bold {
  font-weight: 500;
}

.line-height-lg {
  line-height: 2;
}

.letter-spacing-lg {
  letter-spacing: 6px;
}

/* ============================================
     Background Colors
     ============================================ */

.bg-grey {
  background-color: #e9e9e9;
}

.bg-sand {
  background-color: #F8F6E7;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-dark-blue {
  background-color: #041E66;
  border-top: solid 2px #ffffff;
}

/* ============================================
     Background Images
     ============================================ */

.bg-dark-blue-img {
  background-image: url('../img/bg-blue-paint.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dark-blue-img-2 {
  background-image: url('../img/bg-paintbrush.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .bg-dark-blue-img {
    background-attachment: scroll;
  }

  .bg-dark-blue-img-2 {
    background-attachment: scroll;
  }

}

/* ============================================
       Text Colors
       ============================================ */

.text-blue {
  color: #08217C !important;
}

.text-blue a {
  color: #08217C !important;
}

.text-yellow {
  color: #FFD710 !important;
}

.text-yellow a {
  color: #FFD710 !important;
}

.text-gold {
  color: #A08E7F !important;
}

.text-gold a {
  color: #A08E7F !important;
}

.text-orange {
  color: #E36200 !important;
}

.text-orange a {
  color: #E36200 !important;
}

.styled-underline-blue {
  display: inline-block;
  border-bottom: solid 6px #08217C;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.styled-underline-white {
  display: inline-block;
  border-bottom: solid 6px #ffffff;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

/* ============================================
     Bootstrap
     ============================================ */

.btn,
.btn:hover,
.btn:visited,
.btn:active,
.btn:focus,
.btn:link {
  background: #262626;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
}

.btn.btn-bordered {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #000000;
  color: #000000;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 5px;
}

.btn.btn-bordered i {
  float: right;
  font-size: 0.5rem;
  margin-top: 7px;
}

footer .btn,
footer .btn:hover,
footer .btn:visited,
footer .btn:active,
footer .btn:focus,
footer .btn:link {
  background: #E84B22;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  padding: 14px 60px;
  font-weight: bold;
  border: none;
}

footer a:tel {
  color: #ffffff;
  text-decoration: none;
}


/* ============================================
     Contact Form
     ============================================ */

.contact-form {
  margin-top: 30px;
}

.contact-form h2 {
  margin: 0;
  padding: 0;
}

.contact-form p {
  margin: 0;
  padding: 0;
}


.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px 0;
  border: solid 1px #041E66;
  border-radius: 0px;
  background-color: #041E66;
  border-bottom: solid 1px #ffffff;
}

.contact-form input,
.contact-form input::placeholder,
.contact-form textarea {
  color: #ffffff;
}

.contact-form input[type="submit"] {
  background: #E84B22;
  border-color: #E84B22;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  padding: 14px 60px;
  font-weight: bold;
  margin-top: 0px;
  border-radius: 50px;
  width: auto;
  position: relative;
}

.contact-form input[type="submit"]:hover {
  background: #E84B22;
  color: #ffffff;
}

/* ============================================
     Responsive Embed
     ============================================ */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================
     Heading + Subheading Styles
     ============================================ */

.heading-subtitle {
  margin: 0;
  padding: 0 0 3% 0;
}

.heading-subtitle h2 {
  margin: 0;
  padding: 0 0 1.5% 0;
}

.bg-dark-blue p {
  margin: 0;
  padding: 1.75% 0;
}

.bg-dark-blue a {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .heading-subtitle {
    padding: 0 0 20px 0;
  }

  .heading-subtitle h2 {
    padding: 0 0 15px 0;
  }

  .bg-dark-blue p {
    padding: 15px 0;
  }

}

/* ============================================
     Header Spacer - Page inner
     ============================================ */

.header-spacer {
  width: 100%;
  height: 110px;
}

@media screen and (max-width: 400px) {
  .header-spacer {
    height: 80px;
  }

}

/* ============================================
     100% height, flex center blocks
     ============================================ */

.vh-100-flex {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

/* ============================================
     Mobile Menu
     ============================================ */

.toggle-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #262626;
  z-index: 1000;
  display: none;
}

.page-inner .toggle-menu {
  background: #041E66;
  color: #ffffff;
}

.toggle-menu .container-fluid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.toggle-menu nav {
  margin-top: 40px;
}

.toggle-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toggle-menu nav ul li {
  margin-right: 15px;
}

.toggle-menu nav a,
.toggle-menu nav a:visited,
.toggle-menu nav a:active,
.toggle-menu nav a:focus,
.toggle-menu nav a:link {
  color: #fff;
  margin: 10px 0;
  font-size: 3rem;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .toggle-menu nav a {
    font-size: 1.4rem !important;
    margin: 8px 0 !important;
  }

}

.page-inner .toggle-menu nav a,
.page-inner .toggle-menu nav a:visited,
.page-inner .toggle-menu nav a:active,
.page-inner .toggle-menu nav a:focus,
.page-inner .toggle-menu nav a:link {
  color: #ffffff;
}

.toggle-menu nav a:hover {
  text-decoration: underline;
}

.toggle-menu-open {
  display: block;
}

/* Header */

.page-inner .page-header {
  background-color: #041E66;
}

/* ============================================
     Table
     ============================================ */

.table {
  border-color: #000000;
}

.table tr td {
  padding: 15px 0;
}

/* =======================================
Works Carousel Slider 
=========================================== */

.work-carousel .carousel-cell {
  width: 25%;
  padding: 0;
  /* full width */
  height: auto;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .work-carousel .carousel-cell {
    width: 33.3332%;
  }
}

@media screen and (max-width: 992px) {
  .work-carousel .carousel-cell {
    width: 33.3332%;
  }
}

@media screen and (max-width: 768px) {
  .work-carousel .carousel-cell {
    width: 33.3332%;
  }
}

@media screen and (max-width: 650px) {
  .work-carousel .carousel-cell {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .work-carousel .carousel-cell {
    width: 100%;
  }
}

.work-carousel .carousel-cell img {
  display: block;
  max-height: 100%;
}

.work-carousel .carousel-content {
  padding: 0 3%;
}

.work-carousel .flickity-prev-next-button {
  border-radius: 0;
}

.work-carousel .flickity-prev-next-button.next {
  right: 0.75%;
}

.work-carousel .flickity-prev-next-button.previous {
  left: 0.75%;
}

.meta-data {
  color: #7F7F7F;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic", sans-serif;
  text-align: end;
}

/* =======================================
Flow Carousel Slider 
=========================================== */

.flow-carousel .carousel-cell {
  width: 12.5%;
  padding: 0;
  /* full width */
  height: auto;
}

@media screen and (max-width: 1200px) {
  .flow-carousel .carousel-cell {
    width: 16.6666%;
  }
}

@media screen and (max-width: 992px) {
  .flow-carousel .carousel-cell {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .flow-carousel .carousel-cell {
    width: 33.3332%;
  }
}

@media screen and (max-width: 500px) {
  .flow-carousel .carousel-cell {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .flow-carousel .carousel-cell {
    width: 100%;
  }
}

.flow-carousel .carousel-cell img {
  display: block;
  max-height: 100%;
}

.flow-carousel .carousel-content {
  padding: 0 3%;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flow-carousel .flickity-prev-next-button {
  border-radius: 0;
}

.flow-carousel .flickity-prev-next-button.next {
  right: 0.75%;
}

.flow-carousel .flickity-prev-next-button.previous {
  left: 0.75%;
}

.flow-carousel .meta-data {
  color: #7F7F7F;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}


/* =======================================
About Carousel Slider 
=========================================== */

.about-carousel .carousel-cell {
  width: 20%;
  padding: 0;
  /* full width */
  height: auto;
}

@media screen and (max-width: 1200px) {
  .about-carousel .carousel-cell {
    width: 20%;
  }
}

@media screen and (max-width: 992px) {
  .about-carousel .carousel-cell {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .about-carousel .carousel-cell {
    width: 33.3332%;
  }
}

@media screen and (max-width: 500px) {
  .about-carousel .carousel-cell {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .about-carousel .carousel-cell {
    width: 100%;
  }
}

.about-carousel .carousel-cell img {
  display: block;
  max-height: 100%;
}

.about-carousel .carousel-content {
  padding: 0 3%;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-carousel .flickity-prev-next-button {
  border-radius: 0;
}

.about-carousel .flickity-prev-next-button.next {
  right: 0.75%;
}

.about-carousel .flickity-prev-next-button.previous {
  left: 0.75%;
}

.about-carousel .meta-data {
  color: #7F7F7F;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

/* ========================
Numbered Lists 
======================== */

/* Larger numbers in the lists */
ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 2.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  ol {
    padding-left: 2.5em;
  }

}

ol li {
  counter-increment: item;
  margin-bottom: 1.5em;
}

ol li::before {
  content: "0" counter(item);
  color: #041E66;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 0em;
  position: absolute;
  left: 0em;
  margin-top: -3px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 768px) {
  ol li::before {
    left: 0em;
  }

}

ol li h1,
ol li h2,
ol li h3,
ol li h4,
ol li h5,
ol li h6 {
  margin-bottom: 15px;
  color: #E84B22;
}

ol li p {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic", sans-serif;
}

/* =================
Sort Buttons 
================== */

.sort-buttons a.btn,
.sort-buttons a.btn:link,
.sort-buttons a.btn:active,
.sort-buttons a.btn:visited,
.sort-buttons a.btn:focus {
  background-color: #8e8e8e !important;
  color: #ffffff;
  padding: 5px 20px 3px 20px;
}

.sort-buttons a.btn:hover {
  background-color: #041E66 !important;
}

.sort-buttons a.btn:nth-child(1),
.sort-buttons a.btn:nth-child(1):link,
.sort-buttons a.btn:nth-child(1):hover,
.sort-buttons a.btn:nth-child(1):active,
.sort-buttons a.btn:nth-child(1):visited,
.sort-buttons a.btn:nth-child(1):focus {
  background-color: #041E66 !important;
  color: #ffffff;
}

.sort-buttons a.btn:nth-child(1):hover {
  background-color: #000000 !important;
}

/* =================
Button Arrow 
================== */

.btn-arrow {
  background-color: unset !important;
  color: #041E66 !important;
  border: unset !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 10px;
}

.btn-arrow span {
  position: relative;
  width: 50px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  background-image: url('../img/icon-arrow-circle.svg');
  background-repeat: no-repeat;
  background-position: center;
}

/* =================
Button Dot 
================== */

.btn-dot {
  padding: 10px 40px 10px 30px !important;
}

.btn-dot span {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 20px;
  background-color: #000000;
  border-radius: 100%;
}

/* ===========================
Text English 
============================ */

.text-english {
  font-family: "moret-variable", serif;
  font-weight: 400;
}

.text-english a {
  font-family: "moret-variable", serif;
  font-weight: 400;
}

.text-english h1,
.text-english h2,
.text-english h3,
.text-english h4,
.text-english h5,
.text-english h6 {
  font-family: "moret-variable", serif;
  font-weight: 400;
}

/* ================================
Yu Gothic Font 
================================ */

.yu-gothic {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic", sans-serif;
}

/* ==============================
Works - Blue Buttons 
============================== */

.btn-blue {
  background-color: #041E66 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  position: relative;
}

.btn-blue span {
  position: absolute;
  top: calc(50% - 11px);
  right: 10px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;

}


/* ========================
FAQ List items
======================== */

/* Larger numbers in the lists */
.faq-item ol {
  list-style-type: none;
  padding-left: 2.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq-item ol {
    padding-left: 2.5em;
  }

}

.faq-item ol li {
  margin-bottom: 1.5em;
}

.faq-item ol li::before {
  content: "Q";
  color: #041E66;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 0em;
  position: absolute;
  left: 0em;
  margin-top: -3px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.faq-item ol li:nth-child(2)::before {
  content: "A";
}

@media screen and (max-width: 768px) {
  .faq-item ol li::before {
    left: 0em;
  }

}

.faq-item ol li h1,
.faq-item ol li h2,
.faq-item ol li h3,
.faq-item ol li h4,
.faq-item ol li h5,
.faq-item ol li h6 {
  margin-bottom: 15px;
  color: #E84B22;
}

.faq-item ol li p {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "YuGothic", sans-serif;
}

/* ======================
Contact Block 
====================== */

/*
d-flex flex-row justify-content-between
d-flex flex-row justify-content-between
*/

.contact-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact-block .contact-block-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact-block .contact-block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact-block .contact-block-inner div {
    text-align: left !important;
  }
}

/* Hide Recaptcha Badge */

.grecaptcha-badge { visibility: hidden; }