@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
a,
.btn-link {
  color: #CD2E28;
}
a:hover,
.btn-link:hover {
  color: rgb(162.3265306122, 36.4244897959, 31.6734693878);
}

.text-main a {
  color: #CD2E28;
}

.text-accent-01 a {
  color: #F05941;
}

.text-accent-02 a {
  color: #000;
}

.text-accent-03 a {
  color: #dff3f7;
}

.text-color-01 a {
  color: #f5f5f5;
}

.text-color-02 a {
  color: #cccccc;
}

.text-color-03 a {
  color: #9ccc65;
}

.btn-instagram {
  color: #fff !important;
  background: -webkit-linear-gradient(273deg, #a512e6 0%, #faa55d 100%);
  background: linear-gradient(-183deg, #a512e6 0%, #faa55d 100%);
  border: none !important;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.btn-instagram:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 3rem 0px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0px 0px 3rem 0px rgba(0, 0, 0, 0.3) inset;
}

.bg-grad-01 {
  background: -webkit-linear-gradient(354deg, #0089ff 0%, #00baff 48%, #7be1ff 100%);
  background: linear-gradient(96deg, #0089ff 0%, #00baff 48%, #7be1ff 100%);
}

.bg-grad-02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0089ff), color-stop(48%, #00baff), to(#7be1ff));
  background: -webkit-linear-gradient(top, #0089ff 0%, #00baff 48%, #7be1ff 100%);
  background: linear-gradient(180deg, #0089ff 0%, #00baff 48%, #7be1ff 100%);
}

.btn {
  border-radius: 50rem !important;
}
.btn a {
  font-weight: bold;
}
.btn.btn-white {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.btn.btn-white a {
  color: #CD2E28;
}
.btn.btn-trial {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.arrow-link-before-main a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-link-before-accent-01 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #F05941;
  border-right: 2px solid #F05941;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-link-before-accent-02 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-link-before-accent-03 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #dff3f7;
  border-right: 2px solid #dff3f7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-link-after-main a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-link-after-accent-01 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #F05941;
  border-right: 2px solid #F05941;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-link-after-accent-02 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow-link-after-accent-03 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #dff3f7;
  border-right: 2px solid #dff3f7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-arrow-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.btn-arrow-link a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: 0px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #F05941;
  border-right: 2px solid #F05941;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: static;
}
.btn-arrow-link.justify-content-center a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.arrow-link a {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}
.arrow-link a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}

.btn.btn-arrow-before-main a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.5rem;
  left: -0.5rem;
}
.btn.btn-arrow-before-main.small a::before {
  margin-right: 0.5rem;
  left: -0.25rem;
}
.btn.btn-arrow-after-main a {
  position: relative;
  padding-right: 46px;
  padding-left: 46px;
}
.btn.btn-arrow-after-main a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -0.5rem;
  position: absolute;
  right: 24px;
}
.btn.btn-arrow-after-main.small a::after {
  margin-right: -0.5rem;
  left: 0.25rem;
}
.btn.btn-arrow-after-white a {
  position: relative;
  padding-right: 46px;
  padding-left: 46px;
}
.btn.btn-arrow-after-white a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -0.5rem;
  position: absolute;
  right: 24px;
}
.btn.btn-arrow-after-white.small a::after {
  margin-right: -0.5rem;
  left: 0.25rem;
}
.btn.btn-arrow-before-01 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #F05941;
  border-right: 2px solid #F05941;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -0.5rem;
  right: 0.5rem;
}
.btn.btn-arrow-before-01 a:hover::after {
  border-color: #fff;
}
.btn.btn-arrow-before-02 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -0.5rem;
  right: 0.5rem;
}
.btn.btn-arrow-before-02 a:hover::after {
  border-color: #fff;
}
.btn.btn-arrow-after-01 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #F05941;
  border-right: 2px solid #F05941;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -0.5rem;
  left: 0.5rem;
}
.btn.btn-arrow-after-01 a:hover::after {
  border-color: #fff;
}
.btn.btn-arrow-after-02 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: -0.5rem;
  left: 0.5rem;
}
.btn.btn-arrow-after-02 a:hover::after {
  border-color: #fff;
}
.btn.btn-anchor-link {
  text-indent: -0.5rem;
  padding-left: 1rem !important;
}
.btn.btn-anchor-link a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-left: 0.5rem;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -4px;
}
.btn.btn-anchor-link:hover a::after {
  border-color: #fff !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
}

ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.shadow {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.shadow:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-main {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
}
.btn-main:hover {
  color: #fff;
  background-color: rgb(151.6581632653, 34.0306122449, 29.5918367347);
  border-color: rgb(140.9897959184, 31.6367346939, 27.5102040816);
}
.btn-main:focus, .btn-main.focus {
  color: #fff;
  background-color: rgb(151.6581632653, 34.0306122449, 29.5918367347);
  border-color: rgb(140.9897959184, 31.6367346939, 27.5102040816);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
}
.btn-main.disabled, .btn-main:disabled {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
}
.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active, .show > .btn-main.dropdown-toggle {
  color: #fff;
  background-color: rgb(162.3265306122, 36.4244897959, 31.6734693878);
  border-color: rgb(151.6581632653, 34.0306122449, 29.5918367347);
}
.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus, .show > .btn-main.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
}

.btn-accent-01 {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
}
.btn-accent-01:hover {
  color: #fff;
  background-color: rgb(223.5975609756, 45.8963414634, 17.6524390244);
  border-color: rgb(211.7804878049, 43.4707317073, 16.7195121951);
}
.btn-accent-01:focus, .btn-accent-01.focus {
  color: #fff;
  background-color: rgb(223.5975609756, 45.8963414634, 17.6524390244);
  border-color: rgb(211.7804878049, 43.4707317073, 16.7195121951);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
}
.btn-accent-01.disabled, .btn-accent-01:disabled {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
}
.btn-accent-01:not(:disabled):not(.disabled):active, .btn-accent-01:not(:disabled):not(.disabled).active, .show > .btn-accent-01.dropdown-toggle {
  color: #fff;
  background-color: rgb(235.4146341463, 48.3219512195, 18.5853658537);
  border-color: rgb(223.5975609756, 45.8963414634, 17.6524390244);
}
.btn-accent-01:not(:disabled):not(.disabled):active:focus, .btn-accent-01:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-01.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
}

.btn-accent-02 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-accent-02:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-accent-02:focus, .btn-accent-02.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-accent-02.disabled, .btn-accent-02:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-accent-02:not(:disabled):not(.disabled):active, .btn-accent-02:not(:disabled):not(.disabled).active, .show > .btn-accent-02.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-accent-02:not(:disabled):not(.disabled):active:focus, .btn-accent-02:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-02.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-accent-03 {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
}
.btn-accent-03:hover {
  color: #212529;
  background-color: rgb(172, 223.875, 234.25);
  border-color: rgb(161.8, 220.05, 231.7);
}
.btn-accent-03:focus, .btn-accent-03.focus {
  color: #212529;
  background-color: rgb(172, 223.875, 234.25);
  border-color: rgb(161.8, 220.05, 231.7);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
}
.btn-accent-03.disabled, .btn-accent-03:disabled {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
}
.btn-accent-03:not(:disabled):not(.disabled):active, .btn-accent-03:not(:disabled):not(.disabled).active, .show > .btn-accent-03.dropdown-toggle {
  color: #212529;
  background-color: rgb(182.2, 227.7, 236.8);
  border-color: rgb(172, 223.875, 234.25);
}
.btn-accent-03:not(:disabled):not(.disabled):active:focus, .btn-accent-03:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-03.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
}

