/*!
 * 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 {
  color: #00c896;
}

a:hover {
  color: #00c896;
 text-decoration: none;
 opacity: .8;
}

a:hover img{opacity: .8;}		
		
#container a[target="_blank"]:after{		
	position: sticky;
    background-position: bottom;
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    font-weight: 900;
    font-size: 0.9em;
    display: contents;
}

.text-main a {
  color: #5dacdc
}

.text-accent-01 a {
  color: #f80
}

.text-accent-02 a {
  color: #e2cb58
}

.text-color-01 a {
  color: #f5f5f5
}

.text-color-02 a {
  color: #ccc
}

.text-color-03 a {
  color: #000
}

.btn-instagram {
  color: #fff !important;
  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: 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: 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: #5dacdc
}

.arrow-link-before-main a::before {
  content: '';
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #5dacdc;
  border-right: 2px solid #5dacdc;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #f80;
  border-right: 2px solid #f80;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #e2cb58;
  border-right: 2px solid #e2cb58;
  -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;
  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;
  margin-right: 0.5rem;
  border-top: 2px solid #5dacdc;
  border-right: 2px solid #5dacdc;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #f80;
  border-right: 2px solid #f80;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #e2cb58;
  border-right: 2px solid #e2cb58;
  -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;
  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::before {
  content: '';
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #f80;
  border-right: 2px solid #f80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.arrow-link a::before {
  content: '';
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #5dacdc;
  border-right: 2px solid #5dacdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.btn.btn-arrow-before-main a::before {
  content: '';
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #5dacdc;
  border-right: 2px solid #5dacdc;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #5dacdc;
  border-right: 2px solid #5dacdc;
  -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;
  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;
  margin-right: 0.5rem;
  border-top: 2px solid #f80;
  border-right: 2px solid #f80;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #e2cb58;
  border-right: 2px solid #e2cb58;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #f80;
  border-right: 2px solid #f80;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #e2cb58;
  border-right: 2px solid #e2cb58;
  -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::before {
  content: '';
  position: relative;
  top: -3px;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #5dacdc;
  border-right: 2px solid #5dacdc;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn.btn-anchor-link:hover a::before {
  border-color: #133f5a !important
}

body {
  font-family: "Rubik", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Noto Sans JP","メイリオ", sans-serif;
  color: #333;
}

.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;
  -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) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important
}

.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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .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 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #005cbf;
  border-color: #0056b3
}

.btn-primary a:hover {
  color: #fff;
  background-color: #005cbf;
  border-color: #0056b3
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #005cbf;
  border-color: #0056b3;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54
}

.btn-secondary a:hover {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54;
  -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #1c7430;
  border-color: #19692c
}

.btn-success a:hover {
  color: #fff;
  background-color: #1c7430;
  border-color: #19692c
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #1c7430;
  border-color: #19692c;
  -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #10707f;
  border-color: #0f6674
}

.btn-info a:hover {
  color: #fff;
  background-color: #10707f;
  border-color: #0f6674
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #10707f;
  border-color: #0f6674;
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #fff;
  background-color: #c69500;
  border-color: #ba8b00
}

.btn-warning a:hover {
  color: #fff;
  background-color: #c69500;
  border-color: #ba8b00
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #c69500;
  border-color: #ba8b00;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
  color: #fff;
  background-color: #00c896;
  border-color: #00c896
}

.btn-danger:hover {
  color: #fff;
  background-color: #00c896;
  border-color: #00c896
}

.btn-danger a:hover {
  color: #fff;
  background-color: #00c896;
  border-color: #00c896
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b21f2d;
  border-color: #a71d2a;
  -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da
}

.btn-light a:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:hover {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416
}
.btn-dark a:hover {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416;
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-main {
  color: #fff;
  background-color: #5dacdc;
  border-color: #5dacdc
}
.btn-main:hover {
  color: #fff;
  background-color: #2c90cd;
  border-color: #2a89c2
}
.btn-main a:hover {
  color: #fff;
  background-color: #2c90cd;
  border-color: #2a89c2
}

.btn-main:focus, .btn-main.focus {
  color: #fff;
  background-color: #2c90cd;
  border-color: #2a89c2;
  -webkit-box-shadow: 0 0 0 .2rem rgba(84, 152, 193, 0.5);
  box-shadow: 0 0 0 .2rem rgba(84, 152, 193, 0.5)
}

.btn-main.disabled, .btn-main:disabled {
  color: #212529;
  background-color: #5dacdc;
  border-color: #5dacdc
}

.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active, .show>.btn-main.dropdown-toggle {
  color: #fff;
  background-color: #3397d3;
  border-color: #2c90cd
}

.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 .2rem rgba(84, 152, 193, 0.5);
  box-shadow: 0 0 0 .2rem rgba(84, 152, 193, 0.5)
}

.btn-accent-01 {
  color: #212529;
  background-color: #f80;
  border-color: #f80
}

.btn-accent-01:hover {
  color: #fff;
  background-color: #bf6600;
  border-color: #b35f00
}

.btn-accent-01 a:hover {
  color: #fff;
  background-color: #bf6600;
  border-color: #b35f00
}

.btn-accent-01:focus, .btn-accent-01.focus {
  color: #fff;
  background-color: #bf6600;
  border-color: #b35f00;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 121, 6, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 121, 6, 0.5)
}

.btn-accent-01.disabled, .btn-accent-01:disabled {
  color: #212529;
  background-color: #f80;
  border-color: #f80
}

.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: #cc6d00;
  border-color: #bf6600
}

.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 .2rem rgba(222, 121, 6, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 121, 6, 0.5)
}

.btn-accent-02 {
  color: #212529;
  background-color: #e2cb58;
  border-color: #e2cb58
}
.btn-accent-02:hover {
  color: #212529;
  background-color: #d5b825;
  border-color: #caae23
}
.btn-accent-02 a:hover {
  color: #212529;
  background-color: #d5b825;
  border-color: #caae23
}

.btn-accent-02:focus, .btn-accent-02.focus {
  color: #212529;
  background-color: #d5b825;
  border-color: #caae23;
  -webkit-box-shadow: 0 0 0 .2rem rgba(197, 178, 81, 0.5);
  box-shadow: 0 0 0 .2rem rgba(197, 178, 81, 0.5)
}

.btn-accent-02.disabled, .btn-accent-02:disabled {
  color: #212529;
  background-color: #e2cb58;
  border-color: #e2cb58
}

.btn-accent-02:not(:disabled):not(.disabled):active, .btn-accent-02:not(:disabled):not(.disabled).active, .show>.btn-accent-02.dropdown-toggle {
  color: #212529;
  background-color: #dabd2d;
  border-color: #d5b825
}

.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 .2rem rgba(197, 178, 81, 0.5);
  box-shadow: 0 0 0 .2rem rgba(197, 178, 81, 0.5)
}

.btn-accent-03 {
  color: #212529;
  background-color: #dff3f7;
  border-color: #dff3f7
}
.btn-accent-03:hover {
  color: #212529;
  background-color: #ace0ea;
  border-color: #a2dce8
}
.btn-accent-03 a:hover {
  color: #212529;
  background-color: #ace0ea;
  border-color: #a2dce8
}

.btn-accent-03:focus, .btn-accent-03.focus {
  color: #212529;
  background-color: #ace0ea;
  border-color: #a2dce8;
  -webkit-box-shadow: 0 0 0 .2rem rgba(195, 212, 216, 0.5);
  box-shadow: 0 0 0 .2rem rgba(195, 212, 216, 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: #b6e4ed;
  border-color: #ace0ea
}

.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 .2rem rgba(195, 212, 216, 0.5);
  box-shadow: 0 0 0 .2rem rgba(195, 212, 216, 0.5)
}

.btn-color-01 {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5
}
.btn-color-01:hover {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cfcfcf
}
.btn-color-01 a:hover {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cfcfcf
}

.btn-color-01:focus, .btn-color-01.focus {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
  -webkit-box-shadow: 0 0 0 .2rem rgba(213, 214, 214, 0.5);
  box-shadow: 0 0 0 .2rem rgba(213, 214, 214, 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: #dcdcdc;
  border-color: #d5d5d5
}

.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 .2rem rgba(213, 214, 214, 0.5);
  box-shadow: 0 0 0 .2rem rgba(213, 214, 214, 0.5)
}

.btn-color-02 {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc
}
.btn-color-02:hover {
  color: #212529;
  background-color: #acacac;
  border-color: #a6a6a6
}
.btn-color-02 a:hover {
  color: #212529;
  background-color: #acacac;
  border-color: #a6a6a6
}

.btn-color-02:focus, .btn-color-02.focus {
  color: #212529;
  background-color: #acacac;
  border-color: #a6a6a6;
  -webkit-box-shadow: 0 0 0 .2rem rgba(178, 179, 180, 0.5);
  box-shadow: 0 0 0 .2rem rgba(178, 179, 180, 0.5)
}

.btn-color-02.disabled, .btn-color-02:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc
}

.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: #b3b3b3;
  border-color: #acacac
}

.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 .2rem rgba(178, 179, 180, 0.5);
  box-shadow: 0 0 0 .2rem rgba(178, 179, 180, 0.5)
}

.btn-color-03 {
  color: #fff;
  background-color: #000;
  border-color: #000
}
.btn-color-03:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-color-03 a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-color-03:focus, .btn-color-03.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-color-03.disabled, .btn-color-03:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.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: #000;
  border-color: #000
}

.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 .2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-gray-100:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da
}
.btn-gray-100 a:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da
}

.btn-gray-100:focus, .btn-gray-100.focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 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: #dae0e5;
  border-color: #d3d9df
}

.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 .2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef
}
.btn-gray-200:hover {
  color: #212529;
  background-color: #c4ccd4;
  border-color: #bdc6cf
}
.btn-gray-200 a:hover {
  color: #212529;
  background-color: #c4ccd4;
  border-color: #bdc6cf
}

.btn-gray-200:focus, .btn-gray-200.focus {
  color: #212529;
  background-color: #c4ccd4;
  border-color: #bdc6cf;
  -webkit-box-shadow: 0 0 0 .2rem rgba(203, 206, 209, 0.5);
  box-shadow: 0 0 0 .2rem rgba(203, 206, 209, 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: #cbd3da;
  border-color: #c4ccd4
}

.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 .2rem rgba(203, 206, 209, 0.5);
  box-shadow: 0 0 0 .2rem rgba(203, 206, 209, 0.5)
}

.btn-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6
}
.btn-gray-300:hover {
  color: #212529;
  background-color: #bac2cb;
  border-color: #b2bcc5
}
.btn-gray-300 a:hover {
  color: #212529;
  background-color: #bac2cb;
  border-color: #b2bcc5
}

.btn-gray-300:focus, .btn-gray-300.focus {
  color: #212529;
  background-color: #bac2cb;
  border-color: #b2bcc5;
  -webkit-box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5);
  box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 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: #c1c9d0;
  border-color: #bac2cb
}

.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 .2rem rgba(194, 198, 202, 0.5);
  box-shadow: 0 0 0 .2rem rgba(194, 198, 202, 0.5)
}

.btn-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da
}
.btn-gray-400:hover {
  color: #212529;
  background-color: #aab4bf;
  border-color: #a2aeb9
}
.btn-gray-400 a:hover {
  color: #212529;
  background-color: #aab4bf;
  border-color: #a2aeb9
}

.btn-gray-400:focus, .btn-gray-400.focus {
  color: #212529;
  background-color: #aab4bf;
  border-color: #a2aeb9;
  -webkit-box-shadow: 0 0 0 .2rem rgba(180, 186, 191, 0.5);
  box-shadow: 0 0 0 .2rem rgba(180, 186, 191, 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: #b1bbc4;
  border-color: #aab4bf
}

.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 .2rem rgba(180, 186, 191, 0.5);
  box-shadow: 0 0 0 .2rem rgba(180, 186, 191, 0.5)
}

.btn-gray-500 {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd
}
.btn-gray-500:hover {
  color: #fff;
  background-color: #8a95a1;
  border-color: #838f9b
}
.btn-gray-500 a:hover {
  color: #fff;
  background-color: #8a95a1;
  border-color: #838f9b
}

.btn-gray-500:focus, .btn-gray-500.focus {
  color: #fff;
  background-color: #8a95a1;
  border-color: #838f9b;
  -webkit-box-shadow: 0 0 0 .2rem rgba(152, 159, 167, 0.5);
  box-shadow: 0 0 0 .2rem rgba(152, 159, 167, 0.5)
}

.btn-gray-500.disabled, .btn-gray-500:disabled {
  color: #212529;
  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: #212529;
  background-color: #919ca6;
  border-color: #8a95a1
}

.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 .2rem rgba(152, 159, 167, 0.5);
  box-shadow: 0 0 0 .2rem rgba(152, 159, 167, 0.5)
}

.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-gray-600:hover {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54
}
.btn-gray-600 a:hover {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54
}

.btn-gray-600:focus, .btn-gray-600.focus {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54;
  -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 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: #545b62;
  border-color: #4e555b
}

.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 .2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057
}
.btn-gray-700:hover {
  color: #fff;
  background-color: #2c3034;
  border-color: #262a2d;
}

.btn-gray-700 a:hover {
  color: #fff;
  background-color: #2c3034;
  border-color: #262a2d;
}

.btn-gray-700:focus, .btn-gray-700.focus {
  color: #fff;
  background-color: #2c3034;
  border-color: #262a2d;
  -webkit-box-shadow: 0 0 0 .2rem rgba(100, 106, 112, 0.5);
  box-shadow: 0 0 0 .2rem rgba(100, 106, 112, 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: #32373b;
  border-color: #2c3034
}

.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 .2rem rgba(100, 106, 112, 0.5);
  box-shadow: 0 0 0 .2rem rgba(100, 106, 112, 0.5)
}

.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416
}

.btn-gray-800 a:hover {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416
}

.btn-gray-800:focus, .btn-gray-800.focus {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416;
  -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 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: #1d2124;
  border-color: #171a1d
}

.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 .2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}
.btn-gray-900:hover {
  color: #fff;
  background-color: #050506;
  border-color: #000
}
.btn-gray-900 a:hover {
  color: #fff;
  background-color: #050506;
  border-color: #000
}

.btn-gray-900:focus, .btn-gray-900.focus {
  color: #fff;
  background-color: #050506;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 .2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 .2rem rgba(66, 70, 73, 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: #0a0c0d;
  border-color: #050506
}

.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 .2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 .2rem rgba(66, 70, 73, 0.5)
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0b7ec4;
  border-color: #0b76b8
}
.btn-twitter a:hover {
  color: #fff;
  background-color: #0b7ec4;
  border-color: #0b76b8
}

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #0b7ec4;
  border-color: #0b76b8;
  -webkit-box-shadow: 0 0 0 .2rem rgba(63, 175, 244, 0.5);
  box-shadow: 0 0 0 .2rem rgba(63, 175, 244, 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: #0c85d0;
  border-color: #0b7ec4
}

.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 .2rem rgba(63, 175, 244, 0.5);
  box-shadow: 0 0 0 .2rem rgba(63, 175, 244, 0.5)
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}
.btn-white:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9
}

.btn-white a:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9
}

.btn-white:focus, .btn-white.focus {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf
}

.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 .2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-outline-primary a:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary a:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success a:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}
.btn-outline-info a:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}
.btn-outline-warning a:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger a:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light a:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark a:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-main {
  color: #5dacdc;
  border-color: #5dacdc
}
.btn-outline-main:hover {
  color: #212529;
  background-color: #5dacdc;
  border-color: #5dacdc
}
.btn-outline-main a:hover {
  color: #212529;
  background-color: #5dacdc;
  border-color: #5dacdc
}

.btn-outline-main:focus, .btn-outline-main.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(93, 172, 220, 0.5);
  box-shadow: 0 0 0 .2rem rgba(93, 172, 220, 0.5)
}

.btn-outline-main.disabled, .btn-outline-main:disabled {
  color: #5dacdc;
  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: #212529;
  background-color: #5dacdc;
  border-color: #5dacdc
}

.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 .2rem rgba(93, 172, 220, 0.5);
  box-shadow: 0 0 0 .2rem rgba(93, 172, 220, 0.5)
}

.btn-outline-accent-01 {
  color: #f80;
  border-color: #f80
}
.btn-outline-accent-01:hover {
  color: #212529;
  background-color: #f80;
  border-color: #f80
}
.btn-outline-accent-01 a:hover {
  color: #212529;
  background-color: #f80;
  border-color: #f80
}

.btn-outline-accent-01:focus, .btn-outline-accent-01.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 136, 0, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 136, 0, 0.5)
}

.btn-outline-accent-01.disabled, .btn-outline-accent-01:disabled {
  color: #f80;
  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: #212529;
  background-color: #f80;
  border-color: #f80
}

.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 .2rem rgba(255, 136, 0, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 136, 0, 0.5)
}

.btn-outline-accent-02 {
  color: #e2cb58;
  border-color: #e2cb58
}
.btn-outline-accent-02:hover {
  color: #212529;
  background-color: #e2cb58;
  border-color: #e2cb58
}
.btn-outline-accent-02 a:hover {
  color: #212529;
  background-color: #e2cb58;
  border-color: #e2cb58
}

.btn-outline-accent-02:focus, .btn-outline-accent-02.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(226, 203, 88, 0.5);
  box-shadow: 0 0 0 .2rem rgba(226, 203, 88, 0.5)
}

.btn-outline-accent-02.disabled, .btn-outline-accent-02:disabled {
  color: #e2cb58;
  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: #212529;
  background-color: #e2cb58;
  border-color: #e2cb58
}

.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 .2rem rgba(226, 203, 88, 0.5);
  box-shadow: 0 0 0 .2rem rgba(226, 203, 88, 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 a: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 .2rem rgba(223, 243, 247, 0.5);
  box-shadow: 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 .2rem rgba(223, 243, 247, 0.5);
  box-shadow: 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 a: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 .2rem rgba(245, 245, 245, 0.5);
  box-shadow: 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 .2rem rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 .2rem rgba(245, 245, 245, 0.5)
}

.btn-outline-color-02 {
  color: #ccc;
  border-color: #ccc
}
.btn-outline-color-02:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc
}

.btn-outline-color-02 a:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc
}

.btn-outline-color-02:focus, .btn-outline-color-02.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 .2rem rgba(204, 204, 204, 0.5)
}

.btn-outline-color-02.disabled, .btn-outline-color-02:disabled {
  color: #ccc;
  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: #ccc;
  border-color: #ccc
}

.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 .2rem rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 .2rem rgba(204, 204, 204, 0.5)
}

.btn-outline-color-03 {
  color: #000;
  border-color: #000
}
.btn-outline-color-03:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}
.btn-outline-color-03 a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000
}

.btn-outline-color-03:focus, .btn-outline-color-03.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-color-03.disabled, .btn-outline-color-03:disabled {
  color: #000;
  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: #000;
  border-color: #000
}

.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 .2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 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 a: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 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 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 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 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 a: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 .2rem rgba(233, 236, 239, 0.5);
  box-shadow: 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 .2rem rgba(233, 236, 239, 0.5);
  box-shadow: 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 a: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 .2rem rgba(222, 226, 230, 0.5);
  box-shadow: 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 .2rem rgba(222, 226, 230, 0.5);
  box-shadow: 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 a: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 .2rem rgba(206, 212, 218, 0.5);
  box-shadow: 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 .2rem rgba(206, 212, 218, 0.5);
  box-shadow: 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: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd
}
.btn-outline-gray-500 a:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd
}

.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(173, 181, 189, 0.5);
  box-shadow: 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: #212529;
  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 .2rem rgba(173, 181, 189, 0.5);
  box-shadow: 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 a: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 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 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 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 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 a: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 .2rem rgba(73, 80, 87, 0.5);
  box-shadow: 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 .2rem rgba(73, 80, 87, 0.5);
  box-shadow: 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 a: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 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 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 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 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 a: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 .2rem rgba(33, 37, 41, 0.5);
  box-shadow: 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 .2rem rgba(33, 37, 41, 0.5);
  box-shadow: 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 a:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2
}

.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(29, 161, 242, 0.5);
  box-shadow: 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 .2rem rgba(29, 161, 242, 0.5);
  box-shadow: 0 0 0 .2rem rgba(29, 161, 242, 0.5)
}

.btn-outline-white {
  color: #fff;
  border-color: #fff
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white a:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  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: #fff;
  border-color: #fff
}

.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 .2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}
.btn-link a:hover {
  color: #0056b3;
  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: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .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-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.row-0 {
    margin-left:0px !important;
    margin-right:0px !important;
 }
.row-0>div{
        padding-right:0px !important;
        padding-left:0px !important;
    }
    
.row-10{
    margin-left:-5px !important;
    margin-right:-5px !important;
 }
.row-10>div{
        padding-right:5px !important;
        padding-left:5px !important;
    }
.row-20{
    margin-left:-10px !important;
    margin-right:-10px !important;
  }
.row-20>div{
        padding-right:10px !important;
        padding-left:10px !important;
    }
.row-30{
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.row-30>div{
        padding-right:15px !important;
        padding-left:15px !important;
    }
.row-40{
    margin-left:-20px !important;
    margin-right:-20px !important;
 }
.row-40>div{
        padding-right:20px !important;
        padding-left:20px !important;
    }

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.33333%
}

.offset-2 {
  margin-left: 16.66667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333%
}

.offset-5 {
  margin-left: 41.66667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333%
}

.offset-8 {
  margin-left: 66.66667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333%
}

.offset-11 {
  margin-left: 91.66667%
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }
  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}

.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-primary {
  color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important
}

.text-danger {
  color: #00c896 !important
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important
}

.text-main {
  color: #5dacdc !important
}

a.text-main:hover, a.text-main:focus {
  color: #2a89c2 !important
}

.text-accent-01 {
  color: #f80 !important
}

a.text-accent-01:hover, a.text-accent-01:focus {
  color: #b35f00 !important
}

.text-accent-02 {
  color: #e2cb58 !important
}

a.text-accent-02:hover, a.text-accent-02:focus {
  color: #caae23 !important
}

.text-accent-03 {
  color: #dff3f7 !important
}

a.text-accent-03:hover, a.text-accent-03:focus {
  color: #a2dce8 !important
}

.text-color-01 {
  color: #f5f5f5 !important
}

a.text-color-01:hover, a.text-color-01:focus {
  color: #cfcfcf !important
}

.text-color-02 {
  color: #ccc !important
}

a.text-color-02:hover, a.text-color-02:focus {
  color: #a6a6a6 !important
}

.text-color-03 {
  color: #000 !important
}

a.text-color-03:hover, a.text-color-03:focus {
  color: #000 !important
}

.text-gray-100 {
  color: #f8f9fa !important
}

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #cbd3da !important
}

.text-gray-200 {
  color: #e9ecef !important
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #bdc6cf !important
}

.text-gray-300 {
  color: #dee2e6 !important
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #b2bcc5 !important
}

.text-gray-400 {
  color: #ced4da !important
}

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #a2aeb9 !important
}

.text-gray-500 {
  color: #adb5bd !important
}

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #838f9b !important
}

.text-gray-600 {
  color: #6c757d !important
}

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #494f54 !important
}

.text-gray-700 {
  color: #495057 !important
}

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #262a2d !important
}

.text-gray-800 {
  color: #343a40 !important
}

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #121416 !important
}

.text-gray-900 {
  color: #212529 !important
}

a.text-gray-900:hover, a.text-gray-900:focus {
  color: #000 !important
}

.text-twitter {
  color: #1da1f2 !important
}

a.text-twitter:hover, a.text-twitter:focus {
  color: #0b76b8 !important
}

.text-white {
  color: #fff !important
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !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-primary {
  background-color: #007bff !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #00c896 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important
}

.bg-main {
  background-color: #5dacdc !important
}

a.bg-main:hover, a.bg-main:focus, button.bg-main:hover, button.bg-main:focus {
  background-color: #3397d3 !important
}

.bg-accent-01 {
  background-color: #f80 !important
}

a.bg-accent-01:hover, a.bg-accent-01:focus, button.bg-accent-01:hover, button.bg-accent-01:focus {
  background-color: #cc6d00 !important
}

.bg-accent-02 {
  background-color: #e2cb58 !important
}

a.bg-accent-02:hover, a.bg-accent-02:focus, button.bg-accent-02:hover, button.bg-accent-02:focus {
  background-color: #dabd2d !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: #b6e4ed !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: #dcdcdc !important
}

.bg-color-02 {
  background-color: #ccc !important
}

a.bg-color-02:hover, a.bg-color-02:focus, button.bg-color-02:hover, button.bg-color-02:focus {
  background-color: #b3b3b3 !important
}

.bg-color-03 {
  background-color: #000 !important
}

a.bg-color-03:hover, a.bg-color-03:focus, button.bg-color-03:hover, button.bg-color-03:focus {
  background-color: #000 !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: #dae0e5 !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: #cbd3da !important
}

.bg-gray-300, .bm_navbar, .bm_footer {
  background-color: #dee2e6 !important
}

a.bg-gray-300:hover, a.bm_navbar:hover, a.bm_footer:hover, a.bg-gray-300:focus, a.bm_navbar:focus, a.bm_footer:focus, button.bg-gray-300:hover, button.bm_navbar:hover, button.bm_footer:hover, button.bg-gray-300:focus, button.bm_navbar:focus, button.bm_footer:focus {
  background-color: #c1c9d0 !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: #b1bbc4 !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: #919ca6 !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: #545b62 !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: #32373b !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: #1d2124 !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: #0a0c0d !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: #0c85d0 !important
}

.bg-white {
  background-color: #fff !important
}

a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
  background-color: #e6e6e6 !important
}

.bg-pink {
  background-color: #ccffee !important
}

a.bg-pink:hover, a.bg-pink:focus, button.bg-pink:hover, button.bg-pink:focus {
  background-color: #e0ffff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-dotted {
  border-bottom: 1px dotted #dee2e6 !important
}

.border_bold{
  border: 2px 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-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #00c896 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-main {
  border-color: #5dacdc !important
}

.border-accent-01 {
  border-color: #f80 !important
}

.border-accent-02 {
  border-color: #e2cb58 !important
}

.border-accent-03 {
  border-color: #dff3f7 !important
}

.border-color-01 {
  border-color: #f5f5f5 !important
}

.border-color-02 {
  border-color: #ccc !important
}

.border-color-03 {
  border-color: #000 !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: #fff !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100, .bm_navbar .bm_navbar-toggle {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.w-10 {
  width: 10% !important
}

.w-20 {
  width: 20% !important
}

.w-30 {
  width: 30% !important
}

.w-40 {
  width: 40% !important
}

.w-60 {
  width: 60% !important
}

.w-70 {
  width: 70% !important
}

.w-80 {
  width: 80% !important
}

.w-90 {
  width: 90% !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.h-10 {
  height: 10% !important
}

.h-20 {
  height: 20% !important
}

.h-30 {
  height: 30% !important
}

.h-40 {
  height: 40% !important
}

.h-60 {
  height: 60% !important
}

.h-70 {
  height: 70% !important
}

.h-80 {
  height: 80% !important
}

.h-90 {
  height: 90% !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 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important !important
}

.shadow {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important !important
}

.shadow-lg {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important !important
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.m-0 {
  margin: 0 !important
}

.mt-0, .my-0 {
  margin-top: 0 !important
}

.mr-0, .mx-0 {
  margin-right: 0 !important
}

.mb-0, .my-0 {
  margin-bottom: 0 !important
}

.ml-0, .mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .5rem !important
}

.mt-1, .my-1 {
  margin-top: .5rem !important
}

.mr-1, .mx-1 {
  margin-right: .5rem !important
}

.mb-1, .my-1 {
  margin-bottom: .5rem !important
}

.ml-1, .mx-1 {
  margin-left: .5rem !important
}

.m-2 {
  margin: 1rem !important
}

.mt-2, .my-2 {
  margin-top: 1rem !important
}

.mr-2, .mx-2 {
  margin-right: 1rem !important
}

.mb-2, .my-2 {
  margin-bottom: 1rem !important
}

.ml-2, .mx-2 {
  margin-left: 1rem !important
}

.m-3 {
  margin: 1.5rem !important
}

.mt-3, .my-3 {
  margin-top: 1.5rem !important
}

.mr-3, .mx-3 {
  margin-right: 1.5rem !important
}

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important
}

.ml-3, .mx-3 {
  margin-left: 1.5rem !important
}

.m-4 {
  margin: 2rem !important
}

.mt-4, .my-4 {
  margin-top: 2rem !important
}

.mr-4, .mx-4 {
  margin-right: 2rem !important
}

.mb-4, .my-4 {
  margin-bottom: 2rem !important
}

.ml-4, .mx-4 {
  margin-left: 2rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5, .my-5 {
  margin-top: 3rem !important
}

.mr-5, .mx-5 {
  margin-right: 3rem !important
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
  margin-left: 3rem !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-0 {
  padding: 0 !important
}

.pt-0, .py-0 {
  padding-top: 0 !important
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .5rem !important
}

.pt-1, .py-1 {
  padding-top: .5rem !important
}

.pr-1, .px-1 {
  padding-right: .5rem !important
}

.pb-1, .py-1 {
  padding-bottom: .5rem !important
}

.pl-1, .px-1 {
  padding-left: .5rem !important
}

.p-2 {
  padding: 1rem !important
}

.pt-2, .py-2 {
  padding-top: 1rem !important
}

.pr-2, .px-2 {
  padding-right: 1rem !important
}

.pb-2, .py-2 {
  padding-bottom: 1rem !important
}

.pl-2, .px-2 {
  padding-left: 1rem !important
}

.p-3 {
  padding: 1.5rem !important
}

.pt-3, .py-3 {
  padding-top: 1.5rem !important
}

.pr-3, .px-3 {
  padding-right: 1.5rem !important
}

.pb-3, .py-3 {
  padding-bottom: 1.5rem !important
}

.pl-3, .px-3 {
  padding-left: 1.5rem !important
}

.p-4 {
  padding: 2rem !important
}

.pt-4, .py-4 {
  padding-top: 2rem !important
}

.pr-4, .px-4 {
  padding-right: 2rem !important
}

.pb-4, .py-4 {
  padding-bottom: 2rem !important
}

.pl-4, .px-4 {
  padding-left: 2rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5, .py-5 {
  padding-top: 3rem !important
}

.pr-5, .px-5 {
  padding-right: 3rem !important
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important
}

.pl-5, .px-5 {
  padding-left: 3rem !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-n1 {
  margin: -.25rem !important
}

.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2, .my-n2 {
  margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !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: -4rem !important
}

.mt-n7, .my-n7 {
  margin-top: -4rem !important
}

.mr-n7, .mx-n7 {
  margin-right: -4rem !important
}

.mb-n7, .my-n7 {
  margin-bottom: -4rem !important
}

.ml-n7, .mx-n7 {
  margin-left: -4rem !important
}

.m-n8 {
  margin: -4rem !important
}

.mt-n8, .my-n8 {
  margin-top: -4rem !important
}

.mr-n8, .mx-n8 {
  margin-right: -4rem !important
}

.mb-n8, .my-n8 {
  margin-bottom: -4rem !important
}

.ml-n8, .mx-n8 {
  margin-left: -4rem !important
}

.m-n9 {
  margin: -4rem !important
}

.mt-n9, .my-n9 {
  margin-top: -4rem !important
}

.mr-n9, .mx-n9 {
  margin-right: -4rem !important
}

.mb-n9, .my-n9 {
  margin-bottom: -4rem !important
}

.ml-n9, .mx-n9 {
  margin-left: -4rem !important
}

.m-n10 {
  margin: -4rem !important
}

.mt-n10, .my-n10 {
  margin-top: -4rem !important
}

.mr-n10, .mx-n10 {
  margin-right: -4rem !important
}

.mb-n10, .my-n10 {
  margin-bottom: -4rem !important
}

.ml-n10, .mx-n10 {
  margin-left: -4rem !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-0 {
    margin: 0 !important
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
  }
  .m-sm-1 {
    margin: .5rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .5rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .5rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .5rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .5rem !important
  }
  .m-sm-2 {
    margin: 1rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 1rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 1rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 1rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 1rem !important
  }
  .m-sm-3 {
    margin: 1.5rem !important
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1.5rem !important
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1.5rem !important
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1.5rem !important
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1.5rem !important
  }
  .m-sm-4 {
    margin: 2rem !important
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 2rem !important
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 2rem !important
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 2rem !important
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 2rem !important
  }
  .m-sm-5 {
    margin: 3rem !important
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }
  .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-0 {
    padding: 0 !important
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }
  .p-sm-1 {
    padding: .5rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .5rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .5rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .5rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .5rem !important
  }
  .p-sm-2 {
    padding: 1rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 1rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 1rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 1rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 1rem !important
  }
  .p-sm-3 {
    padding: 1.5rem !important
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1.5rem !important
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1.5rem !important
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1.5rem !important
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1.5rem !important
  }
  .p-sm-4 {
    padding: 2rem !important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 2rem !important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 2rem !important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 2rem !important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 2rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !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-n1 {
    margin: -4rem !important
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -4rem !important
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -4rem !important
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -4rem !important
  }
  .m-sm-n2 {
    margin: -4rem !important
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -4rem !important
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -4rem !important
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -4rem !important
  }
  .m-sm-n3 {
    margin: -4rem !important
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -4rem !important
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -4rem !important
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -4rem !important
  }
  .m-sm-n4 {
    margin: -4rem !important
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -4rem !important
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -4rem !important
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -4rem !important
  }
  .m-sm-n5 {
    margin: -4rem !important
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -4rem !important
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -4rem !important
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -4rem !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: -4rem !important
  }
  .mt-sm-n7, .my-sm-n7 {
    margin-top: -4rem !important
  }
  .mr-sm-n7, .mx-sm-n7 {
    margin-right: -4rem !important
  }
  .mb-sm-n7, .my-sm-n7 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n7, .mx-sm-n7 {
    margin-left: -4rem !important
  }
  .m-sm-n8 {
    margin: -4rem !important
  }
  .mt-sm-n8, .my-sm-n8 {
    margin-top: -4rem !important
  }
  .mr-sm-n8, .mx-sm-n8 {
    margin-right: -4rem !important
  }
  .mb-sm-n8, .my-sm-n8 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n8, .mx-sm-n8 {
    margin-left: -4rem !important
  }
  .m-sm-n9 {
    margin: -4rem !important
  }
  .mt-sm-n9, .my-sm-n9 {
    margin-top: -4rem !important
  }
  .mr-sm-n9, .mx-sm-n9 {
    margin-right: -4rem !important
  }
  .mb-sm-n9, .my-sm-n9 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n9, .mx-sm-n9 {
    margin-left: -4rem !important
  }
  .m-sm-n10 {
    margin: -4rem !important
  }
  .mt-sm-n10, .my-sm-n10 {
    margin-top: -4rem !important
  }
  .mr-sm-n10, .mx-sm-n10 {
    margin-right: -4rem !important
  }
  .mb-sm-n10, .my-sm-n10 {
    margin-bottom: -4rem !important
  }
  .ml-sm-n10, .mx-sm-n10 {
    margin-left: -4rem !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-0 {
    margin: 0 !important
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }
  .m-md-1 {
    margin: .5rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .5rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .5rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .5rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .5rem !important
  }
  .m-md-2 {
    margin: 1rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: 1rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 1rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 1rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 1rem !important
  }
  .m-md-3 {
    margin: 1.5rem !important
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1.5rem !important
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1.5rem !important
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1.5rem !important
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1.5rem !important
  }
  .m-md-4 {
    margin: 2rem !important
  }
  .mt-md-4, .my-md-4 {
    margin-top: 2rem !important
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 2rem !important
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 2rem !important
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 2rem !important
  }
  .m-md-5 {
    margin: 3rem !important
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }
  .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-0 {
    padding: 0 !important
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }
  .p-md-1 {
    padding: .5rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .5rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .5rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .5rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .5rem !important
  }
  .p-md-2 {
    padding: 1rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: 1rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: 1rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 1rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: 1rem !important
  }
  .p-md-3 {
    padding: 1.5rem !important
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1.5rem !important
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1.5rem !important
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1.5rem !important
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1.5rem !important
  }
  .p-md-4 {
    padding: 2rem !important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 2rem !important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 2rem !important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 2rem !important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 2rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !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-n1 {
    margin: -4rem !important
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -4rem !important
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -4rem !important
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -4rem !important
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -4rem !important
  }
  .m-md-n2 {
    margin: -4rem !important
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -4rem !important
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -4rem !important
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -4rem !important
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -4rem !important
  }
  .m-md-n3 {
    margin: -4rem !important
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -4rem !important
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -4rem !important
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -4rem !important
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -4rem !important
  }
  .m-md-n4 {
    margin: -4rem !important
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -4rem !important
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -4rem !important
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -4rem !important
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -4rem !important
  }
  .m-md-n5 {
    margin: -4rem !important
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -4rem !important
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -4rem !important
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -4rem !important
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -4rem !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: -4rem !important
  }
  .mt-md-n7, .my-md-n7 {
    margin-top: -4rem !important
  }
  .mr-md-n7, .mx-md-n7 {
    margin-right: -4rem !important
  }
  .mb-md-n7, .my-md-n7 {
    margin-bottom: -4rem !important
  }
  .ml-md-n7, .mx-md-n7 {
    margin-left: -4rem !important
  }
  .m-md-n8 {
    margin: -4rem !important
  }
  .mt-md-n8, .my-md-n8 {
    margin-top: -4rem !important
  }
  .mr-md-n8, .mx-md-n8 {
    margin-right: -4rem !important
  }
  .mb-md-n8, .my-md-n8 {
    margin-bottom: -4rem !important
  }
  .ml-md-n8, .mx-md-n8 {
    margin-left: -4rem !important
  }
  .m-md-n9 {
    margin: -4rem !important
  }
  .mt-md-n9, .my-md-n9 {
    margin-top: -4rem !important
  }
  .mr-md-n9, .mx-md-n9 {
    margin-right: -4rem !important
  }
  .mb-md-n9, .my-md-n9 {
    margin-bottom: -4rem !important
  }
  .ml-md-n9, .mx-md-n9 {
    margin-left: -4rem !important
  }
  .m-md-n10 {
    margin: -4rem !important
  }
  .mt-md-n10, .my-md-n10 {
    margin-top: -4rem !important
  }
  .mr-md-n10, .mx-md-n10 {
    margin-right: -4rem !important
  }
  .mb-md-n10, .my-md-n10 {
    margin-bottom: -4rem !important
  }
  .ml-md-n10, .mx-md-n10 {
    margin-left: -4rem !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-0 {
    margin: 0 !important
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }
  .m-lg-1 {
    margin: .5rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .5rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .5rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .5rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .5rem !important
  }
  .m-lg-2 {
    margin: 1rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 1rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 1rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 1rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 1rem !important
  }
  .m-lg-3 {
    margin: 1.5rem !important
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1.5rem !important
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1.5rem !important
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1.5rem !important
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1.5rem !important
  }
  .m-lg-4 {
    margin: 2rem !important
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 2rem !important
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 2rem !important
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 2rem !important
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 2rem !important
  }
  .m-lg-5 {
    margin: 3rem !important
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }
  .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-0 {
    padding: 0 !important
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }
  .p-lg-1 {
    padding: .5rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .5rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .5rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .5rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .5rem !important
  }
  .p-lg-2 {
    padding: 1rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 1rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 1rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 1rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 1rem !important
  }
  .p-lg-3 {
    padding: 1.5rem !important
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1.5rem !important
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1.5rem !important
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1.5rem !important
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1.5rem !important
  }
  .p-lg-4 {
    padding: 2rem !important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 2rem !important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 2rem !important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 2rem !important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 2rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !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-n1 {
    margin: -1rem !important
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -1rem !important
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -1rem !important
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -1rem !important
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -1rem !important
  }
  .m-lg-n2 {
    margin: -2rem !important
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -2rem !important
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -2rem !important
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -2rem !important
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -2rem !important
  }
  .m-lg-n3 {
    margin: -3rem !important
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -3rem !important
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -3rem !important
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -3rem !important
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -3rem !important
  }
  .m-lg-n4 {
    margin: -3.5rem !important
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -3.5rem !important
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -3.5rem !important
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -3.5rem !important
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -3.5rem !important
  }
  .m-lg-n5 {
    margin: -4rem !important
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -4rem !important
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -4rem !important
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -4rem !important
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -4rem !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: -4rem !important
  }
  .mt-lg-n7, .my-lg-n7 {
    margin-top: -4rem !important
  }
  .mr-lg-n7, .mx-lg-n7 {
    margin-right: -4rem !important
  }
  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -4rem !important
  }
  .ml-lg-n7, .mx-lg-n7 {
    margin-left: -4rem !important
  }
  .m-lg-n8 {
    margin: -4rem !important
  }
  .mt-lg-n8, .my-lg-n8 {
    margin-top: -4rem !important
  }
  .mr-lg-n8, .mx-lg-n8 {
    margin-right: -4rem !important
  }
  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -4rem !important
  }
  .ml-lg-n8, .mx-lg-n8 {
    margin-left: -4rem !important
  }
  .m-lg-n9 {
    margin: -4rem !important
  }
  .mt-lg-n9, .my-lg-n9 {
    margin-top: -4rem !important
  }
  .mr-lg-n9, .mx-lg-n9 {
    margin-right: -4rem !important
  }
  .mb-lg-n9, .my-lg-n9 {
    margin-bottom: -4rem !important
  }
  .ml-lg-n9, .mx-lg-n9 {
    margin-left: -4rem !important
  }
  .m-lg-n10 {
    margin: -4rem !important
  }
  .mt-lg-n10, .my-lg-n10 {
    margin-top: -4rem !important
  }
  .mr-lg-n10, .mx-lg-n10 {
    margin-right: -4rem !important
  }
  .mb-lg-n10, .my-lg-n10 {
    margin-bottom: -4rem !important
  }
  .ml-lg-n10, .mx-lg-n10 {
    margin-left: -4rem !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-0 {
    margin: 0 !important
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
  }
  .m-xl-1 {
    margin: .5rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: .5rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .5rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .5rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .5rem !important
  }
  .m-xl-2 {
    margin: 1rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 1rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 1rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 1rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 1rem !important
  }
  .m-xl-3 {
    margin: 1.5rem !important
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1.5rem !important
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1.5rem !important
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1.5rem !important
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1.5rem !important
  }
  .m-xl-4 {
    margin: 2rem !important
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 2rem !important
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 2rem !important
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 2rem !important
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 2rem !important
  }
  .m-xl-5 {
    margin: 3rem !important
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }
  .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-0 {
    padding: 0 !important
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }
  .p-xl-1 {
    padding: .5rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: .5rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: .5rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .5rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: .5rem !important
  }
  .p-xl-2 {
    padding: 1rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 1rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 1rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 1rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 1rem !important
  }
  .p-xl-3 {
    padding: 1.5rem !important
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1.5rem !important
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1.5rem !important
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1.5rem !important
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1.5rem !important
  }
  .p-xl-4 {
    padding: 2rem !important
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 2rem !important
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 2rem !important
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 2rem !important
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 2rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !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-n1 {
    margin: -4rem !important
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -4rem !important
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -4rem !important
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -4rem !important
  }
  .m-xl-n2 {
    margin: -4rem !important
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -4rem !important
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -4rem !important
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -4rem !important
  }
  .m-xl-n3 {
    margin: -4rem !important
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -4rem !important
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -4rem !important
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -4rem !important
  }
  .m-xl-n4 {
    margin: -4rem !important
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -4rem !important
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -4rem !important
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -4rem !important
  }
  .m-xl-n5 {
    margin: -4rem !important
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -4rem !important
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -4rem !important
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -4rem !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: -4rem !important
  }
  .mt-xl-n7, .my-xl-n7 {
    margin-top: -4rem !important
  }
  .mr-xl-n7, .mx-xl-n7 {
    margin-right: -4rem !important
  }
  .mb-xl-n7, .my-xl-n7 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n7, .mx-xl-n7 {
    margin-left: -4rem !important
  }
  .m-xl-n8 {
    margin: -4rem !important
  }
  .mt-xl-n8, .my-xl-n8 {
    margin-top: -4rem !important
  }
  .mr-xl-n8, .mx-xl-n8 {
    margin-right: -4rem !important
  }
  .mb-xl-n8, .my-xl-n8 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n8, .mx-xl-n8 {
    margin-left: -4rem !important
  }
  .m-xl-n9 {
    margin: -4rem !important
  }
  .mt-xl-n9, .my-xl-n9 {
    margin-top: -4rem !important
  }
  .mr-xl-n9, .mx-xl-n9 {
    margin-right: -4rem !important
  }
  .mb-xl-n9, .my-xl-n9 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n9, .mx-xl-n9 {
    margin-left: -4rem !important
  }
  .m-xl-n10 {
    margin: -4rem !important
  }
  .mt-xl-n10, .my-xl-n10 {
    margin-top: -4rem !important
  }
  .mr-xl-n10, .mx-xl-n10 {
    margin-right: -4rem !important
  }
  .mb-xl-n10, .my-xl-n10 {
    margin-bottom: -4rem !important
  }
  .ml-xl-n10, .mx-xl-n10 {
    margin-left: -4rem !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: .25em .4em;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.badge-main {
  color: #212529;
  background-color: #5dacdc
}

a.badge-main:hover, a.badge-main:focus {
  color: #212529;
  background-color: #3397d3
}

a.badge-main:focus, a.badge-main.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(93, 172, 220, 0.5);
  box-shadow: 0 0 0 .2rem rgba(93, 172, 220, 0.5)
}

.badge-accent-01 {
  color: #212529;
  background-color: #f80
}

a.badge-accent-01:hover, a.badge-accent-01:focus {
  color: #212529;
  background-color: #cc6d00
}

a.badge-accent-01:focus, a.badge-accent-01.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 136, 0, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 136, 0, 0.5)
}

.badge-accent-02 {
  color: #212529;
  background-color: #e2cb58
}

a.badge-accent-02:hover, a.badge-accent-02:focus {
  color: #212529;
  background-color: #dabd2d
}

a.badge-accent-02:focus, a.badge-accent-02.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(226, 203, 88, 0.5);
  box-shadow: 0 0 0 .2rem rgba(226, 203, 88, 0.5)
}

.badge-accent-03 {
  color: #212529;
  background-color: #dff3f7
}

a.badge-accent-03:hover, a.badge-accent-03:focus {
  color: #212529;
  background-color: #b6e4ed
}

a.badge-accent-03:focus, a.badge-accent-03.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(223, 243, 247, 0.5);
  box-shadow: 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: #dcdcdc
}

a.badge-color-01:focus, a.badge-color-01.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 .2rem rgba(245, 245, 245, 0.5)
}

.badge-color-02 {
  color: #212529;
  background-color: #ccc
}

a.badge-color-02:hover, a.badge-color-02:focus {
  color: #212529;
  background-color: #b3b3b3
}

a.badge-color-02:focus, a.badge-color-02.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 .2rem rgba(204, 204, 204, 0.5)
}

.badge-color-03 {
  color: #fff;
  background-color: #000
}

a.badge-color-03:hover, a.badge-color-03:focus {
  color: #fff;
  background-color: #000
}

a.badge-color-03:focus, a.badge-color-03.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.badge-gray-100 {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-gray-100:hover, a.badge-gray-100:focus {
  color: #212529;
  background-color: #dae0e5
}

a.badge-gray-100:focus, a.badge-gray-100.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
  box-shadow: 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: #cbd3da
}

a.badge-gray-200:focus, a.badge-gray-200.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(233, 236, 239, 0.5);
  box-shadow: 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: #c1c9d0
}

a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(222, 226, 230, 0.5);
  box-shadow: 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: #b1bbc4
}

a.badge-gray-400:focus, a.badge-gray-400.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 .2rem rgba(206, 212, 218, 0.5)
}

.badge-gray-500 {
  color: #212529;
  background-color: #adb5bd
}

a.badge-gray-500:hover, a.badge-gray-500:focus {
  color: #212529;
  background-color: #919ca6
}

a.badge-gray-500:focus, a.badge-gray-500.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(173, 181, 189, 0.5);
  box-shadow: 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: #545b62
}

a.badge-gray-600:focus, a.badge-gray-600.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5);
  box-shadow: 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: #32373b
}

a.badge-gray-700:focus, a.badge-gray-700.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(73, 80, 87, 0.5);
  box-shadow: 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: #1d2124
}

a.badge-gray-800:focus, a.badge-gray-800.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5);
  box-shadow: 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: #0a0c0d
}

a.badge-gray-900:focus, a.badge-gray-900.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(33, 37, 41, 0.5);
  box-shadow: 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: #0c85d0
}

a.badge-twitter:focus, a.badge-twitter.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(29, 161, 242, 0.5);
  box-shadow: 0 0 0 .2rem rgba(29, 161, 242, 0.5)
}

.badge-white {
  color: #212529;
  background-color: #fff
}

a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 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 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.4rem;
  color: #333;
}

#dcms_layoutPageBlockPasteArea .text-white p {
  color: #fff
}

h1, .h1 {
  margin-bottom: 1rem
}

h2, .h2 {
  margin-bottom: 1rem;
  line-height: 2rem;
}

@media (max-width: 767.98px) {
  h2, .h2 {
    line-height: 2rem
  }
}

h3, .h3 {
  margin-bottom: 1rem;
  line-height: 2rem
}

@media (max-width: 767.98px) {
  h3, .h3 {
    line-height: 1.8rem
  }
}

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: 1.7rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1.2rem
  }
  h6, .h6 {
    font-size: 1rem
  }
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 1.7rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1.2rem
  }
  h6, .h6 {
    font-size: 1rem
  }
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 1.7rem;
  }
  h2, .h2 {
    font-size: 1.6rem;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1.3rem;
  }
  h5, .h5 {
    font-size: 1.2rem
  }
  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
  }
}

h2.dlb_title-sub-01 {
  font-size: 2rem;
  line-height: 1.3
}

@media (max-width: 991.98px) {
  h2.dlb_title-sub-01 {
    font-size: 1.75em
  }
}

@media (max-width: 767.98px) {
  h2.dlb_title-sub-01 {
    font-size: 1.5em
  }
}

h3.dlb_title-sub-01 {
  font-size: 1.625rem
}

@media (max-width: 991.98px) {
  h3.dlb_title-sub-01 {
    font-size: 1.5em
  }
}

@media (max-width: 767.98px) {
  h3.dlb_title-sub-01 {
    font-size: 1.4em
  }
}

h4.dlb_title-sub-01 {
  font-size: 1.5rem
}

@media (max-width: 991.98px) {
  h4.dlb_title-sub-01 {
    font-size: 1.4em
  }
}

@media (max-width: 767.98px) {
  h4.dlb_title-sub-01 {
    font-size: 1.3em
  }
}

h5.dlb_title-sub-01 {
  font-size: 1.25rem
}

@media (max-width: 991.98px) {
  h5.dlb_title-sub-01 {
    font-size: 1.2em
  }
}

@media (max-width: 767.98px) {
  h5.dlb_title-sub-01 {
    font-size: 1.1em
  }
}

.dlb_title-sub-01 {
  position: relative;
  border-left: 4px solid #5dacdc;
  padding-left: 20px;
  padding-bottom: 4px;
  margin-bottom: 3rem;
  padding-top: 2px;
  color: #777
}

.dlb_title-sub-01::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background-color: #ddd
}

h2.dlb_title-sub-02 {
  font-size: 2rem;
  line-height: 1.3
}

@media (max-width: 991.98px) {
  h2.dlb_title-sub-02 {
    font-size: 1.75em
  }
}

@media (max-width: 767.98px) {
  h2.dlb_title-sub-02 {
    font-size: 1.5em
  }
}

h3.dlb_title-sub-02 {
  font-size: 1.625rem
}

@media (max-width: 991.98px) {
  h3.dlb_title-sub-02 {
    font-size: 1.5em
  }
}

@media (max-width: 767.98px) {
  h3.dlb_title-sub-02 {
    font-size: 1.4em
  }
}

h4.dlb_title-sub-02 {
  font-size: 1.5rem
}

@media (max-width: 991.98px) {
  h4.dlb_title-sub-02 {
    font-size: 1.4em
  }
}

@media (max-width: 767.98px) {
  h4.dlb_title-sub-02 {
    font-size: 1.3em
  }
}

h5.dlb_title-sub-02 {
  font-size: 1.25rem
}

@media (max-width: 991.98px) {
  h5.dlb_title-sub-02 {
    font-size: 1.2em
  }
}

@media (max-width: 767.98px) {
  h5.dlb_title-sub-02 {
    font-size: 1.1em
  }
}

.dlb_title-sub-02 {
  position: relative;
  border-bottom: 1px solid #5dacdc;
  border-left: 8px solid #5dacdc;
  padding-left: 16px;
  padding-bottom: 0.25em;
  margin-bottom: 2rem
}

.dlb_title-blog {
  color: #5dacdc
}

@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: #5dacdc
}

.border_custom-01 {
  background-color: #e2cb58;
  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)
}

.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: 16px;
  padding-right: 16px;
  background-color: transparent;
  border: none;
  color: inherit;
  text-decoration: inherit;
  opacity: 1;
}

@media (max-width: 767.98px) {
  div.btn a {
    padding-left: 8px;
    padding-right: 8px
  }
}

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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
}

#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#dcms_layoutPageBlockPasteArea, #container {
  -webkit-box-flex: 1;
  -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 #000;
  border-right: 2px solid #000;
  -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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 991.98px) {
  .header-tel {
    width: 100%;
    text-align: center
  }
}

.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: normal normal bold 19px/20px Noto Sans JP
}

.header-tel .tel a {
  padding: 0
}

@media (max-width: 991.98px) {
  .header-tel .tel {
    font-size: 32px;
    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: 1rem
  }
}

.icon-mail a:before {
  content: '';
  background: url(/dcms_media/image/common/icon-mail.png) 0 0 no-repeat;
  width: 15px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 6px;
  margin-top: -2px
}

.icon-download a:before {
  content: '';
  background: url(/dcms_media/image/common/icon-download.png) 0 0 no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 6px;
  margin-top: -8px
}

.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-nav {
  min-height: 87px
}

.bs_header-01.navbar-light .navbar-nav a.nav-link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 992px) {
  .bs_header-01.navbar-light .navbar-nav a.nav-link {
    height: 87px
  }
}

@media (max-width: 991.98px) {
  .bs_header-01 .nav-btn img {
    display: none
  }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .bs_header-01 #navbar-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  .bs_header-01 #navbar-01 .navbar-nav {
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important
  }
  .bs_header-01 #navbar-01>div {
    padding-top: 8px !important;
    margin-left: auto
  }
}

@media (max-width: 991.98px) {
  .bs_header-01 .nav-btn img {
    display: none
  }
}

.bs_header-01+.bs_header-spacer {
  height: 85px
}

@media (max-width: 991.98px) {
  .bs_header-01+.bs_header-spacer {
    height: 50px
  }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
  .bs_header-01+.bs_header-spacer {
    height: 138px
  }
}

@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;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .bs_header-01 .nav-item {
    -webkit-box-flex: 1;
    -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;
    -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;
  -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
}

.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;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .bs_header-02 .nav-item {
    -webkit-box-flex: 1;
    -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;
    -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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .bs_header-03 .nav-item {
    -webkit-box-flex: 1;
    -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;
    -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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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: #ccc;
  -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;
  -webkit-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.16)
}

.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: 30px 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: #5dacdc;
  border: 1px solid #5dacdc;
  -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;
  margin-right: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  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 #e2cb58
}

.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 7px;
  left: 8px;
  border-color: #5dacdc
}

.dlb_firstview-left {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem
}

.dlb_firstview-left .container {
  padding-top: 0;
  padding-bottom: 0;
  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;
  background: url(/dcms_media/image/common/icon-mail-accent-02.png) 0 0 no-repeat;
  margin-right: 10px
}

.dlb_contact_column .btn-icon-download a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/dcms_media/image/common/icon-icon-download.png) 0 0 no-repeat;
  position: relative;
  top: 6px;
  margin-top: -6px;
  margin-right: 10px
}

.dlb_firstview-text:before {
  background-color: #f5f5f5
}

.dlb_firstview-text .bg-img {
  background-color: #ccc
}

.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: #dcdcdc
}

.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+3) {
  background-color: #dcdcdc
}

.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+6) {
  background-color: #dcdcdc
}

.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+8) {
  background-color: #dcdcdc
}

@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: #dcdcdc
  }
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n+5) {
    background-color: #dcdcdc
  }
  .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 #5dacdc;
  color: #5dacdc;
  padding-bottom: 16px
}

@media (min-width: 576px) {
  .dlb_contents_box_column-2 .dlb_contents_box-title {
    border-bottom: none;
    border-right: 1px solid #5dacdc;
    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: #dcdcdc
}

.dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+4) {
  background-color: #dcdcdc
}

@media (max-width: 991.98px) {
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n+3) {
    background-color: #dcdcdc
  }
  .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: #dcdcdc
  }
  .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 #e2cb58
}

.dlb_flow-2 .dlb_flow-item+.dlb_flow-item .dlb_flow-title::before {
  border-color: #e2cb58 transparent transparent transparent
}

.dlb_flow-2 .dlb_flow-item .dlb_flow-data {
  border-color: #ccc !important
}

.dlb_flow-3 .dlb_flow-item .dlb_flow-title::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, #ccc), color-stop(50%, transparent)) top left/50% 100% no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(49%, #ccc), color-stop(50%, transparent)) top right/50% 100% no-repeat;
  background: linear-gradient(to bottom left, #ccc 49%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #ccc 49%, transparent 50%) top right/50% 100% no-repeat
}

.dlb_flow-4 .dlb_flow-item+.dlb_flow-item .dlb_flow-title::before {
  border-color: #e2cb58 transparent transparent transparent
}

@media (min-width: 576px) {
  .dlb_flow-4 .dlb_flow-item .dlb_flow-data {
    border-color: #ccc !important
  }
}

.dlb_flow-5 .dlb_flow-item+.dlb_flow-item::before {
  border-color: #e2cb58 transparent transparent transparent
}

.dlb_flow-5 .dlb_flow-label {
  background-color: #ccc
}

.dlb_flow-5 .dlb_flow-label:before {
  border-color: transparent #999 transparent transparent
}

.dlb_news_pickup .dlb_news_pickup-figure figcaption {
  background-color: #000;
  color: #fff
}

.dlb_table_stack .dlb_table_stack-data {
  border-color: #f5f5f5
}

.dlb_contact-area .col {
  border-color: #000
}

@media (max-width: 991.98px) {
  .dlb_contact-area .col+.col {
    border-left-color: #000
  }
}

.dlb_contact-area .dlb_contact-list li {
  border-bottom-color: #000
}

.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 #e2cb58
  }
}

.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;
  -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;
    -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.5rem;
  text-indent: -1.5rem
}

@media (max-width: 767.98px) {
  .privacy-title {
    padding-left: 1.1rem;
    text-indent: -1.1rem
  }
}

.js_open, .js_morelink {
  display: none
}

#locator_t_under, #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 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: 0.875rem;
  font-weight: bold;
  line-height: 1.3
}

.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 .tag {
  padding: 20px 5px;
}

.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: 0.875rem;
  font-weight: bold
}

.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 .tag li {
  margin: 0 5px 6px 0;
  display: inline-block;
}

.side .tag li a {
    display: inline-block;
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 5px 8px;
    line-height: 1.4;
    font-size: 11px;
    margin: 1px 0;
    color: #333;
    border: 1px solid #eeeeee;
    }

.side .tag li a:hover {
  text-decoration: none;
}

.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 .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 #5dacdc;
  border-right: 2px solid #5dacdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0
}

.text-inherit a {
  color: inherit
}

article .info time {
  font-size: 0.875rem
}

article#main>div:not(.catelist):not(.taglist) {
  margin-bottom: 0
}

.catelist a, .taglist a {
  font-size: 0.875rem
}

.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_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_template_c2 li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  position: relative
}

#locator_template_c2 li::after {
  content: '>';
  margin-left: 6px
}

#locator_template_c2 li:last-child::after {
  display: none
}

#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: -ms-flexbox;
  display: flex
}

@media (max-width: 767.98px) {
  .container #form_contact_main dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.container #form_contact_main dt {
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px
}

@media (max-width: 767.98px) {
  .container #form_contact_main dt {
    -webkit-box-flex: 1;
    -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: #f80;
  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;
  -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
}

.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: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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: #5dacdc;
  background-color: #f9f9f9
}

#subnav.sb_col2 ul li.current a {
  border-color: #bbbbbb;
  color: #5dacdc;
  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: #5dacdc;
  background-color: #f9f9f9
}

#subnav.sb_col2_accordion ul li.current a {
  border-color: #bbbbbb;
  color: #5dacdc;
  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: #5dacdc
}

#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: #5dacdc
}

#subnav_title.sb_col1_1 a {
  background-color: #ffffff;
  color: #5dacdc
}

#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: #5dacdc
  }
}

.sb_col1_2_wrap {
  background-color: #eeeeee
}

#subnav_title {
  border-color: #cccccc
}

#subnav_title a:hover {
  color: #5dacdc
}

#subnav_list li {
  border-color: #cccccc
}

#subnav_list li.current a, #subnav_list li a:hover {
  color: #5dacdc;
  text-decoration: none
}

time {
  color: #555555
}

article#main {
  border: 0;
  /* padding: 0 */
}

