/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 a,
 .btn-link {
     color: #005BB6;
 }
 a:hover,
 .btn-link:hover {
    text-decoration: underline;
 }
 .text-main a {
     color: #005BB6
 }
 .text-accent-01 a {
     color: #15317A
 }
 .text-accent-02 a {
     color: #4CA1E3
 }
 .text-accent-03 a {
     color: #DDE9F4
 }
 .text-color-01 a {
     color: #F7F9FC
 }
 .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: 0 0 3rem 0 rgba(0, 0, 0, 0.3) inset;
     box-shadow: 0 0 3rem 0 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: 0 0 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
 }
 .btn.btn-white a {
     color: #5dacdc
 }
 .btn.btn-trial {
     -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
 }
 .arrow-link-before-main a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #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;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #4ca1e3;
     border-right: 2px solid #4ca1e3;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
 }
 .arrow-link-before-accent-02 a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #15317a;
     border-right: 2px solid #15317a;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
 }
 .arrow-link-before-accent-03 a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #dff3f7;
     border-right: 2px solid #dff3f7;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
 }
 .arrow-link-after-main a::after {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #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;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #4ca1e3;
     border-right: 2px solid #4ca1e3;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
 }
 .arrow-link-after-accent-02 a::after {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #15317a;
     border-right: 2px solid #15317a;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
 }
 .arrow-link-after-accent-03 a::after {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #dff3f7;
     border-right: 2px solid #dff3f7;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
 }
 .btn-arrow-link a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: left;
     -ms-flex-pack: left;
     justify-content: left
 }
 .btn-arrow-link a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: 0;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #4ca1e3;
     border-right: 2px solid #4ca1e3;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     position: static
 }
 .btn-arrow-link.justify-content-center a {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
 }
 .arrow-link a {
     display: inline-block;
     padding-left: 1rem;
     text-indent: -1rem
 }
 .arrow-link a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -2px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #5dacdc;
     border-right: 2px solid #5dacdc;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     vertical-align: middle
 }
 .btn.btn-arrow-before-main a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #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;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #005BB6;
     border-right: 2px solid #005BB6;
     -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: '';
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-right: -0.5rem;
     position: absolute;
     right: 24px
 }
 .btn.btn-arrow-after-white.small a::after {
     margin-right: -0.5rem;
     left: 0.25rem
 }

 .btn.btn-arrow-before-01 a {
    position: relative;
    padding-right: 46px;
    padding-left: 46px
}
 .btn.btn-arrow-before-01 a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #4ca1e3;
     border-right: 2px solid #4ca1e3;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-left: -0.5rem;
     right: 0.5rem
 }
 .btn.btn-arrow-after-accent-01 a:hover::after {
     border-color: #fff
 }
 .btn.btn-arrow-after-accent-01 a::before {
     content: '';
     position: relative;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #15317a;
     border-right: 2px solid #15317a;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-left: -0.5rem;
     right: 0.5rem
 }

 .btn.btn-arrow-before-02 a {
    position: relative;
    padding-right: 46px;
    padding-left: 46px
}
 .btn.btn-arrow-after-accent-02 a:hover::after {
     border-color: #fff;
     border-top: 2px solid #4ca1e3;
     border-right: 2px solid #4ca1e3;
 }
 .btn.btn-arrow-after-accent-02 a::after {
     content: '';
     position: absolute;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     margin-right: -0.5rem;
     right: 24px;
 }

 .btn.btn-arrow-after-accent-02 a{
    position: relative;
    padding-right: 46px;
    padding-left: 46px
}
 .btn.btn-arrow-after-02 a::after {
     content: '';
     position: absolute;
     top: 50%;
     margin-top: -4px;
     display: inline-block;
     width: 8px;
     height: 8px;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #15317a;
     border-right: 2px solid #15317a;
     -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-right: 1rem !important
 }
 .btn.btn-anchor-link a::before {
    content: '';
    position: relative;
    margin-top: -4px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0.8rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -3px;
 }
 .btn.btn-anchor-link:hover a::before {
     border-top: 1px solid #005BB6;
     border-right: 1px solid #005BB6;
 }

 body {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     color: #333
 }
 ul {
     -webkit-padding-start: 20px;
     padding-inline-start: 20px
 }
 .shadow {
     -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
     box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
     -webkit-transition: -webkit-box-shadow 0.2s ease;
     transition: -webkit-box-shadow 0.2s ease;
     transition: box-shadow 0.2s ease;
     transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease
 }
 .shadow:hover {
     -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
     box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175)
 }
 .btn {
     display: inline-block;
     font-weight: 400;
     color: #212529;
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
 }
 @media(prefers-reduced-motion: reduce) {
     .btn {
         -webkit-transition: none;
         transition: none
     }
 }
 .btn:hover {
     color: #212529;
     text-decoration: none
 }
 .btn:focus,
 .btn.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
 }
 .btn.disabled,
 .btn:disabled {
     opacity: .65
 }
 .btn:not(:disabled):not(.disabled) {
     cursor: pointer
 }
 a.btn.disabled,
 fieldset:disabled a.btn {
     pointer-events: none
 }
 .btn-main {
     color: #fff;
     background-color: #005BB6;
     border-color: #005BB6;
 }
 .btn-main:hover {
     color: #fff;
     background-color: #005BB6;
     border-color:#005BB6;
 }
 .btn-main:focus,
 .btn-main.focus {
     color: #fff;
     background-color: #005BB6;
     border-color: #005BB6;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 184, 225, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(117, 184, 225, 0.5)
 }
 .btn-main.disabled,
 .btn-main:disabled {
     color: #fff;
     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 0.2rem rgba(117, 184, 225, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(117, 184, 225, 0.5)
 }
 .btn-accent-01 {
     color: #fff;
     background-color: #4ca1e3;
     border-color: #4ca1e3
 }
 .btn-accent-01: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 0.2rem rgba(255, 154, 38, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 154, 38, 0.5)
 }
 .btn-accent-01.disabled,
 .btn-accent-01:disabled {
     color: #fff;
     background-color: #4ca1e3;
     border-color: #4ca1e3
 }
 .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 0.2rem rgba(255, 154, 38, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 154, 38, 0.5) */
 }
 .btn-accent-02 {
     color: #fff;
     background-color: #15317a;
     border-color: #15317a
 }
 .btn-accent-02:hover {
     color: #fff;
     background-color: #d5b825;
     border-color: #caae23
 }
 .btn-accent-02:focus,
 .btn-accent-02.focus {
     color: #fff;
     background-color: #d5b825;
     border-color: #caae23;
     /* -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 211, 113, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(230, 211, 113, 0.5) */
 }
 .btn-accent-02.disabled,
 .btn-accent-02:disabled {
     color: #fff;
     background-color: #15317a;
     border-color: #15317a
 }
 .btn-accent-02:not(:disabled):not(.disabled):active,
 .btn-accent-02:not(:disabled):not(.disabled).active,
 .show > .btn-accent-02.dropdown-toggle {
     color: #fff;
     background-color: #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 0.2rem rgba(230, 211, 113, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(230, 211, 113, 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:focus,
 .btn-accent-03.focus {
     color: #212529;
     background-color: #ace0ea;
     border-color: #a2dce8;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 212, 216, 0.5);
     box-shadow: 0 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 0.2rem rgba(195, 212, 216, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(195, 212, 216, 0.5)
 }
 .btn-color-01 {
     color: #212529;
     background-color: #F7F9FC;
     border-color: #F7F9FC
 }
 .btn-color-01: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 0.2rem rgba(213, 214, 214, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5)
 }
 .btn-color-01.disabled,
 .btn-color-01:disabled {
     color: #212529;
     background-color: #F7F9FC;
     border-color: #F7F9FC
 }
 .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 0.2rem rgba(213, 214, 214, 0.5);
     box-shadow: 0 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: #fff;
     background-color: #acacac;
     border-color: #a6a6a6
 }
 .btn-color-02:focus,
 .btn-color-02.focus {
     color: #fff;
     background-color: #acacac;
     border-color: #a6a6a6;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
     box-shadow: 0 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: #fff;
     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 0.2rem rgba(178, 179, 180, 0.5);
     box-shadow: 0 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:focus,
 .btn-color-03.focus {
     color: #fff;
     background-color: #000;
     border-color: #000;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
     box-shadow: 0 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 0.2rem rgba(38, 38, 38, 0.5);
     box-shadow: 0 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:focus,
 .btn-gray-100.focus {
     color: #212529;
     background-color: #d3d9df;
     border-color: #cbd3da;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
     box-shadow: 0 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 0.2rem rgba(216, 217, 219, 0.5);
     box-shadow: 0 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:focus,
 .btn-gray-200.focus {
     color: #212529;
     background-color: #c4ccd4;
     border-color: #bdc6cf;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
     box-shadow: 0 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 0.2rem rgba(203, 206, 209, 0.5);
     box-shadow: 0 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: #fff;
     background-color: #bac2cb;
     border-color: #b2bcc5
 }
 .btn-gray-300:focus,
 .btn-gray-300.focus {
     color: #fff;
     background-color: #bac2cb;
     border-color: #b2bcc5;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
     box-shadow: 0 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: #fff;
     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 0.2rem rgba(194, 198, 202, 0.5);
     box-shadow: 0 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: #fff;
     background-color: #aab4bf;
     border-color: #a2aeb9
 }
 .btn-gray-400:focus,
 .btn-gray-400.focus {
     color: #fff;
     background-color: #aab4bf;
     border-color: #a2aeb9;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
     box-shadow: 0 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: #fff;
     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 0.2rem rgba(180, 186, 191, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5)
 }
 .btn-gray-500 {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-gray-500: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 0.2rem rgba(185, 192, 199, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5)
 }
 .btn-gray-500.disabled,
 .btn-gray-500:disabled {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-gray-500:not(:disabled):not(.disabled):active,
 .btn-gray-500:not(:disabled):not(.disabled).active,
 .show > .btn-gray-500.dropdown-toggle {
     color: #fff;
     background-color: #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 0.2rem rgba(185, 192, 199, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 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:focus,
 .btn-gray-600.focus {
     color: #fff;
     background-color: #4e555b;
     border-color: #494f54;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
     box-shadow: 0 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 0.2rem rgba(130, 138, 145, 0.5);
     box-shadow: 0 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:focus,
 .btn-gray-700.focus {
     color: #fff;
     background-color: #2c3034;
     border-color: #262a2d;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
     box-shadow: 0 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 0.2rem rgba(100, 106, 112, 0.5);
     box-shadow: 0 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:focus,
 .btn-gray-800.focus {
     color: #fff;
     background-color: #171a1d;
     border-color: #121416;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
     box-shadow: 0 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 0.2rem rgba(82, 88, 93, 0.5);
     box-shadow: 0 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:focus,
 .btn-gray-900.focus {
     color: #fff;
     background-color: #050506;
     border-color: #000;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
     box-shadow: 0 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 0.2rem rgba(66, 70, 73, 0.5);
     box-shadow: 0 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:focus,
 .btn-twitter.focus {
     color: #fff;
     background-color: #0b7ec4;
     border-color: #0b76b8;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
     box-shadow: 0 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 0.2rem rgba(63, 175, 244, 0.5);
     box-shadow: 0 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:focus,
 .btn-white.focus {
     color: #212529;
     background-color: #dfdfdf;
     border-color: #d9d9d9;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
     box-shadow: 0 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 0.2rem rgba(222, 222, 223, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5)
 }
 .btn-outline-main {
     color: #5dacdc;
     border-color: #5dacdc
 }
 .btn-outline-main:hover {
     color: #fff;
     background-color: #5dacdc;
     border-color: #5dacdc
 }
 .btn-outline-main:focus,
 .btn-outline-main.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 172, 220, 0.5);
     box-shadow: 0 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: #fff;
     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 0.2rem rgba(93, 172, 220, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(93, 172, 220, 0.5)
 }
 .btn-outline-accent-01 {
     color: #4ca1e3;
     border-color: #4ca1e3
 }
 .btn-outline-accent-01:hover {
     color: #fff;
     background-color: #4ca1e3;
     border-color: #4ca1e3
 }
 .btn-outline-accent-01:focus,
 .btn-outline-accent-01.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5)
 }
 .btn-outline-accent-01.disabled,
 .btn-outline-accent-01:disabled {
     color: #4ca1e3;
     background-color: transparent
 }
 .btn-outline-accent-01:not(:disabled):not(.disabled):active,
 .btn-outline-accent-01:not(:disabled):not(.disabled).active,
 .show > .btn-outline-accent-01.dropdown-toggle {
     color: #fff;
     background-color: #4ca1e3;
     border-color: #4ca1e3
 }
 .btn-outline-accent-01:not(:disabled):not(.disabled):active:focus,
 .btn-outline-accent-01:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-accent-01.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5)
 }
 .btn-outline-accent-02 {
     color: #15317a;
     border-color: #15317a
 }
 .btn-outline-accent-02:hover {
     color: #fff;
     background-color: #15317a;
     border-color: #15317a
 }
 .btn-outline-accent-02:focus,
 .btn-outline-accent-02.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 203, 88, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(226, 203, 88, 0.5)
 }
 .btn-outline-accent-02.disabled,
 .btn-outline-accent-02:disabled {
     color: #15317a;
     background-color: transparent
 }
 .btn-outline-accent-02:not(:disabled):not(.disabled):active,
 .btn-outline-accent-02:not(:disabled):not(.disabled).active,
 .show > .btn-outline-accent-02.dropdown-toggle {
     color: #fff;
     background-color: #15317a;
     border-color: #15317a
 }
 .btn-outline-accent-02:not(:disabled):not(.disabled):active:focus,
 .btn-outline-accent-02:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-accent-02.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 203, 88, 0.5);
     box-shadow: 0 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:focus,
 .btn-outline-accent-03.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5)
 }
 .btn-outline-accent-03.disabled,
 .btn-outline-accent-03:disabled {
     color: #dff3f7;
     background-color: transparent
 }
 .btn-outline-accent-03:not(:disabled):not(.disabled):active,
 .btn-outline-accent-03:not(:disabled):not(.disabled).active,
 .show > .btn-outline-accent-03.dropdown-toggle {
     color: #212529;
     background-color: #dff3f7;
     border-color: #dff3f7
 }
 .btn-outline-accent-03:not(:disabled):not(.disabled):active:focus,
 .btn-outline-accent-03:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-accent-03.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5)
 }
 .btn-outline-color-01 {
     color: #F7F9FC;
     border-color: #F7F9FC
 }
 .btn-outline-color-01:hover {
     color: #212529;
     background-color: #F7F9FC;
     border-color: #F7F9FC
 }
 .btn-outline-color-01:focus,
 .btn-outline-color-01.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5)
 }
 .btn-outline-color-01.disabled,
 .btn-outline-color-01:disabled {
     color: #F7F9FC;
     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: #F7F9FC;
     border-color: #F7F9FC
 }
 .btn-outline-color-01:not(:disabled):not(.disabled):active:focus,
 .btn-outline-color-01:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-color-01.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5)
 }
 .btn-outline-color-02 {
     color: #ccc;
     border-color: #ccc
 }
 .btn-outline-color-02: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 0.2rem rgba(204, 204, 204, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5)
 }
 .btn-outline-color-02.disabled,
 .btn-outline-color-02:disabled {
     color: #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 0.2rem rgba(204, 204, 204, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5)
 }
 .btn-outline-color-03 {
     color: #000;
     border-color: #000
 }
 .btn-outline-color-03: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 0.2rem rgba(0, 0, 0, 0.5);
     box-shadow: 0 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 0.2rem rgba(0, 0, 0, 0.5);
     box-shadow: 0 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:focus,
 .btn-outline-gray-100.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
 }
 .btn-outline-gray-100.disabled,
 .btn-outline-gray-100:disabled {
     color: #f8f9fa;
     background-color: transparent
 }
 .btn-outline-gray-100:not(:disabled):not(.disabled):active,
 .btn-outline-gray-100:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-100.dropdown-toggle {
     color: #212529;
     background-color: #f8f9fa;
     border-color: #f8f9fa
 }
 .btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-100.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
 }
 .btn-outline-gray-200 {
     color: #e9ecef;
     border-color: #e9ecef
 }
 .btn-outline-gray-200:hover {
     color: #212529;
     background-color: #e9ecef;
     border-color: #e9ecef
 }
 .btn-outline-gray-200:focus,
 .btn-outline-gray-200.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5)
 }
 .btn-outline-gray-200.disabled,
 .btn-outline-gray-200:disabled {
     color: #e9ecef;
     background-color: transparent
 }
 .btn-outline-gray-200:not(:disabled):not(.disabled):active,
 .btn-outline-gray-200:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-200.dropdown-toggle {
     color: #212529;
     background-color: #e9ecef;
     border-color: #e9ecef
 }
 .btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-200.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5)
 }
 .btn-outline-gray-300 {
     color: #dee2e6;
     border-color: #dee2e6
 }
 .btn-outline-gray-300:hover {
     color: #212529;
     background-color: #dee2e6;
     border-color: #dee2e6
 }
 .btn-outline-gray-300:focus,
 .btn-outline-gray-300.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5)
 }
 .btn-outline-gray-300.disabled,
 .btn-outline-gray-300:disabled {
     color: #dee2e6;
     background-color: transparent
 }
 .btn-outline-gray-300:not(:disabled):not(.disabled):active,
 .btn-outline-gray-300:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-300.dropdown-toggle {
     color: #212529;
     background-color: #dee2e6;
     border-color: #dee2e6
 }
 .btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-300.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5)
 }
 .btn-outline-gray-400 {
     color: #ced4da;
     border-color: #ced4da
 }
 .btn-outline-gray-400:hover {
     color: #212529;
     background-color: #ced4da;
     border-color: #ced4da
 }
 .btn-outline-gray-400:focus,
 .btn-outline-gray-400.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5)
 }
 .btn-outline-gray-400.disabled,
 .btn-outline-gray-400:disabled {
     color: #ced4da;
     background-color: transparent
 }
 .btn-outline-gray-400:not(:disabled):not(.disabled):active,
 .btn-outline-gray-400:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-400.dropdown-toggle {
     color: #212529;
     background-color: #ced4da;
     border-color: #ced4da
 }
 .btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-400.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5)
 }
 .btn-outline-gray-500 {
     color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-outline-gray-500:hover {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-outline-gray-500:focus,
 .btn-outline-gray-500.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5)
 }
 .btn-outline-gray-500.disabled,
 .btn-outline-gray-500:disabled {
     color: #adb5bd;
     background-color: transparent
 }
 .btn-outline-gray-500:not(:disabled):not(.disabled):active,
 .btn-outline-gray-500:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-500.dropdown-toggle {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-500.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5)
 }
 .btn-outline-gray-600 {
     color: #6c757d;
     border-color: #6c757d
 }
 .btn-outline-gray-600:hover {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }
 .btn-outline-gray-600:focus,
 .btn-outline-gray-600.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
 }
 .btn-outline-gray-600.disabled,
 .btn-outline-gray-600:disabled {
     color: #6c757d;
     background-color: transparent
 }
 .btn-outline-gray-600:not(:disabled):not(.disabled):active,
 .btn-outline-gray-600:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-600.dropdown-toggle {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }
 .btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-600.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
 }
 .btn-outline-gray-700 {
     color: #495057;
     border-color: #495057
 }
 .btn-outline-gray-700:hover {
     color: #fff;
     background-color: #495057;
     border-color: #495057
 }
 .btn-outline-gray-700:focus,
 .btn-outline-gray-700.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5)
 }
 .btn-outline-gray-700.disabled,
 .btn-outline-gray-700:disabled {
     color: #495057;
     background-color: transparent
 }
 .btn-outline-gray-700:not(:disabled):not(.disabled):active,
 .btn-outline-gray-700:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-700.dropdown-toggle {
     color: #fff;
     background-color: #495057;
     border-color: #495057
 }
 .btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-700.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5)
 }
 .btn-outline-gray-800 {
     color: #343a40;
     border-color: #343a40
 }
 .btn-outline-gray-800:hover {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40
 }
 .btn-outline-gray-800:focus,
 .btn-outline-gray-800.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
 }
 .btn-outline-gray-800.disabled,
 .btn-outline-gray-800:disabled {
     color: #343a40;
     background-color: transparent
 }
 .btn-outline-gray-800:not(:disabled):not(.disabled):active,
 .btn-outline-gray-800:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-800.dropdown-toggle {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40
 }
 .btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-800.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
 }
 .btn-outline-gray-900 {
     color: #212529;
     border-color: #212529
 }
 .btn-outline-gray-900:hover {
     color: #fff;
     background-color: #212529;
     border-color: #212529
 }
 .btn-outline-gray-900:focus,
 .btn-outline-gray-900.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5)
 }
 .btn-outline-gray-900.disabled,
 .btn-outline-gray-900:disabled {
     color: #212529;
     background-color: transparent
 }
 .btn-outline-gray-900:not(:disabled):not(.disabled):active,
 .btn-outline-gray-900:not(:disabled):not(.disabled).active,
 .show > .btn-outline-gray-900.dropdown-toggle {
     color: #fff;
     background-color: #212529;
     border-color: #212529
 }
 .btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
 .btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-gray-900.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5)
 }
 .btn-outline-twitter {
     color: #1da1f2;
     border-color: #1da1f2
 }
 .btn-outline-twitter:hover {
     color: #fff;
     background-color: #1da1f2;
     border-color: #1da1f2
 }
 .btn-outline-twitter:focus,
 .btn-outline-twitter.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5)
 }
 .btn-outline-twitter.disabled,
 .btn-outline-twitter:disabled {
     color: #1da1f2;
     background-color: transparent
 }
 .btn-outline-twitter:not(:disabled):not(.disabled):active,
 .btn-outline-twitter:not(:disabled):not(.disabled).active,
 .show > .btn-outline-twitter.dropdown-toggle {
     color: #fff;
     background-color: #1da1f2;
     border-color: #1da1f2
 }
 .btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
 .btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
 .show>.btn-outline-twitter.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5)
 }
 .btn-outline-white {
     color: #fff;
     border-color: #fff
 }
 .btn-outline-white:hover {
     color: #212529;
     background-color: #fff;
     border-color: #fff
 }
 .btn-outline-white:focus,
 .btn-outline-white.focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
 }
 .btn-outline-white.disabled,
 .btn-outline-white:disabled {
     color: #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 0.2rem rgba(255, 255, 255, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
 }
 .btn-link {
     font-weight: 400;
     color: #5dacdc;
     text-decoration: none
 }
 .btn-link: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: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     border-radius: 0.3rem
 }
 .btn-sm {
     padding: 0.25rem 0.5rem;
     font-size: 0.875rem;
     line-height: 1.5;
     border-radius: 0.2rem
 }
 .btn-block {
     display: block;
     width: 100%
 }
 .btn-block+.btn-block {
     margin-top: 0.5rem
 }
 input[type="submit"].btn-block,
 input[type="reset"].btn-block,
 input[type="button"].btn-block {
     width: 100%
 }
 .container {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto
 }
 @media(min-width: 576px) {
     .container {
         max-width: 540px
     }
 }
 @media(min-width: 768px) {
     .container {
         max-width: 720px
     }
 }
 @media(min-width: 992px) {
     .container {
         max-width: 960px
     }
 }
 @media(min-width: 1200px) {
     .container {
         max-width: 1150px
     }
 }
 .container-fluid,
 .container-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: 1150px
     }
 }
 .row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px
 }
 .no-gutters {
     margin-right: 0;
     margin-left: 0
 }
 .no-gutters > .col,
 .no-gutters > [class*="col-"] {
     padding-right: 0;
     padding-left: 0
 }
 .col-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-main {
     color: #005BB6 !important
 }
 a.text-main:hover,
 a.text-main:focus {
     color: #2a89c2 !important
 }
 .text-accent-01 {
     color: #15317A !important
 }
 a.text-accent-01:hover,
 a.text-accent-01:focus {
     color: #b35f00 !important
 }
 .text-accent-02 {
     color: #4CA1E3 !important
 }
 a.text-accent-02:hover,
 a.text-accent-02:focus {
     color: #caae23 !important
 }
 .text-accent-03 {
     color: #DDE9F4 !important
 }
 a.text-accent-03:hover,
 a.text-accent-03:focus {
     color: #a2dce8 !important
 }
 .text-color-01 {
     color: #F7F9FC !important
 }
 a.text-color-01:hover,
 a.text-color-01:focus {
     color: #cfcfcf !important
 }
 .text-color-02 {
     color: #CCCCCC !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-main {
     background-color: #005BB6 !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: #15317A !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: #4CA1E3 !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: #DDE9F4 !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: #F7F9FC !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-white {
     background-color: #fff !important
 }
 .bg-transparent {
     background-color: transparent !important
 }
 .border {
     border: 1px solid #CED4DA !important
 }
 .border-top {
     border-top: 1px solid #CED4DA !important
 }
 .border-right {
     border-right: 1px solid #CED4DA !important
 }
 .border-bottom {
     border-bottom: 1px solid #CED4DA !important
 }
 .border-left {
     border-left: 1px solid #CED4DA !important
 }
 .border-0 {
     border: 0 !important
 }
 .border-top-0 {
     border-top: 0 !important
 }
 .border-right-0 {
     border-right: 0 !important
 }
 .border-bottom-0 {
     border-bottom: 0 !important
 }
 .border-left-0 {
     border-left: 0 !important
 }
 .border-main {
     border-color: #005BB6 !important
 }
 .border-accent-01 {
     border-color: #4ca1e3 !important
 }
 .border-accent-02 {
     border-color: #15317a !important
 }
 .border-accent-03 {
     border-color: #dff3f7 !important
 }
 .border-color-01 {
     border-color: #F7F9FC !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: 0.2rem !important
 }
 .rounded {
     border-radius: 0.25rem !important
 }
 .rounded-top {
     border-top-left-radius: 0.25rem !important;
     border-top-right-radius: 0.25rem !important
 }
 .rounded-right {
     border-top-right-radius: 0.25rem !important;
     border-bottom-right-radius: 0.25rem !important
 }
 .rounded-bottom {
     border-bottom-right-radius: 0.25rem !important;
     border-bottom-left-radius: 0.25rem !important
 }
 .rounded-left {
     border-top-left-radius: 0.25rem !important;
     border-bottom-left-radius: 0.25rem !important
 }
 .rounded-lg {
     border-radius: 0.3rem !important
 }
 .rounded-circle {
     border-radius: 50% !important
 }
 .rounded-pill {
     border-radius: 50rem !important
 }
 .rounded-0 {
     border-radius: 0 !important
 }
 .w-10 {
     width: 10% !important
 }
 .w-20 {
     width: 20% !important
 }
 .w-25 {
     width: 25% !important
 }
 .w-30 {
     width: 30% !important
 }
 .w-40 {
     width: 40% !important
 }
 .w-50 {
     width: 50% !important
 }
 .w-60 {
     width: 60% !important
 }
 .w-70 {
     width: 70% !important
 }
 .w-75 {
     width: 75% !important
 }
 .w-80 {
     width: 80% !important
 }
 .w-90 {
     width: 90% !important
 }
 .w-100,
 .bm_navbar .bm_navbar-toggle {
     width: 100% !important
 }
 .w-auto {
     width: auto !important
 }
 .h-10 {
     height: 10% !important
 }
 .h-20 {
     height: 20% !important
 }
 .h-25 {
     height: 25% !important
 }
 .h-30 {
     height: 30% !important
 }
 .h-40 {
     height: 40% !important
 }
 .h-50 {
     height: 50% !important
 }
 .h-60 {
     height: 60% !important
 }
 .h-70 {
     height: 70% !important
 }
 .h-75 {
     height: 75% !important
 }
 .h-80 {
     height: 80% !important
 }
 .h-90 {
     height: 90% !important
 }
 .h-100 {
     height: 100% !important
 }
 .h-auto {
     height: auto !important
 }
 .mw-100 {
     max-width: 100% !important
 }
 .mh-100 {
     max-height: 100% !important
 }
 .min-vw-100 {
     min-width: 100vw !important
 }
 .min-vh-100 {
     min-height: 100vh !important
 }
 .vw-100 {
     width: 100vw !important
 }
 .vh-100 {
     height: 100vh !important
 }
 .shadow-sm {
     -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
     box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
 }
 .shadow {
     -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
     box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important
 }
 .shadow-lg {
     -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
     box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important
 }
 .shadow-none {
     -webkit-box-shadow: none !important;
     box-shadow: none !important
 }
 .m-6 {
     margin: 4rem !important
 }
 .mt-6,
 .my-6 {
     margin-top: 4rem !important
 }
 .mr-6,
 .mx-6 {
     margin-right: 4rem !important
 }
 .mb-6,
 .my-6 {
     margin-bottom: 4rem !important
 }
 .ml-6,
 .mx-6 {
     margin-left: 4rem !important
 }
 .m-7 {
     margin: 5rem !important
 }
 .mt-7,
 .my-7 {
     margin-top: 5rem !important
 }
 .mr-7,
 .mx-7 {
     margin-right: 5rem !important
 }
 .mb-7,
 .my-7 {
     margin-bottom: 5rem !important
 }
 .ml-7,
 .mx-7 {
     margin-left: 5rem !important
 }
 .m-8 {
     margin: 6.25rem !important
 }
 .mt-8,
 .my-8 {
     margin-top: 6.25rem !important
 }
 .mr-8,
 .mx-8 {
     margin-right: 6.25rem !important
 }
 .mb-8,
 .my-8 {
     margin-bottom: 6.25rem !important
 }
 .ml-8,
 .mx-8 {
     margin-left: 6.25rem !important
 }
 .m-9 {
     margin: 9.25rem !important
 }
 .mt-9,
 .my-9 {
     margin-top: 9.25rem !important
 }
 .mr-9,
 .mx-9 {
     margin-right: 9.25rem !important
 }
 .mb-9,
 .my-9 {
     margin-bottom: 9.25rem !important
 }
 .ml-9,
 .mx-9 {
     margin-left: 9.25rem !important
 }
 .m-10 {
     margin: 12.5rem !important
 }
 .mt-10,
 .my-10 {
     margin-top: 12.5rem !important
 }
 .mr-10,
 .mx-10 {
     margin-right: 12.5rem !important
 }
 .mb-10,
 .my-10 {
     margin-bottom: 12.5rem !important
 }
 .ml-10,
 .mx-10 {
     margin-left: 12.5rem !important
 }
 .p-6 {
     padding: 4rem !important
 }
 .pt-6,
 .py-6 {
     padding-top: 4rem !important
 }
 .pr-6,
 .px-6 {
     padding-right: 4rem !important
 }
 .pb-6,
 .py-6 {
     padding-bottom: 4rem !important
 }
 .pl-6,
 .px-6 {
     padding-left: 4rem !important
 }
 .p-7 {
     padding: 5rem !important
 }
 .pt-7,
 .py-7 {
     padding-top: 5rem !important
 }
 .pr-7,
 .px-7 {
     padding-right: 5rem !important
 }
 .pb-7,
 .py-7 {
     padding-bottom: 5rem !important
 }
 .pl-7,
 .px-7 {
     padding-left: 5rem !important
 }
 .p-8 {
     padding: 6.25rem !important
 }
 .pt-8,
 .py-8 {
     padding-top: 6.25rem !important
 }
 .pr-8,
 .px-8 {
     padding-right: 6.25rem !important
 }
 .pb-8,
 .py-8 {
     padding-bottom: 6.25rem !important
 }
 .pl-8,
 .px-8 {
     padding-left: 6.25rem !important
 }
 .p-9 {
     padding: 9.25rem !important
 }
 .pt-9,
 .py-9 {
     padding-top: 9.25rem !important
 }
 .pr-9,
 .px-9 {
     padding-right: 9.25rem !important
 }
 .pb-9,
 .py-9 {
     padding-bottom: 9.25rem !important
 }
 .pl-9,
 .px-9 {
     padding-left: 9.25rem !important
 }
 .p-10 {
     padding: 12.5rem !important
 }
 .pt-10,
 .py-10 {
     padding-top: 12.5rem !important
 }
 .pr-10,
 .px-10 {
     padding-right: 12.5rem !important
 }
 .pb-10,
 .py-10 {
     padding-bottom: 12.5rem !important
 }
 .pl-10,
 .px-10 {
     padding-left: 12.5rem !important
 }
 .m-n6 {
     margin: -4rem !important
 }
 .mt-n6,
 .my-n6 {
     margin-top: -4rem !important
 }
 .mr-n6,
 .mx-n6 {
     margin-right: -4rem !important
 }
 .mb-n6,
 .my-n6 {
     margin-bottom: -4rem !important
 }
 .ml-n6,
 .mx-n6 {
     margin-left: -4rem !important
 }
 .m-n7 {
     margin: -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-6 {
         margin: 4rem !important
     }
     .mt-sm-6,
     .my-sm-6 {
         margin-top: 4rem !important
     }
     .mr-sm-6,
     .mx-sm-6 {
         margin-right: 4rem !important
     }
     .mb-sm-6,
     .my-sm-6 {
         margin-bottom: 4rem !important
     }
     .ml-sm-6,
     .mx-sm-6 {
         margin-left: 4rem !important
     }
     .m-sm-7 {
         margin: 5rem !important
     }
     .mt-sm-7,
     .my-sm-7 {
         margin-top: 5rem !important
     }
     .mr-sm-7,
     .mx-sm-7 {
         margin-right: 5rem !important
     }
     .mb-sm-7,
     .my-sm-7 {
         margin-bottom: 5rem !important
     }
     .ml-sm-7,
     .mx-sm-7 {
         margin-left: 5rem !important
     }
     .m-sm-8 {
         margin: 6.25rem !important
     }
     .mt-sm-8,
     .my-sm-8 {
         margin-top: 6.25rem !important
     }
     .mr-sm-8,
     .mx-sm-8 {
         margin-right: 6.25rem !important
     }
     .mb-sm-8,
     .my-sm-8 {
         margin-bottom: 6.25rem !important
     }
     .ml-sm-8,
     .mx-sm-8 {
         margin-left: 6.25rem !important
     }
     .m-sm-9 {
         margin: 9.25rem !important
     }
     .mt-sm-9,
     .my-sm-9 {
         margin-top: 9.25rem !important
     }
     .mr-sm-9,
     .mx-sm-9 {
         margin-right: 9.25rem !important
     }
     .mb-sm-9,
     .my-sm-9 {
         margin-bottom: 9.25rem !important
     }
     .ml-sm-9,
     .mx-sm-9 {
         margin-left: 9.25rem !important
     }
     .m-sm-10 {
         margin: 12.5rem !important
     }
     .mt-sm-10,
     .my-sm-10 {
         margin-top: 12.5rem !important
     }
     .mr-sm-10,
     .mx-sm-10 {
         margin-right: 12.5rem !important
     }
     .mb-sm-10,
     .my-sm-10 {
         margin-bottom: 12.5rem !important
     }
     .ml-sm-10,
     .mx-sm-10 {
         margin-left: 12.5rem !important
     }
     .p-sm-6 {
         padding: 4rem !important
     }
     .pt-sm-6,
     .py-sm-6 {
         padding-top: 4rem !important
     }
     .pr-sm-6,
     .px-sm-6 {
         padding-right: 4rem !important
     }
     .pb-sm-6,
     .py-sm-6 {
         padding-bottom: 4rem !important
     }
     .pl-sm-6,
     .px-sm-6 {
         padding-left: 4rem !important
     }
     .p-sm-7 {
         padding: 5rem !important
     }
     .pt-sm-7,
     .py-sm-7 {
         padding-top: 5rem !important
     }
     .pr-sm-7,
     .px-sm-7 {
         padding-right: 5rem !important
     }
     .pb-sm-7,
     .py-sm-7 {
         padding-bottom: 5rem !important
     }
     .pl-sm-7,
     .px-sm-7 {
         padding-left: 5rem !important
     }
     .p-sm-8 {
         padding: 6.25rem !important
     }
     .pt-sm-8,
     .py-sm-8 {
         padding-top: 6.25rem !important
     }
     .pr-sm-8,
     .px-sm-8 {
         padding-right: 6.25rem !important
     }
     .pb-sm-8,
     .py-sm-8 {
         padding-bottom: 6.25rem !important
     }
     .pl-sm-8,
     .px-sm-8 {
         padding-left: 6.25rem !important
     }
     .p-sm-9 {
         padding: 9.25rem !important
     }
     .pt-sm-9,
     .py-sm-9 {
         padding-top: 9.25rem !important
     }
     .pr-sm-9,
     .px-sm-9 {
         padding-right: 9.25rem !important
     }
     .pb-sm-9,
     .py-sm-9 {
         padding-bottom: 9.25rem !important
     }
     .pl-sm-9,
     .px-sm-9 {
         padding-left: 9.25rem !important
     }
     .p-sm-10 {
         padding: 12.5rem !important
     }
     .pt-sm-10,
     .py-sm-10 {
         padding-top: 12.5rem !important
     }
     .pr-sm-10,
     .px-sm-10 {
         padding-right: 12.5rem !important
     }
     .pb-sm-10,
     .py-sm-10 {
         padding-bottom: 12.5rem !important
     }
     .pl-sm-10,
     .px-sm-10 {
         padding-left: 12.5rem !important
     }
     .m-sm-n6 {
         margin: -4rem !important
     }
     .mt-sm-n6,
     .my-sm-n6 {
         margin-top: -4rem !important
     }
     .mr-sm-n6,
     .mx-sm-n6 {
         margin-right: -4rem !important
     }
     .mb-sm-n6,
     .my-sm-n6 {
         margin-bottom: -4rem !important
     }
     .ml-sm-n6,
     .mx-sm-n6 {
         margin-left: -4rem !important
     }
     .m-sm-n7 {
         margin: -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-6 {
         margin: 4rem !important
     }
     .mt-md-6,
     .my-md-6 {
         margin-top: 4rem !important
     }
     .mr-md-6,
     .mx-md-6 {
         margin-right: 4rem !important
     }
     .mb-md-6,
     .my-md-6 {
         margin-bottom: 4rem !important
     }
     .ml-md-6,
     .mx-md-6 {
         margin-left: 4rem !important
     }
     .m-md-7 {
         margin: 5rem !important
     }
     .mt-md-7,
     .my-md-7 {
         margin-top: 5rem !important
     }
     .mr-md-7,
     .mx-md-7 {
         margin-right: 5rem !important
     }
     .mb-md-7,
     .my-md-7 {
         margin-bottom: 5rem !important
     }
     .ml-md-7,
     .mx-md-7 {
         margin-left: 5rem !important
     }
     .m-md-8 {
         margin: 6.25rem !important
     }
     .mt-md-8,
     .my-md-8 {
         margin-top: 6.25rem !important
     }
     .mr-md-8,
     .mx-md-8 {
         margin-right: 6.25rem !important
     }
     .mb-md-8,
     .my-md-8 {
         margin-bottom: 6.25rem !important
     }
     .ml-md-8,
     .mx-md-8 {
         margin-left: 6.25rem !important
     }
     .m-md-9 {
         margin: 9.25rem !important
     }
     .mt-md-9,
     .my-md-9 {
         margin-top: 9.25rem !important
     }
     .mr-md-9,
     .mx-md-9 {
         margin-right: 9.25rem !important
     }
     .mb-md-9,
     .my-md-9 {
         margin-bottom: 9.25rem !important
     }
     .ml-md-9,
     .mx-md-9 {
         margin-left: 9.25rem !important
     }
     .m-md-10 {
         margin: 12.5rem !important
     }
     .mt-md-10,
     .my-md-10 {
         margin-top: 12.5rem !important
     }
     .mr-md-10,
     .mx-md-10 {
         margin-right: 12.5rem !important
     }
     .mb-md-10,
     .my-md-10 {
         margin-bottom: 12.5rem !important
     }
     .ml-md-10,
     .mx-md-10 {
         margin-left: 12.5rem !important
     }
     .p-md-6 {
         padding: 4rem !important
     }
     .pt-md-6,
     .py-md-6 {
         padding-top: 4rem !important
     }
     .pr-md-6,
     .px-md-6 {
         padding-right: 4rem !important
     }
     .pb-md-6,
     .py-md-6 {
         padding-bottom: 4rem !important
     }
     .pl-md-6,
     .px-md-6 {
         padding-left: 4rem !important
     }
     .p-md-7 {
         padding: 5rem !important
     }
     .pt-md-7,
     .py-md-7 {
         padding-top: 5rem !important
     }
     .pr-md-7,
     .px-md-7 {
         padding-right: 5rem !important
     }
     .pb-md-7,
     .py-md-7 {
         padding-bottom: 5rem !important
     }
     .pl-md-7,
     .px-md-7 {
         padding-left: 5rem !important
     }
     .p-md-8 {
         padding: 6.25rem !important
     }
     .pt-md-8,
     .py-md-8 {
         padding-top: 6.25rem !important
     }
     .pr-md-8,
     .px-md-8 {
         padding-right: 6.25rem !important
     }
     .pb-md-8,
     .py-md-8 {
         padding-bottom: 6.25rem !important
     }
     .pl-md-8,
     .px-md-8 {
         padding-left: 6.25rem !important
     }
     .p-md-9 {
         padding: 9.25rem !important
     }
     .pt-md-9,
     .py-md-9 {
         padding-top: 9.25rem !important
     }
     .pr-md-9,
     .px-md-9 {
         padding-right: 9.25rem !important
     }
     .pb-md-9,
     .py-md-9 {
         padding-bottom: 9.25rem !important
     }
     .pl-md-9,
     .px-md-9 {
         padding-left: 9.25rem !important
     }
     .p-md-10 {
         padding: 12.5rem !important
     }
     .pt-md-10,
     .py-md-10 {
         padding-top: 12.5rem !important
     }
     .pr-md-10,
     .px-md-10 {
         padding-right: 12.5rem !important
     }
     .pb-md-10,
     .py-md-10 {
         padding-bottom: 12.5rem !important
     }
     .pl-md-10,
     .px-md-10 {
         padding-left: 12.5rem !important
     }
     .m-md-n6 {
         margin: -4rem !important
     }
     .mt-md-n6,
     .my-md-n6 {
         margin-top: -4rem !important
     }
     .mr-md-n6,
     .mx-md-n6 {
         margin-right: -4rem !important
     }
     .mb-md-n6,
     .my-md-n6 {
         margin-bottom: -4rem !important
     }
     .ml-md-n6,
     .mx-md-n6 {
         margin-left: -4rem !important
     }
     .m-md-n7 {
         margin: -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-6 {
         margin: 4rem !important
     }
     .mt-lg-6,
     .my-lg-6 {
         margin-top: 4rem !important
     }
     .mr-lg-6,
     .mx-lg-6 {
         margin-right: 4rem !important
     }
     .mb-lg-6,
     .my-lg-6 {
         margin-bottom: 4rem !important
     }
     .ml-lg-6,
     .mx-lg-6 {
         margin-left: 4rem !important
     }
     .m-lg-7 {
         margin: 5rem !important
     }
     .mt-lg-7,
     .my-lg-7 {
         margin-top: 5rem !important
     }
     .mr-lg-7,
     .mx-lg-7 {
         margin-right: 5rem !important
     }
     .mb-lg-7,
     .my-lg-7 {
         margin-bottom: 5rem !important
     }
     .ml-lg-7,
     .mx-lg-7 {
         margin-left: 5rem !important
     }
     .m-lg-8 {
         margin: 6.25rem !important
     }
     .mt-lg-8,
     .my-lg-8 {
         margin-top: 6.25rem !important
     }
     .mr-lg-8,
     .mx-lg-8 {
         margin-right: 6.25rem !important
     }
     .mb-lg-8,
     .my-lg-8 {
         margin-bottom: 6.25rem !important
     }
     .ml-lg-8,
     .mx-lg-8 {
         margin-left: 6.25rem !important
     }
     .m-lg-9 {
         margin: 9.25rem !important
     }
     .mt-lg-9,
     .my-lg-9 {
         margin-top: 9.25rem !important
     }
     .mr-lg-9,
     .mx-lg-9 {
         margin-right: 9.25rem !important
     }
     .mb-lg-9,
     .my-lg-9 {
         margin-bottom: 9.25rem !important
     }
     .ml-lg-9,
     .mx-lg-9 {
         margin-left: 9.25rem !important
     }
     .m-lg-10 {
         margin: 12.5rem !important
     }
     .mt-lg-10,
     .my-lg-10 {
         margin-top: 12.5rem !important
     }
     .mr-lg-10,
     .mx-lg-10 {
         margin-right: 12.5rem !important
     }
     .mb-lg-10,
     .my-lg-10 {
         margin-bottom: 12.5rem !important
     }
     .ml-lg-10,
     .mx-lg-10 {
         margin-left: 12.5rem !important
     }
     .p-lg-6 {
         padding: 4rem !important
     }
     .pt-lg-6,
     .py-lg-6 {
         padding-top: 4rem !important
     }
     .pr-lg-6,
     .px-lg-6 {
         padding-right: 4rem !important
     }
     .pb-lg-6,
     .py-lg-6 {
         padding-bottom: 4rem !important
     }
     .pl-lg-6,
     .px-lg-6 {
         padding-left: 4rem !important
     }
     .p-lg-7 {
         padding: 5rem !important
     }
     .pt-lg-7,
     .py-lg-7 {
         padding-top: 5rem !important
     }
     .pr-lg-7,
     .px-lg-7 {
         padding-right: 5rem !important
     }
     .pb-lg-7,
     .py-lg-7 {
         padding-bottom: 5rem !important
     }
     .pl-lg-7,
     .px-lg-7 {
         padding-left: 5rem !important
     }
     .p-lg-8 {
         padding: 6.25rem !important
     }
     .pt-lg-8,
     .py-lg-8 {
         padding-top: 6.25rem !important
     }
     .pr-lg-8,
     .px-lg-8 {
         padding-right: 6.25rem !important
     }
     .pb-lg-8,
     .py-lg-8 {
         padding-bottom: 6.25rem !important
     }
     .pl-lg-8,
     .px-lg-8 {
         padding-left: 6.25rem !important
     }
     .p-lg-9 {
         padding: 9.25rem !important
     }
     .pt-lg-9,
     .py-lg-9 {
         padding-top: 9.25rem !important
     }
     .pr-lg-9,
     .px-lg-9 {
         padding-right: 9.25rem !important
     }
     .pb-lg-9,
     .py-lg-9 {
         padding-bottom: 9.25rem !important
     }
     .pl-lg-9,
     .px-lg-9 {
         padding-left: 9.25rem !important
     }
     .p-lg-10 {
         padding: 12.5rem !important
     }
     .pt-lg-10,
     .py-lg-10 {
         padding-top: 12.5rem !important
     }
     .pr-lg-10,
     .px-lg-10 {
         padding-right: 12.5rem !important
     }
     .pb-lg-10,
     .py-lg-10 {
         padding-bottom: 12.5rem !important
     }
     .pl-lg-10,
     .px-lg-10 {
         padding-left: 12.5rem !important
     }
     .m-lg-n6 {
         margin: -4rem !important
     }
     .mt-lg-n6,
     .my-lg-n6 {
         margin-top: -4rem !important
     }
     .mr-lg-n6,
     .mx-lg-n6 {
         margin-right: -4rem !important
     }
     .mb-lg-n6,
     .my-lg-n6 {
         margin-bottom: -4rem !important
     }
     .ml-lg-n6,
     .mx-lg-n6 {
         margin-left: -4rem !important
     }
     .m-lg-n7 {
         margin: -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-6 {
         margin: 4rem !important
     }
     .mt-xl-6,
     .my-xl-6 {
         margin-top: 4rem !important
     }
     .mr-xl-6,
     .mx-xl-6 {
         margin-right: 4rem !important
     }
     .mb-xl-6,
     .my-xl-6 {
         margin-bottom: 4rem !important
     }
     .ml-xl-6,
     .mx-xl-6 {
         margin-left: 4rem !important
     }
     .m-xl-7 {
         margin: 5rem !important
     }
     .mt-xl-7,
     .my-xl-7 {
         margin-top: 5rem !important
     }
     .mr-xl-7,
     .mx-xl-7 {
         margin-right: 5rem !important
     }
     .mb-xl-7,
     .my-xl-7 {
         margin-bottom: 5rem !important
     }
     .ml-xl-7,
     .mx-xl-7 {
         margin-left: 5rem !important
     }
     .m-xl-8 {
         margin: 6.25rem !important
     }
     .mt-xl-8,
     .my-xl-8 {
         margin-top: 6.25rem !important
     }
     .mr-xl-8,
     .mx-xl-8 {
         margin-right: 6.25rem !important
     }
     .mb-xl-8,
     .my-xl-8 {
         margin-bottom: 6.25rem !important
     }
     .ml-xl-8,
     .mx-xl-8 {
         margin-left: 6.25rem !important
     }
     .m-xl-9 {
         margin: 9.25rem !important
     }
     .mt-xl-9,
     .my-xl-9 {
         margin-top: 9.25rem !important
     }
     .mr-xl-9,
     .mx-xl-9 {
         margin-right: 9.25rem !important
     }
     .mb-xl-9,
     .my-xl-9 {
         margin-bottom: 9.25rem !important
     }
     .ml-xl-9,
     .mx-xl-9 {
         margin-left: 9.25rem !important
     }
     .m-xl-10 {
         margin: 12.5rem !important
     }
     .mt-xl-10,
     .my-xl-10 {
         margin-top: 12.5rem !important
     }
     .mr-xl-10,
     .mx-xl-10 {
         margin-right: 12.5rem !important
     }
     .mb-xl-10,
     .my-xl-10 {
         margin-bottom: 12.5rem !important
     }
     .ml-xl-10,
     .mx-xl-10 {
         margin-left: 12.5rem !important
     }
     .p-xl-6 {
         padding: 4rem !important
     }
     .pt-xl-6,
     .py-xl-6 {
         padding-top: 4rem !important
     }
     .pr-xl-6,
     .px-xl-6 {
         padding-right: 4rem !important
     }
     .pb-xl-6,
     .py-xl-6 {
         padding-bottom: 4rem !important
     }
     .pl-xl-6,
     .px-xl-6 {
         padding-left: 4rem !important
     }
     .p-xl-7 {
         padding: 5rem !important
     }
     .pt-xl-7,
     .py-xl-7 {
         padding-top: 5rem !important
     }
     .pr-xl-7,
     .px-xl-7 {
         padding-right: 5rem !important
     }
     .pb-xl-7,
     .py-xl-7 {
         padding-bottom: 5rem !important
     }
     .pl-xl-7,
     .px-xl-7 {
         padding-left: 5rem !important
     }
     .p-xl-8 {
         padding: 6.25rem !important
     }
     .pt-xl-8,
     .py-xl-8 {
         padding-top: 6.25rem !important
     }
     .pr-xl-8,
     .px-xl-8 {
         padding-right: 6.25rem !important
     }
     .pb-xl-8,
     .py-xl-8 {
         padding-bottom: 6.25rem !important
     }
     .pl-xl-8,
     .px-xl-8 {
         padding-left: 6.25rem !important
     }
     .p-xl-9 {
         padding: 9.25rem !important
     }
     .pt-xl-9,
     .py-xl-9 {
         padding-top: 9.25rem !important
     }
     .pr-xl-9,
     .px-xl-9 {
         padding-right: 9.25rem !important
     }
     .pb-xl-9,
     .py-xl-9 {
         padding-bottom: 9.25rem !important
     }
     .pl-xl-9,
     .px-xl-9 {
         padding-left: 9.25rem !important
     }
     .p-xl-10 {
         padding: 12.5rem !important
     }
     .pt-xl-10,
     .py-xl-10 {
         padding-top: 12.5rem !important
     }
     .pr-xl-10,
     .px-xl-10 {
         padding-right: 12.5rem !important
     }
     .pb-xl-10,
     .py-xl-10 {
         padding-bottom: 12.5rem !important
     }
     .pl-xl-10,
     .px-xl-10 {
         padding-left: 12.5rem !important
     }
     .m-xl-n6 {
         margin: -4rem !important
     }
     .mt-xl-n6,
     .my-xl-n6 {
         margin-top: -4rem !important
     }
     .mr-xl-n6,
     .mx-xl-n6 {
         margin-right: -4rem !important
     }
     .mb-xl-n6,
     .my-xl-n6 {
         margin-bottom: -4rem !important
     }
     .ml-xl-n6,
     .mx-xl-n6 {
         margin-left: -4rem !important
     }
     .m-xl-n7 {
         margin: -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: 0.25em 0.4em;
     font-size: 0.875rem;
     font-weight: 700;
     line-height: 1;
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: 0.25rem;
     -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
 }
 @media(prefers-reduced-motion: reduce) {
     .badge {
         -webkit-transition: none;
         transition: none
     }
 }
 a.badge:hover,
 a.badge:focus {
     text-decoration: none
 }
 .badge:empty {
     display: none
 }
 .btn .badge {
     position: relative;
     top: -1px
 }
 .badge-pill {
     padding-right: 0.6em;
     padding-left: 0.6em;
     border-radius: 10rem
 }
 .badge-main {
     color: #fff;
     background-color: #5dacdc
 }
 a.badge-main:hover,
 a.badge-main:focus {
     color: #fff;
     background-color: #3397d3
 }
 a.badge-main:focus,
 a.badge-main.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 172, 220, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(93, 172, 220, 0.5)
 }
 .badge-accent-01 {
     color: #fff;
     background-color: #4ca1e3
 }
 a.badge-accent-01:hover,
 a.badge-accent-01:focus {
     color: #fff;
     background-color: #cc6d00
 }
 a.badge-accent-01:focus,
 a.badge-accent-01.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 136, 0, 0.5)
 }
 .badge-accent-02 {
     color: #fff;
     background-color: #15317a
 }
 a.badge-accent-02:hover,
 a.badge-accent-02:focus {
     color: #fff;
     background-color: #dabd2d
 }
 a.badge-accent-02:focus,
 a.badge-accent-02.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 203, 88, 0.5);
     box-shadow: 0 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 0.2rem rgba(223, 243, 247, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(223, 243, 247, 0.5)
 }
 .badge-color-01 {
     color: #212529;
     background-color: #F7F9FC
 }
 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 0.2rem rgba(245, 245, 245, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5)
 }
 .badge-color-02 {
     color: #212529;
     background-color: #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 0.2rem rgba(204, 204, 204, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5)
 }
 .badge-color-03 {
     color: #fff;
     background-color: #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 0.2rem rgba(0, 0, 0, 0.5);
     box-shadow: 0 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 0.2rem rgba(248, 249, 250, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
 }
 .badge-gray-200 {
     color: #212529;
     background-color: #e9ecef
 }
 a.badge-gray-200:hover,
 a.badge-gray-200:focus {
     color: #212529;
     background-color: #cbd3da
 }
 a.badge-gray-200:focus,
 a.badge-gray-200.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5)
 }
 .badge-gray-300 {
     color: #212529;
     background-color: #dee2e6
 }
 a.badge-gray-300:hover,
 a.badge-gray-300:focus {
     color: #212529;
     background-color: #c1c9d0
 }
 a.badge-gray-300:focus,
 a.badge-gray-300.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5)
 }
 .badge-gray-400 {
     color: #212529;
     background-color: #ced4da
 }
 a.badge-gray-400:hover,
 a.badge-gray-400:focus {
     color: #212529;
     background-color: #b1bbc4
 }
 a.badge-gray-400:focus,
 a.badge-gray-400.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5)
 }
 .badge-gray-500 {
     color: #fff;
     background-color: #adb5bd
 }
 a.badge-gray-500:hover,
 a.badge-gray-500:focus {
     color: #fff;
     background-color: #919ca6
 }
 a.badge-gray-500:focus,
 a.badge-gray-500.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5)
 }
 .badge-gray-600 {
     color: #fff;
     background-color: #6c757d
 }
 a.badge-gray-600:hover,
 a.badge-gray-600:focus {
     color: #fff;
     background-color: #545b62
 }
 a.badge-gray-600:focus,
 a.badge-gray-600.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
 }
 .badge-gray-700 {
     color: #fff;
     background-color: #495057
 }
 a.badge-gray-700:hover,
 a.badge-gray-700:focus {
     color: #fff;
     background-color: #32373b
 }
 a.badge-gray-700:focus,
 a.badge-gray-700.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5)
 }
 .badge-gray-800 {
     color: #fff;
     background-color: #343a40
 }
 a.badge-gray-800:hover,
 a.badge-gray-800:focus {
     color: #fff;
     background-color: #1d2124
 }
 a.badge-gray-800:focus,
 a.badge-gray-800.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
 }
 .badge-gray-900 {
     color: #fff;
     background-color: #212529
 }
 a.badge-gray-900:hover,
 a.badge-gray-900:focus {
     color: #fff;
     background-color: #0a0c0d
 }
 a.badge-gray-900:focus,
 a.badge-gray-900.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5)
 }
 .badge-twitter {
     color: #fff;
     background-color: #1da1f2
 }
 a.badge-twitter:hover,
 a.badge-twitter:focus {
     color: #fff;
     background-color: #0c85d0
 }
 a.badge-twitter:focus,
 a.badge-twitter.focus {
     outline: 0;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5)
 }
 .badge-white {
     color: #212529;
     background-color: #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 0.2rem rgba(255, 255, 255, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5)
 }
 .btn-main {
    color: #fff;
    background-color: #005BB6;
    border-color: #005BB6;
 }
 .btn-main:hover {
     color: #005BB6;
     border-color: #005BB6;
     background-color: #fff;
 }
 .btn-main:focus,
 .btn-main.focus {
     color: #fff;
     background-color: #005BB6;
     border-color: #005BB6;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 184, 225, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(117, 184, 225, 0.5)
 }
 .btn-main.disabled,
 .btn-main:disabled {
     color: #fff;
     background-color: #005BB6;
     border-color: #005BB6
 }
 .btn-main:not(:disabled):not(.disabled):active,
 .btn-main:not(:disabled):not(.disabled).active,
 .show > .btn-main.dropdown-toggle {
     color: #fff;
     background-color: #005BB6;
     border-color: #005BB6
 }
 .btn-main:not(:disabled):not(.disabled):active:focus,
 .btn-main:not(:disabled):not(.disabled).active:focus,
 .show>.btn-main.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(117, 184, 225, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(117, 184, 225, 0.5)
 }
 .btn-accent-01 {
     color: #fff;
     background-color: #15317A;
     border-color: #15317A
 }
 .btn-accent-01:hover {
     color: #15317A;
     border-color: #15317A;
     background-color: #fff;
 }
 .btn-accent-01:focus,
 .btn-accent-01.focus {
     color: #fff;
     background-color: #15317A;
     border-color: #15317A;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 154, 38, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 154, 38, 0.5)
 }
 .btn-accent-01.disabled,
 .btn-accent-01:disabled {
     color: #fff;
     background-color: #15317A;
     border-color: #15317A
 }
 .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: #15317A;
     border-color: #15317A
 }
 .btn-accent-01:not(:disabled):not(.disabled):active:focus,
 .btn-accent-01:not(:disabled):not(.disabled).active:focus,
 .show>.btn-accent-01.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 154, 38, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(255, 154, 38, 0.5)
 }
 .btn-accent-02 {
     color: #fff;
     background-color: #4CA1E3;
     border-color: #4CA1E3
 }
 .btn-accent-02:hover {
     color: #4CA1E3;
     border-color: #4CA1E3;
     background-color: #fff;
 }
 .btn-accent-02:focus,
 .btn-accent-02.focus {
     color: #fff;
     background-color: #4CA1E3;
     border-color: #4CA1E3;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 211, 113, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(230, 211, 113, 0.5)
 }
 .btn-accent-02.disabled,
 .btn-accent-02:disabled {
     color: #fff;
     background-color: #4CA1E3;
     border-color: #4CA1E3
 }
 .btn-accent-02:not(:disabled):not(.disabled):active,
 .btn-accent-02:not(:disabled):not(.disabled).active,
 .show > .btn-accent-02.dropdown-toggle {
     color: #fff;
     background-color: #4CA1E3;
     border-color: #4CA1E3
 }
 .btn-accent-02:not(:disabled):not(.disabled):active:focus,
 .btn-accent-02:not(:disabled):not(.disabled).active:focus,
 .show>.btn-accent-02.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 211, 113, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(230, 211, 113, 0.5)
 }
 .btn-accent-03 {
     color: #212529;
     background-color: #DDE9F4;
     border-color: #DDE9F4
 }
 .btn-accent-03:hover {
     color: #DDE9F4;
     border-color: #DDE9F4;
     background-color: #fff;
 }
 .btn-accent-03:focus,
 .btn-accent-03.focus {
     color: #212529;
     background-color: #DDE9F4;
     border-color: #DDE9F4;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 212, 216, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(195, 212, 216, 0.5)
 }
 .btn-accent-03.disabled,
 .btn-accent-03:disabled {
     color: #212529;
     background-color: #DDE9F4;
     border-color: #DDE9F4
 }
 .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: #DDE9F4;
     border-color: #DDE9F4
 }
 .btn-accent-03:not(:disabled):not(.disabled):active:focus,
 .btn-accent-03:not(:disabled):not(.disabled).active:focus,
 .show>.btn-accent-03.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(195, 212, 216, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(195, 212, 216, 0.5)
 }
 .btn-color-01 {
     color: #212529;
     background-color: #F7F9FC;
     border-color: #F7F9FC
 }
 .btn-color-01:hover {
     color: #F7F9FC;
     border-color: #F7F9FC;
     background-color: #fff;
 }
 .btn-color-01:focus,
 .btn-color-01.focus {
     color: #212529;
     background-color: #F7F9FC;
     border-color: #F7F9FC;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5)
 }
 .btn-color-01.disabled,
 .btn-color-01:disabled {
     color: #212529;
     background-color: #F7F9FC;
     border-color: #F7F9FC
 }
 .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: #F7F9FC;
     border-color: #F7F9FC
 }
 .btn-color-01:not(:disabled):not(.disabled):active:focus,
 .btn-color-01:not(:disabled):not(.disabled).active:focus,
 .show>.btn-color-01.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
     box-shadow: 0 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: #ccc;
     border-color: #ccc;
     background-color: #fff;
 }
 .btn-color-02:focus,
 .btn-color-02.focus {
     color: #212529;
     background-color: #ccc;
     border-color: #ccc;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
     box-shadow: 0 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: #ccc;
     border-color: #ccc
 }
 .btn-color-02:not(:disabled):not(.disabled):active:focus,
 .btn-color-02:not(:disabled):not(.disabled).active:focus,
 .show>.btn-color-02.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
     box-shadow: 0 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: #000;
     border-color: #000;
     background-color: #fff;
 }
 .btn-color-03:focus,
 .btn-color-03.focus {
     color: #fff;
     background-color: #000;
     border-color: #000;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
     box-shadow: 0 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 0.2rem rgba(38, 38, 38, 0.5);
     box-shadow: 0 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: #f8f9fa;
     border-color: #f8f9fa;
     background-color: transparent
 }
 .btn-gray-100:focus,
 .btn-gray-100.focus {
     color: #212529;
     background-color: #f8f9fa;
     border-color: #f8f9fa;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
     box-shadow: 0 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: #f8f9fa;
     border-color: #f8f9fa
 }
 .btn-gray-100:not(:disabled):not(.disabled):active:focus,
 .btn-gray-100:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-100.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
     box-shadow: 0 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: #e9ecef;
     border-color: #e9ecef;
     background-color: transparent
 }
 .btn-gray-200:focus,
 .btn-gray-200.focus {
     color: #212529;
     background-color: #e9ecef;
     border-color: #e9ecef;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
     box-shadow: 0 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: #e9ecef;
     border-color: #e9ecef
 }
 .btn-gray-200:not(:disabled):not(.disabled):active:focus,
 .btn-gray-200:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-200.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
     box-shadow: 0 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: #dee2e6;
     border-color: #dee2e6;
     background-color: transparent
 }
 .btn-gray-300:focus,
 .btn-gray-300.focus {
     color: #212529;
     background-color: #dee2e6;
     border-color: #dee2e6;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
     box-shadow: 0 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: #dee2e6;
     border-color: #dee2e6
 }
 .btn-gray-300:not(:disabled):not(.disabled):active:focus,
 .btn-gray-300:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-300.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
     box-shadow: 0 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: #ced4da;
     border-color: #ced4da;
     background-color: transparent
 }
 .btn-gray-400:focus,
 .btn-gray-400.focus {
     color: #212529;
     background-color: #ced4da;
     border-color: #ced4da;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
     box-shadow: 0 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: #ced4da;
     border-color: #ced4da
 }
 .btn-gray-400:not(:disabled):not(.disabled):active:focus,
 .btn-gray-400:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-400.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5)
 }
 .btn-gray-500 {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-gray-500:hover {
     color: #adb5bd;
     border-color: #adb5bd;
     background-color: transparent
 }
 .btn-gray-500:focus,
 .btn-gray-500.focus {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5)
 }
 .btn-gray-500.disabled,
 .btn-gray-500:disabled {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-gray-500:not(:disabled):not(.disabled):active,
 .btn-gray-500:not(:disabled):not(.disabled).active,
 .show > .btn-gray-500.dropdown-toggle {
     color: #fff;
     background-color: #adb5bd;
     border-color: #adb5bd
 }
 .btn-gray-500:not(:disabled):not(.disabled):active:focus,
 .btn-gray-500:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-500.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5)
 }
 .btn-gray-600 {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d
 }
 .btn-gray-600:hover {
     color: #6c757d;
     border-color: #6c757d;
     background-color: transparent
 }
 .btn-gray-600:focus,
 .btn-gray-600.focus {
     color: #fff;
     background-color: #6c757d;
     border-color: #6c757d;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
     box-shadow: 0 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: #6c757d;
     border-color: #6c757d
 }
 .btn-gray-600:not(:disabled):not(.disabled):active:focus,
 .btn-gray-600:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-600.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
     box-shadow: 0 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: #495057;
     border-color: #495057;
     background-color: transparent
 }
 .btn-gray-700:focus,
 .btn-gray-700.focus {
     color: #fff;
     background-color: #495057;
     border-color: #495057;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
     box-shadow: 0 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: #495057;
     border-color: #495057
 }
 .btn-gray-700:not(:disabled):not(.disabled):active:focus,
 .btn-gray-700:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-700.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
     box-shadow: 0 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: #343a40;
     border-color: #343a40;
     background-color: transparent
 }
 .btn-gray-800:focus,
 .btn-gray-800.focus {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
     box-shadow: 0 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: #343a40;
     border-color: #343a40
 }
 .btn-gray-800:not(:disabled):not(.disabled):active:focus,
 .btn-gray-800:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-800.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
     box-shadow: 0 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: #212529;
     border-color: #212529;
     background-color: transparent
 }
 .btn-gray-900:focus,
 .btn-gray-900.focus {
     color: #fff;
     background-color: #212529;
     border-color: #212529;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
     box-shadow: 0 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: #212529;
     border-color: #212529
 }
 .btn-gray-900:not(:disabled):not(.disabled):active:focus,
 .btn-gray-900:not(:disabled):not(.disabled).active:focus,
 .show>.btn-gray-900.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5)
 }
 .btn-twitter {
     color: #fff;
     background-color: #1da1f2;
     border-color: #1da1f2
 }
 .btn-twitter:hover {
     color: #1da1f2;
     border-color: #1da1f2;
     background-color: transparent
 }
 .btn-twitter:focus,
 .btn-twitter.focus {
     color: #fff;
     background-color: #1da1f2;
     border-color: #1da1f2;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
     box-shadow: 0 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: #1da1f2;
     border-color: #1da1f2
 }
 .btn-twitter:not(:disabled):not(.disabled):active:focus,
 .btn-twitter:not(:disabled):not(.disabled).active:focus,
 .show>.btn-twitter.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5)
 }
 .btn-white {
     color: #212529;
     background-color: #fff;
     border-color: #fff
 }
 .btn-white:hover {
     color: #fff;
     border-color: #fff;
     background-color: transparent
 }
 .btn-white:focus,
 .btn-white.focus {
     color: #212529;
     background-color: #fff;
     border-color: #fff;
     -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
     box-shadow: 0 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: #fff;
     border-color: #fff
 }
 .btn-white:not(:disabled):not(.disabled):active:focus,
 .btn-white:not(:disabled):not(.disabled).active:focus,
 .show>.btn-white.dropdown-toggle:focus {
     -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
     box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5)
 }
 #contact-form section p {
     line-height: 2rem
 }
 #contact-form .dcms_error_area p {
     line-height: 2rem !important
 }
 #contact-form .dcms_error_area p.error_text {
     display: block
 }
 #contact-form .dcms_error_area+div {
     float: left;
     margin-bottom: 1rem;
     width: 100%;
     height: 0
 }
 #contact-form input[type='text'] {
     width: 100%
 }
 #contact-form input[type='text'].family_name,
 #contact-form input[type='text'].first_name {
     width: 45%
 }
 @media(max-width: 991.98px) {
     #contact-form input[type='text'].family_name,
     #contact-form input[type='text'].first_name {
         width: 100%
     }
 }
 #contact-form input[type='text'].family_name_yomi,
 #contact-form input[type='text'].first_name_yomi {
     width: 43%
 }
 @media(max-width: 991.98px) {
     #contact-form input[type='text'].family_name_yomi,
     #contact-form input[type='text'].first_name_yomi {
         width: 100%
     }
 }
 #contact-form textarea {
     max-width: 100%;
     width: 100%
 }
 #contact-form #table_address tr td {
     padding: 8px 0
 }
 #contact-form #table_address tr td:first-child {
     min-width: 6rem;
     line-height: 1.4
 }
 #dcms_layoutPageBlockPasteArea p {
     line-height: 1.7;
     color: #333
 }
 #dcms_layoutPageBlockPasteArea .text-white p {
     color: #fff
 }
 #dcms_global_header .dropdown-toggle::after {
     display: none
 }
 h1,
 .h1 {
     margin-bottom: 1rem
 }
 h2,
 .h2 {
     margin-bottom: 1rem;
     line-height: 1.4
 }
 h3,
 .h3 {
     margin-bottom: 1rem;
     line-height: 1.3
 }
 h4,
 .h4 {
     margin-bottom: 1rem
 }
 h5,
 .h5 {
     margin-bottom: 1rem
 }
 h6,
 .h6 {
     margin-bottom: 1rem
 }
 small,
 .small {
     font-size: 90%
 }
 @media(min-width: 768px) {
     h1,
     .h1 {
         font-size: 3.1rem
     }
     h2,
     .h2 {
         font-size: 2rem;
     }
     h3,
     .h3 {
         font-size: 1.75rem;
         
     }
     h4,
     .h4 {
         font-size: 1.5rem
     }
     h5,
     .h5 {
         font-size: 1.25rem
     }
     h6,
     .h6 {
         font-size: 1rem
     }
 }
 @media(max-width: 991.98px) {
     h1,
     .h1 {
         font-size: 2.79rem
     }
     h2,
     .h2 {
         font-size: 1.8rem
     }
     h3,
     .h3 {
         font-size: 1.575rem
     }
     h4,
     .h4 {
         font-size: 1.35rem
     }
     h5,
     .h5 {
         font-size: 1.1875rem
     }
     h6,
     .h6 {
         font-size: 1rem
     }
 }
 @media(max-width: 767.98px) {
     h1,
     .h1 {
         font-size: 1.86rem
     }
     h2,
     .h2 {
         font-size: 1.4rem
     }
     h3,
     .h3 {
         font-size: 1.3125rem
     }
     h4,
     .h4 {
         font-size: 1.275rem
     }
     h5,
     .h5 {
         font-size: 1.1875rem
     }
     h6,
     .h6 {
         font-size: 1rem
     }
 }
 .dlb_title-copy {
     font-size: 3.1rem
 }
 @media(min-width: 768px) {
     .dlb_title-copy {
         font-size: 3.1rem
     }
 }
 @media(max-width: 991.98px) {
     .dlb_title-copy {
         font-size: 2.17rem
     }
 }
 @media(max-width: 767.98px) {
     .dlb_title-copy {
         font-size: 1.86rem
     }
 }
 .dlb_title-sub-01 {
     border-left-color: #005BB6
 }
 .dlb_title-sub-01::after {
     background-color: #ddd
 }
 .dlb_title-sub-02 {
     border-bottom-color: #5dacdc;
     border-left-color: #5dacdc
 }
 .dlb_title-sub-03 {
     border-left-color: #5dacdc
 }
 .dlb_title-sub-04::before {
     background-color: #005bb6
 }
 .dlb_title-sub-05 {
     border-bottom-color: #5dacdc
 }
 .dlb_title-sub-06::after {
     background-color: #005BB6
 }
 .dlb_title-sub-07 {
     background-color: #005BB6;
     color: #fff
 }
 .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: 0;
     left: 0;
     display: block;
     width: 5px;
     height: 35px;
     background-color: #5dacdc
 }
 .border_custom-01 {
     background-color: #4CA1E3;
     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 {
    color: inherit !important;
    text-decoration: none;
    transition: 0.2s;
}

.dlb_blog_column-4 .dlb_blog-item a:hover::before {
    opacity: 0.3;
}
 .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)
 }

 .stretched-link a:hover{
    opacity: 0.8;
    transition: 0.2s;
}
 .js-matchHeight .js-matchHeight-middle {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 auto;
     flex: 1 0 auto;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
 }
 .container {
     padding-top: 1.5rem;
     padding-bottom: 1.5rem;
    /* 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: 8px 12px;
     background-color: transparent;
     border: none;
     color: inherit;
     text-decoration: inherit
 }
 div.btn.btn-lg a {
     padding-top: 16px;
     padding-bottom: 16px
 }
 div.btn.d-table a {
     display: table-cell;
     vertical-align: middle
 }
 .rounded-sm,
 .rounded,
 .rounded-top,
 .rounded-right,
 .rounded-bottom,
 .rounded-left,
 .rounded-lg,
 .rounded-circle,
 .rounded-pill {
     overflow: hidden
 }
 .x-scroll {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch
 }
 .collapsed img {
     -webkit-transform: rotate(180deg);
     transform: rotate(180deg)
 }
 ol {
     margin-bottom: 0
 }
 .disable-auto-tel a[href^='tel:'] {
     color: inherit;
     text-decoration: none;
     pointer-events: none
 }
 .bm_title-01 {
     margin-bottom: 24px;
     text-align: center
 }
 .bm_title-02 {
     margin-bottom: 16px;
     text-align: center
 }
 .bm_navbar {
     padding-top: 0.25rem;
     padding-bottom: 0.25rem
 }
 .bm_navbar+.bs_header-spacer {
     height: 52px
 }
 .bm_navbar .bm_logo {
     padding: 0
 }
 .bm_navbar .bm_logo img {
     max-height: 35px;
     width: auto;
     vertical-align: top
 }
 .bm_navbar .bm_navbar-toggle ul {
     padding: 1.5rem;
     text-align: center
 }
 .bm_navbar .bm_navbar-toggle a {
     display: block;
     padding: 0.5rem;
     color: #ffffff
 }
 .bm_header {
     text-align: center
 }
 .bm_footer {
     padding: 1rem 1rem 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
 }
 #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 {
     display: block;
     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 #005BB6;
     border-right: 2px solid #005BB6;
     -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
     }
 }
 @media screen and(min-width: 992px) and(max-width: 1320px) {
     .header-tel {
         padding-right: 0.5rem
     }
     .header-tel .nav-btn {
         text-align: right
     }
 }
 .header-tel .btn {
     cursor: default !important
 }
 .header-tel .tel {
     display: inline-block;
     padding-left: 24px;
     background-position: 0 center;
     background-repeat: no-repeat;
     background-image: url('/dcms_media/image/common/telephone-fill.png');
     font-weight: bold;
     font-size: 18px;
     line-height: 20px
 }
 .header-tel .tel a {
     padding: 0;
     cursor: default !important
 }
 @media(max-width: 991.98px) {
     .header-tel .tel {
         font-size: 30px;
         line-height: 40px;
         margin-bottom: 4px;
         padding-left: 24px
     }
 }
 .header-tel .small {
     display: block;
     font-size: 8px;
     color: #777
 }
 @media(max-width: 991.98px) {
     .header-tel .small {
         font-size: 0.9rem
     }
 }
 .icon-mail a:before {
     content: '';
     background: url('/dcms_media/image/common/icon-mail.png') 0 0 no-repeat;
     width: 24px;
     height: 24px;
     display: inline-block;
     margin-right: 6px;
     vertical-align: middle
 }
 .icon-download a:before {
     content: '';
     background: url('/dcms_media/image/common/icon-download.png') 0 0 no-repeat;
     width: 24px;
     height: 24px;
     display: inline-block;
     margin-right: 6px;
     vertical-align: middle
 }

 .dropdown:hover .nav-link {
     color: #005BB6 !important
 }
 .dropdown:hover > .dropdown-menu {
     display: block;
     border: none
 }
 @media(max-width: 991.98px) {
     .dropdown:hover > .dropdown-menu {
         display: none
     }
 }
 .dropdown-menu a.dropdown-item {
     padding-top: 16px;
     padding-bottom: 16px
 }
 .dropdown-menu .btn {
     border-radius: 0 !important
 }
 .dropdown-menu .btn+.btn {
     border-top: 1px solid #dff3f7
 }
 .bs_header-01 {
     padding: 0;
     -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1)
 }
 .bs_header-01 .navbar-brand {
     padding: 0;
     margin-right: 0
 }
 .bs_header-01 .navbar-brand img {
    width: 270px;
    height: auto;
     -webkit-transition: opacity 0.2s ease;
     transition: opacity 0.2s ease
 }
 @media(max-width: 1199.98px) {
     .bs_header-01 .navbar-brand img {
         width: 220px;
     }
 }
 .bs_header-01 .navbar-brand:hover img {
     opacity: 0.8
 }
 .bs_header-01.navbar-light .navbar-toggler {
     border: none
 }
 .bs_header-01.navbar-light .navbar-nav a.nav-link {
     color: #333;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center
 }
 .bs_header-01.navbar-light .navbar-nav a.nav-link:hover,
 .bs_header-01.navbar-light .navbar-nav a.nav-link:active,
 .bs_header-01.navbar-light .navbar-nav a.nav-link:focus {
     color: #005BB6;
 }
 @media(min-width: 992px) {
     .bs_header-01.navbar-light .navbar-nav a.nav-link {
         height: 72px
     }
 }
 .bs_header-01 .dropdown-item:hover,
 .bs_header-01 .dropdown-item:focus {
     color: #005BB6
 }
 .bs_header-01 .dropdown-item:active {
     color: #005BB6;
     background-color: transparent
 }


 @media(max-width: 991.98px) {
     .bs_header-01 .nav-btn img {
         display: none
     }
 }
 @media(max-width: 991.98px) {
     .bs_header-01 .nav-btn img {
         display: none
     }
 }
 .bs_header-01+.bs_header-spacer {
     height: 72px
 }
 @media(max-width: 991.98px) {
     .bs_header-01+.bs_header-spacer {
         height: 44px
     }
 }
 .bs_header-01.bs_header-01-drop .navbar-nav {
     min-height: 87px
 }


 @media(max-width: 1400px) {
    .bs_header-01.bs_header-01-drop.navbar-light .navbar-nav a.nav-link {
        font-size: 14px;
    }

    .bs_header-01 div.btn a {
        padding: 8px 14px;
        font-size: 14px;
    }
}

@media(max-width: 1164px) {
    .bs_header-01.bs_header-01-drop.navbar-light .navbar-nav a.nav-link {
        font-size: 12px;
    }

    .bs_header-01 div.btn a {
        font-size: 12px;
    }
}

@media(max-width: 991.98px) {
    .bs_header-01.bs_header-01-drop.navbar-light .navbar-nav a.nav-link {
        font-size: 16px;
    }

    .bs_header-01 div.btn a {
        font-size: 16px;
    }
}
 @media(min-width: 992px) {
     .bs_header-01.bs_header-01-drop.navbar-light .navbar-nav a.nav-link {
         height: 87px
     }
 }
 .bs_header-01.bs_header-01-drop+.bs_header-spacer {
     height: 87px
 }
 @media(max-width: 991.98px) {
     .bs_header-01.bs_header-01-drop+.bs_header-spacer {
         height: 50px
     }
 }
 @media screen and(min-width: 992px) and(max-width: 1320px) {
     .bs_header-01.bs_header-01-drop+.bs_header-spacer {
         height: 113px
     }
 }
 @media screen and(min-width: 992px) and(max-width: 1320px) {
     .bs_header-01.bs_header-01-drop #navbar-01 {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-flow: column;
         flex-flow: column
     }
     .bs_header-01.bs_header-01-drop #navbar-01 .navbar-nav {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
         margin-right: 0;
         padding: 0 !important;
         min-height: 61px
     }
     .bs_header-01.bs_header-01-drop #navbar-01 .navbar-nav a.nav-link {
         height: 61px
     }
     .bs_header-01.bs_header-01-drop #navbar-01 > div {
         padding-top: 8px !important;
         margin-left: auto
     }
 }
 @media(min-width: 1200px) {
     .bs_header-01 .container-xl {
         max-width: 1300px
     }
 }
 @media(max-width: 991.98px) {
     .bs_header-01 .navbar-nav {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap
     }
     .bs_header-01 .nav-btn{
        max-width: 400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto!important;
    }
     .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 {
         text-align: center!important;
         margin-bottom: 10px;
    }

    .bs_footer-01 .bs_footer-icon .col-12.text-right{
        text-align: center!important;
   }
 }
 .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-icon .col-12 a{
     display: inline-block;
     margin-right: 10px;
}

.bs_footer-01 .bs_footer-icon .col-12 a:last-of-type{
    margin-right: 0px;
}
 .bs_footer-01 .bs_footer-logo:hover img {
     opacity: 0.8
 }
 .bs_footer-01 .bs_footer-logo img {
     -webkit-transition: opacity 0.2s ease;
     transition: opacity 0.2s ease
 }
 @media(min-width: 992px) {
     .bs_footer-01 .bs_copyright {
         font-size: 0.9rem
     }
 }
 .bs_header-02 {
     padding: 0;
     -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1)
 }
 .bs_header-02 .navbar-brand {
     padding: 0;
     margin-right: 0
 }
 .bs_header-02 .navbar-brand img {
     width: auto;
     height: 50px;
     -webkit-transition: opacity 0.2s ease;
     transition: opacity 0.2s ease
 }
 .bs_header-02 .navbar-brand:hover img {
     opacity: 0.8
 }
 @media(max-width: 991.98px) {
     .bs_header-02 .nav-btn img {
         display: none
     }
 }
 .bs_header-02+.bs_header-spacer {
     height: 72px
 }
 @media(max-width: 991.98px) {
     .bs_header-02+.bs_header-spacer {
         height: 50px
     }
 }
 @media(min-width: 1200px) {
     .bs_header-02 .container-xl {
         max-width: 1340px
     }
 }
 @media(max-width: 991.98px) {
     .bs_header-02 .navbar-nav {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -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
 }
 .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link {
     position: relative;
     border: none;
     outline: none;
     background-color: transparent;
     background-position: 0 0;
     background-repeat: no-repeat;
     width: 100%;
     text-align: left;
     margin: 20px 0 6px;
     padding: 0 0 0 40px;
     color: #333
 }
 .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:hover,
 .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:active,
 .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:focus {
     outline: none
 }
 .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link::before {
     position: absolute;
     top: 0;
     left: 0;
     content: '';
     display: inline-block;
     width: 24px;
     height: 24px;
     background-color: #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;
     min-width: 8px;
     margin-right: 0.5rem;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     position: absolute;
     top: 11px;
     left: 8px;
     margin-right: 0;
     -webkit-transition: 0.3s ease;
     transition: 0.3s ease;
     -webkit-transform-origin: center center 0;
     transform-origin: center center 0
 }
 .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed::before {
     background-color: #fff;
     border: 1px solid #15317a
 }
 .dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed:after {
     -webkit-transform: rotate(-225deg);
     transform: rotate(-225deg);
     top: 8px;
     left: 8px;
     border-color: #5dacdc
 }
 .dlb_firstview-left {
     background-repeat: no-repeat;
     background-size: cover;
     margin-bottom: 3rem
 }
 .dlb_firstview-left .container {
     margin-top: 0;
     margin-bottom: 0
 }
 .dlb_firstview-left .img-fluid {
     max-height: 100%;
     padding-bottom: 2rem
 }
 .dlb_firstview-left .img-fluid img {
     width: auto
 }
 .dlb_firstview-center .container {
     margin-top: 0;
     margin-bottom: 0
 }
 .dlb_contact_column .btn-contact a:before {
     content: '';
     display: inline-block;
     width: 15px;
     height: 16px;
     margin-right: 10px
 }
 .dlb_contact_column .btn-icon-download a:before {
     content: '';
     display: inline-block;
     width: 25px;
     height: 25px;
     position: relative;
     top: 6px;
     margin-top: -6px;
     margin-right: 10px
 }
 .dlb_firstview-text:before {
     background-color: #F7F9FC
 }
 .dlb_firstview-text .bg-img {
     background-color: #ccc
 }
 .dlb_contents_boxlink-icon .dlb_contents_boxlink-item {
     background-color: #F7F9FC
 }
 .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: #F7F9FC
     }
     .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: #F7F9FC
     }
 }
 .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: #F7F9FC
 }
 .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: #F7F9FC
     }
 }
 @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: #F7F9FC
     }
 }
 .dlb_contents_overflow .dlb_contents_overflow-right:before {
     background-color: #F7F9FC
 }
 @media(max-width: 767.98px) {
     .dlb_contents_overflow .dlb_contents_overflow-right .dlb_contents_overflow-data {
         background-color: #F7F9FC
     }
 }
 .dlb_contents_overflow .dlb_contents_overflow-left:before {
     background-color: #F7F9FC
 }
 @media(max-width: 767.98px) {
     .dlb_contents_overflow .dlb_contents_overflow-left .dlb_contents_overflow-data {
         background-color: #F7F9FC
     }
 }
 .dlb_flow-1 .dlb_flow-item+.dlb_flow-item::before {
     border-color: transparent transparent transparent #15317a
 }
 .dlb_flow-2 .dlb_flow-item+.dlb_flow-item .dlb_flow-title::before {
     border-color: #15317a 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: #15317a 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: #15317a 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: #F7F9FC
 }
 .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: #F7F9FC
 }
 .dlb_contact-area .dlb_contact-text:after {
     border-color: transparent transparent transparent #F7F9FC
 }
 .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 0 20px 20px;
         border-color: transparent transparent transparent #15317a
     }
 }
 .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.1em;
     text-indent: -1.1em
 }
 @media(max-width: 767.98px) {
     .privacy-title {
         padding-left: 1em;
         text-indent: -1em
     }
 }
 .js_open,
 .js_morelink {
     display: none
 }
 #locator_t_under,
 #locator,
 #locator_template_c2 {
     margin-top: 0
 }
 .blog_search {
     margin-bottom: 24px;
     width: 100%;
     border-width: 2px;
     border-style: solid
 }
 .blog_search input {
     display: block;
     padding: 0 4%;
     border-radius: 0;
     height: 48px;
     border: none
 }
 .blog_search input.search_txt {
     float: left;
     line-height: 36px;
     width: 82%
 }
 .blog_search input.submit_btn {
     background-repeat: no-repeat;
     background-position: center;
     background-size: 24px auto;
     border: medium none;
     cursor: pointer;
     float: right;
     padding: 0;
     text-indent: -9999px;
     width: 18%
 }
 .side {
     margin-bottom: 16px
 }
 .side li {
     list-style: none
 }
 .side .title {
     font-size: 16px;
     line-height: 40px;
     text-align: center;
     margin-bottom: 0
 }
 .side .dlb_blog-item {
     position: relative
 }
 .side ul,
 .side .reco {
     padding-left: 0
 }
 .side .reco {
     margin-top: 20px
 }
 .side .reco li {
     margin-bottom: 10px
 }
 .side .reco li .reco_thumbnail {
     float: left;
     width: 35%;
     margin-bottom: 0;
 }

 .side .reco li .reco_thumbnail{
    overflow: hidden;
  }
  .side .reco li .reco_thumbnail img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .side .reco li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  
 .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: normal;
     line-height: 1.3;
     color: #212529;
     overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
 }

 article .info .title a{
    color: #212529;
}
 .side .reco li a {
     display: block
 }
 .side .reco li a:hover .info {
     text-decoration: underline
 }
 @media only screen and(min-width: 691px) and(max-width: 979px) {
     .side .reco li {
         width: 48%;
         float: left;
         margin-right: 4%;
         margin-bottom: 0;
         margin-top: 15px
     }
     .side .reco li:nth-child(2n) {
         margin-right: 0
     }
 }
 @media only screen and(min-width: 691px) and(max-width: 979px) {
     .side .reco {
         margin-top: 5px;
         margin-bottom: 20px
     }
 }
 .side .sweep {
     padding: 20px 15px
 }
 .side .sweep li {
     display: inline-block;
     margin: 2px 2px 2px 0
 }
 .side .archive li {
     display: block;
     /* margin: 6px 0 6px 14px */
 }
 .side .archive li:first-child {
     margin-top: 0
 }
 .side .archive li:last-child {
     margin-bottom: 0
 }
 .side .archive li a {
     position: relative;
     display: block;
     font-size: 0.875rem;
     font-weight: normal;
 }
 .side .archive li a:before {
     width: 6px;
     height: 6px
 }
 @media only screen and(min-width: 691px) and(max-width: 979px) {
     .side .archive li {
         display: inline-block;
         margin-right: 10px
     }
 }
 .side .cate li a {
     display: block;
     font-size: 0.875rem;
     line-height: 1.2;
     padding: 3px 6px 4px;
     border-radius: 0.25rem;
     font-weight: normal;
 }
 .side .tag li {
     margin: 0 10px 6px 0
 }
 .side .tag li a {
     display: block;
     font-size: 0.875rem;
     line-height: 1.2;
     padding: 3px 6px 4px;
     font-weight: bold;
     border-radius: 0.25rem
 }
 .side .tag li a:hover {
     text-decoration: underline
 }
 .side .btn {
    width: 100%;
    font-size: 0.875rem;
    position: relative;
    padding: 13px 2%;
    border: 1px solid #005BB6;
    font-weight: bold;
    background-color: #fff;
 }
 .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 #005BB6;
     border-right: 2px solid #005BB6;
     -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
 }
 .sns_share.foot {
     padding-left: 0;
     border-width: 0px!important;
 }
 .text-white a {
     color: #fff
 }
 .text-black a {
     color: #000
 }
 .overflow-unset {
     overflow: unset
 }
 #locator,
 #locator_template_c2 {
     font-size: 10px;
     line-height: 1.4;
     padding: 12px 0;
     border-width: 1px 0 1px 0;
     border-style: solid;
     border-color: #F7F9FC;
     background-color: #F7F9FC;
     width: 100vw;
     width: 100%
 }
 #locator li,
 #locator_template_c2 li {
     display: inline-block;
     list-style: none;
     margin-right: 6px;
     position: relative
 }
 #locator li::after,
 #locator_template_c2 li::after {
     content: '>';
     margin-left: 6px
 }
 #locator li:last-child::after,
 #locator_template_c2 li:last-child::after {
     display: none
 }
 #locator .inner,
 #locator_template_c2 .inner {
     width: 94%;
     padding-left: 0;
     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: #4ca1e3;
     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: #F7F9FC;
     border: 1px solid #ccc;
     color: #777;
     min-height: 39px
 }
 .container #form_contact_main select {
     padding: 0.5rem;
     font-size: 1rem;
     background-color: #F7F9FC;
     border: 1px solid #ccc;
     color: #777
 }
 .container #form_contact_main textarea {
     font-size: 1rem;
     background-color: #F7F9FC;
     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;
     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
     }
 }
 #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: #6C757D;
 }
 article#main {
     border: 0;
     padding: 0
 }
 article#main a {
     text-decoration: underline
 }
 article#main .btn a,
 article#main .btn_bg a,
 article#main .catelist a {
     text-decoration: none
 }
 article#main .taglist a {
     text-decoration: none
 }
 article#main .taglist a:hover {
     text-decoration: underline
 }
 article {
     padding: 16px;
     border: 1px solid #DDDDDD;
 }
 article+article {
    margin-top: 24px;
    margin-bottom: 0;
 }
 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: #4ca1e3
 }
 #relation .title {
    border-width: 0px!important;
    padding-bottom: 0px!important;
    border-color: #eeeeee;
 }
 .relationlist time {
     color: #777777
 }

 .relationlist .txt{
    overflow: hidden;
    -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
 }
 .toc_list li:hover a{
    text-decoration: underline!important;
 }

 .relationlist .post_thumbnail {
    overflow: hidden;
}
.relationlist .post_thumbnail img{
-webkit-transition: .3s;
    transition: .3s;
}
.relationlist:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sns_share.foot {
    border-width: 0px 0 0 0;
}