.btn-color-01 {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:hover {
  color: #212529;
  background-color: rgb(213.125, 213.125, 213.125);
  border-color: rgb(206.75, 206.75, 206.75);
}
.btn-color-01:focus, .btn-color-01.focus {
  color: #212529;
  background-color: rgb(213.125, 213.125, 213.125);
  border-color: rgb(206.75, 206.75, 206.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}
.btn-color-01.disabled, .btn-color-01:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:not(:disabled):not(.disabled):active, .btn-color-01:not(:disabled):not(.disabled).active, .show > .btn-color-01.dropdown-toggle {
  color: #212529;
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(213.125, 213.125, 213.125);
}
.btn-color-01:not(:disabled):not(.disabled):active:focus, .btn-color-01:not(:disabled):not(.disabled).active:focus, .show > .btn-color-01.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}

.btn-color-02 {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-color-02:hover {
  color: #fff;
  background-color: rgb(172.125, 172.125, 172.125);
  border-color: rgb(165.75, 165.75, 165.75);
}
.btn-color-02:focus, .btn-color-02.focus {
  color: #fff;
  background-color: rgb(172.125, 172.125, 172.125);
  border-color: rgb(165.75, 165.75, 165.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
}
.btn-color-02.disabled, .btn-color-02:disabled {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-color-02:not(:disabled):not(.disabled):active, .btn-color-02:not(:disabled):not(.disabled).active, .show > .btn-color-02.dropdown-toggle {
  color: #fff;
  background-color: rgb(178.5, 178.5, 178.5);
  border-color: rgb(172.125, 172.125, 172.125);
}
.btn-color-02:not(:disabled):not(.disabled):active:focus, .btn-color-02:not(:disabled):not(.disabled).active:focus, .show > .btn-color-02.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
}

.btn-color-03 {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.btn-color-03:hover {
  color: #fff;
  background-color: rgb(124.743902439, 181.2317073171, 60.0182926829);
  border-color: rgb(118.1512195122, 171.6536585366, 56.8463414634);
}
.btn-color-03:focus, .btn-color-03.focus {
  color: #fff;
  background-color: rgb(124.743902439, 181.2317073171, 60.0182926829);
  border-color: rgb(118.1512195122, 171.6536585366, 56.8463414634);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
}
.btn-color-03.disabled, .btn-color-03:disabled {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.btn-color-03:not(:disabled):not(.disabled):active, .btn-color-03:not(:disabled):not(.disabled).active, .show > .btn-color-03.dropdown-toggle {
  color: #fff;
  background-color: rgb(131.3365853659, 190.8097560976, 63.1902439024);
  border-color: rgb(124.743902439, 181.2317073171, 60.0182926829);
}
.btn-color-03:not(:disabled):not(.disabled):active:focus, .btn-color-03:not(:disabled):not(.disabled).active:focus, .show > .btn-color-03.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
}

.btn-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:hover {
  color: #212529;
  background-color: rgb(210.8125, 217.125, 223.4375);
  border-color: rgb(203.375, 210.75, 218.125);
}
.btn-gray-100:focus, .btn-gray-100.focus {
  color: #212529;
  background-color: rgb(210.8125, 217.125, 223.4375);
  border-color: rgb(203.375, 210.75, 218.125);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-gray-100.disabled, .btn-gray-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:hover {
  color: #212529;
  background-color: rgb(196.0921052632, 204.125, 212.1578947368);
  border-color: rgb(188.7105263158, 197.75, 206.7894736842);
}
.btn-gray-200:focus, .btn-gray-200.focus {
  color: #212529;
  background-color: rgb(196.0921052632, 204.125, 212.1578947368);
  border-color: rgb(188.7105263158, 197.75, 206.7894736842);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
}
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active, .show > .btn-gray-200.dropdown-toggle {
  color: #212529;
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
  border-color: rgb(196.0921052632, 204.125, 212.1578947368);
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
}

.btn-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:hover {
  color: #fff;
  background-color: rgb(185.7284482759, 194.125, 202.5215517241);
  border-color: rgb(178.474137931, 187.75, 197.025862069);
}
.btn-gray-300:focus, .btn-gray-300.focus {
  color: #fff;
  background-color: rgb(185.7284482759, 194.125, 202.5215517241);
  border-color: rgb(178.474137931, 187.75, 197.025862069);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #fff;
  background-color: rgb(192.9827586207, 200.5, 208.0172413793);
  border-color: rgb(185.7284482759, 194.125, 202.5215517241);
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
}

.btn-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:hover {
  color: #fff;
  background-color: rgb(169.6773255814, 180.125, 190.5726744186);
  border-color: rgb(162.4127906977, 173.75, 185.0872093023);
}
.btn-gray-400:focus, .btn-gray-400.focus {
  color: #fff;
  background-color: rgb(169.6773255814, 180.125, 190.5726744186);
  border-color: rgb(162.4127906977, 173.75, 185.0872093023);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
}
.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
  color: #fff;
  background-color: rgb(176.9418604651, 186.5, 196.0581395349);
  border-color: rgb(169.6773255814, 180.125, 190.5726744186);
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
}

.btn-gray-500 {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:hover {
  color: #fff;
  background-color: rgb(137.6790540541, 149.125, 160.5709459459);
  border-color: rgb(130.6148648649, 142.75, 154.8851351351);
}
.btn-gray-500:focus, .btn-gray-500.focus {
  color: #fff;
  background-color: rgb(137.6790540541, 149.125, 160.5709459459);
  border-color: rgb(130.6148648649, 142.75, 154.8851351351);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
}
.btn-gray-500.disabled, .btn-gray-500:disabled {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active, .show > .btn-gray-500.dropdown-toggle {
  color: #fff;
  background-color: rgb(144.7432432432, 155.5, 166.2567567568);
  border-color: rgb(137.6790540541, 149.125, 160.5709459459);
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
}

.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:hover {
  color: #fff;
  background-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
  border-color: rgb(72.5407725322, 78.5858369099, 83.9592274678);
}
.btn-gray-600:focus, .btn-gray-600.focus {
  color: #fff;
  background-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
  border-color: rgb(72.5407725322, 78.5858369099, 83.9592274678);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-gray-600.disabled, .btn-gray-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:not(:disabled):not(.disabled):active, .btn-gray-600:not(:disabled):not(.disabled).active, .show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus, .btn-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: rgb(43.9140625, 48.125, 52.3359375);
  border-color: rgb(38.096875, 41.75, 45.403125);
}
.btn-gray-700:focus, .btn-gray-700.focus {
  color: #fff;
  background-color: rgb(43.9140625, 48.125, 52.3359375);
  border-color: rgb(38.096875, 41.75, 45.403125);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
}
.btn-gray-700.disabled, .btn-gray-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active, .show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.73125, 54.5, 59.26875);
  border-color: rgb(43.9140625, 48.125, 52.3359375);
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
}

.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: rgb(23.4224137931, 26.125, 28.8275862069);
  border-color: rgb(17.7068965517, 19.75, 21.7931034483);
}
.btn-gray-800:focus, .btn-gray-800.focus {
  color: #fff;
  background-color: rgb(23.4224137931, 26.125, 28.8275862069);
  border-color: rgb(17.7068965517, 19.75, 21.7931034483);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-gray-800.disabled, .btn-gray-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:hover {
  color: #fff;
  background-color: rgb(4.5709459459, 5.125, 5.6790540541);
  border-color: black;
}
.btn-gray-900:focus, .btn-gray-900.focus {
  color: #fff;
  background-color: rgb(4.5709459459, 5.125, 5.6790540541);
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-gray-900.disabled, .btn-gray-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active, .show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
  border-color: rgb(4.5709459459, 5.125, 5.6790540541);
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover {
  color: #fff;
  background-color: rgb(11.2730125523, 125.7374476987, 195.9769874477);
  border-color: rgb(10.5794979079, 118.0020920502, 183.9205020921);
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: rgb(11.2730125523, 125.7374476987, 195.9769874477);
  border-color: rgb(10.5794979079, 118.0020920502, 183.9205020921);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
  border-color: rgb(11.2730125523, 125.7374476987, 195.9769874477);
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #212529;
  background-color: rgb(223.125, 223.125, 223.125);
  border-color: rgb(216.75, 216.75, 216.75);
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: rgb(223.125, 223.125, 223.125);
  border-color: rgb(216.75, 216.75, 216.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-outline-main {
  color: #CD2E28;
  border-color: #CD2E28;
}
.btn-outline-main:hover {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
}
.btn-outline-main:focus, .btn-outline-main.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 46, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(205, 46, 40, 0.5);
}
.btn-outline-main.disabled, .btn-outline-main:disabled {
  color: #CD2E28;
  background-color: transparent;
}
.btn-outline-main:not(:disabled):not(.disabled):active, .btn-outline-main:not(:disabled):not(.disabled).active, .show > .btn-outline-main.dropdown-toggle {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
}
.btn-outline-main:not(:disabled):not(.disabled):active:focus, .btn-outline-main:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-main.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 46, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(205, 46, 40, 0.5);
}

.btn-outline-accent-01 {
  color: #F05941;
  border-color: #F05941;
}
.btn-outline-accent-01:hover {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
}
.btn-outline-accent-01:focus, .btn-outline-accent-01.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 89, 65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 89, 65, 0.5);
}
.btn-outline-accent-01.disabled, .btn-outline-accent-01:disabled {
  color: #F05941;
  background-color: transparent;
}
.btn-outline-accent-01:not(:disabled):not(.disabled):active, .btn-outline-accent-01:not(:disabled):not(.disabled).active, .show > .btn-outline-accent-01.dropdown-toggle {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
}
.btn-outline-accent-01:not(:disabled):not(.disabled):active:focus, .btn-outline-accent-01:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent-01.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 89, 65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 89, 65, 0.5);
}

.btn-outline-accent-02 {
  color: #000;
  border-color: #000;
}
.btn-outline-accent-02:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-accent-02:focus, .btn-outline-accent-02.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-accent-02.disabled, .btn-outline-accent-02:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-accent-02:not(:disabled):not(.disabled):active, .btn-outline-accent-02:not(:disabled):not(.disabled).active, .show > .btn-outline-accent-02.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-accent-02:not(:disabled):not(.disabled):active:focus, .btn-outline-accent-02:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent-02.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-accent-03 {
  color: #dff3f7;
  border-color: #dff3f7;
}
.btn-outline-accent-03:hover {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
}
.btn-outline-accent-03:focus, .btn-outline-accent-03.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
}
.btn-outline-accent-03.disabled, .btn-outline-accent-03:disabled {
  color: #dff3f7;
  background-color: transparent;
}
.btn-outline-accent-03:not(:disabled):not(.disabled):active, .btn-outline-accent-03:not(:disabled):not(.disabled).active, .show > .btn-outline-accent-03.dropdown-toggle {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
}
.btn-outline-accent-03:not(:disabled):not(.disabled):active:focus, .btn-outline-accent-03:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent-03.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
}