article#main a {
  text-decoration: none;
}

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 {
  margin-bottom: 15px;
  /* padding-top: 10px; */
  border-width: 1px;
  /* border-top: 1px solid #dddddd; */
}

.top_main article {
  margin-bottom: 15px;
  padding-top: 15px;
  border-width: 1px;
  border-top: 1px dotted #dddddd;
}

article+article {
  margin-top: 25px;
}

article+article.relationlist {
  margin-top: 0
}

article .info time {
  color: #000000
}

.cover img {
  max-width: none;
  width: 100%
}

.sns_share.foot {
  border-color: #dddddd
}

.sns_share .line a {
  background-color: #00c300;
  color: #ffffff !important;
  text-decoration: none !important
}

#nextprev li a:hover {
  color: #f80
}

#relation .title {
  /* border-color: #eeeeee */
}

.relationlist time {
  color: #777777
}

.catenavi {
  border-color: #eeeeee
}

.catenavi .catenavi_in li a:after {
  background-color: #5dacdc
}

.catenavi .catenavi_in li a:hover {
  color: #5dacdc
}

.blog_search {
  border-color: #eeeeee
}

.blog_search input.submit_btn {
  background-image: url(../image/common/icon_search.png);
  background-color: #5dacdc
}

.side .title {
  border-top: 3px solid #00c896;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}

.side .relationlist a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  color: #333;
}