#relation .title {
    border-width: 0 0 0px 0;
}

 .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: #005BB6;
 }
 .side .title {
     background-color: #005BB6;
     font-weight: normal;
     color: #ffffff
 }
 .side .cate li a {
     color: #ffffff;
     font-weight: normal;
     background-color: #4CA1E3;
     border: 1px solid #4CA1E3;
     -webkit-transition: 0.2s ease;
     transition: 0.2s ease
 }
 .side .cate li a:hover {
    border: 1px solid #4CA1E3;
     background-color: #fff;
     color: #4CA1E3;
     transition: 0.2s ease;
 }
 .side .tag li a {
    font-weight: normal;
     -webkit-transition: 0.2s ease;
     transition: 0.2s ease
 }
 .side .btn {
     color: #005BB6;
 }
 .side .btn:hover {
     background-color: #005BB6;
     border: 1px solid #005BB6;
     color: #fff;
 }
 .side .btn:hover span:before {
     border-color: #ffffff
 }
 .side .sweep {
     border-color: #DDDDDD;
 }
 .taglist a {
     display: block;
     font-size: 0.875rem;
     font-weight: normal;
     line-height: 1.2;
     padding: 3px 6px 4px;
     border-radius: 0.25rem;
     font-weight: normal;
     -webkit-transition: 0.2s ease;
     transition: 0.2s ease;
     text-decoration: none
 }
 .taglist a:hover {
     text-decoration: underline
 }
 .catelist a {
     display: block;
     font-size: 0.875rem;
     font-weight: normal;
     line-height: 1.2;
     padding: 3px 6px 4px;
     border-radius: 0.25rem;
     font-weight: normal;
     -webkit-transition: 0.2s ease;
     transition: 0.2s ease;
     color: #fff;
     background-color: #4CA1E3;
     border: 1px solid #4CA1E3;
 }
 .catelist a:hover {
     color: #4CA1E3;
     background-color: #fff;
     border: 1px solid #4CA1E3;
 }
 .catelist a:before {
     color: #F7F9FC
 }
 .archivelist .list a {
    font-weight: normal;
    color: #4CA1E3;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: #fff;
   border: 1px solid #4CA1E3;
 }
 .archivelist .list a:hover,
 .archivelist .list a.current {
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: #4CA1E3;
    border: 1px solid #4CA1E3;
 }
 .newold a,
 .pager a {
    font-weight: normal;
     color: #5dacdc
 }
 .pager span {
    font-weight: normal;
     background-color: #dff3f7;
     color: #ffffff
 }
 #locator_t_under,
 #locator,
 #locator_template_c2,
 #locator_t_up {
     background-color: #F7F9FC;
     border-color: #F7F9FC
 }
 .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: #F7F9FC
 }
 .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: #4ca1e3;
     background-color: #4ca1e3
 }
 @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: #F7F9FC
 }
 .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: #4ca1e3
 }
 .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: #F7F9FC;
     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: #F7F9FC
 }
 .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: #F7F9FC
 }
 .sm_g_block {
     background-color: #ffffff;
     border-top: 5px solid;
     -o-border-image: linear-gradient(to right, #f4ca1e308, #ffc837);
     border-image: -webkit-gradient(linear, left top, right top, from(#f4ca1e308), to(#ffc837));
     border-image: linear-gradient(to right, #f4ca1e308, #ffc837);
     border-image-slice: 100%;
     border-image-slice: 100%;
     border-image-slice: 1
 }
 .sm_g_area2 {
     background-color: #F7F9FC
 }
 .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_box:hover::after {
     background-color: rgba(0, 0, 0, 0.2)
 }
 .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
 }
 .is-main_current > a {
     color: #005BB6;
 }
 .navbar .navbar-nav .nav-item.is-main_current > a {
     color: #005BB6;
 }