.btn-outline-color-01 {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-01:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-01:focus, .btn-outline-color-01.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-color-01.disabled, .btn-outline-color-01:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-color-01:not(:disabled):not(.disabled):active, .btn-outline-color-01:not(:disabled):not(.disabled).active, .show > .btn-outline-color-01.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-01:not(:disabled):not(.disabled):active:focus, .btn-outline-color-01:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-01.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-color-02 {
  color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-color-02:hover {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-color-02:focus, .btn-outline-color-02.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-color-02.disabled, .btn-outline-color-02:disabled {
  color: #cccccc;
  background-color: transparent;
}
.btn-outline-color-02:not(:disabled):not(.disabled):active, .btn-outline-color-02:not(:disabled):not(.disabled).active, .show > .btn-outline-color-02.dropdown-toggle {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-color-02:not(:disabled):not(.disabled):active:focus, .btn-outline-color-02:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-02.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-color-03 {
  color: #9ccc65;
  border-color: #9ccc65;
}
.btn-outline-color-03:hover {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.btn-outline-color-03:focus, .btn-outline-color-03.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
}
.btn-outline-color-03.disabled, .btn-outline-color-03:disabled {
  color: #9ccc65;
  background-color: transparent;
}
.btn-outline-color-03:not(:disabled):not(.disabled):active, .btn-outline-color-03:not(:disabled):not(.disabled).active, .show > .btn-outline-color-03.dropdown-toggle {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.btn-outline-color-03:not(:disabled):not(.disabled):active:focus, .btn-outline-color-03:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-color-03.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
}

.btn-outline-gray-100 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-500 {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-500.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray-600.disabled, .btn-outline-gray-600:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active, .btn-outline-gray-600:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-600.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-gray-700.disabled, .btn-outline-gray-700:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-700.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-outline-gray-800 {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-800.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray-900 {
  color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active, .btn-outline-gray-900:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-900.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: transparent;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active, .show > .btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #CD2E28;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1150px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-main {
  color: #CD2E28 !important;
}

a.text-main:hover, a.text-main:focus {
  color: rgb(140.9897959184, 31.6367346939, 27.5102040816) !important;
}

.text-accent-01 {
  color: #F05941 !important;
}

a.text-accent-01:hover, a.text-accent-01:focus {
  color: rgb(211.7804878049, 43.4707317073, 16.7195121951) !important;
}

.text-accent-02 {
  color: #000 !important;
}

a.text-accent-02:hover, a.text-accent-02:focus {
  color: black !important;
}

.text-accent-03 {
  color: #dff3f7 !important;
}

a.text-accent-03:hover, a.text-accent-03:focus {
  color: rgb(161.8, 220.05, 231.7) !important;
}

.text-color-01 {
  color: #f5f5f5 !important;
}

a.text-color-01:hover, a.text-color-01:focus {
  color: rgb(206.75, 206.75, 206.75) !important;
}

.text-color-02 {
  color: #cccccc !important;
}

a.text-color-02:hover, a.text-color-02:focus {
  color: rgb(165.75, 165.75, 165.75) !important;
}

.text-color-03 {
  color: #9ccc65 !important;
}

a.text-color-03:hover, a.text-color-03:focus {
  color: rgb(118.1512195122, 171.6536585366, 56.8463414634) !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

a.text-gray-100:hover, a.text-gray-100:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: rgb(188.7105263158, 197.75, 206.7894736842) !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: rgb(178.474137931, 187.75, 197.025862069) !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

a.text-gray-400:hover, a.text-gray-400:focus {
  color: rgb(162.4127906977, 173.75, 185.0872093023) !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

a.text-gray-500:hover, a.text-gray-500:focus {
  color: rgb(130.6148648649, 142.75, 154.8851351351) !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

a.text-gray-600:hover, a.text-gray-600:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-gray-700 {
  color: #495057 !important;
}

a.text-gray-700:hover, a.text-gray-700:focus {
  color: rgb(38.096875, 41.75, 45.403125) !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

a.text-gray-800:hover, a.text-gray-800:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-gray-900 {
  color: #212529 !important;
}

a.text-gray-900:hover, a.text-gray-900:focus {
  color: black !important;
}

.text-twitter {
  color: #1da1f2 !important;
}

a.text-twitter:hover, a.text-twitter:focus {
  color: rgb(10.5794979079, 118.0020920502, 183.9205020921) !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.bg-main {
  background-color: #CD2E28 !important;
}

a.bg-main:hover, a.bg-main:focus,
button.bg-main:hover,
button.bg-main:focus {
  background-color: rgb(162.3265306122, 36.4244897959, 31.6734693878) !important;
}

.bg-accent-01 {
  background-color: #F05941 !important;
}

a.bg-accent-01:hover, a.bg-accent-01:focus,
button.bg-accent-01:hover,
button.bg-accent-01:focus {
  background-color: rgb(235.4146341463, 48.3219512195, 18.5853658537) !important;
}

.bg-accent-02 {
  background-color: #000 !important;
}

a.bg-accent-02:hover, a.bg-accent-02:focus,
button.bg-accent-02:hover,
button.bg-accent-02:focus {
  background-color: black !important;
}

.bg-accent-03 {
  background-color: #dff3f7 !important;
}

a.bg-accent-03:hover, a.bg-accent-03:focus,
button.bg-accent-03:hover,
button.bg-accent-03:focus {
  background-color: rgb(182.2, 227.7, 236.8) !important;
}

.bg-color-01 {
  background-color: #f5f5f5 !important;
}

a.bg-color-01:hover, a.bg-color-01:focus,
button.bg-color-01:hover,
button.bg-color-01:focus {
  background-color: rgb(219.5, 219.5, 219.5) !important;
}

.bg-color-02 {
  background-color: #cccccc !important;
}

a.bg-color-02:hover, a.bg-color-02:focus,
button.bg-color-02:hover,
button.bg-color-02:focus {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.bg-color-03 {
  background-color: #9ccc65 !important;
}

a.bg-color-03:hover, a.bg-color-03:focus,
button.bg-color-03:hover,
button.bg-color-03:focus {
  background-color: rgb(131.3365853659, 190.8097560976, 63.1902439024) !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: rgb(203.4736842105, 210.5, 217.5263157895) !important;
}

.bg-gray-300, .bm_footer, .bm_navbar {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover, a.bm_footer:hover, a.bm_navbar:hover, a.bg-gray-300:focus, a.bm_footer:focus, a.bm_navbar:focus,
button.bg-gray-300:hover,
button.bm_footer:hover,
button.bm_navbar:hover,
button.bg-gray-300:focus,
button.bm_footer:focus,
button.bm_navbar:focus {
  background-color: rgb(192.9827586207, 200.5, 208.0172413793) !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: rgb(176.9418604651, 186.5, 196.0581395349) !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: rgb(144.7432432432, 155.5, 166.2567567568) !important;
}

.bg-gray-600, .bm_header {
  background-color: #6c757d !important;
}

a.bg-gray-600:hover, a.bm_header:hover, a.bg-gray-600:focus, a.bm_header:focus,
button.bg-gray-600:hover,
button.bm_header:hover,
button.bg-gray-600:focus,
button.bm_header:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: rgb(49.73125, 54.5, 59.26875) !important;
}

.bg-gray-800, .bm_navbar .bm_navbar-toggle {
  background-color: #343a40 !important;
}

a.bg-gray-800:hover, .bm_navbar a.bm_navbar-toggle:hover, a.bg-gray-800:focus, .bm_navbar a.bm_navbar-toggle:focus,
button.bg-gray-800:hover,
.bm_navbar button.bm_navbar-toggle:hover,
button.bg-gray-800:focus,
.bm_navbar button.bm_navbar-toggle:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}

.bg-twitter {
  background-color: #1da1f2 !important;
}

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

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

.border-right-0 {
  border-right: 0 !important;
}

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

.border-left-0 {
  border-left: 0 !important;
}

.border-main {
  border-color: #CD2E28 !important;
}

.border-accent-01 {
  border-color: #F05941 !important;
}

.border-accent-02 {
  border-color: #000 !important;
}

.border-accent-03 {
  border-color: #dff3f7 !important;
}

.border-color-01 {
  border-color: #f5f5f5 !important;
}

.border-color-02 {
  border-color: #cccccc !important;
}

.border-color-03 {
  border-color: #9ccc65 !important;
}

.border-gray-100 {
  border-color: #f8f9fa !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.border-gray-600 {
  border-color: #6c757d !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

.border-twitter {
  border-color: #1da1f2 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

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

.mt-8,
.my-8 {
  margin-top: 6.25rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6.25rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6.25rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6.25rem !important;
}

.m-9 {
  margin: 9.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9.25rem !important;
}

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

.mt-10,
.my-10 {
  margin-top: 12.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 12.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 12.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 12.5rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

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

.pt-8,
.py-8 {
  padding-top: 6.25rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6.25rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6.25rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6.25rem !important;
}

.p-9 {
  padding: 9.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9.25rem !important;
}

.p-10 {
  padding: 12.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 12.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 12.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 12.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 12.5rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}

.m-n8 {
  margin: -6.25rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6.25rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6.25rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6.25rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6.25rem !important;
}

.m-n9 {
  margin: -9.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9.25rem !important;
}

.m-n10 {
  margin: -12.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -12.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -12.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -12.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -12.5rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
  .m-sm-8 {
    margin: 6.25rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6.25rem !important;
  }
  .m-sm-9 {
    margin: 9.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9.25rem !important;
  }
  .m-sm-10 {
    margin: 12.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 12.5rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .p-sm-8 {
    padding: 6.25rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6.25rem !important;
  }
  .p-sm-9 {
    padding: 9.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9.25rem !important;
  }
  .p-sm-10 {
    padding: 12.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 12.5rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }
  .m-sm-n8 {
    margin: -6.25rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n9 {
    margin: -9.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9.25rem !important;
  }
  .m-sm-n10 {
    margin: -12.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -12.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
  .m-md-8 {
    margin: 6.25rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6.25rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6.25rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6.25rem !important;
  }
  .m-md-9 {
    margin: 9.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9.25rem !important;
  }
  .m-md-10 {
    margin: 12.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 12.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 12.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 12.5rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .p-md-8 {
    padding: 6.25rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6.25rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6.25rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6.25rem !important;
  }
  .p-md-9 {
    padding: 9.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9.25rem !important;
  }
  .p-md-10 {
    padding: 12.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 12.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 12.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 12.5rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }
  .m-md-n8 {
    margin: -6.25rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6.25rem !important;
  }
  .m-md-n9 {
    margin: -9.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9.25rem !important;
  }
  .m-md-n10 {
    margin: -12.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -12.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
  .m-lg-8 {
    margin: 6.25rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6.25rem !important;
  }
  .m-lg-9 {
    margin: 9.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9.25rem !important;
  }
  .m-lg-10 {
    margin: 12.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 12.5rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .p-lg-8 {
    padding: 6.25rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6.25rem !important;
  }
  .p-lg-9 {
    padding: 9.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9.25rem !important;
  }
  .p-lg-10 {
    padding: 12.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 12.5rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }
  .m-lg-n8 {
    margin: -6.25rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n9 {
    margin: -9.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9.25rem !important;
  }
  .m-lg-n10 {
    margin: -12.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -12.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
  .m-xl-8 {
    margin: 6.25rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6.25rem !important;
  }
  .m-xl-9 {
    margin: 9.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9.25rem !important;
  }
  .m-xl-10 {
    margin: 12.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 12.5rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
  .p-xl-8 {
    padding: 6.25rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6.25rem !important;
  }
  .p-xl-9 {
    padding: 9.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9.25rem !important;
  }
  .p-xl-10 {
    padding: 12.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 12.5rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }
  .m-xl-n8 {
    margin: -6.25rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n9 {
    margin: -9.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9.25rem !important;
  }
  .m-xl-n10 {
    margin: -12.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -12.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-main {
  color: #fff;
  background-color: #CD2E28;
}
a.badge-main:hover, a.badge-main:focus {
  color: #fff;
  background-color: rgb(162.3265306122, 36.4244897959, 31.6734693878);
}
a.badge-main:focus, a.badge-main.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 46, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(205, 46, 40, 0.5);
}

.badge-accent-01 {
  color: #fff;
  background-color: #F05941;
}
a.badge-accent-01:hover, a.badge-accent-01:focus {
  color: #fff;
  background-color: rgb(235.4146341463, 48.3219512195, 18.5853658537);
}
a.badge-accent-01:focus, a.badge-accent-01.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 89, 65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 89, 65, 0.5);
}

.badge-accent-02 {
  color: #fff;
  background-color: #000;
}
a.badge-accent-02:hover, a.badge-accent-02:focus {
  color: #fff;
  background-color: black;
}
a.badge-accent-02:focus, a.badge-accent-02.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-accent-03 {
  color: #212529;
  background-color: #dff3f7;
}
a.badge-accent-03:hover, a.badge-accent-03:focus {
  color: #212529;
  background-color: rgb(182.2, 227.7, 236.8);
}
a.badge-accent-03:focus, a.badge-accent-03.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
}

.badge-color-01 {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-color-01:hover, a.badge-color-01:focus {
  color: #212529;
  background-color: rgb(219.5, 219.5, 219.5);
}
a.badge-color-01:focus, a.badge-color-01.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-color-02 {
  color: #212529;
  background-color: #cccccc;
}
a.badge-color-02:hover, a.badge-color-02:focus {
  color: #212529;
  background-color: rgb(178.5, 178.5, 178.5);
}
a.badge-color-02:focus, a.badge-color-02.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.badge-color-03 {
  color: #fff;
  background-color: #9ccc65;
}
a.badge-color-03:hover, a.badge-color-03:focus {
  color: #fff;
  background-color: rgb(131.3365853659, 190.8097560976, 63.1902439024);
}
a.badge-color-03:focus, a.badge-color-03.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(156, 204, 101, 0.5);
}

.badge-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-gray-100:hover, a.badge-gray-100:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-gray-100:focus, a.badge-gray-100.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-gray-200 {
  color: #212529;
  background-color: #e9ecef;
}
a.badge-gray-200:hover, a.badge-gray-200:focus {
  color: #212529;
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
}
a.badge-gray-200:focus, a.badge-gray-200.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.badge-gray-300 {
  color: #212529;
  background-color: #dee2e6;
}
a.badge-gray-300:hover, a.badge-gray-300:focus {
  color: #212529;
  background-color: rgb(192.9827586207, 200.5, 208.0172413793);
}
a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-gray-400 {
  color: #212529;
  background-color: #ced4da;
}
a.badge-gray-400:hover, a.badge-gray-400:focus {
  color: #212529;
  background-color: rgb(176.9418604651, 186.5, 196.0581395349);
}
a.badge-gray-400:focus, a.badge-gray-400.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.badge-gray-500 {
  color: #fff;
  background-color: #adb5bd;
}
a.badge-gray-500:hover, a.badge-gray-500:focus {
  color: #fff;
  background-color: rgb(144.7432432432, 155.5, 166.2567567568);
}
a.badge-gray-500:focus, a.badge-gray-500.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.badge-gray-600 {
  color: #fff;
  background-color: #6c757d;
}
a.badge-gray-600:hover, a.badge-gray-600:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-gray-600:focus, a.badge-gray-600.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-gray-700 {
  color: #fff;
  background-color: #495057;
}
a.badge-gray-700:hover, a.badge-gray-700:focus {
  color: #fff;
  background-color: rgb(49.73125, 54.5, 59.26875);
}
a.badge-gray-700:focus, a.badge-gray-700.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.badge-gray-800 {
  color: #fff;
  background-color: #343a40;
}
a.badge-gray-800:hover, a.badge-gray-800:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-gray-800:focus, a.badge-gray-800.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-gray-900 {
  color: #fff;
  background-color: #212529;
}
a.badge-gray-900:hover, a.badge-gray-900:focus {
  color: #fff;
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
a.badge-gray-900:focus, a.badge-gray-900.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.badge-twitter {
  color: #fff;
  background-color: #1da1f2;
}
a.badge-twitter:hover, a.badge-twitter:focus {
  color: #fff;
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}
a.badge-twitter:focus, a.badge-twitter.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #ffffff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-main {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
}
.btn-main:hover {
  color: #CD2E28;
  border-color: #CD2E28;
  background-color: transparent;
}
.btn-main:focus, .btn-main.focus {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
}
.btn-main.disabled, .btn-main:disabled {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
}
.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active, .show > .btn-main.dropdown-toggle {
  color: #fff;
  background-color: #CD2E28;
  border-color: #CD2E28;
}
.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus, .show > .btn-main.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212.5, 77.35, 72.25, 0.5);
}

.btn-accent-01 {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
}
.btn-accent-01:hover {
  color: #F05941;
  border-color: #F05941;
  background-color: transparent;
}
.btn-accent-01:focus, .btn-accent-01.focus {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
}
.btn-accent-01.disabled, .btn-accent-01:disabled {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
}
.btn-accent-01:not(:disabled):not(.disabled):active, .btn-accent-01:not(:disabled):not(.disabled).active, .show > .btn-accent-01.dropdown-toggle {
  color: #fff;
  background-color: #F05941;
  border-color: #F05941;
}
.btn-accent-01:not(:disabled):not(.disabled):active:focus, .btn-accent-01:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-01.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242.25, 113.9, 93.5, 0.5);
}

.btn-accent-02 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-accent-02:hover {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.btn-accent-02:focus, .btn-accent-02.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-accent-02.disabled, .btn-accent-02:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-accent-02:not(:disabled):not(.disabled):active, .btn-accent-02:not(:disabled):not(.disabled).active, .show > .btn-accent-02.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-accent-02:not(:disabled):not(.disabled):active:focus, .btn-accent-02:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-02.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-accent-03 {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
}
.btn-accent-03:hover {
  color: #dff3f7;
  border-color: #dff3f7;
  background-color: transparent;
}
.btn-accent-03:focus, .btn-accent-03.focus {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
}
.btn-accent-03.disabled, .btn-accent-03:disabled {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
}
.btn-accent-03:not(:disabled):not(.disabled):active, .btn-accent-03:not(:disabled):not(.disabled).active, .show > .btn-accent-03.dropdown-toggle {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7;
}
.btn-accent-03:not(:disabled):not(.disabled):active:focus, .btn-accent-03:not(:disabled):not(.disabled).active:focus, .show > .btn-accent-03.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194.5, 212.1, 216.1, 0.5);
}

.btn-color-01 {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:hover {
  color: #f5f5f5;
  border-color: #f5f5f5;
  background-color: transparent;
}
.btn-color-01:focus, .btn-color-01.focus {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}
.btn-color-01.disabled, .btn-color-01:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:not(:disabled):not(.disabled):active, .btn-color-01:not(:disabled):not(.disabled).active, .show > .btn-color-01.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:not(:disabled):not(.disabled):active:focus, .btn-color-01:not(:disabled):not(.disabled).active:focus, .show > .btn-color-01.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}

.btn-color-02 {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-color-02:hover {
  color: #cccccc;
  border-color: #cccccc;
  background-color: transparent;
}
.btn-color-02:focus, .btn-color-02.focus {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
}
.btn-color-02.disabled, .btn-color-02:disabled {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-color-02:not(:disabled):not(.disabled):active, .btn-color-02:not(:disabled):not(.disabled).active, .show > .btn-color-02.dropdown-toggle {
  color: #212529;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-color-02:not(:disabled):not(.disabled):active:focus, .btn-color-02:not(:disabled):not(.disabled).active:focus, .show > .btn-color-02.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(178.35, 178.95, 179.55, 0.5);
}

.btn-color-03 {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.btn-color-03:hover {
  color: #9ccc65;
  border-color: #9ccc65;
  background-color: transparent;
}
.btn-color-03:focus, .btn-color-03.focus {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
}
.btn-color-03.disabled, .btn-color-03:disabled {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.btn-color-03:not(:disabled):not(.disabled):active, .btn-color-03:not(:disabled):not(.disabled).active, .show > .btn-color-03.dropdown-toggle {
  color: #fff;
  background-color: #9ccc65;
  border-color: #9ccc65;
}
.btn-color-03:not(:disabled):not(.disabled):active:focus, .btn-color-03:not(:disabled):not(.disabled).active:focus, .show > .btn-color-03.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(170.85, 211.65, 124.1, 0.5);
}

.btn-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:hover {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: transparent;
}
.btn-gray-100:focus, .btn-gray-100.focus {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-gray-100.disabled, .btn-gray-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:hover {
  color: #e9ecef;
  border-color: #e9ecef;
  background-color: transparent;
}
.btn-gray-200:focus, .btn-gray-200.focus {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
}
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active, .show > .btn-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(203, 206.15, 209.3, 0.5);
}

.btn-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:hover {
  color: #dee2e6;
  border-color: #dee2e6;
  background-color: transparent;
}
.btn-gray-300:focus, .btn-gray-300.focus {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(193.65, 197.65, 201.65, 0.5);
}

.btn-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:hover {
  color: #ced4da;
  border-color: #ced4da;
  background-color: transparent;
}
.btn-gray-400:focus, .btn-gray-400.focus {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
}
.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(180.05, 185.75, 191.45, 0.5);
}

.btn-gray-500 {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:hover {
  color: #adb5bd;
  border-color: #adb5bd;
  background-color: transparent;
}
.btn-gray-500:focus, .btn-gray-500.focus {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
}
.btn-gray-500.disabled, .btn-gray-500:disabled {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active, .show > .btn-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(185.3, 192.1, 198.9, 0.5);
}

.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:hover {
  color: #6c757d;
  border-color: #6c757d;
  background-color: transparent;
}
.btn-gray-600:focus, .btn-gray-600.focus {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-gray-600.disabled, .btn-gray-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:not(:disabled):not(.disabled):active, .btn-gray-600:not(:disabled):not(.disabled).active, .show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus, .btn-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:hover {
  color: #495057;
  border-color: #495057;
  background-color: transparent;
}
.btn-gray-700:focus, .btn-gray-700.focus {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
}
.btn-gray-700.disabled, .btn-gray-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active, .show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100.3, 106.25, 112.2, 0.5);
}

.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:hover {
  color: #343a40;
  border-color: #343a40;
  background-color: transparent;
}
.btn-gray-800:focus, .btn-gray-800.focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-gray-800.disabled, .btn-gray-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:hover {
  color: #212529;
  border-color: #212529;
  background-color: transparent;
}
.btn-gray-900:focus, .btn-gray-900.focus {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-gray-900.disabled, .btn-gray-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active, .show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(66.3, 69.7, 73.1, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover {
  color: #1da1f2;
  border-color: #1da1f2;
  background-color: transparent;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.9, 175.1, 243.95, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

#contact-form section p {
  line-height: 2rem;
}
#contact-form .dcms_error_area p {
  line-height: 2rem !important;
}
#contact-form .dcms_error_area p.error_text {
  display: block;
}
#contact-form .dcms_error_area + div {
  float: left;
  margin-bottom: 1rem;
  width: 100%;
  height: 0;
}
#contact-form input[type=text] {
  width: 100%;
}
#contact-form input[type=text].family_name, #contact-form input[type=text].first_name {
  width: 45%;
}
@media (max-width: 991.98px) {
  #contact-form input[type=text].family_name, #contact-form input[type=text].first_name {
    width: 100%;
  }
}
#contact-form input[type=text].family_name_yomi, #contact-form input[type=text].first_name_yomi {
  width: 43%;
}
@media (max-width: 991.98px) {
  #contact-form input[type=text].family_name_yomi, #contact-form input[type=text].first_name_yomi {
    width: 100%;
  }
}
#contact-form textarea {
  max-width: 100%;
  width: 100%;
}
#contact-form #table_address tr td {
  padding: 8px 0;
}
#contact-form #table_address tr td:first-child {
  min-width: 6rem;
  line-height: 1.4;
}

#dcms_layoutPageBlockPasteArea p {
  line-height: 1.7;
  color: #333;
}
#dcms_layoutPageBlockPasteArea .text-white p {
  color: #fff;
}

#dcms_global_header .dropdown-toggle::after {
  display: none;
}

h1,
.h1 {
  margin-bottom: 1rem;
}

h2,
.h2 {
  margin-bottom: 1rem;
  line-height: 1.4;
}

h3,
.h3 {
  margin-bottom: 1rem;
  line-height: 1.3;
}

h4,
.h4 {
  margin-bottom: 1rem;
}

h5,
.h5 {
  margin-bottom: 1rem;
}

h6,
.h6 {
  margin-bottom: 1rem;
}

small,
.small {
  font-size: 90%;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.1rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 2.79rem;
  }
  h2,
  .h2 {
    font-size: 1.8rem;
  }
  h3,
  .h3 {
    font-size: 1.575rem;
  }
  h4,
  .h4 {
    font-size: 1.35rem;
  }
  h5,
  .h5 {
    font-size: 1.1875rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 1.86rem;
  }
  h2,
  .h2 {
    font-size: 1.4rem;
  }
  h3,
  .h3 {
    font-size: 1.3125rem;
  }
  h4,
  .h4 {
    font-size: 1.275rem;
  }
  h5,
  .h5 {
    font-size: 1.1875rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
.dlb_title-copy {
  font-size: 3.1rem;
}
@media (min-width: 768px) {
  .dlb_title-copy {
    font-size: 3.1rem;
  }
}
@media (max-width: 991.98px) {
  .dlb_title-copy {
    font-size: 2.17rem;
  }
}
@media (max-width: 767.98px) {
  .dlb_title-copy {
    font-size: 1.86rem;
  }
}

.dlb_title-sub-01 {
  border-left-color: #CD2E28;
}
.dlb_title-sub-01::after {
  background-color: #ddd;
}

.dlb_title-sub-02 {
  border-bottom-color: #CD2E28;
  border-left-color: #CD2E28;
}

.dlb_title-sub-03 {
  border-left-color: #CD2E28;
}

.dlb_title-sub-04::before {
  background-color: #CD2E28;
}

.dlb_title-sub-05 {
  border-bottom-color: #CD2E28;
}

.dlb_title-sub-06::after {
  background-color: #CD2E28;
}

.dlb_title-sub-07 {
  background-color: #CD2E28;
  color: #fff;
}

.dlb_title-blog {
  color: #CD2E28;
}
@media (min-width: 768px) {
  .dlb_title-blog {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .dlb_title-blog {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .dlb_title-blog {
    font-size: 1.4rem;
  }
}

.title-03 {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-left: 19px;
  padding-bottom: 22px;
  margin-bottom: 2rem;
  font-size: 1.625rem;
  padding-top: 2px;
  color: #777;
}
.title-03::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 5px;
  height: 35px;
  background-color: #CD2E28;
}

.border_custom-01 {
  background-color: #000;
  padding-left: 1rem;
}
.border_custom-01 .d-table-cell {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
}

.badge {
  padding: 0.3em 0.4em;
}

.stretched-link::after {
  content: none !important;
}
.stretched-link a {
  color: inherit !important;
  text-decoration: none;
}
.stretched-link a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.js-matchHeight .js-matchHeight-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

section {
  overflow: visible;
}

.img-fluid {
  margin-bottom: 0;
}
.img-fluid img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.figure img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

div.btn {
  padding: 0;
}
div.btn a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: transparent;
  border: none;
  color: inherit;
  text-decoration: inherit;
}
div.btn.btn-lg a {
  padding-top: 16px;
  padding-bottom: 16px;
}
div.btn.d-table a {
  display: table-cell;
  vertical-align: middle;
}

.rounded-sm,
.rounded,
.rounded-top,
.rounded-right,
.rounded-bottom,
.rounded-left,
.rounded-lg,
.rounded-circle,
.rounded-pill {
  overflow: hidden;
}

.x-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.collapsed img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

ol {
  margin-bottom: 0;
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.bm_title-01 {
  margin-bottom: 24px;
  text-align: center;
}

.bm_title-02 {
  margin-bottom: 16px;
  text-align: center;
}

.bm_navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bm_navbar + .bs_header-spacer {
  height: 52px;
}
.bm_navbar .bm_logo {
  padding: 0;
}
.bm_navbar .bm_logo img {
  max-height: 35px;
  width: auto;
  vertical-align: top;
}
.bm_navbar .bm_navbar-toggle ul {
  padding: 1.5rem;
  text-align: center;
}
.bm_navbar .bm_navbar-toggle a {
  display: block;
  padding: 0.5rem;
  color: #ffffff;
}

.bm_header {
  text-align: center;
}

.bm_footer {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 3rem;
  text-align: center;
}
.bm_footer .bm_footer-list {
  list-style: none;
}
.bm_footer .bm_footer-list li {
  display: inline;
}
.bm_footer .bm_footer-list li a {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #aaa;
}
.bm_footer .bm_footer-list li:first-child a {
  border-left: none;
}
.bm_footer .bm_copy {
  display: block;
  margin-bottom: 1rem;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#dcms_layoutPageBlockPasteArea,
#container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler.navbar-toggler-icon {
  width: 2.85em;
  height: 2.2em;
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 30px 30px;
  background-position: 50% 0;
}
.navbar-dark .navbar-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler.navbar-toggler-icon::after {
  content: "メニュー";
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-top: 24px;
}

.bs_text-link a {
  text-indent: -16px;
}
.bs_text-link a::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.text-white .bs_text-link a::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.bs_text-link.btn-link {
  text-align: left;
}

.header-tel {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header-tel {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .header-tel {
    padding-right: 0.5rem;
  }
  .header-tel .nav-btn {
    text-align: right;
  }
}
.header-tel .btn {
  cursor: default !important;
}
.header-tel .tel {
  display: inline-block;
  padding-left: 24px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(/dcms_media/image/common/telephone-fill.png);
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.header-tel .tel a {
  padding: 0;
  cursor: default !important;
}
@media (max-width: 991.98px) {
  .header-tel .tel {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 4px;
    padding-left: 24px;
  }
}
.header-tel .small {
  display: block;
  font-size: 8px;
  color: #777;
}
@media (max-width: 991.98px) {
  .header-tel .small {
    font-size: 0.9rem;
  }
}

.icon-mail a:before {
  content: "";
  background: url(/dcms_media/image/common/icon-mail.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.icon-download a:before {
  content: "";
  background: url(/dcms_media/image/common/icon-download.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.dropdown:hover .nav-link {
  color: #CD2E28 !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  border: none;
}
@media (max-width: 991.98px) {
  .dropdown:hover > .dropdown-menu {
    display: none;
  }
}

.dropdown-menu a.dropdown-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.dropdown-menu .btn {
  border-radius: 0 !important;
}
.dropdown-menu .btn + .btn {
  border-top: 1px solid #dff3f7;
}

.bs_header-01 {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.bs_header-01 .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.bs_header-01 .navbar-brand img {
  width: auto;
  height: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 1199.98px) {
  .bs_header-01 .navbar-brand img {
    height: 34px;
  }
}
.bs_header-01 .navbar-brand:hover img {
  opacity: 0.8;
}
.bs_header-01.navbar-light .navbar-toggler {
  border: none;
}
.bs_header-01.navbar-light .navbar-nav a.nav-link {
  color: #9ccc65;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs_header-01.navbar-light .navbar-nav a.nav-link:hover, .bs_header-01.navbar-light .navbar-nav a.nav-link:active, .bs_header-01.navbar-light .navbar-nav a.nav-link:focus {
  color: #CD2E28;
}
@media (min-width: 992px) {
  .bs_header-01.navbar-light .navbar-nav a.nav-link {
    height: 72px;
  }
}
.bs_header-01 .dropdown-item:hover, .bs_header-01 .dropdown-item:focus {
  color: #CD2E28;
}
.bs_header-01 .dropdown-item:active {
  color: #CD2E28;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .bs_header-01 .nav-btn img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bs_header-01 .nav-btn img {
    display: none;
  }
}
.bs_header-01 + .bs_header-spacer {
  height: 72px;
}
@media (max-width: 991.98px) {
  .bs_header-01 + .bs_header-spacer {
    height: 44px;
  }
}
.bs_header-01.bs_header-01-drop .navbar-nav {
  min-height: 87px;
}
@media (min-width: 992px) {
  .bs_header-01.bs_header-01-drop.navbar-light .navbar-nav a.nav-link {
    height: 87px;
  }
}
.bs_header-01.bs_header-01-drop + .bs_header-spacer {
  height: 87px;
}
@media (max-width: 991.98px) {
  .bs_header-01.bs_header-01-drop + .bs_header-spacer {
    height: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .bs_header-01.bs_header-01-drop + .bs_header-spacer {
    height: 113px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .bs_header-01.bs_header-01-drop #navbar-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .bs_header-01.bs_header-01-drop #navbar-01 .navbar-nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    padding: 0 !important;
    min-height: 61px;
  }
  .bs_header-01.bs_header-01-drop #navbar-01 .navbar-nav a.nav-link {
    height: 61px;
  }
  .bs_header-01.bs_header-01-drop #navbar-01 > div {
    padding-top: 8px !important;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .bs_header-01 .container-xl {
    max-width: 1300px;
  }
}
@media (max-width: 991.98px) {
  .bs_header-01 .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bs_header-01 .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bs_header-01 .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .bs_footer-01 .bs_footer-icon img {
    width: auto;
    height: 38px;
  }
}
.bs_footer-01 .bs_footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.bs_footer-01 .bs_footer-logo:hover img {
  opacity: 0.8;
}
.bs_footer-01 .bs_footer-logo img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .bs_footer-01 .bs_copyright {
    font-size: 0.9rem;
  }
}

.bs_header-02 {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.bs_header-02 .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.bs_header-02 .navbar-brand img {
  width: auto;
  height: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_header-02 .navbar-brand:hover img {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .bs_header-02 .nav-btn img {
    display: none;
  }
}
.bs_header-02 + .bs_header-spacer {
  height: 72px;
}
@media (max-width: 991.98px) {
  .bs_header-02 + .bs_header-spacer {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .bs_header-02 .container-xl {
    max-width: 1340px;
  }
}
@media (max-width: 991.98px) {
  .bs_header-02 .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bs_header-02 .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bs_header-02 .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
  }
}

.bs_footer-02 .bs_footer-contact .bs_footer_contact-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .bs_footer-02 .bs_footer-icon img {
    width: auto;
    height: 48px;
  }
}
.bs_footer-02 .bs_footer-logo:hover img {
  opacity: 0.8;
}
.bs_footer-02 .bs_footer-logo img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_header-03 {
  padding: 1rem;
}
.bs_header-03 .container {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .bs_header-03 .container {
    max-width: 1120px;
  }
}
.bs_header-03 .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.bs_header-03 .navbar-brand img {
  width: auto;
  height: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_header-03 .navbar-brand:hover img {
  opacity: 0.8;
}
.bs_header-03 + .bs_header-spacer {
  height: 82px;
}
@media (min-width: 768px) {
  .bs_header-03 + .bs_header-spacer {
    height: 82px;
  }
}
@media (min-width: 992px) {
  .bs_header-03 + .bs_header-spacer {
    height: 92px;
  }
}
.bs_header-03 .navbar-toggler {
  position: relative;
  z-index: 1000;
}
.bs_header-03 .navbar-collapse .navbar-collapse-brand {
  margin-left: 1rem;
}
.bs_header-03 .navbar-collapse .navbar-collapse-brand img {
  width: auto;
  height: 50px;
}
.bs_header-03 .navbar-collapse.collapse.show ul {
  padding: 1rem;
}
.bs_header-03 .navbar-collapse.collapsing {
  background-color: #fff;
}
.bs_header-03 .navbar-collapse.collapsing ul {
  padding: 1rem;
}
.bs_header-03 .nav-overflow {
  max-width: 12rem;
  display: inline-block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: inherit;
}
@media (max-width: 1199.98px) {
  .bs_header-03 .nav-overflow {
    max-width: 8rem;
  }
}
@media (max-width: 991.98px) {
  .bs_header-03 .nav-overflow {
    max-width: 20rem;
  }
}
@media (max-width: 767.98px) {
  .bs_header-03 .nav-overflow {
    max-width: 14rem;
  }
}
@media (max-width: 991.98px) {
  .bs_header-03 .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bs_header-03 .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bs_header-03 .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .bs_footer-03 .bs_footer-contact > div {
    padding-bottom: 43px;
  }
  .bs_footer-03 .bs_footer-contact .bs_footer-btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .bs_footer-03 .bs_footer-contact .bs_footer-btn a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.98px) {
  .bs_footer-03 .bs_footer-icon img {
    width: auto;
    height: 48px;
  }
}
.bs_footer-03 .bs_footer-logo:hover img {
  opacity: 0.8;
}
.bs_footer-03 .bs_footer-logo img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_footer-03 .page_top {
  position: absolute;
  top: -56px;
  left: 50%;
  width: 122px;
  height: 56px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.bs_footer-03 .page_top a {
  display: block;
  height: 100%;
  padding-top: 30px;
}
.bs_footer-03 .page_top:before {
  position: absolute;
  top: 16px;
  left: 11px;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 15px;
  background-color: #cccccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.dlb_contents_wrap-double .dlb_contents_wrap-title {
  padding: 5rem 0 10rem;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data {
  margin-top: -10rem;
  border-radius: 20px;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link {
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  text-align: left;
  margin: 20px 0 6px;
  padding: 0 0 0 40px;
  color: #333;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:hover, .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:active, .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:focus {
  outline: none;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #CD2E28;
  border: 1px solid #CD2E28;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 50%;
  vertical-align: bottom;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  left: 8px;
  margin-right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed::before {
  background-color: #fff;
  border: 1px solid #000;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed:after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  top: 8px;
  left: 8px;
  border-color: #CD2E28;
}

.dlb_firstview-left {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}
.dlb_firstview-left .container {
  margin-top: 0;
  margin-bottom: 0;
}
.dlb_firstview-left .img-fluid {
  max-height: 100%;
  padding-bottom: 2rem;
}
.dlb_firstview-left .img-fluid img {
  width: auto;
}

.dlb_firstview-center .container {
  margin-top: 0;
  margin-bottom: 0;
}

.dlb_contact_column .btn-contact a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 10px;
}
.dlb_contact_column .btn-icon-download a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-top: -6px;
  margin-right: 10px;
}

.dlb_firstview-text:before {
  background-color: #f5f5f5;
}
.dlb_firstview-text .bg-img {
  background-color: #cccccc;
}

.dlb_contents_boxlink-icon .dlb_contents_boxlink-item {
  background-color: #f5f5f5;
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+1) {
  background-color: rgb(219.5, 219.5, 219.5);
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+3) {
  background-color: rgb(219.5, 219.5, 219.5);
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+6) {
  background-color: rgb(219.5, 219.5, 219.5);
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+8) {
  background-color: rgb(219.5, 219.5, 219.5);
}
@media (max-width: 767.98px) {
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+3) {
    background-color: #f5f5f5;
  }
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+4) {
    background-color: rgb(219.5, 219.5, 219.5);
  }
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+5) {
    background-color: rgb(219.5, 219.5, 219.5);
  }
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+6) {
    background-color: #f5f5f5;
  }
}

.dlb_contents_box_column-2 .dlb_contents_box-title {
  border-bottom: 1px solid #CD2E28;
  color: #CD2E28;
  padding-bottom: 16px;
}
@media (min-width: 576px) {
  .dlb_contents_box_column-2 .dlb_contents_box-title {
    border-bottom: none;
    border-right: 1px solid #CD2E28;
    padding-bottom: 0;
  }
}

.dlb_contents_box_bg .dlb_contents_box_bg-item {
  background-color: #f5f5f5;
}
.dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+1) {
  background-color: rgb(219.5, 219.5, 219.5);
}
.dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+4) {
  background-color: rgb(219.5, 219.5, 219.5);
}
@media (max-width: 991.98px) {
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+3) {
    background-color: rgb(219.5, 219.5, 219.5);
  }
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+4) {
    background-color: #f5f5f5;
  }
}
@media (max-width: 767.98px) {
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+3) {
    background-color: rgb(219.5, 219.5, 219.5);
  }
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+4) {
    background-color: #f5f5f5;
  }
}

.dlb_contents_overflow .dlb_contents_overflow-right:before {
  background-color: #f5f5f5;
}
@media (max-width: 767.98px) {
  .dlb_contents_overflow .dlb_contents_overflow-right .dlb_contents_overflow-data {
    background-color: #f5f5f5;
  }
}
.dlb_contents_overflow .dlb_contents_overflow-left:before {
  background-color: #f5f5f5;
}
@media (max-width: 767.98px) {
  .dlb_contents_overflow .dlb_contents_overflow-left .dlb_contents_overflow-data {
    background-color: #f5f5f5;
  }
}

.dlb_flow-1 .dlb_flow-item + .dlb_flow-item::before {
  border-color: transparent transparent transparent #000;
}

.dlb_flow-2 .dlb_flow-item + .dlb_flow-item .dlb_flow-title::before {
  border-color: #000 transparent transparent transparent;
}
.dlb_flow-2 .dlb_flow-item .dlb_flow-data {
  border-color: #cccccc !important;
}

.dlb_flow-3 .dlb_flow-item .dlb_flow-title::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, #cccccc), color-stop(50%, transparent)) top left/50% 100% no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(49%, #cccccc), color-stop(50%, transparent)) top right/50% 100% no-repeat;
  background: -webkit-linear-gradient(top right, #cccccc 49%, transparent 50%) top left/50% 100% no-repeat, -webkit-linear-gradient(top left, #cccccc 49%, transparent 50%) top right/50% 100% no-repeat;
  background: linear-gradient(to bottom left, #cccccc 49%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #cccccc 49%, transparent 50%) top right/50% 100% no-repeat;
}

.dlb_flow-4 .dlb_flow-item + .dlb_flow-item .dlb_flow-title::before {
  border-color: #000 transparent transparent transparent;
}
@media (min-width: 576px) {
  .dlb_flow-4 .dlb_flow-item .dlb_flow-data {
    border-color: #cccccc !important;
  }
}

.dlb_flow-5 .dlb_flow-item + .dlb_flow-item::before {
  border-color: #000 transparent transparent transparent;
}
.dlb_flow-5 .dlb_flow-label {
  background-color: #cccccc;
}
.dlb_flow-5 .dlb_flow-label:before {
  border-color: transparent #999999 transparent transparent;
}

.dlb_news_pickup .dlb_news_pickup-figure figcaption {
  background-color: #9ccc65;
  color: #fff;
}

.dlb_table_stack .dlb_table_stack-data {
  border-color: #f5f5f5;
}

.dlb_contact-area .col {
  border-color: #9ccc65;
}
@media (max-width: 991.98px) {
  .dlb_contact-area .col + .col {
    border-left-color: #9ccc65;
  }
}
.dlb_contact-area .dlb_contact-list li {
  border-bottom-color: #9ccc65;
}
.dlb_contact-area .dlb_contact-text {
  background-color: #f5f5f5;
}
.dlb_contact-area .dlb_contact-text:after {
  border-color: transparent transparent transparent #f5f5f5;
}

.dlb_text_wrap .dlb_text_wrap-title {
  bottom: 20px;
}
@media (max-width: 767.98px) {
  .dlb_text_wrap .dlb_text_wrap-title {
    bottom: 8px;
  }
}

@media (min-width: 768px) {
  .dlb_box-arrow {
    position: relative;
  }
  .dlb_box-arrow::after {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -20px;
    z-index: 100;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 20px;
    border-color: transparent transparent transparent #000;
  }
}

.dlb_news .dlb_news-list .list-group-item {
  background: none;
}

@media (max-width: 575.98px) {
  .dlb_news .rss_date {
    padding: 4px 0;
  }
}
.dlb_news .rss_title .rss_news {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 575.98px) {
  .dlb_news .rss_title .rss_news {
    position: absolute;
    top: -32px;
    left: 100px;
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .dlb_news .rss_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    justify-items: start;
  }
}
.dlb_news .rss_title.stretched-link a:after {
  left: 0;
  right: 0;
}

.dlb_blog_column-4 .dlb_blog-data .dlb_title-h3 {
  max-height: 4rem;
}

article {
  padding: 0;
}

.list-indent li {
  padding-left: 41px;
  text-indent: -41px;
  color: #777;
}
.list-indent.text-white li {
  color: inherit;
}

.list-indent-01 li {
  padding-left: 0.6rem;
  text-indent: -0.6rem;
  color: #777;
}
.list-indent-01.text-white li {
  color: inherit;
}

.text-white .list-indent li,
.text-white .list-indent-01 li {
  color: inherit;
}

.privacy-title {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media (max-width: 767.98px) {
  .privacy-title {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.js_open,
.js_morelink {
  display: none;
}

#locator_t_under,
#locator,
#locator_template_c2 {
  margin-top: 0;
}

.blog_search {
  margin-bottom: 24px;
  width: 100%;
  border-width: 2px;
  border-style: solid;
}
.blog_search input {
  display: block;
  padding: 0 4%;
  border-radius: 0;
  height: 48px;
  border: none;
}
.blog_search input.search_txt {
  float: left;
  line-height: 36px;
  width: 82%;
}
.blog_search input.submit_btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  border: medium none;
  cursor: pointer;
  float: right;
  padding: 0;
  text-indent: -9999px;
  width: 18%;
}

.side {
  margin-bottom: 16px;
}
.side li {
  list-style: none;
}
.side .title {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}
.side .dlb_blog-item {
  position: relative;
}
.side ul,
.side .reco {
  padding-left: 0px;
}
.side .reco {
  margin-top: 20px;
}
.side .reco li {
  margin-bottom: 10px;
}
.side .reco li .reco_thumbnail {
  float: left;
  width: 35%;
}
.side .reco li .reco_thumbnail img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}
.side .reco li .info {
  float: right;
  width: 62%;
  font-size: 12px;
  line-height: 1.3;
  color: #333;
  font-weight: normal;
}
.side .reco li a {
  display: block;
}
.side .reco li a:hover .info {
  text-decoration: underline;
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .side .reco li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.side .sweep {
  padding: 20px 15px;
}
.side .sweep li {
  display: inline-block;
  margin: 2px 2px 2px 0;
}
.side .archive li {
  display: block;
  margin: 6px 0 6px 14px;
}
.side .archive li:first-child {
  margin-top: 0;
}
.side .archive li:last-child {
  margin-bottom: 0;
}
.side .archive li a {
  position: relative;
  display: block;
  font-size: 12px;
}
.side .archive li a:before {
  width: 6px;
  height: 6px;
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .archive li {
    display: inline-block;
    margin-right: 10px;
  }
}
.side .cate li a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px 6px 4px;
  border-radius: 0.25rem;
  font-weight: normal;
}
.side .tag li {
  margin: 0 10px 6px 0;
}
.side .tag li a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px 6px 4px;
  font-weight: normal;
  border-radius: 0.25rem;
}
.side .tag li a:hover {
  text-decoration: underline;
}
.side .btn {
  width: 100%;
  font-size: 0.875rem;
  position: relative;
  padding: 13px 2%;
  font-weight: bold;
}
.side .btn:hover {
  text-decoration: none;
}
.side .btn span {
  position: relative;
}
.side .btn span:before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.side .btn span span:before {
  display: none;
}
.side .banner li {
  margin: 3px 0;
  list-style: none;
}
.side .banner li:first-child {
  margin-top: -3px;
}
.side .banner li img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
  display: block;
}

.fb-page {
  margin-bottom: 1.5rem;
}

#sitemap li {
  margin: 10px 0;
  padding: 0 0 0 15px;
  list-style-type: none;
  position: relative;
}

#sitemap li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #CD2E28;
  border-right: 2px solid #CD2E28;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.text-inherit a {
  color: inherit;
}

article .info time {
  font-size: 1rem;
}
article#main > div:not(.catelist):not(.taglist) {
  margin-bottom: 0;
}

.pager span,
.pager a {
  vertical-align: baseline;
  font-size: 1.125rem;
}

.archivelist .list a {
  padding: 6px 15px 6px;
}

.sns_share.foot {
  padding-left: 0;
}

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

.text-black a {
  color: #000;
}

.overflow-unset {
  overflow: unset;
}

#locator,
#locator_template_c2 {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  width: 100vw;
  width: 100%;
}
#locator li,
#locator_template_c2 li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  position: relative;
}
#locator li::after,
#locator_template_c2 li::after {
  content: ">";
  margin-left: 6px;
}
#locator li:last-child::after,
#locator_template_c2 li:last-child::after {
  display: none;
}
#locator .inner,
#locator_template_c2 .inner {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}