.side .relationlist a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.side .relationlist a p {
  margin-bottom:0;
}

.side article {
  margin-bottom: 0;
}

.side .cate li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  color: #333;
}

.side .cate li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}


.side .btn {
  background-color: #fafafa;
  color: #5dacdc
}

.side .btn:hover {
  background-color: #5dacdc;
  color: #ffffff
}

.side .btn:hover span:before {
  border-color: #ffffff
}

.side .sweep {
  border-color: #eeeeee
}

.catelist a {
  border: 1px solid #000
}

.taglist a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 6px 4px;
  border-radius: 0.25rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #f5f5f5;
  background-color: #dff3f7
}

.taglist a:hover {
  background-color: #b6e4ed
}

.taglist a:before {
  color: #f5f5f5
}

.catelist a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 6px 4px;
  border-radius: 0.25rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #f5f5f5;
  background-color: #e2cb58
}

.catelist a:hover {
  background-color: #dabd2d
}

.catelist a:before {
  color: #f5f5f5
}

.archivelist .list a {
  border-color: #f5f5f5;
  color: #555555
}

.archivelist .list a:hover, .archivelist .list a.current {
  background-color: #dff3f7;
  color: #ffffff
}

.newold a, .pager a {
  color: #5dacdc
}

.pager span {
  background-color: #dff3f7;
  color: #ffffff
}