.container #form_contact_main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  margin-bottom: 3rem;
}
.container #form_contact_main dl {
  padding: 16px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .container #form_contact_main dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.container #form_contact_main dt {
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
@media (max-width: 767.98px) {
  .container #form_contact_main dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.container #form_contact_main dt span {
  float: left;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 12px;
  background: #F05941;
  color: #fff;
}
@media (max-width: 767.98px) {
  .container #form_contact_main dt span {
    margin-bottom: 8px;
  }
}
.container #form_contact_main dt span.any {
  background-color: #777;
}
.container #form_contact_main dt::after {
  display: block;
  clear: both;
  content: "";
}
.container #form_contact_main dd {
  width: auto !important;
  float: none !important;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 0;
}
.container #form_contact_main dd p {
  display: inline-block;
}
.container #form_contact_main input[type=text] {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
  min-height: 39px;
}
.container #form_contact_main select {
  padding: 0.5rem;
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
}
.container #form_contact_main textarea {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
}
.container #form_contact_main label {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .container #form_contact_main #submit_button input {
    width: 44%;
  }
}

#subnav.sb_col2_accordion {
  margin-bottom: 20px;
}
#subnav.sb_col2_accordion ul li {
  list-style: none;
}
#subnav.sb_col2_accordion ul li a {
  width: 100%;
  display: block;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding: 10px;
}
#subnav.sb_col2_accordion ul li a:hover {
  text-decoration: none;
}
#subnav.sb_col2_accordion ul li ul {
  border-bottom: none;
}
#subnav.sb_col2_accordion ul li ul li a {
  padding: 5px 5px 5px 25px;
}
#subnav.sb_col2_accordion .sp_btn {
  display: none;
}

#subnav_title.sb_col2_accordion a {
  display: block;
  text-align: center;
  padding: 8px 40px 8px 40px;
  font-size: 18px;
}
#subnav_title.sb_col2_accordion a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #subnav.sb_col2_accordion #subnav_title {
    position: relative;
  }
  #subnav.sb_col2_accordion .sp_btn {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
  }
  #subnav.sb_col2_accordion .sp_btn::before,
  #subnav.sb_col2_accordion .sp_btn .in::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #subnav.sb_col2_accordion .sp_btn .in:after {
    top: 8px;
    left: 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #subnav.sb_col2_accordion .sp_btn.active .in:after {
    display: none;
  }
  #subnav.sb_col2_accordion #subnav_list {
    display: none;
  }
  #subnav_title.sb_col2_accordion a {
    padding: 12px 40px 12px 40px;
  }
}
#subnav.sb_col2_accordion ul li a {
  padding: 8px 16px;
}

#subnav.sb_col2_accordion ul li.current ul li a {
  padding: 8px 16px;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li a {
  padding: 8px 16px 8px 32px;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li a {
  padding: 8px 16px 8px 32px;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li.current ul li a {
  padding: 8px 16px 8px 48px;
}

.sns_share.head {
  padding-left: 0;
}

#nextprev {
  padding-left: 0;
}

#locator_t_under {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  margin-bottom: 0;
  width: 100%;
}