a.pagetop {
  background-image: url(../image/common/pagetop.gif)
}

#locator_t_under, #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
}

.qa_q {
  color: #fff;
  background-color: #5dacdc
}

.qa_click_q {
  background-color: #f5f5f5
}

.qa_click_q::before {
  background-color: #5dacdc
}

.qa_click_q::after {
  border-color: #ffffff
}

.qa_click_q.active::after {
  border-color: #ffffff
}

.qa_q_simple .init, .qa_a_simple .init {
  color: #5dacdc;
  border-color: #5dacdc
}

.qa_a_simple .init {
  color: #ffffff;
  border-color: #f80;
  background-color: #f80
}

@media only screen and (max-width: 690px) {
  .qa_click_q::after {
    border-color: #5dacdc
  }
  .qa_click_q.active::after {
    border-color: #5dacdc
  }
}

#sitemap a {
  color: #333333
}

#sitemap li::before {
  color: #aaaaaa
}

.colcontact {
  background-color: #f5f5f5
}

.sidecontact_in {
  background-color: #ccc
}

.formflow li:after {
  border-color: #5dacdc
}

.formflow li.prev {
  background-color: #dddddd
}

.formflow li.age {
  background-color: #5dacdc
}

.formflow li.next {
  background-color: #f80
}

.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)
}