#locator_t_up {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

#locator_t_under ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#locator_t_under li {
  list-style: none;
  position: relative;
}

#locator_t_under li + li::before {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}

#subnav.sb_col2 ul li a {
  border-color: #bbbbbb;
}

#subnav.sb_col2 ul li a:hover {
  color: #CD2E28;
  background-color: #f9f9f9;
}

#subnav.sb_col2 ul li.current a {
  border-color: #bbbbbb;
  color: #CD2E28;
  background-color: #f9f9f9;
}

#subnav.sb_col2 ul li.current ul {
  border-color: #bbbbbb;
}

#subnav_title.sb_col2 a {
  color: #ffffff;
}

#subnav.sb_col2_accordion ul li a {
  border-color: #bbbbbb;
}

#subnav.sb_col2_accordion ul li a:hover {
  color: #CD2E28;
  background-color: #f9f9f9;
}

#subnav.sb_col2_accordion ul li.current a {
  border-color: #bbbbbb;
  color: #CD2E28;
  background-color: #f9f9f9;
}

#subnav.sb_col2_accordion ul li.current ul {
  border-color: #bbbbbb;
}

#subnav_title.sb_col2_accordion a {
  color: #ffffff;
}

#subnav.sb_col1_1 ul li a:hover {
  background-color: #f7f7f7;
}

#subnav.sb_col1_1 ul li a::after {
  color: #CD2E28;
}

#subnav.sb_col1_1 ul li a {
  border-color: #f3f3f3;
}

#subnav.sb_col1_1 ul li.current a {
  background-color: #f7f7f7;
}
#subnav.sb_col1_1 ul li.current a::after {
  color: #CD2E28;
}

#subnav_title.sb_col1_1 a {
  background-color: #ffffff;
  color: #CD2E28;
}

#subnav_title.sb_col1_1 a::before {
  background-color: #dddddd;
}

@media only screen and (max-width: 690px) {
  #subnav.col1_1 ul li a::before,
  #subnav.col1_1 ul li.current a::before {
    color: #CD2E28;
  }
}
/* column1 02 ***/
.sb_col1_2_wrap {
  background-color: #eeeeee;
}

#subnav_title {
  border-color: #cccccc;
}
#subnav_title a:hover {
  color: #CD2E28;
}

#subnav_list li {
  border-color: #cccccc;
}
#subnav_list li.current a,
#subnav_list li a:hover {
  color: #CD2E28;
  text-decoration: none;
}

/* common ***/
time {
  color: #555555;
}

article#main {
  border: 0;
  padding: 0;
}

article#main a {
  text-decoration: underline;
}

article#main .btn a,
article#main .btn_bg a,
article#main .catelist a {
  text-decoration: none;
}

article#main .taglist a {
  text-decoration: none;
}
article#main .taglist a:hover {
  text-decoration: underline;
}

/* article list ***/
article {
  padding: 16px;
  border: 1px solid #d2d2d2;
}
article + article {
  margin-top: 24px;
}
article + article.relationlist {
  margin-top: 0;
}
article .info time {
  color: #000000;
}

.cover img {
  max-width: none;
  width: 100%;
}

/* SNS ***/
.sns_share {
  /*&.head{	border-color: #f5f5f5;}*/
}
.sns_share.foot {
  border-color: #dddddd;
}
.sns_share .line a {
  background-color: #00c300;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* next prev ***/
#nextprev li a:hover {
  color: #F05941;
}

/* relation ***/
#relation .title {
  font-size: 1.75rem !important;
  font-weight: 700;
  position: relative;
  border-top: 4px solid #6c757d;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#relation .title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #0087ff;
  left: 0;
  top: -4px;
}

.relationlist time {
  color: #333;
}

/* article main title ***/
/*BMの見出しとあわせてください。*/
/*------------------------------------------------

 blog_navi.css

 -------------------------------------------------*/
/* category navi common header ***/
.catenavi {
  border-color: #eeeeee;
}
.catenavi .catenavi_in li a:after {
  background-color: #CD2E28;
}
.catenavi .catenavi_in li a:hover {
  color: #CD2E28;
}

/* search ***/
.blog_search {
  border-color: #eeeeee;
}
.blog_search input.submit_btn {
  background-image: url(../image/common/icon_search.png);
  background-color: #CD2E28;
}