.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_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_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: #5dacdc
}

.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: #5dacdc
}

.sub_d_area_spyoko figcaption .txt_link a {
  color: #000000
}

.interview_txt {
  background-color: #ffffff;
  border-color: #5dacdc
}

.interview_section>div.bl-hover .interview_txt {
  background-color: #5dacdc;
  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: #5dacdc
}

.sub_l_list li a:hover::before {
  border-color: #5dacdc
}

.sub_o_area .col {
  border-color: #cccccc
}

.sub_o_area .col::before {
  border-color: #5dacdc
}

.sub_o_dl dt {
  color: #5dacdc;
  border-color: #dddddd
}

@media only screen and (max-width: 690px) {
  .sub_o_dl dt {
    color: #5dacdc
  }
}

.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: #5dacdc
}

.sub_s_area .col {
  background-color: rgba(93, 172, 220, 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(93, 172, 220, 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(93, 172, 220, 0.1)
  }
  .sub_s_area .col:nth-child(2n) {
    background-color: rgba(93, 172, 220, 0.3)
  }
}

.sub_s_num {
  background-color: #5dacdc;
  color: #ffffff
}

.point01 .point_name {
  background-color: #5dacdc;
  color: #ffffff
}

.sm_g_area {
  background-color: #f5f5f5
}

.sm_g_block {
  background-color: #ffffff;
  border-top: 5px solid;
  -o-border-image: linear-gradient(to right, #ff8008, #ffc837);
  border-image: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
  border-image: linear-gradient(to right, #ff8008, #ffc837);
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-image-slice: 1
}

.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(red), to(blue));
  background: linear-gradient(linear, left right, red, blue)
}

.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(93, 172, 220, 0.1)
  }
  .sub_h_area .col:nth-child(2n) {
    background-color: rgba(93, 172, 220, 0.3)
  }
}

.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: #5dacdc
}

.top_title_center_underbar_en, .top_title_left_underbar_en, .top_title_s_left_underbar_en {
  color: #5dacdc
}

.templateitem_btn_area {
  background-color: #eef7fc
}

.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
}

.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
}

.templateitemcon_title::after {
  background-color: #58afe2
}

.templateitemcon_lead {
  color: #374252
}

.templateitemcon01_area {
  background-color: #f7f8fb
}

.templateitemcon01_catch {
  color: #374252
}

.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_txt a[target='_blank']::before {
  background: url(../image/icon_target.png) no-repeat center top/20px auto
}

.templateitemcon10_box:hover::after {
  background-color: rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 979px) {
  .templateitemcon10_txt a[target='_blank']::after {
    background: url(../image/icon_target.png) no-repeat center top/14px auto
  }
}

.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
}