.side .title {
  background-color: #CD2E28;
  color: #ffffff;
}
.side .cate li a {
  color: #ffffff;
  background-color: #000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.side .cate li a:hover {
  background-color: black;
}
.side .tag li a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.side .btn {
  color: #CD2E28;
  border: 1px solid #CD2E28;
  font-weight: normal;
}
.side .btn:hover {
  background-color: #CD2E28;
  color: #ffffff;
}
.side .btn:hover span:before {
  border-color: #ffffff;
}
.side .btn > span {
  margin-left: 15px;
}
.side .sweep {
  border-color: #eeeeee;
}

/* blog list category ***/
.taglist a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.25rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
.taglist a:hover {
  text-decoration: underline;
}

.catelist a {
  display: block;
  line-height: 1.2;
  padding: 3px 6px 4px;
  border-radius: 0.25rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #f5f5f5;
  background-color: #000;
}
.catelist a:hover {
  background-color: black;
}
.catelist a:before {
  color: #f5f5f5;
}

/* archive year month tag category list ***/
.archivelist .list a {
  border-color: #CD2E28;
  color: #555555;
}
.archivelist .list a:hover, .archivelist .list a.current {
  background-color: #CD2E28;
  color: #ffffff;
}

/* pager new old ***/
.newold a,
.pager a {
  color: #333;
}

.pager span {
  background-color: #CD2E28;
  color: #ffffff;
}

/* ぱんくず locator ***/
#locator_t_under,
#locator,
#locator_template_c2,
#locator_t_up {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

/* 特徴　強み　選ばれる理由 企業理念 など ***/
/* 企業理念 ***/
.rinen > p {
  background-color: #ffffff;
}
.rinen > p::after, .rinen > p::before {
  background-color: #999999;
}

/*　faq QA　よくある質問 ***/
.qa_q {
  color: #fff;
  background-color: #CD2E28;
}

.qa_click_q {
  background-color: #f5f5f5;
}

.qa_click_q::before {
  background-color: #CD2E28;
}

.qa_click_q::after {
  border-color: #ffffff;
}

.qa_click_q.active::after {
  border-color: #ffffff;
}

.qa_q_simple .init,
.qa_a_simple .init {
  color: #CD2E28;
  border-color: #CD2E28;
}

.qa_a_simple .init {
  color: #ffffff;
  border-color: #F05941;
  background-color: #F05941;
}

@media only screen and (max-width: 690px) {
  .qa_click_q::after {
    border-color: #CD2E28;
  }
  .qa_click_q.active::after {
    border-color: #CD2E28;
  }
}
/*　サイトマップ ***/
#sitemap a {
  color: #333333;
}

#sitemap li::before {
  color: #aaaaaa;
}

/* page contact ***/
.colcontact {
  background-color: #f5f5f5;
}

/* side contact ***/
.sidecontact_in {
  background-color: #cccccc;
}

/* form contact ***/
.formflow li:after {
  border-color: #CD2E28;
}

.formflow li.prev {
  background-color: #dddddd;
}

.formflow li.age {
  background-color: #CD2E28;
}

.formflow li.next {
  background-color: #F05941;
}

/* side search ***/
.sub_search .search_txt {
  border-color: #eeeeee;
}
.sub_search .submit_btn {
  background-image: url("../image/common/icon_search.png");
}

.sub_search input.search_txt {
  background-color: #f5f5f5;
  color: #777777;
}
.sub_search input.submit_btn {
  background-color: #555555;
  background-image: url("../image/common/icon_search.png");
}

.sm_b_block {
  background-color: rgba(162, 188, 14, 0.6);
}

/* submain area C ***/
/* submain area D ***/
.col2_vm_v2 {
  background-color: #f5f5f5;
}
.col2_vm_v2 .flt_vm {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.15);
}

/* sub area C TOPari ***/
.sub_c_block:hover .sub_c_image::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.sub_c_caption {
  color: #ffffff;
}

.sub_c_area .flt,
.sub_c_area .flr {
  border-color: #ffffff;
}

@media only screen and (max-width: 979px) {
  .sub_c_caption {
    color: #000000;
  }
  .sub_c_block:hover .sub_c_image::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 690px) {
  .sub_c_area .flt {
    border-color: #ffffff;
  }
}
/* sub area D ***/
.sub_d_area .col figcaption {
  background-color: #f9f9f9;
}
.sub_d_area .col::before {
  border-color: rgba(255, 255, 255, 0);
}
.sub_d_area .col.bl-hover::before {
  border-color: #CD2E28;
}

.sub_d_area figcaption .txt_link a {
  color: #000000;
}

.sub_d_area_spyoko .col figcaption {
  background-color: #f9f9f9;
}
.sub_d_area_spyoko .col::before {
  border-color: rgba(255, 255, 255, 0);
}
.sub_d_area_spyoko .col.bl-hover::before {
  border-color: #CD2E28;
}

.sub_d_area_spyoko figcaption .txt_link a {
  color: #000000;
}

/* sub area U ***/
/* sub area W ***/
/* interview ***/
.interview_txt {
  background-color: #ffffff;
  border-color: #CD2E28;
}

.interview_section > div.bl-hover .interview_txt {
  background-color: #CD2E28;
  color: #ffffff;
  border-bottom-color: #282f3a;
}
.interview_section > div.bl-hover .interview_txt a {
  color: #ffffff;
}

.interview_section > div.bl-hover .img::before {
  background-color: #CD2E28;
}

/* tab switch sub_i_area ***/
/* sub area K ***/
/* sub area L ***/
.sub_l_list li a:hover::before {
  border-color: #CD2E28;
}

/* sub area O ***/
.sub_o_area .col {
  border-color: #cccccc;
}
.sub_o_area .col::before {
  border-color: #CD2E28;
}

.sub_o_dl dt {
  color: #CD2E28;
  border-color: #dddddd;
}

@media only screen and (max-width: 690px) {
  .sub_o_dl dt {
    color: #CD2E28;
  }
}
/* sub area P ***/
.sub_p_area_y > .col2_m > .col,
.sub_p_area_t > .col2_m > .col {
  background-color: #f9f9f9;
  border-color: #cccccc;
}
.sub_p_area_y > .col2_m > .col::before,
.sub_p_area_t > .col2_m > .col::before {
  border-color: #CD2E28;
}

/* sub area R ***/
/* sub area S ***/
.sub_s_area .col {
  background-color: rgba(205, 46, 40, 0.1);
}
.sub_s_area .col:nth-child(2),
.sub_s_area .col:nth-child(3),
.sub_s_area .col:nth-child(6),
.sub_s_area .col:nth-child(7) {
  background-color: rgba(205, 46, 40, 0.3);
}

@media only screen and (max-width: 690px) {
  .sub_s_area .col,
  .sub_s_area .col:nth-child(3),
  .sub_s_area .col:nth-child(7) {
    background-color: rgba(205, 46, 40, 0.1);
  }
  .sub_s_area .col:nth-child(2n) {
    background-color: rgba(205, 46, 40, 0.3);
  }
}
.sub_s_num {
  background-color: #CD2E28;
  color: #ffffff;
}

/* point 01 ***/
.point01 .point_name {
  background-color: #CD2E28;
  color: #ffffff;
}

/*** submain area G 1 ***/
.sm_g_area {
  background-color: #f5f5f5;
}

.sm_g_block {
  background-color: #ffffff;
  border-top: 5px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
  border-image: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
  -o-border-image: linear-gradient(to right, #ff8008, #ffc837);
     border-image: linear-gradient(to right, #ff8008, #ffc837);
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-image-slice: 1;
}

/*** submain area G 2 ***/
.sm_g_area2 {
  background-color: #f5f5f5;
}

.sm_g_block2:before,
.sm_g_block2:after {
  background: -webkit-gradient(linear, left top, left bottom, from(linear), color-stop(right, left), color-stop(#f00), to(#00f));
  background: -webkit-linear-gradient(linear, left right, #f00, #00f);
  background: linear-gradient(linear, left right, #f00, #00f);
}

.sm_g_block2_in {
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid #ff0000;
  border-right: 1px solid #0000ff;
}

@media only screen and (max-width: 690px) {
  .sub_h_area .col,
  .sub_h_area .col:nth-child(3),
  .sub_h_area .col:nth-child(7) {
    background-color: rgba(205, 46, 40, 0.1);
  }
  .sub_h_area .col:nth-child(2n) {
    background-color: rgba(205, 46, 40, 0.3);
  }
}
/*** submain area i ***/
.sm_i_area .col.bl-hover {
  background-color: #f7f7f7;
}
.sm_i_area .col::before {
  border-color: #dddddd;
}
.sm_i_area .col.bl-hover::before {
  border-color: #CD2E28;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

     top new corporate 2

 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.top_title_center_underbar_en,
.top_title_left_underbar_en,
.top_title_s_left_underbar_en {
  color: #CD2E28;
}

/*-- template item product btn -----------------------------------------*/
.templateitem_btn_area {
  background-color: #eef7fc;
}

/* btn */
.templateitem_btn li a {
  border: 1px solid #999999;
  background-color: #ffffff;
}
.templateitem_btn li a::after {
  border-top: solid 3px #58afe2;
  border-right: solid 3px #58afe2;
}
.templateitem_btn li a:hover {
  border-color: #dddddd;
}

/*-- template item product link -----------------------------------------*/
/* link */
.templateitem_link li a {
  background-color: #8a9395;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.templateitem_link li a::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.templateitem_link li a:hover {
  border-color: #dddddd;
}

/*-- template item product contents title -----------------------------------------*/
.templateitemcon_title::after {
  background-color: #58afe2;
}

.templateitemcon_lead {
  color: #374252;
}

/*-- template item product contents 01 -----------------------------------------*/
.templateitemcon01_area {
  background-color: #f7f8fb;
}

.templateitemcon01_catch {
  color: #374252;
}

/*-- template item product contents 10 -----------------------------------------*/
.templateitemcon10_area {
  background-color: #c9d2d4;
}

.templateitemcon10_title {
  color: #4e5759;
}

.templateitemcon10_box::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.templateitemcon10_txt {
  color: #ffffff;
}
.templateitemcon10_txt a {
  color: #ffffff;
}
.templateitemcon10_box:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

/*-- template item product contents 11 -----------------------------------------*/
.templateitemcon11_box::after {
  background-color: rgba(0, 0, 0, 0.6);
}

.templateitemcon11_title {
  color: #ffffff;
}

.templateitemcon11_txt {
  color: #ffffff;
}

.templateitemcon11_btn a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.templateitemcon11_btn a::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.templateitemcon11_btn a:hover {
  background-color: #ffffff;
  color: #374252;
}
.templateitemcon11_btn a:hover::after {
  border-color: #374252;
}

/*-- header current -----------------------------------------*/
.is-main_current {
  color: #CD2E28 !important;
}