   :root {
       --primaryColor: #323232;
       --primaryColorHover: #323232;
       --secondaryColor: #93857a;
       --textColor: #4d3f33;
       --cartTextColor: #747483;
       --evident: #ff8585;
       --radius: 60px;
       --subMenuRadius: 5px;
       --headerH: 149px;
       --success: #83bb11;
       --successSoft: #4dab41;
       --successHover: #52cf00;
       --font: roboto;
       --titleFont: "Lora", serif;
       --footerBg: #212121;
       --headerBg: #2f3d4ad9;
       --bodyBg: ghostwhite;
       --subMenuColor: #1f1f20;
       --subMenuLineHeight: 60px;
       --buttonBg: #174afb14;
       --cartBg: #f5f5f6;

       /**/

       --buttonFontSize: 16px;
       --buttonLineHeight: 50px;
       --iconMargin: 10px;
       --buttonPadding: 0px 25px;

       /**/

       --facebookColor: #0866ff;
       --instagramColor: xxx;
       --twitterColor: xxx;
       --linkedinColor: xxx;
       --youtubeColor: xxx;
       --googleColor: #de4f37;

   }

   @media screen and (max-width:992px) {
       :root {
           --headerH: 100px;
       }
   }

   @charset "UTF-8";

   /*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
   :root {
       --bs-blue: #0d6efd;
       --bs-indigo: #6610f2;
       --bs-purple: #6f42c1;
       --bs-pink: #d63384;
       --bs-red: #dc3545;
       --bs-orange: #fd7e14;
       --bs-yellow: #ffc107;
       --bs-green: #198754;
       --bs-teal: #20c997;
       --bs-cyan: #0dcaf0;
       --bs-white: #fff;
       --bs-gray: #6c757d;
       --bs-gray-dark: #343a40;
       --bs-primary: #0d6efd;
       --bs-secondary: #6c757d;
       --bs-success: #198754;
       --bs-info: #0dcaf0;
       --bs-warning: #ffc107;
       --bs-danger: #dc3545;
       --bs-light: #f8f9fa;
       --bs-dark: #212529;
       --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
       --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
       --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
   }

   *,
   ::after,
   ::before {
       box-sizing: border-box
   }

   @media (prefers-reduced-motion:no-preference) {
       :root {
           scroll-behavior: smooth
       }
   }

   body {
       margin: 0;
       font-family: var(--bs-font-sans-serif);
       font-size: 1rem;
       font-weight: 400;
       line-height: 1.5;
       color: #212529;
       background-color: #fff;
       -webkit-text-size-adjust: 100%;
       -webkit-tap-highlight-color: transparent
   }

   [tabindex="-1"]:focus:not(:focus-visible) {
       outline: 0 !important
   }

   hr {
       margin: 1rem 0;
       color: inherit;
       background-color: currentColor;
       border: 0;
       opacity: .25
   }

   hr:not([size]) {
       height: 1px
   }

   .h1,
   .h2,
   .h3,
   .h4,
   .h5,
   .h6,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
       margin-top: 0;
       margin-bottom: .5rem;
       font-weight: 500;
       line-height: 1.2
   }

   .h1,
   h1 {
       font-size: calc(1.375rem + 1.5vw)
   }

   @media (min-width:1200px) {

       .h1,
       h1 {
           font-size: 2.5rem
       }
   }

   .h2,
   h2 {
       font-size: calc(1.325rem + .9vw)
   }

   @media (min-width:1200px) {

       .h2,
       h2 {
           font-size: 2rem
       }
   }

   .h3,
   h3 {
       font-size: calc(1.3rem + .6vw)
   }

   @media (min-width:1200px) {

       .h3,
       h3 {
           font-size: 1.75rem
       }
   }

   .h4,
   h4 {
       font-size: calc(1.275rem + .3vw)
   }

   @media (min-width:1200px) {

       .h4,
       h4 {
           font-size: 1.5rem
       }
   }

   .h5,
   h5 {
       font-size: 1.25rem
   }

   .h6,
   h6 {
       font-size: 1rem
   }

   p {
       margin-top: 0;
       margin-bottom: 1rem
   }

   abbr[data-bs-original-title],
   abbr[title] {
       text-decoration: underline;
       -webkit-text-decoration: underline dotted;
       text-decoration: underline dotted;
       cursor: help;
       -webkit-text-decoration-skip-ink: none;
       text-decoration-skip-ink: none
   }

   address {
       margin-bottom: 1rem;
       font-style: normal;
       line-height: inherit
   }

   ol,
   ul {
       padding-left: 2rem
   }

   dl,
   ol,
   ul {
       margin-top: 0;
       margin-bottom: 1rem
   }

   ol ol,
   ol ul,
   ul ol,
   ul ul {
       margin-bottom: 0
   }

   dt {
       font-weight: 700
   }

   dd {
       margin-bottom: .5rem;
       margin-left: 0
   }

   blockquote {
       margin: 0 0 1rem
   }

   b,
   strong {
       font-weight: bolder
   }

   .small,
   small {
       font-size: .875em
   }

   .mark,
   mark {
       padding: .2em;
       background-color: #fcf8e3
   }

   sub,
   sup {
       position: relative;
       font-size: .75em;
       line-height: 0;
       vertical-align: baseline
   }

   sub {
       bottom: -.25em
   }

   sup {
       top: -.5em
   }

   a {
       color: #0d6efd;
       text-decoration: underline
   }

   a:hover {
       color: #0a58ca
   }

   a:not([href]):not([class]),
   a:not([href]):not([class]):hover {
       color: inherit;
       text-decoration: none
   }

   code,
   kbd,
   pre,
   samp {
       font-family: var(--bs-font-monospace);
       font-size: 1em;
       direction: ltr;
       unicode-bidi: bidi-override
   }

   pre {
       display: block;
       margin-top: 0;
       margin-bottom: 1rem;
       overflow: auto;
       font-size: .875em
   }

   pre code {
       font-size: inherit;
       color: inherit;
       word-break: normal
   }

   code {
       font-size: .875em;
       color: #d63384;
       word-wrap: break-word
   }

   a>code {
       color: inherit
   }

   kbd {
       padding: .2rem .4rem;
       font-size: .875em;
       color: #fff;
       background-color: #212529;
       border-radius: .2rem
   }

   kbd kbd {
       padding: 0;
       font-size: 1em;
       font-weight: 700
   }

   figure {
       margin: 0 0 1rem
   }

   img,
   svg {
       vertical-align: middle
   }

   table {
       caption-side: bottom;
       border-collapse: collapse
   }

   caption {
       padding-top: .5rem;
       padding-bottom: .5rem;
       color: #6c757d;
       text-align: left
   }

   th {
       text-align: inherit;
       text-align: -webkit-match-parent
   }

   tbody,
   td,
   tfoot,
   th,
   thead,
   tr {
       border-color: inherit;
       border-style: solid;
       border-width: 0
   }

   label {
       display: inline-block
   }

   button {
       border-radius: 0
   }

   button:focus:not(:focus-visible) {
       outline: 0
   }

   button,
   input,
   optgroup,
   select,
   textarea {
       margin: 0;
       font-family: inherit;
       font-size: inherit;
       line-height: inherit
   }

   button,
   select {
       text-transform: none
   }

   [role=button] {
       cursor: pointer
   }

   select {
       word-wrap: normal
   }

   [list]::-webkit-calendar-picker-indicator {
       display: none
   }

   [type=button],
   [type=reset],
   [type=submit],
   button {
       -webkit-appearance: button
   }

   [type=button]:not(:disabled),
   [type=reset]:not(:disabled),
   [type=submit]:not(:disabled),
   button:not(:disabled) {
       cursor: pointer
   }

   ::-moz-focus-inner {
       padding: 0;
       border-style: none
   }

   textarea {
       resize: vertical
   }

   fieldset {
       min-width: 0;
       padding: 0;
       margin: 0;
       border: 0
   }

   legend {
       float: left;
       width: 100%;
       padding: 0;
       margin-bottom: .5rem;
       font-size: calc(1.275rem + .3vw);
       line-height: inherit
   }

   @media (min-width:1200px) {
       legend {
           font-size: 1.5rem
       }
   }

   legend+* {
       clear: left
   }

   ::-webkit-datetime-edit-day-field,
   ::-webkit-datetime-edit-fields-wrapper,
   ::-webkit-datetime-edit-hour-field,
   ::-webkit-datetime-edit-minute,
   ::-webkit-datetime-edit-month-field,
   ::-webkit-datetime-edit-text,
   ::-webkit-datetime-edit-year-field {
       padding: 0
   }

   ::-webkit-inner-spin-button {
       height: auto
   }

   [type=search] {
       outline-offset: -2px;
       -webkit-appearance: textfield
   }

   ::-webkit-search-decoration {
       -webkit-appearance: none
   }

   ::-webkit-color-swatch-wrapper {
       padding: 0
   }

   ::file-selector-button {
       font: inherit
   }

   ::-webkit-file-upload-button {
       font: inherit;
       -webkit-appearance: button
   }

   output {
       display: inline-block
   }

   iframe {
       border: 0
   }

   summary {
       display: list-item;
       cursor: pointer
   }

   progress {
       vertical-align: baseline
   }

   [hidden] {
       display: none !important
   }

   .lead {
       font-size: 1.25rem;
       font-weight: 300
   }

   .display-1 {
       font-size: calc(1.625rem + 4.5vw);
       font-weight: 300;
       line-height: 1.2
   }

   @media (min-width:1200px) {
       .display-1 {
           font-size: 5rem
       }
   }

   .display-2 {
       font-size: calc(1.575rem + 3.9vw);
       font-weight: 300;
       line-height: 1.2
   }

   @media (min-width:1200px) {
       .display-2 {
           font-size: 4.5rem
       }
   }

   .display-3 {
       font-size: calc(1.525rem + 3.3vw);
       font-weight: 300;
       line-height: 1.2
   }

   @media (min-width:1200px) {
       .display-3 {
           font-size: 4rem
       }
   }

   .display-4 {
       font-size: calc(1.475rem + 2.7vw);
       font-weight: 300;
       line-height: 1.2
   }

   @media (min-width:1200px) {
       .display-4 {
           font-size: 3.5rem
       }
   }

   .display-5 {
       font-size: calc(1.425rem + 2.1vw);
       font-weight: 300;
       line-height: 1.2
   }

   @media (min-width:1200px) {
       .display-5 {
           font-size: 3rem
       }
   }

   .display-6 {
       font-size: calc(1.375rem + 1.5vw);
       font-weight: 300;
       line-height: 1.2
   }

   @media (min-width:1200px) {
       .display-6 {
           font-size: 2.5rem
       }
   }

   .list-unstyled {
       padding-left: 0;
       list-style: none
   }

   .list-inline {
       padding-left: 0;
       list-style: none
   }

   .list-inline-item {
       display: inline-block
   }

   .list-inline-item:not(:last-child) {
       margin-right: .5rem
   }

   .initialism {
       font-size: .875em;
       text-transform: uppercase
   }

   .blockquote {
       margin-bottom: 1rem;
       font-size: 1.25rem
   }

   .blockquote>:last-child {
       margin-bottom: 0
   }

   .blockquote-footer {
       margin-top: -1rem;
       margin-bottom: 1rem;
       font-size: .875em;
       color: #6c757d
   }

   .blockquote-footer::before {
       content: "— "
   }

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

   .img-thumbnail {
       padding: .25rem;
       background-color: #fff;
       border: 1px solid #dee2e6;
       border-radius: .25rem;
       max-width: 100%;
       height: auto
   }

   .figure {
       display: inline-block
   }

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

   .figure-caption {
       font-size: .875em;
       color: #6c757d
   }

   .container,
   .container-fluid,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl {
       width: 100%;
       padding-right: var(--bs-gutter-x, .75rem);
       padding-left: var(--bs-gutter-x, .75rem);
       margin-right: auto;
       margin-left: auto
   }

   @media (min-width:576px) {

       .container,
       .container-sm {
           max-width: 540px
       }
   }

   @media (min-width:768px) {

       .container,
       .container-md,
       .container-sm {
           max-width: 720px
       }
   }

   @media (min-width:992px) {

       .container,
       .container-lg,
       .container-md,
       .container-sm {
           max-width: 960px
       }
   }

   @media (min-width:1200px) {

       .container,
       .container-lg,
       .container-md,
       .container-sm,
       .container-xl {
           max-width: 1140px
       }
   }

   @media (min-width:1400px) {

       .container,
       .container-lg,
       .container-md,
       .container-sm,
       .container-xl,
       .container-xxl {
           max-width: 1320px
       }
   }

   .row {
       --bs-gutter-x: 1.5rem;
       --bs-gutter-y: 0;
       display: flex;
       flex-wrap: wrap;
       margin-top: calc(var(--bs-gutter-y) * -1);
       margin-right: calc(var(--bs-gutter-x)/ -2);
       margin-left: calc(var(--bs-gutter-x)/ -2)
   }

   .row>* {
       flex-shrink: 0;
       width: 100%;
       max-width: 100%;
       padding-right: calc(var(--bs-gutter-x)/ 2);
       padding-left: calc(var(--bs-gutter-x)/ 2);
       margin-top: var(--bs-gutter-y)
   }

   .col {
       flex: 1 0 0%
   }

   .row-cols-auto>* {
       flex: 0 0 auto;
       width: auto
   }

   .row-cols-1>* {
       flex: 0 0 auto;
       width: 100%
   }

   .row-cols-2>* {
       flex: 0 0 auto;
       width: 50%
   }

   .row-cols-3>* {
       flex: 0 0 auto;
       width: 33.3333333333%
   }

   .row-cols-4>* {
       flex: 0 0 auto;
       width: 25%
   }

   .row-cols-5>* {
       flex: 0 0 auto;
       width: 20%
   }

   .row-cols-6>* {
       flex: 0 0 auto;
       width: 16.6666666667%
   }

   .col-auto {
       flex: 0 0 auto;
       width: auto
   }

   .col-1 {
       flex: 0 0 auto;
       width: 8.3333333333%
   }

   .col-2 {
       flex: 0 0 auto;
       width: 16.6666666667%
   }

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

   .col-4 {
       flex: 0 0 auto;
       width: 33.3333333333%
   }

   .col-5 {
       flex: 0 0 auto;
       width: 41.6666666667%
   }

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

   .col-7 {
       flex: 0 0 auto;
       width: 58.3333333333%
   }

   .col-8 {
       flex: 0 0 auto;
       width: 66.6666666667%
   }

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

   .col-10 {
       flex: 0 0 auto;
       width: 83.3333333333%
   }

   .col-11 {
       flex: 0 0 auto;
       width: 91.6666666667%
   }

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

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

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

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

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

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

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

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

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

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

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

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

   .g-0,
   .gx-0 {
       --bs-gutter-x: 0
   }

   .g-0,
   .gy-0 {
       --bs-gutter-y: 0
   }

   .g-1,
   .gx-1 {
       --bs-gutter-x: 0.25rem
   }

   .g-1,
   .gy-1 {
       --bs-gutter-y: 0.25rem
   }

   .g-2,
   .gx-2 {
       --bs-gutter-x: 0.5rem
   }

   .g-2,
   .gy-2 {
       --bs-gutter-y: 0.5rem
   }

   .g-3,
   .gx-3 {
       --bs-gutter-x: 1rem
   }

   .g-3,
   .gy-3 {
       --bs-gutter-y: 1rem
   }

   .g-4,
   .gx-4 {
       --bs-gutter-x: 1.5rem
   }

   .g-4,
   .gy-4 {
       --bs-gutter-y: 1.5rem
   }

   .g-5,
   .gx-5 {
       --bs-gutter-x: 3rem
   }

   .g-5,
   .gy-5 {
       --bs-gutter-y: 3rem
   }

   @media (min-width:576px) {
       .col-sm {
           flex: 1 0 0%
       }

       .row-cols-sm-auto>* {
           flex: 0 0 auto;
           width: auto
       }

       .row-cols-sm-1>* {
           flex: 0 0 auto;
           width: 100%
       }

       .row-cols-sm-2>* {
           flex: 0 0 auto;
           width: 50%
       }

       .row-cols-sm-3>* {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .row-cols-sm-4>* {
           flex: 0 0 auto;
           width: 25%
       }

       .row-cols-sm-5>* {
           flex: 0 0 auto;
           width: 20%
       }

       .row-cols-sm-6>* {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-sm-auto {
           flex: 0 0 auto;
           width: auto
       }

       .col-sm-1 {
           flex: 0 0 auto;
           width: 8.3333333333%
       }

       .col-sm-2 {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-sm-3 {
           flex: 0 0 auto;
           width: 25%
       }

       .col-sm-4 {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .col-sm-5 {
           flex: 0 0 auto;
           width: 41.6666666667%
       }

       .col-sm-6 {
           flex: 0 0 auto;
           width: 50%
       }

       .col-sm-7 {
           flex: 0 0 auto;
           width: 58.3333333333%
       }

       .col-sm-8 {
           flex: 0 0 auto;
           width: 66.6666666667%
       }

       .col-sm-9 {
           flex: 0 0 auto;
           width: 75%
       }

       .col-sm-10 {
           flex: 0 0 auto;
           width: 83.3333333333%
       }

       .col-sm-11 {
           flex: 0 0 auto;
           width: 91.6666666667%
       }

       .col-sm-12 {
           flex: 0 0 auto;
           width: 100%
       }

       .offset-sm-0 {
           margin-left: 0
       }

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

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

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

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

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

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

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

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

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

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

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

       .g-sm-0,
       .gx-sm-0 {
           --bs-gutter-x: 0
       }

       .g-sm-0,
       .gy-sm-0 {
           --bs-gutter-y: 0
       }

       .g-sm-1,
       .gx-sm-1 {
           --bs-gutter-x: 0.25rem
       }

       .g-sm-1,
       .gy-sm-1 {
           --bs-gutter-y: 0.25rem
       }

       .g-sm-2,
       .gx-sm-2 {
           --bs-gutter-x: 0.5rem
       }

       .g-sm-2,
       .gy-sm-2 {
           --bs-gutter-y: 0.5rem
       }

       .g-sm-3,
       .gx-sm-3 {
           --bs-gutter-x: 1rem
       }

       .g-sm-3,
       .gy-sm-3 {
           --bs-gutter-y: 1rem
       }

       .g-sm-4,
       .gx-sm-4 {
           --bs-gutter-x: 1.5rem
       }

       .g-sm-4,
       .gy-sm-4 {
           --bs-gutter-y: 1.5rem
       }

       .g-sm-5,
       .gx-sm-5 {
           --bs-gutter-x: 3rem
       }

       .g-sm-5,
       .gy-sm-5 {
           --bs-gutter-y: 3rem
       }
   }

   @media (min-width:768px) {
       .col-md {
           flex: 1 0 0%
       }

       .row-cols-md-auto>* {
           flex: 0 0 auto;
           width: auto
       }

       .row-cols-md-1>* {
           flex: 0 0 auto;
           width: 100%
       }

       .row-cols-md-2>* {
           flex: 0 0 auto;
           width: 50%
       }

       .row-cols-md-3>* {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .row-cols-md-4>* {
           flex: 0 0 auto;
           width: 25%
       }

       .row-cols-md-5>* {
           flex: 0 0 auto;
           width: 20%
       }

       .row-cols-md-6>* {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-md-auto {
           flex: 0 0 auto;
           width: auto
       }

       .col-md-1 {
           flex: 0 0 auto;
           width: 8.3333333333%
       }

       .col-md-2 {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-md-3 {
           flex: 0 0 auto;
           width: 25%
       }

       .col-md-4 {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .col-md-5 {
           flex: 0 0 auto;
           width: 41.6666666667%
       }

       .col-md-6 {
           flex: 0 0 auto;
           width: 50%
       }

       .col-md-7 {
           flex: 0 0 auto;
           width: 58.3333333333%
       }

       .col-md-8 {
           flex: 0 0 auto;
           width: 66.6666666667%
       }

       .col-md-9 {
           flex: 0 0 auto;
           width: 75%
       }

       .col-md-10 {
           flex: 0 0 auto;
           width: 83.3333333333%
       }

       .col-md-11 {
           flex: 0 0 auto;
           width: 91.6666666667%
       }

       .col-md-12 {
           flex: 0 0 auto;
           width: 100%
       }

       .offset-md-0 {
           margin-left: 0
       }

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

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

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

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

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

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

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

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

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

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

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

       .g-md-0,
       .gx-md-0 {
           --bs-gutter-x: 0
       }

       .g-md-0,
       .gy-md-0 {
           --bs-gutter-y: 0
       }

       .g-md-1,
       .gx-md-1 {
           --bs-gutter-x: 0.25rem
       }

       .g-md-1,
       .gy-md-1 {
           --bs-gutter-y: 0.25rem
       }

       .g-md-2,
       .gx-md-2 {
           --bs-gutter-x: 0.5rem
       }

       .g-md-2,
       .gy-md-2 {
           --bs-gutter-y: 0.5rem
       }

       .g-md-3,
       .gx-md-3 {
           --bs-gutter-x: 1rem
       }

       .g-md-3,
       .gy-md-3 {
           --bs-gutter-y: 1rem
       }

       .g-md-4,
       .gx-md-4 {
           --bs-gutter-x: 1.5rem
       }

       .g-md-4,
       .gy-md-4 {
           --bs-gutter-y: 1.5rem
       }

       .g-md-5,
       .gx-md-5 {
           --bs-gutter-x: 3rem
       }

       .g-md-5,
       .gy-md-5 {
           --bs-gutter-y: 3rem
       }
   }

   @media (min-width:992px) {
       .col-lg {
           flex: 1 0 0%
       }

       .row-cols-lg-auto>* {
           flex: 0 0 auto;
           width: auto
       }

       .row-cols-lg-1>* {
           flex: 0 0 auto;
           width: 100%
       }

       .row-cols-lg-2>* {
           flex: 0 0 auto;
           width: 50%
       }

       .row-cols-lg-3>* {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .row-cols-lg-4>* {
           flex: 0 0 auto;
           width: 25%
       }

       .row-cols-lg-5>* {
           flex: 0 0 auto;
           width: 20%
       }

       .row-cols-lg-6>* {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-lg-auto {
           flex: 0 0 auto;
           width: auto
       }

       .col-lg-1 {
           flex: 0 0 auto;
           width: 8.3333333333%
       }

       .col-lg-2 {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-lg-3 {
           flex: 0 0 auto;
           width: 25%
       }

       .col-lg-4 {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .col-lg-5 {
           flex: 0 0 auto;
           width: 41.6666666667%
       }

       .col-lg-6 {
           flex: 0 0 auto;
           width: 50%
       }

       .col-lg-7 {
           flex: 0 0 auto;
           width: 58.3333333333%
       }

       .col-lg-8 {
           flex: 0 0 auto;
           width: 66.6666666667%
       }

       .col-lg-9 {
           flex: 0 0 auto;
           width: 75%
       }

       .col-lg-10 {
           flex: 0 0 auto;
           width: 83.3333333333%
       }

       .col-lg-11 {
           flex: 0 0 auto;
           width: 91.6666666667%
       }

       .col-lg-12 {
           flex: 0 0 auto;
           width: 100%
       }

       .offset-lg-0 {
           margin-left: 0
       }

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

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

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

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

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

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

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

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

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

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

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

       .g-lg-0,
       .gx-lg-0 {
           --bs-gutter-x: 0
       }

       .g-lg-0,
       .gy-lg-0 {
           --bs-gutter-y: 0
       }

       .g-lg-1,
       .gx-lg-1 {
           --bs-gutter-x: 0.25rem
       }

       .g-lg-1,
       .gy-lg-1 {
           --bs-gutter-y: 0.25rem
       }

       .g-lg-2,
       .gx-lg-2 {
           --bs-gutter-x: 0.5rem
       }

       .g-lg-2,
       .gy-lg-2 {
           --bs-gutter-y: 0.5rem
       }

       .g-lg-3,
       .gx-lg-3 {
           --bs-gutter-x: 1rem
       }

       .g-lg-3,
       .gy-lg-3 {
           --bs-gutter-y: 1rem
       }

       .g-lg-4,
       .gx-lg-4 {
           --bs-gutter-x: 1.5rem
       }

       .g-lg-4,
       .gy-lg-4 {
           --bs-gutter-y: 1.5rem
       }

       .g-lg-5,
       .gx-lg-5 {
           --bs-gutter-x: 3rem
       }

       .g-lg-5,
       .gy-lg-5 {
           --bs-gutter-y: 3rem
       }
   }

   @media (min-width:1200px) {
       .col-xl {
           flex: 1 0 0%
       }

       .row-cols-xl-auto>* {
           flex: 0 0 auto;
           width: auto
       }

       .row-cols-xl-1>* {
           flex: 0 0 auto;
           width: 100%
       }

       .row-cols-xl-2>* {
           flex: 0 0 auto;
           width: 50%
       }

       .row-cols-xl-3>* {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .row-cols-xl-4>* {
           flex: 0 0 auto;
           width: 25%
       }

       .row-cols-xl-5>* {
           flex: 0 0 auto;
           width: 20%
       }

       .row-cols-xl-6>* {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-xl-auto {
           flex: 0 0 auto;
           width: auto
       }

       .col-xl-1 {
           flex: 0 0 auto;
           width: 8.3333333333%
       }

       .col-xl-2 {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-xl-3 {
           flex: 0 0 auto;
           width: 25%
       }

       .col-xl-4 {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .col-xl-5 {
           flex: 0 0 auto;
           width: 41.6666666667%
       }

       .col-xl-6 {
           flex: 0 0 auto;
           width: 50%
       }

       .col-xl-7 {
           flex: 0 0 auto;
           width: 58.3333333333%
       }

       .col-xl-8 {
           flex: 0 0 auto;
           width: 66.6666666667%
       }

       .col-xl-9 {
           flex: 0 0 auto;
           width: 75%
       }

       .col-xl-10 {
           flex: 0 0 auto;
           width: 83.3333333333%
       }

       .col-xl-11 {
           flex: 0 0 auto;
           width: 91.6666666667%
       }

       .col-xl-12 {
           flex: 0 0 auto;
           width: 100%
       }

       .offset-xl-0 {
           margin-left: 0
       }

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

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

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

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

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

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

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

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

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

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

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

       .g-xl-0,
       .gx-xl-0 {
           --bs-gutter-x: 0
       }

       .g-xl-0,
       .gy-xl-0 {
           --bs-gutter-y: 0
       }

       .g-xl-1,
       .gx-xl-1 {
           --bs-gutter-x: 0.25rem
       }

       .g-xl-1,
       .gy-xl-1 {
           --bs-gutter-y: 0.25rem
       }

       .g-xl-2,
       .gx-xl-2 {
           --bs-gutter-x: 0.5rem
       }

       .g-xl-2,
       .gy-xl-2 {
           --bs-gutter-y: 0.5rem
       }

       .g-xl-3,
       .gx-xl-3 {
           --bs-gutter-x: 1rem
       }

       .g-xl-3,
       .gy-xl-3 {
           --bs-gutter-y: 1rem
       }

       .g-xl-4,
       .gx-xl-4 {
           --bs-gutter-x: 1.5rem
       }

       .g-xl-4,
       .gy-xl-4 {
           --bs-gutter-y: 1.5rem
       }

       .g-xl-5,
       .gx-xl-5 {
           --bs-gutter-x: 3rem
       }

       .g-xl-5,
       .gy-xl-5 {
           --bs-gutter-y: 3rem
       }
   }

   @media (min-width:1400px) {
       .col-xxl {
           flex: 1 0 0%
       }

       .row-cols-xxl-auto>* {
           flex: 0 0 auto;
           width: auto
       }

       .row-cols-xxl-1>* {
           flex: 0 0 auto;
           width: 100%
       }

       .row-cols-xxl-2>* {
           flex: 0 0 auto;
           width: 50%
       }

       .row-cols-xxl-3>* {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .row-cols-xxl-4>* {
           flex: 0 0 auto;
           width: 25%
       }

       .row-cols-xxl-5>* {
           flex: 0 0 auto;
           width: 20%
       }

       .row-cols-xxl-6>* {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-xxl-auto {
           flex: 0 0 auto;
           width: auto
       }

       .col-xxl-1 {
           flex: 0 0 auto;
           width: 8.3333333333%
       }

       .col-xxl-2 {
           flex: 0 0 auto;
           width: 16.6666666667%
       }

       .col-xxl-3 {
           flex: 0 0 auto;
           width: 25%
       }

       .col-xxl-4 {
           flex: 0 0 auto;
           width: 33.3333333333%
       }

       .col-xxl-5 {
           flex: 0 0 auto;
           width: 41.6666666667%
       }

       .col-xxl-6 {
           flex: 0 0 auto;
           width: 50%
       }

       .col-xxl-7 {
           flex: 0 0 auto;
           width: 58.3333333333%
       }

       .col-xxl-8 {
           flex: 0 0 auto;
           width: 66.6666666667%
       }

       .col-xxl-9 {
           flex: 0 0 auto;
           width: 75%
       }

       .col-xxl-10 {
           flex: 0 0 auto;
           width: 83.3333333333%
       }

       .col-xxl-11 {
           flex: 0 0 auto;
           width: 91.6666666667%
       }

       .col-xxl-12 {
           flex: 0 0 auto;
           width: 100%
       }

       .offset-xxl-0 {
           margin-left: 0
       }

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

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

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

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

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

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

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

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

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

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

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

       .g-xxl-0,
       .gx-xxl-0 {
           --bs-gutter-x: 0
       }

       .g-xxl-0,
       .gy-xxl-0 {
           --bs-gutter-y: 0
       }

       .g-xxl-1,
       .gx-xxl-1 {
           --bs-gutter-x: 0.25rem
       }

       .g-xxl-1,
       .gy-xxl-1 {
           --bs-gutter-y: 0.25rem
       }

       .g-xxl-2,
       .gx-xxl-2 {
           --bs-gutter-x: 0.5rem
       }

       .g-xxl-2,
       .gy-xxl-2 {
           --bs-gutter-y: 0.5rem
       }

       .g-xxl-3,
       .gx-xxl-3 {
           --bs-gutter-x: 1rem
       }

       .g-xxl-3,
       .gy-xxl-3 {
           --bs-gutter-y: 1rem
       }

       .g-xxl-4,
       .gx-xxl-4 {
           --bs-gutter-x: 1.5rem
       }

       .g-xxl-4,
       .gy-xxl-4 {
           --bs-gutter-y: 1.5rem
       }

       .g-xxl-5,
       .gx-xxl-5 {
           --bs-gutter-x: 3rem
       }

       .g-xxl-5,
       .gy-xxl-5 {
           --bs-gutter-y: 3rem
       }
   }

   .table {
       --bs-table-bg: transparent;
       --bs-table-striped-color: #212529;
       --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
       --bs-table-active-color: #212529;
       --bs-table-active-bg: rgba(0, 0, 0, 0.1);
       --bs-table-hover-color: #212529;
       --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
       width: 100%;
       margin-bottom: 1rem;
       color: #212529;
       vertical-align: top;
       border-color: #dee2e6
   }

   .table>:not(caption)>*>* {
       padding: .5rem .5rem;
       background-color: var(--bs-table-bg);
       border-bottom-width: 1px;
       box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
   }

   .table>tbody {
       vertical-align: inherit
   }

   .table>thead {
       vertical-align: bottom
   }

   .table>:not(:last-child)>:last-child>* {
       border-bottom-color: currentColor
   }

   .caption-top {
       caption-side: top
   }

   .table-sm>:not(caption)>*>* {
       padding: .25rem .25rem
   }

   .table-bordered>:not(caption)>* {
       border-width: 1px 0
   }

   .table-bordered>:not(caption)>*>* {
       border-width: 0 1px
   }

   .table-borderless>:not(caption)>*>* {
       border-bottom-width: 0
   }

   .table-striped>tbody>tr:nth-of-type(odd) {
       --bs-table-accent-bg: var(--bs-table-striped-bg);
       color: var(--bs-table-striped-color)
   }

   .table-active {
       --bs-table-accent-bg: var(--bs-table-active-bg);
       color: var(--bs-table-active-color)
   }

   .table-hover>tbody>tr:hover {
       --bs-table-accent-bg: var(--bs-table-hover-bg);
       color: var(--bs-table-hover-color)
   }

   .table-primary {
       --bs-table-bg: #cfe2ff;
       --bs-table-striped-bg: #c5d7f2;
       --bs-table-striped-color: #000;
       --bs-table-active-bg: #bacbe6;
       --bs-table-active-color: #000;
       --bs-table-hover-bg: #bfd1ec;
       --bs-table-hover-color: #000;
       color: #000;
       border-color: #bacbe6
   }

   .table-secondary {
       --bs-table-bg: #e2e3e5;
       --bs-table-striped-bg: #d7d8da;
       --bs-table-striped-color: #000;
       --bs-table-active-bg: #cbccce;
       --bs-table-active-color: #000;
       --bs-table-hover-bg: #d1d2d4;
       --bs-table-hover-color: #000;
       color: #000;
       border-color: #cbccce
   }

   .table-success {
       --bs-table-bg: #d1e7dd;
       --bs-table-striped-bg: #c7dbd2;
       --bs-table-striped-color: #000;
       --bs-table-active-bg: #bcd0c7;
       --bs-table-active-color: #000;
       --bs-table-hover-bg: #c1d6cc;
       --bs-table-hover-color: #000;
       color: #000;
       border-color: #bcd0c7
   }

   .table-info {
       --bs-table-bg: #cff4fc;
       --bs-table-striped-bg: #c5e8ef;
       --bs-table-striped-color: #000;
       --bs-table-active-bg: #badce3;
       --bs-table-active-color: #000;
       --bs-table-hover-bg: #bfe2e9;
       --bs-table-hover-color: #000;
       color: #000;
       border-color: #badce3
   }

   .table-warning {
       --bs-table-bg: #fff3cd;
       --bs-table-striped-bg: #f2e7c3;
       --bs-table-striped-color: #000;
       --bs-table-active-bg: #e6dbb9;
       --bs-table-active-color: #000;
       --bs-table-hover-bg: #ece1be;
       --bs-table-hover-color: #000;
       color: #000;
       border-color: #e6dbb9
   }

   .table-danger {
       --bs-table-bg: #f8d7da;
       --bs-table-striped-bg: #eccccf;
       --bs-table-striped-color: #000;
       --bs-table-active-bg: #dfc2c4;
       --bs-table-active-color: #000;
       --bs-table-hover-bg: #e5c7ca;
       --bs-table-hover-color: #000;
       color: #000;
       border-color: #dfc2c4
   }

   .table-light {
       --bs-table-bg: #f8f9fa;
       --bs-table-striped-bg: #ecedee;
       --bs-table-striped-color: #000;
       --bs-table-active-bg: #dfe0e1;
       --bs-table-active-color: #000;
       --bs-table-hover-bg: #e5e6e7;
       --bs-table-hover-color: #000;
       color: #000;
       border-color: #dfe0e1
   }

   .table-dark {
       --bs-table-bg: #212529;
       --bs-table-striped-bg: #2c3034;
       --bs-table-striped-color: #fff;
       --bs-table-active-bg: #373b3e;
       --bs-table-active-color: #fff;
       --bs-table-hover-bg: #323539;
       --bs-table-hover-color: #fff;
       color: #fff;
       border-color: #373b3e
   }

   .table-responsive {
       overflow-x: auto;
       -webkit-overflow-scrolling: touch
   }

   @media (max-width:575.98px) {
       .table-responsive-sm {
           overflow-x: auto;
           -webkit-overflow-scrolling: touch
       }
   }

   @media (max-width:767.98px) {
       .table-responsive-md {
           overflow-x: auto;
           -webkit-overflow-scrolling: touch
       }
   }

   @media (max-width:991.98px) {
       .table-responsive-lg {
           overflow-x: auto;
           -webkit-overflow-scrolling: touch
       }
   }

   @media (max-width:1199.98px) {
       .table-responsive-xl {
           overflow-x: auto;
           -webkit-overflow-scrolling: touch
       }
   }

   @media (max-width:1399.98px) {
       .table-responsive-xxl {
           overflow-x: auto;
           -webkit-overflow-scrolling: touch
       }
   }

   .form-label {
       margin-bottom: .5rem
   }

   .col-form-label {
       padding-top: calc(.375rem + 1px);
       padding-bottom: calc(.375rem + 1px);
       margin-bottom: 0;
       font-size: inherit;
       line-height: 1.5
   }

   .col-form-label-lg {
       padding-top: calc(.5rem + 1px);
       padding-bottom: calc(.5rem + 1px);
       font-size: 1.25rem
   }

   .col-form-label-sm {
       padding-top: calc(.25rem + 1px);
       padding-bottom: calc(.25rem + 1px);
       font-size: .875rem
   }

   .form-text {
       margin-top: .25rem;
       font-size: .875em;
       color: #6c757d
   }

   .form-control {
       display: block;
       width: 100%;
       padding: .375rem .75rem;
       font-size: 1rem;
       font-weight: 400;
       line-height: 1.5;
       color: #212529;
       background-color: #fff;
       background-clip: padding-box;
       border: 1px solid #ced4da;
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       border-radius: .25rem;
       transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .form-control {
           transition: none
       }
   }

   .form-control[type=file] {
       overflow: hidden
   }

   .form-control[type=file]:not(:disabled):not([readonly]) {
       cursor: pointer
   }

   .form-control:focus {
       color: #212529;
       background-color: #fff;
       border-color: #86b7fe;
       outline: 0;
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .form-control::-webkit-date-and-time-value {
       height: 1.5em
   }

   .form-control::-webkit-input-placeholder {
       color: #6c757d;
       opacity: 1
   }

   .form-control::-moz-placeholder {
       color: #6c757d;
       opacity: 1
   }

   .form-control::placeholder {
       color: #6c757d;
       opacity: 1
   }

   .form-control:disabled,
   .form-control[readonly] {
       background-color: #e9ecef;
       opacity: 1
   }

   .form-control::file-selector-button {
       padding: .375rem .75rem;
       margin: -.375rem -.75rem;
       -webkit-margin-end: .75rem;
       margin-inline-end: .75rem;
       color: #212529;
       background-color: #e9ecef;
       pointer-events: none;
       border-color: inherit;
       border-style: solid;
       border-width: 0;
       border-inline-end-width: 1px;
       border-radius: 0;
       transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .form-control::file-selector-button {
           transition: none
       }
   }

   .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
       background-color: #dde0e3
   }

   .form-control::-webkit-file-upload-button {
       padding: .375rem .75rem;
       margin: -.375rem -.75rem;
       -webkit-margin-end: .75rem;
       margin-inline-end: .75rem;
       color: #212529;
       background-color: #e9ecef;
       pointer-events: none;
       border-color: inherit;
       border-style: solid;
       border-width: 0;
       border-inline-end-width: 1px;
       border-radius: 0;
       -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .form-control::-webkit-file-upload-button {
           -webkit-transition: none;
           transition: none
       }
   }

   .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
       background-color: #dde0e3
   }

   .form-control-plaintext {
       display: block;
       width: 100%;
       padding: .375rem 0;
       margin-bottom: 0;
       line-height: 1.5;
       color: #212529;
       background-color: transparent;
       border: solid transparent;
       border-width: 1px 0
   }

   .form-control-plaintext.form-control-lg,
   .form-control-plaintext.form-control-sm {
       padding-right: 0;
       padding-left: 0
   }

   .form-control-sm {
       min-height: calc(1.5em + .5rem + 2px);
       padding: .25rem .5rem;
       font-size: .875rem;
       border-radius: .2rem
   }

   .form-control-sm::file-selector-button {
       padding: .25rem .5rem;
       margin: -.25rem -.5rem;
       -webkit-margin-end: .5rem;
       margin-inline-end: .5rem
   }

   .form-control-sm::-webkit-file-upload-button {
       padding: .25rem .5rem;
       margin: -.25rem -.5rem;
       -webkit-margin-end: .5rem;
       margin-inline-end: .5rem
   }

   .form-control-lg {
       min-height: calc(1.5em + 1rem + 2px);
       padding: .5rem 1rem;
       font-size: 1.25rem;
       border-radius: .3rem
   }

   .form-control-lg::file-selector-button {
       padding: .5rem 1rem;
       margin: -.5rem -1rem;
       -webkit-margin-end: 1rem;
       margin-inline-end: 1rem
   }

   .form-control-lg::-webkit-file-upload-button {
       padding: .5rem 1rem;
       margin: -.5rem -1rem;
       -webkit-margin-end: 1rem;
       margin-inline-end: 1rem
   }

   textarea.form-control {
       min-height: calc(1.5em + .75rem + 2px)
   }

   textarea.form-control-sm {
       min-height: calc(1.5em + .5rem + 2px)
   }

   textarea.form-control-lg {
       min-height: calc(1.5em + 1rem + 2px)
   }

   .form-control-color {
       max-width: 3rem;
       height: auto;
       padding: .375rem
   }

   .form-control-color:not(:disabled):not([readonly]) {
       cursor: pointer
   }

   .form-control-color::-moz-color-swatch {
       height: 1.5em;
       border-radius: .25rem
   }

   .form-control-color::-webkit-color-swatch {
       height: 1.5em;
       border-radius: .25rem
   }

   .form-select {
       display: block;
       width: 100%;
       padding: .375rem 2.25rem .375rem .75rem;
       font-size: 1rem;
       font-weight: 400;
       line-height: 1.5;
       color: #212529;
       background-color: #fff;
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
       background-repeat: no-repeat;
       background-position: right .75rem center;
       background-size: 16px 12px;
       border: 1px solid #ced4da;
       border-radius: .25rem;
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none
   }

   .form-select:focus {
       border-color: #86b7fe;
       outline: 0;
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .form-select[multiple],
   .form-select[size]:not([size="1"]) {
       padding-right: .75rem;
       background-image: none
   }

   .form-select:disabled {
       color: #6c757d;
       background-color: #e9ecef
   }

   .form-select:-moz-focusring {
       color: transparent;
       text-shadow: 0 0 0 #212529
   }

   .form-select-sm {
       padding-top: .25rem;
       padding-bottom: .25rem;
       padding-left: .5rem;
       font-size: .875rem
   }

   .form-select-lg {
       padding-top: .5rem;
       padding-bottom: .5rem;
       padding-left: 1rem;
       font-size: 1.25rem
   }

   .form-check {
       display: block;
       min-height: 1.5rem;
       padding-left: 1.5em;
       margin-bottom: .125rem
   }

   .form-check .form-check-input {
       float: left;
       margin-left: -1.5em
   }

   .form-check-input {
       width: 1em;
       height: 1em;
       margin-top: .25em;
       vertical-align: top;
       background-color: #fff;
       background-repeat: no-repeat;
       background-position: center;
       background-size: contain;
       border: 1px solid rgba(0, 0, 0, .25);
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       -webkit-print-color-adjust: exact;
       color-adjust: exact
   }

   .form-check-input[type=checkbox] {
       border-radius: .25em
   }

   .form-check-input[type=radio] {
       border-radius: 50%
   }

   .form-check-input:active {
       filter: brightness(90%)
   }

   .form-check-input:focus {
       border-color: #86b7fe;
       outline: 0;
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .form-check-input:checked {
       background-color: #0d6efd;
       border-color: #0d6efd
   }

   .form-check-input:checked[type=checkbox] {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
   }

   .form-check-input:checked[type=radio] {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
   }

   .form-check-input[type=checkbox]:indeterminate {
       background-color: #0d6efd;
       border-color: #0d6efd;
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
   }

   .form-check-input:disabled {
       pointer-events: none;
       filter: none;
       opacity: .5
   }

   .form-check-input:disabled~.form-check-label,
   .form-check-input[disabled]~.form-check-label {
       opacity: .5
   }

   .form-switch {
       padding-left: 2.5em
   }

   .form-switch .form-check-input {
       width: 2em;
       margin-left: -2.5em;
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
       background-position: left center;
       border-radius: 2em;
       transition: background-position .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .form-switch .form-check-input {
           transition: none
       }
   }

   .form-switch .form-check-input:focus {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
   }

   .form-switch .form-check-input:checked {
       background-position: right center;
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
   }

   .form-check-inline {
       display: inline-block;
       margin-right: 1rem
   }

   .btn-check {
       position: absolute;
       clip: rect(0, 0, 0, 0);
       pointer-events: none
   }

   .btn-check:disabled+.btn,
   .btn-check[disabled]+.btn {
       pointer-events: none;
       filter: none;
       opacity: .65
   }

   .form-range {
       width: 100%;
       height: 1.5rem;
       padding: 0;
       background-color: transparent;
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none
   }

   .form-range:focus {
       outline: 0
   }

   .form-range:focus::-webkit-slider-thumb {
       box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .form-range:focus::-moz-range-thumb {
       box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .form-range::-moz-focus-outer {
       border: 0
   }

   .form-range::-webkit-slider-thumb {
       width: 1rem;
       height: 1rem;
       margin-top: -.25rem;
       background-color: #0d6efd;
       border: 0;
       border-radius: 1rem;
       -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       -webkit-appearance: none;
       appearance: none
   }

   @media (prefers-reduced-motion:reduce) {
       .form-range::-webkit-slider-thumb {
           -webkit-transition: none;
           transition: none
       }
   }

   .form-range::-webkit-slider-thumb:active {
       background-color: #b6d4fe
   }

   .form-range::-webkit-slider-runnable-track {
       width: 100%;
       height: .5rem;
       color: transparent;
       cursor: pointer;
       background-color: #dee2e6;
       border-color: transparent;
       border-radius: 1rem
   }

   .form-range::-moz-range-thumb {
       width: 1rem;
       height: 1rem;
       background-color: #0d6efd;
       border: 0;
       border-radius: 1rem;
       -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       -moz-appearance: none;
       appearance: none
   }

   @media (prefers-reduced-motion:reduce) {
       .form-range::-moz-range-thumb {
           -moz-transition: none;
           transition: none
       }
   }

   .form-range::-moz-range-thumb:active {
       background-color: #b6d4fe
   }

   .form-range::-moz-range-track {
       width: 100%;
       height: .5rem;
       color: transparent;
       cursor: pointer;
       background-color: #dee2e6;
       border-color: transparent;
       border-radius: 1rem
   }

   .form-range:disabled {
       pointer-events: none
   }

   .form-range:disabled::-webkit-slider-thumb {
       background-color: #adb5bd
   }

   .form-range:disabled::-moz-range-thumb {
       background-color: #adb5bd
   }

   .form-floating {
       position: relative
   }

   .form-floating>.form-control,
   .form-floating>.form-select {
       height: calc(3.5rem + 2px);
       padding: 1rem .75rem
   }

   .form-floating>label {
       position: absolute;
       top: 0;
       left: 0;
       height: 100%;
       padding: 1rem .75rem;
       pointer-events: none;
       border: 1px solid transparent;
       transform-origin: 0 0;
       transition: opacity .1s ease-in-out, transform .1s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .form-floating>label {
           transition: none
       }
   }

   .form-floating>.form-control::-webkit-input-placeholder {
       color: transparent
   }

   .form-floating>.form-control::-moz-placeholder {
       color: transparent
   }

   .form-floating>.form-control::placeholder {
       color: transparent
   }

   .form-floating>.form-control:not(:-moz-placeholder-shown) {
       padding-top: 1.625rem;
       padding-bottom: .625rem
   }

   .form-floating>.form-control:focus,
   .form-floating>.form-control:not(:placeholder-shown) {
       padding-top: 1.625rem;
       padding-bottom: .625rem
   }

   .form-floating>.form-control:-webkit-autofill {
       padding-top: 1.625rem;
       padding-bottom: .625rem
   }

   .form-floating>.form-select {
       padding-top: 1.625rem;
       padding-bottom: .625rem
   }

   .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
       opacity: .65;
       transform: scale(.85) translateY(-.5rem) translateX(.15rem)
   }

   .form-floating>.form-control:focus~label,
   .form-floating>.form-control:not(:placeholder-shown)~label,
   .form-floating>.form-select~label {
       opacity: .65;
       transform: scale(.85) translateY(-.5rem) translateX(.15rem)
   }

   .form-floating>.form-control:-webkit-autofill~label {
       opacity: .65;
       transform: scale(.85) translateY(-.5rem) translateX(.15rem)
   }

   .input-group {
       position: relative;
       display: flex;
       flex-wrap: wrap;
       align-items: stretch;
       width: 100%
   }

   .input-group>.form-control,
   .input-group>.form-select {
       position: relative;
       flex: 1 1 auto;
       width: 1%;
       min-width: 0
   }

   .input-group>.form-control:focus,
   .input-group>.form-select:focus {
       z-index: 3
   }

   .input-group .btn {
       position: relative;
       z-index: 2
   }

   .input-group .btn:focus {
       z-index: 3
   }

   .input-group-text {
       display: flex;
       align-items: center;
       padding: .375rem .75rem;
       font-size: 1rem;
       font-weight: 400;
       line-height: 1.5;
       color: #212529;
       text-align: center;
       white-space: nowrap;
       background-color: #e9ecef;
       border: 1px solid #ced4da;
       border-radius: .25rem
   }

   .input-group-lg>.btn,
   .input-group-lg>.form-control,
   .input-group-lg>.form-select,
   .input-group-lg>.input-group-text {
       padding: .5rem 1rem;
       font-size: 1.25rem;
       border-radius: .3rem
   }

   .input-group-sm>.btn,
   .input-group-sm>.form-control,
   .input-group-sm>.form-select,
   .input-group-sm>.input-group-text {
       padding: .25rem .5rem;
       font-size: .875rem;
       border-radius: .2rem
   }

   .input-group-lg>.form-select,
   .input-group-sm>.form-select {
       padding-right: 3rem
   }

   .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
   .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
       border-top-right-radius: 0;
       border-bottom-right-radius: 0
   }

   .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
   .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
       border-top-right-radius: 0;
       border-bottom-right-radius: 0
   }

   .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
       margin-left: -1px;
       border-top-left-radius: 0;
       border-bottom-left-radius: 0
   }

   .valid-feedback {
       display: none;
       width: 100%;
       margin-top: .25rem;
       font-size: .875em;
       color: #198754
   }

   .valid-tooltip {
       position: absolute;
       top: 100%;
       z-index: 5;
       display: none;
       max-width: 100%;
       padding: .25rem .5rem;
       margin-top: .1rem;
       font-size: .875rem;
       color: #fff;
       background-color: rgba(25, 135, 84, .9);
       border-radius: .25rem
   }

   .is-valid~.valid-feedback,
   .is-valid~.valid-tooltip,
   .was-validated :valid~.valid-feedback,
   .was-validated :valid~.valid-tooltip {
       display: block
   }

   .form-control.is-valid,
   .was-validated .form-control:valid {
       border-color: #198754;
       padding-right: calc(1.5em + .75rem);
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
       background-repeat: no-repeat;
       background-position: right calc(.375em + .1875rem) center;
       background-size: calc(.75em + .375rem) calc(.75em + .375rem)
   }

   .form-control.is-valid:focus,
   .was-validated .form-control:valid:focus {
       border-color: #198754;
       box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
   }

   .was-validated textarea.form-control:valid,
   textarea.form-control.is-valid {
       padding-right: calc(1.5em + .75rem);
       background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
   }

   .form-select.is-valid,
   .was-validated .form-select:valid {
       border-color: #198754;
       padding-right: 4.125rem;
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
       background-position: right .75rem center, center right 2.25rem;
       background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
   }

   .form-select.is-valid:focus,
   .was-validated .form-select:valid:focus {
       border-color: #198754;
       box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
   }

   .form-check-input.is-valid,
   .was-validated .form-check-input:valid {
       border-color: #198754
   }

   .form-check-input.is-valid:checked,
   .was-validated .form-check-input:valid:checked {
       background-color: #198754
   }

   .form-check-input.is-valid:focus,
   .was-validated .form-check-input:valid:focus {
       box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
   }

   .form-check-input.is-valid~.form-check-label,
   .was-validated .form-check-input:valid~.form-check-label {
       color: #198754
   }

   .form-check-inline .form-check-input~.valid-feedback {
       margin-left: .5em
   }

   .invalid-feedback {
       display: none;
       width: 100%;
       margin-top: .25rem;
       font-size: .875em;
       color: #dc3545
   }

   .invalid-tooltip {
       position: absolute;
       top: 100%;
       z-index: 5;
       display: none;
       max-width: 100%;
       padding: .25rem .5rem;
       margin-top: .1rem;
       font-size: .875rem;
       color: #fff;
       background-color: rgba(220, 53, 69, .9);
       border-radius: .25rem
   }

   .is-invalid~.invalid-feedback,
   .is-invalid~.invalid-tooltip,
   .was-validated :invalid~.invalid-feedback,
   .was-validated :invalid~.invalid-tooltip {
       display: block
   }

   .form-control.is-invalid,
   .was-validated .form-control:invalid {
       border-color: #dc3545;
       padding-right: calc(1.5em + .75rem);
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
       background-repeat: no-repeat;
       background-position: right calc(.375em + .1875rem) center;
       background-size: calc(.75em + .375rem) calc(.75em + .375rem)
   }

   .form-control.is-invalid:focus,
   .was-validated .form-control:invalid:focus {
       border-color: #dc3545;
       box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
   }

   .was-validated textarea.form-control:invalid,
   textarea.form-control.is-invalid {
       padding-right: calc(1.5em + .75rem);
       background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
   }

   .form-select.is-invalid,
   .was-validated .form-select:invalid {
       border-color: #dc3545;
       padding-right: 4.125rem;
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
       background-position: right .75rem center, center right 2.25rem;
       background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
   }

   .form-select.is-invalid:focus,
   .was-validated .form-select:invalid:focus {
       border-color: #dc3545;
       box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
   }

   .form-check-input.is-invalid,
   .was-validated .form-check-input:invalid {
       border-color: #dc3545
   }

   .form-check-input.is-invalid:checked,
   .was-validated .form-check-input:invalid:checked {
       background-color: #dc3545
   }

   .form-check-input.is-invalid:focus,
   .was-validated .form-check-input:invalid:focus {
       box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
   }

   .form-check-input.is-invalid~.form-check-label,
   .was-validated .form-check-input:invalid~.form-check-label {
       color: #dc3545
   }

   .form-check-inline .form-check-input~.invalid-feedback {
       margin-left: .5em
   }

   .btn {
       display: inline-block;
       font-weight: 400;
       line-height: 1.5;
       color: #212529;
       text-align: center;
       text-decoration: none;
       vertical-align: middle;
       cursor: pointer;
       -webkit-user-select: none;
       -moz-user-select: none;
       user-select: none;
       background-color: transparent;
       border: 1px solid transparent;
       padding: .375rem .75rem;
       font-size: 1rem;
       border-radius: .25rem;
       transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .btn {
           transition: none
       }
   }

   .btn:hover {
       color: #212529
   }

   .btn-check:focus+.btn,
   .btn:focus {
       outline: 0;
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .btn.disabled,
   .btn:disabled,
   fieldset:disabled .btn {
       pointer-events: none;
       opacity: .65
   }

   .btn-primary {
       color: #fff;
       background-color: #0d6efd;
       border-color: #0d6efd
   }

   .btn-primary:hover {
       color: #fff;
       background-color: #0b5ed7;
       border-color: #0a58ca
   }

   .btn-check:focus+.btn-primary,
   .btn-primary:focus {
       color: #fff;
       background-color: #0b5ed7;
       border-color: #0a58ca;
       box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
   }

   .btn-check:active+.btn-primary,
   .btn-check:checked+.btn-primary,
   .btn-primary.active,
   .btn-primary:active,
   .show>.btn-primary.dropdown-toggle {
       color: #fff;
       background-color: #0a58ca;
       border-color: #0a53be
   }

   .btn-check:active+.btn-primary:focus,
   .btn-check:checked+.btn-primary:focus,
   .btn-primary.active:focus,
   .btn-primary:active:focus,
   .show>.btn-primary.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
   }

   .btn-primary.disabled,
   .btn-primary:disabled {
       color: #fff;
       background-color: #0d6efd;
       border-color: #0d6efd
   }

   .btn-secondary {
       color: #fff;
       background-color: #6c757d;
       border-color: #6c757d
   }

   .btn-secondary:hover {
       color: #fff;
       background-color: #5c636a;
       border-color: #565e64
   }

   .btn-check:focus+.btn-secondary,
   .btn-secondary:focus {
       color: #fff;
       background-color: #5c636a;
       border-color: #565e64;
       box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
   }

   .btn-check:active+.btn-secondary,
   .btn-check:checked+.btn-secondary,
   .btn-secondary.active,
   .btn-secondary:active,
   .show>.btn-secondary.dropdown-toggle {
       color: #fff;
       background-color: #565e64;
       border-color: #51585e
   }

   .btn-check:active+.btn-secondary:focus,
   .btn-check:checked+.btn-secondary:focus,
   .btn-secondary.active:focus,
   .btn-secondary:active:focus,
   .show>.btn-secondary.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
   }

   .btn-secondary.disabled,
   .btn-secondary:disabled {
       color: #fff;
       background-color: #6c757d;
       border-color: #6c757d
   }

   .btn-success {
       color: #fff;
       background-color: #198754;
       border-color: #198754
   }

   .btn-success:hover {
       color: #fff;
       background-color: #157347;
       border-color: #146c43
   }

   .btn-check:focus+.btn-success,
   .btn-success:focus {
       color: #fff;
       background-color: #157347;
       border-color: #146c43;
       box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
   }

   .btn-check:active+.btn-success,
   .btn-check:checked+.btn-success,
   .btn-success.active,
   .btn-success:active,
   .show>.btn-success.dropdown-toggle {
       color: #fff;
       background-color: #146c43;
       border-color: #13653f
   }

   .btn-check:active+.btn-success:focus,
   .btn-check:checked+.btn-success:focus,
   .btn-success.active:focus,
   .btn-success:active:focus,
   .show>.btn-success.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
   }

   .btn-success.disabled,
   .btn-success:disabled {
       color: #fff;
       background-color: #198754;
       border-color: #198754
   }

   .btn-info {
       color: #000;
       background-color: #0dcaf0;
       border-color: #0dcaf0
   }

   .btn-info:hover {
       color: #000;
       background-color: #31d2f2;
       border-color: #25cff2
   }

   .btn-check:focus+.btn-info,
   .btn-info:focus {
       color: #000;
       background-color: #31d2f2;
       border-color: #25cff2;
       box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
   }

   .btn-check:active+.btn-info,
   .btn-check:checked+.btn-info,
   .btn-info.active,
   .btn-info:active,
   .show>.btn-info.dropdown-toggle {
       color: #000;
       background-color: #3dd5f3;
       border-color: #25cff2
   }

   .btn-check:active+.btn-info:focus,
   .btn-check:checked+.btn-info:focus,
   .btn-info.active:focus,
   .btn-info:active:focus,
   .show>.btn-info.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
   }

   .btn-info.disabled,
   .btn-info:disabled {
       color: #000;
       background-color: #0dcaf0;
       border-color: #0dcaf0
   }

   .btn-warning {
       color: #000;
       background-color: #ffc107;
       border-color: #ffc107
   }

   .btn-warning:hover {
       color: #000;
       background-color: #ffca2c;
       border-color: #ffc720
   }

   .btn-check:focus+.btn-warning,
   .btn-warning:focus {
       color: #000;
       background-color: #ffca2c;
       border-color: #ffc720;
       box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
   }

   .btn-check:active+.btn-warning,
   .btn-check:checked+.btn-warning,
   .btn-warning.active,
   .btn-warning:active,
   .show>.btn-warning.dropdown-toggle {
       color: #000;
       background-color: #ffcd39;
       border-color: #ffc720
   }

   .btn-check:active+.btn-warning:focus,
   .btn-check:checked+.btn-warning:focus,
   .btn-warning.active:focus,
   .btn-warning:active:focus,
   .show>.btn-warning.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
   }

   .btn-warning.disabled,
   .btn-warning:disabled {
       color: #000;
       background-color: #ffc107;
       border-color: #ffc107
   }

   .btn-danger {
       color: #fff;
       background-color: #dc3545;
       border-color: #dc3545
   }

   .btn-danger:hover {
       color: #fff;
       background-color: #bb2d3b;
       border-color: #b02a37
   }

   .btn-check:focus+.btn-danger,
   .btn-danger:focus {
       color: #fff;
       background-color: #bb2d3b;
       border-color: #b02a37;
       box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
   }

   .btn-check:active+.btn-danger,
   .btn-check:checked+.btn-danger,
   .btn-danger.active,
   .btn-danger:active,
   .show>.btn-danger.dropdown-toggle {
       color: #fff;
       background-color: #b02a37;
       border-color: #a52834
   }

   .btn-check:active+.btn-danger:focus,
   .btn-check:checked+.btn-danger:focus,
   .btn-danger.active:focus,
   .btn-danger:active:focus,
   .show>.btn-danger.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
   }

   .btn-danger.disabled,
   .btn-danger:disabled {
       color: #fff;
       background-color: #dc3545;
       border-color: #dc3545
   }

   .btn-light {
       color: #000;
       background-color: #f8f9fa;
       border-color: #f8f9fa
   }

   .btn-light:hover {
       color: #000;
       background-color: #f9fafb;
       border-color: #f9fafb
   }

   .btn-check:focus+.btn-light,
   .btn-light:focus {
       color: #000;
       background-color: #f9fafb;
       border-color: #f9fafb;
       box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
   }

   .btn-check:active+.btn-light,
   .btn-check:checked+.btn-light,
   .btn-light.active,
   .btn-light:active,
   .show>.btn-light.dropdown-toggle {
       color: #000;
       background-color: #f9fafb;
       border-color: #f9fafb
   }

   .btn-check:active+.btn-light:focus,
   .btn-check:checked+.btn-light:focus,
   .btn-light.active:focus,
   .btn-light:active:focus,
   .show>.btn-light.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
   }

   .btn-light.disabled,
   .btn-light:disabled {
       color: #000;
       background-color: #f8f9fa;
       border-color: #f8f9fa
   }

   .btn-dark {
       color: #fff;
       background-color: #212529;
       border-color: #212529
   }

   .btn-dark:hover {
       color: #fff;
       background-color: #1c1f23;
       border-color: #1a1e21
   }

   .btn-check:focus+.btn-dark,
   .btn-dark:focus {
       color: #fff;
       background-color: #1c1f23;
       border-color: #1a1e21;
       box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
   }

   .btn-check:active+.btn-dark,
   .btn-check:checked+.btn-dark,
   .btn-dark.active,
   .btn-dark:active,
   .show>.btn-dark.dropdown-toggle {
       color: #fff;
       background-color: #1a1e21;
       border-color: #191c1f
   }

   .btn-check:active+.btn-dark:focus,
   .btn-check:checked+.btn-dark:focus,
   .btn-dark.active:focus,
   .btn-dark:active:focus,
   .show>.btn-dark.dropdown-toggle:focus {
       box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
   }

   .btn-dark.disabled,
   .btn-dark:disabled {
       color: #fff;
       background-color: #212529;
       border-color: #212529
   }

   .btn-outline-primary {
       color: #0d6efd;
       border-color: #0d6efd
   }

   .btn-outline-primary:hover {
       color: #fff;
       background-color: #0d6efd;
       border-color: #0d6efd
   }

   .btn-check:focus+.btn-outline-primary,
   .btn-outline-primary:focus {
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
   }

   .btn-check:active+.btn-outline-primary,
   .btn-check:checked+.btn-outline-primary,
   .btn-outline-primary.active,
   .btn-outline-primary.dropdown-toggle.show,
   .btn-outline-primary:active {
       color: #fff;
       background-color: #0d6efd;
       border-color: #0d6efd
   }

   .btn-check:active+.btn-outline-primary:focus,
   .btn-check:checked+.btn-outline-primary:focus,
   .btn-outline-primary.active:focus,
   .btn-outline-primary.dropdown-toggle.show:focus,
   .btn-outline-primary:active:focus {
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
   }

   .btn-outline-primary.disabled,
   .btn-outline-primary:disabled {
       color: #0d6efd;
       background-color: transparent
   }

   .btn-outline-secondary {
       color: #6c757d;
       border-color: #6c757d
   }

   .btn-outline-secondary:hover {
       color: #fff;
       background-color: #6c757d;
       border-color: #6c757d
   }

   .btn-check:focus+.btn-outline-secondary,
   .btn-outline-secondary:focus {
       box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
   }

   .btn-check:active+.btn-outline-secondary,
   .btn-check:checked+.btn-outline-secondary,
   .btn-outline-secondary.active,
   .btn-outline-secondary.dropdown-toggle.show,
   .btn-outline-secondary:active {
       color: #fff;
       background-color: #6c757d;
       border-color: #6c757d
   }

   .btn-check:active+.btn-outline-secondary:focus,
   .btn-check:checked+.btn-outline-secondary:focus,
   .btn-outline-secondary.active:focus,
   .btn-outline-secondary.dropdown-toggle.show:focus,
   .btn-outline-secondary:active:focus {
       box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
   }

   .btn-outline-secondary.disabled,
   .btn-outline-secondary:disabled {
       color: #6c757d;
       background-color: transparent
   }

   .btn-outline-success {
       color: #198754;
       border-color: #198754
   }

   .btn-outline-success:hover {
       color: #fff;
       background-color: #198754;
       border-color: #198754
   }

   .btn-check:focus+.btn-outline-success,
   .btn-outline-success:focus {
       box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
   }

   .btn-check:active+.btn-outline-success,
   .btn-check:checked+.btn-outline-success,
   .btn-outline-success.active,
   .btn-outline-success.dropdown-toggle.show,
   .btn-outline-success:active {
       color: #fff;
       background-color: #198754;
       border-color: #198754
   }

   .btn-check:active+.btn-outline-success:focus,
   .btn-check:checked+.btn-outline-success:focus,
   .btn-outline-success.active:focus,
   .btn-outline-success.dropdown-toggle.show:focus,
   .btn-outline-success:active:focus {
       box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
   }

   .btn-outline-success.disabled,
   .btn-outline-success:disabled {
       color: #198754;
       background-color: transparent
   }

   .btn-outline-info {
       color: #0dcaf0;
       border-color: #0dcaf0
   }

   .btn-outline-info:hover {
       color: #000;
       background-color: #0dcaf0;
       border-color: #0dcaf0
   }

   .btn-check:focus+.btn-outline-info,
   .btn-outline-info:focus {
       box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
   }

   .btn-check:active+.btn-outline-info,
   .btn-check:checked+.btn-outline-info,
   .btn-outline-info.active,
   .btn-outline-info.dropdown-toggle.show,
   .btn-outline-info:active {
       color: #000;
       background-color: #0dcaf0;
       border-color: #0dcaf0
   }

   .btn-check:active+.btn-outline-info:focus,
   .btn-check:checked+.btn-outline-info:focus,
   .btn-outline-info.active:focus,
   .btn-outline-info.dropdown-toggle.show:focus,
   .btn-outline-info:active:focus {
       box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
   }

   .btn-outline-info.disabled,
   .btn-outline-info:disabled {
       color: #0dcaf0;
       background-color: transparent
   }

   .btn-outline-warning {
       color: #ffc107;
       border-color: #ffc107
   }

   .btn-outline-warning:hover {
       color: #000;
       background-color: #ffc107;
       border-color: #ffc107
   }

   .btn-check:focus+.btn-outline-warning,
   .btn-outline-warning:focus {
       box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
   }

   .btn-check:active+.btn-outline-warning,
   .btn-check:checked+.btn-outline-warning,
   .btn-outline-warning.active,
   .btn-outline-warning.dropdown-toggle.show,
   .btn-outline-warning:active {
       color: #000;
       background-color: #ffc107;
       border-color: #ffc107
   }

   .btn-check:active+.btn-outline-warning:focus,
   .btn-check:checked+.btn-outline-warning:focus,
   .btn-outline-warning.active:focus,
   .btn-outline-warning.dropdown-toggle.show:focus,
   .btn-outline-warning:active:focus {
       box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
   }

   .btn-outline-warning.disabled,
   .btn-outline-warning:disabled {
       color: #ffc107;
       background-color: transparent
   }

   .btn-outline-danger {
       color: #dc3545;
       border-color: #dc3545
   }

   .btn-outline-danger:hover {
       color: #fff;
       background-color: #dc3545;
       border-color: #dc3545
   }

   .btn-check:focus+.btn-outline-danger,
   .btn-outline-danger:focus {
       box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
   }

   .btn-check:active+.btn-outline-danger,
   .btn-check:checked+.btn-outline-danger,
   .btn-outline-danger.active,
   .btn-outline-danger.dropdown-toggle.show,
   .btn-outline-danger:active {
       color: #fff;
       background-color: #dc3545;
       border-color: #dc3545
   }

   .btn-check:active+.btn-outline-danger:focus,
   .btn-check:checked+.btn-outline-danger:focus,
   .btn-outline-danger.active:focus,
   .btn-outline-danger.dropdown-toggle.show:focus,
   .btn-outline-danger:active:focus {
       box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
   }

   .btn-outline-danger.disabled,
   .btn-outline-danger:disabled {
       color: #dc3545;
       background-color: transparent
   }

   .btn-outline-light {
       color: #f8f9fa;
       border-color: #f8f9fa
   }

   .btn-outline-light:hover {
       color: #000;
       background-color: #f8f9fa;
       border-color: #f8f9fa
   }

   .btn-check:focus+.btn-outline-light,
   .btn-outline-light:focus {
       box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
   }

   .btn-check:active+.btn-outline-light,
   .btn-check:checked+.btn-outline-light,
   .btn-outline-light.active,
   .btn-outline-light.dropdown-toggle.show,
   .btn-outline-light:active {
       color: #000;
       background-color: #f8f9fa;
       border-color: #f8f9fa
   }

   .btn-check:active+.btn-outline-light:focus,
   .btn-check:checked+.btn-outline-light:focus,
   .btn-outline-light.active:focus,
   .btn-outline-light.dropdown-toggle.show:focus,
   .btn-outline-light:active:focus {
       box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
   }

   .btn-outline-light.disabled,
   .btn-outline-light:disabled {
       color: #f8f9fa;
       background-color: transparent
   }

   .btn-outline-dark {
       color: #212529;
       border-color: #212529
   }

   .btn-outline-dark:hover {
       color: #fff;
       background-color: #212529;
       border-color: #212529
   }

   .btn-check:focus+.btn-outline-dark,
   .btn-outline-dark:focus {
       box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
   }

   .btn-check:active+.btn-outline-dark,
   .btn-check:checked+.btn-outline-dark,
   .btn-outline-dark.active,
   .btn-outline-dark.dropdown-toggle.show,
   .btn-outline-dark:active {
       color: #fff;
       background-color: #212529;
       border-color: #212529
   }

   .btn-check:active+.btn-outline-dark:focus,
   .btn-check:checked+.btn-outline-dark:focus,
   .btn-outline-dark.active:focus,
   .btn-outline-dark.dropdown-toggle.show:focus,
   .btn-outline-dark:active:focus {
       box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
   }

   .btn-outline-dark.disabled,
   .btn-outline-dark:disabled {
       color: #212529;
       background-color: transparent
   }

   .btn-link {
       font-weight: 400;
       color: #0d6efd;
       text-decoration: underline
   }

   .btn-link:hover {
       color: #0a58ca
   }

   .btn-link.disabled,
   .btn-link:disabled {
       color: #6c757d
   }

   .btn-group-lg>.btn,
   .btn-lg {
       padding: .5rem 1rem;
       font-size: 1.25rem;
       border-radius: .3rem
   }

   .btn-group-sm>.btn,
   .btn-sm {
       padding: .25rem .5rem;
       font-size: .875rem;
       border-radius: .2rem
   }

   .fade {
       transition: opacity .15s linear
   }

   @media (prefers-reduced-motion:reduce) {
       .fade {
           transition: none
       }
   }

   .fade:not(.show) {
       opacity: 0
   }

   .collapse:not(.show) {
       display: none
   }

   .collapsing {
       height: 0;
       overflow: hidden;
       transition: height .35s ease
   }

   @media (prefers-reduced-motion:reduce) {
       .collapsing {
           transition: none
       }
   }

   .dropdown,
   .dropend,
   .dropstart,
   .dropup {
       position: relative
   }

   .dropdown-toggle {
       white-space: nowrap
   }

   .dropdown-toggle::after {
       display: inline-block;
       margin-left: .255em;
       vertical-align: .255em;
       content: "";
       border-top: .3em solid;
       border-right: .3em solid transparent;
       border-bottom: 0;
       border-left: .3em solid transparent
   }

   .dropdown-toggle:empty::after {
       margin-left: 0
   }

   .dropdown-menu {
       position: absolute;
       top: 100%;
       z-index: 1000;
       display: none;
       min-width: 10rem;
       padding: .5rem 0;
       margin: 0;
       font-size: 1rem;
       color: #212529;
       text-align: left;
       list-style: none;
       background-color: #fff;
       background-clip: padding-box;
       border: 1px solid rgba(0, 0, 0, .15);
       border-radius: .25rem
   }

   .dropdown-menu[data-bs-popper] {
       left: 0;
       margin-top: .125rem
   }

   .dropdown-menu-start {
       --bs-position: start
   }

   .dropdown-menu-start[data-bs-popper] {
       right: auto;
       left: 0
   }

   .dropdown-menu-end {
       --bs-position: end
   }

   .dropdown-menu-end[data-bs-popper] {
       right: 0;
       left: auto
   }

   @media (min-width:576px) {
       .dropdown-menu-sm-start {
           --bs-position: start
       }

       .dropdown-menu-sm-start[data-bs-popper] {
           right: auto;
           left: 0
       }

       .dropdown-menu-sm-end {
           --bs-position: end
       }

       .dropdown-menu-sm-end[data-bs-popper] {
           right: 0;
           left: auto
       }
   }

   @media (min-width:768px) {
       .dropdown-menu-md-start {
           --bs-position: start
       }

       .dropdown-menu-md-start[data-bs-popper] {
           right: auto;
           left: 0
       }

       .dropdown-menu-md-end {
           --bs-position: end
       }

       .dropdown-menu-md-end[data-bs-popper] {
           right: 0;
           left: auto
       }
   }

   @media (min-width:992px) {
       .dropdown-menu-lg-start {
           --bs-position: start
       }

       .dropdown-menu-lg-start[data-bs-popper] {
           right: auto;
           left: 0
       }

       .dropdown-menu-lg-end {
           --bs-position: end
       }

       .dropdown-menu-lg-end[data-bs-popper] {
           right: 0;
           left: auto
       }
   }

   @media (min-width:1200px) {
       .dropdown-menu-xl-start {
           --bs-position: start
       }

       .dropdown-menu-xl-start[data-bs-popper] {
           right: auto;
           left: 0
       }

       .dropdown-menu-xl-end {
           --bs-position: end
       }

       .dropdown-menu-xl-end[data-bs-popper] {
           right: 0;
           left: auto
       }
   }

   @media (min-width:1400px) {
       .dropdown-menu-xxl-start {
           --bs-position: start
       }

       .dropdown-menu-xxl-start[data-bs-popper] {
           right: auto;
           left: 0
       }

       .dropdown-menu-xxl-end {
           --bs-position: end
       }

       .dropdown-menu-xxl-end[data-bs-popper] {
           right: 0;
           left: auto
       }
   }

   .dropup .dropdown-menu {
       top: auto;
       bottom: 100%
   }

   .dropup .dropdown-menu[data-bs-popper] {
       margin-top: 0;
       margin-bottom: .125rem
   }

   .dropup .dropdown-toggle::after {
       display: inline-block;
       margin-left: .255em;
       vertical-align: .255em;
       content: "";
       border-top: 0;
       border-right: .3em solid transparent;
       border-bottom: .3em solid;
       border-left: .3em solid transparent
   }

   .dropup .dropdown-toggle:empty::after {
       margin-left: 0
   }

   .dropend .dropdown-menu {
       top: 0;
       right: auto;
       left: 100%
   }

   .dropend .dropdown-menu[data-bs-popper] {
       margin-top: 0;
       margin-left: .125rem
   }

   .dropend .dropdown-toggle::after {
       display: inline-block;
       margin-left: .255em;
       vertical-align: .255em;
       content: "";
       border-top: .3em solid transparent;
       border-right: 0;
       border-bottom: .3em solid transparent;
       border-left: .3em solid
   }

   .dropend .dropdown-toggle:empty::after {
       margin-left: 0
   }

   .dropend .dropdown-toggle::after {
       vertical-align: 0
   }

   .dropstart .dropdown-menu {
       top: 0;
       right: 100%;
       left: auto
   }

   .dropstart .dropdown-menu[data-bs-popper] {
       margin-top: 0;
       margin-right: .125rem
   }

   .dropstart .dropdown-toggle::after {
       display: inline-block;
       margin-left: .255em;
       vertical-align: .255em;
       content: ""
   }

   .dropstart .dropdown-toggle::after {
       display: none
   }

   .dropstart .dropdown-toggle::before {
       display: inline-block;
       margin-right: .255em;
       vertical-align: .255em;
       content: "";
       border-top: .3em solid transparent;
       border-right: .3em solid;
       border-bottom: .3em solid transparent
   }

   .dropstart .dropdown-toggle:empty::after {
       margin-left: 0
   }

   .dropstart .dropdown-toggle::before {
       vertical-align: 0
   }

   .dropdown-divider {
       height: 0;
       margin: .5rem 0;
       overflow: hidden;
       border-top: 1px solid rgba(0, 0, 0, .15)
   }

   .dropdown-item {
       display: block;
       width: 100%;
       padding: .25rem 1rem;
       clear: both;
       font-weight: 400;
       color: #212529;
       text-align: inherit;
       text-decoration: none;
       white-space: nowrap;
       background-color: transparent;
       border: 0
   }

   .dropdown-item:focus,
   .dropdown-item:hover {
       color: #1e2125;
       background-color: #e9ecef
   }

   .dropdown-item.active,
   .dropdown-item:active {
       color: #fff;
       text-decoration: none;
       background-color: #0d6efd
   }

   .dropdown-item.disabled,
   .dropdown-item:disabled {
       color: #adb5bd;
       pointer-events: none;
       background-color: transparent
   }

   .dropdown-menu.show {
       display: block
   }

   .dropdown-header {
       display: block;
       padding: .5rem 1rem;
       margin-bottom: 0;
       font-size: .875rem;
       color: #6c757d;
       white-space: nowrap
   }

   .dropdown-item-text {
       display: block;
       padding: .25rem 1rem;
       color: #212529
   }

   .dropdown-menu-dark {
       color: #dee2e6;
       background-color: #343a40;
       border-color: rgba(0, 0, 0, .15)
   }

   .dropdown-menu-dark .dropdown-item {
       color: #dee2e6
   }

   .dropdown-menu-dark .dropdown-item:focus,
   .dropdown-menu-dark .dropdown-item:hover {
       color: #fff;
       background-color: rgba(255, 255, 255, .15)
   }

   .dropdown-menu-dark .dropdown-item.active,
   .dropdown-menu-dark .dropdown-item:active {
       color: #fff;
       background-color: #0d6efd
   }

   .dropdown-menu-dark .dropdown-item.disabled,
   .dropdown-menu-dark .dropdown-item:disabled {
       color: #adb5bd
   }

   .dropdown-menu-dark .dropdown-divider {
       border-color: rgba(0, 0, 0, .15)
   }

   .dropdown-menu-dark .dropdown-item-text {
       color: #dee2e6
   }

   .dropdown-menu-dark .dropdown-header {
       color: #adb5bd
   }

   .btn-group,
   .btn-group-vertical {
       position: relative;
       display: inline-flex;
       vertical-align: middle
   }

   .btn-group-vertical>.btn,
   .btn-group>.btn {
       position: relative;
       flex: 1 1 auto
   }

   .btn-group-vertical>.btn-check:checked+.btn,
   .btn-group-vertical>.btn-check:focus+.btn,
   .btn-group-vertical>.btn.active,
   .btn-group-vertical>.btn:active,
   .btn-group-vertical>.btn:focus,
   .btn-group-vertical>.btn:hover,
   .btn-group>.btn-check:checked+.btn,
   .btn-group>.btn-check:focus+.btn,
   .btn-group>.btn.active,
   .btn-group>.btn:active,
   .btn-group>.btn:focus,
   .btn-group>.btn:hover {
       z-index: 1
   }

   .btn-toolbar {
       display: flex;
       flex-wrap: wrap;
       justify-content: flex-start
   }

   .btn-toolbar .input-group {
       width: auto
   }

   .btn-group>.btn-group:not(:first-child),
   .btn-group>.btn:not(:first-child) {
       margin-left: -1px
   }

   .btn-group>.btn-group:not(:last-child)>.btn,
   .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
       border-top-right-radius: 0;
       border-bottom-right-radius: 0
   }

   .btn-group>.btn-group:not(:first-child)>.btn,
   .btn-group>.btn:nth-child(n+3),
   .btn-group>:not(.btn-check)+.btn {
       border-top-left-radius: 0;
       border-bottom-left-radius: 0
   }

   .dropdown-toggle-split {
       padding-right: .5625rem;
       padding-left: .5625rem
   }

   .dropdown-toggle-split::after,
   .dropend .dropdown-toggle-split::after,
   .dropup .dropdown-toggle-split::after {
       margin-left: 0
   }

   .dropstart .dropdown-toggle-split::before {
       margin-right: 0
   }

   .btn-group-sm>.btn+.dropdown-toggle-split,
   .btn-sm+.dropdown-toggle-split {
       padding-right: .375rem;
       padding-left: .375rem
   }

   .btn-group-lg>.btn+.dropdown-toggle-split,
   .btn-lg+.dropdown-toggle-split {
       padding-right: .75rem;
       padding-left: .75rem
   }

   .btn-group-vertical {
       flex-direction: column;
       align-items: flex-start;
       justify-content: center
   }

   .btn-group-vertical>.btn,
   .btn-group-vertical>.btn-group {
       width: 100%
   }

   .btn-group-vertical>.btn-group:not(:first-child),
   .btn-group-vertical>.btn:not(:first-child) {
       margin-top: -1px
   }

   .btn-group-vertical>.btn-group:not(:last-child)>.btn,
   .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
       border-bottom-right-radius: 0;
       border-bottom-left-radius: 0
   }

   .btn-group-vertical>.btn-group:not(:first-child)>.btn,
   .btn-group-vertical>.btn~.btn {
       border-top-left-radius: 0;
       border-top-right-radius: 0
   }

   .nav {
       display: flex;
       flex-wrap: wrap;
       padding-left: 0;
       margin-bottom: 0;
       list-style: none
   }

   .nav-link {
       display: block;
       padding: .5rem 1rem;
       text-decoration: none;
       transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .nav-link {
           transition: none
       }
   }

   .nav-link.disabled {
       color: #6c757d;
       pointer-events: none;
       cursor: default
   }

   .nav-tabs {
       border-bottom: 1px solid #dee2e6
   }

   .nav-tabs .nav-link {
       margin-bottom: -1px;
       background: 0 0;
       border: 1px solid transparent;
       border-top-left-radius: .25rem;
       border-top-right-radius: .25rem
   }

   .nav-tabs .nav-link:focus,
   .nav-tabs .nav-link:hover {
       border-color: #e9ecef #e9ecef #dee2e6;
       isolation: isolate
   }

   .nav-tabs .nav-link.disabled {
       color: #6c757d;
       background-color: transparent;
       border-color: transparent
   }

   .nav-tabs .nav-item.show .nav-link,
   .nav-tabs .nav-link.active {
       color: #495057;
       background-color: #fff;
       border-color: #dee2e6 #dee2e6 #fff
   }

   .nav-tabs .dropdown-menu {
       margin-top: -1px;
       border-top-left-radius: 0;
       border-top-right-radius: 0
   }

   .nav-pills .nav-link {
       background: 0 0;
       border: 0;
       border-radius: .25rem
   }

   .nav-pills .nav-link.active,
   .nav-pills .show>.nav-link {
       color: #fff;
       background-color: #0d6efd
   }

   .nav-fill .nav-item,
   .nav-fill>.nav-link {
       flex: 1 1 auto;
       text-align: center
   }

   .nav-justified .nav-item,
   .nav-justified>.nav-link {
       flex-basis: 0;
       flex-grow: 1;
       text-align: center
   }

   .tab-content>.tab-pane {
       display: none
   }

   .tab-content>.active {
       display: block
   }

   .navbar {
       position: relative;
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       justify-content: space-between;
       padding-top: .5rem;
       padding-bottom: .5rem
   }

   .navbar>.container,
   .navbar>.container-fluid,
   .navbar>.container-lg,
   .navbar>.container-md,
   .navbar>.container-sm,
   .navbar>.container-xl,
   .navbar>.container-xxl {
       display: flex;
       flex-wrap: inherit;
       align-items: center;
       justify-content: space-between
   }

   .navbar-brand {
       padding-top: .3125rem;
       padding-bottom: .3125rem;
       margin-right: 1rem;
       font-size: 1.25rem;
       text-decoration: none;
       white-space: nowrap
   }

   .navbar-nav {
       display: flex;
       flex-direction: column;
       padding-left: 0;
       margin-bottom: 0;
       list-style: none
   }

   .navbar-nav .nav-link {
       padding-right: 0;
       padding-left: 0
   }

   .navbar-nav .dropdown-menu {
       position: static
   }

   .navbar-text {
       padding-top: .5rem;
       padding-bottom: .5rem
   }

   .navbar-collapse {
       flex-basis: 100%;
       flex-grow: 1;
       align-items: center
   }

   .navbar-toggler {
       padding: .25rem .75rem;
       font-size: 1.25rem;
       line-height: 1;
       background-color: transparent;
       border: 1px solid transparent;
       border-radius: .25rem;
       transition: box-shadow .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .navbar-toggler {
           transition: none
       }
   }

   .navbar-toggler:hover {
       text-decoration: none
   }

   .navbar-toggler:focus {
       text-decoration: none;
       outline: 0;
       box-shadow: 0 0 0 .25rem
   }

   .navbar-toggler-icon {
       display: inline-block;
       width: 1.5em;
       height: 1.5em;
       vertical-align: middle;
       background-repeat: no-repeat;
       background-position: center;
       background-size: 100%
   }

   .navbar-nav-scroll {
       max-height: var(--bs-scroll-height, 75vh);
       overflow-y: auto
   }

   @media (min-width:576px) {
       .navbar-expand-sm {
           flex-wrap: nowrap;
           justify-content: flex-start
       }

       .navbar-expand-sm .navbar-nav {
           flex-direction: row
       }

       .navbar-expand-sm .navbar-nav .dropdown-menu {
           position: absolute
       }

       .navbar-expand-sm .navbar-nav .nav-link {
           padding-right: .5rem;
           padding-left: .5rem
       }

       .navbar-expand-sm .navbar-nav-scroll {
           overflow: visible
       }

       .navbar-expand-sm .navbar-collapse {
           display: flex !important;
           flex-basis: auto
       }

       .navbar-expand-sm .navbar-toggler {
           display: none
       }
   }

   @media (min-width:768px) {
       .navbar-expand-md {
           flex-wrap: nowrap;
           justify-content: flex-start
       }

       .navbar-expand-md .navbar-nav {
           flex-direction: row
       }

       .navbar-expand-md .navbar-nav .dropdown-menu {
           position: absolute
       }

       .navbar-expand-md .navbar-nav .nav-link {
           padding-right: .5rem;
           padding-left: .5rem
       }

       .navbar-expand-md .navbar-nav-scroll {
           overflow: visible
       }

       .navbar-expand-md .navbar-collapse {
           display: flex !important;
           flex-basis: auto
       }

       .navbar-expand-md .navbar-toggler {
           display: none
       }
   }

   @media (min-width:992px) {
       .navbar-expand-lg {
           flex-wrap: nowrap;
           justify-content: flex-start
       }

       .navbar-expand-lg .navbar-nav {
           flex-direction: row
       }

       .navbar-expand-lg .navbar-nav .dropdown-menu {
           position: absolute
       }

       .navbar-expand-lg .navbar-nav .nav-link {
           padding-right: .5rem;
           padding-left: .5rem
       }

       .navbar-expand-lg .navbar-nav-scroll {
           overflow: visible
       }

       .navbar-expand-lg .navbar-collapse {
           display: flex !important;
           flex-basis: auto
       }

       .navbar-expand-lg .navbar-toggler {
           display: none
       }
   }

   @media (min-width:1200px) {
       .navbar-expand-xl {
           flex-wrap: nowrap;
           justify-content: flex-start
       }

       .navbar-expand-xl .navbar-nav {
           flex-direction: row
       }

       .navbar-expand-xl .navbar-nav .dropdown-menu {
           position: absolute
       }

       .navbar-expand-xl .navbar-nav .nav-link {
           padding-right: .5rem;
           padding-left: .5rem
       }

       .navbar-expand-xl .navbar-nav-scroll {
           overflow: visible
       }

       .navbar-expand-xl .navbar-collapse {
           display: flex !important;
           flex-basis: auto
       }

       .navbar-expand-xl .navbar-toggler {
           display: none
       }
   }

   @media (min-width:1400px) {
       .navbar-expand-xxl {
           flex-wrap: nowrap;
           justify-content: flex-start
       }

       .navbar-expand-xxl .navbar-nav {
           flex-direction: row
       }

       .navbar-expand-xxl .navbar-nav .dropdown-menu {
           position: absolute
       }

       .navbar-expand-xxl .navbar-nav .nav-link {
           padding-right: .5rem;
           padding-left: .5rem
       }

       .navbar-expand-xxl .navbar-nav-scroll {
           overflow: visible
       }

       .navbar-expand-xxl .navbar-collapse {
           display: flex !important;
           flex-basis: auto
       }

       .navbar-expand-xxl .navbar-toggler {
           display: none
       }
   }

   .navbar-expand {
       flex-wrap: nowrap;
       justify-content: flex-start
   }

   .navbar-expand .navbar-nav {
       flex-direction: row
   }

   .navbar-expand .navbar-nav .dropdown-menu {
       position: absolute
   }

   .navbar-expand .navbar-nav .nav-link {
       padding-right: .5rem;
       padding-left: .5rem
   }

   .navbar-expand .navbar-nav-scroll {
       overflow: visible
   }

   .navbar-expand .navbar-collapse {
       display: flex !important;
       flex-basis: auto
   }

   .navbar-expand .navbar-toggler {
       display: none
   }

   .navbar-light .navbar-brand {
       color: rgba(0, 0, 0, .9)
   }

   .navbar-light .navbar-brand:focus,
   .navbar-light .navbar-brand:hover {
       color: rgba(0, 0, 0, .9)
   }

   .navbar-light .navbar-nav .nav-link {
       color: rgba(0, 0, 0, .55)
   }

   .navbar-light .navbar-nav .nav-link:focus,
   .navbar-light .navbar-nav .nav-link:hover {
       color: rgba(0, 0, 0, .7)
   }

   .navbar-light .navbar-nav .nav-link.disabled {
       color: rgba(0, 0, 0, .3)
   }

   .navbar-light .navbar-nav .nav-link.active,
   .navbar-light .navbar-nav .show>.nav-link {
       color: rgba(0, 0, 0, .9)
   }

   .navbar-light .navbar-toggler {
       color: rgba(0, 0, 0, .55);
       border-color: rgba(0, 0, 0, .1)
   }

   .navbar-light .navbar-toggler-icon {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
   }

   .navbar-light .navbar-text {
       color: rgba(0, 0, 0, .55)
   }

   .navbar-light .navbar-text a,
   .navbar-light .navbar-text a:focus,
   .navbar-light .navbar-text a:hover {
       color: rgba(0, 0, 0, .9)
   }

   .navbar-dark .navbar-brand {
       color: #fff
   }

   .navbar-dark .navbar-brand:focus,
   .navbar-dark .navbar-brand:hover {
       color: #fff
   }

   .navbar-dark .navbar-nav .nav-link {
       color: rgba(255, 255, 255, .55)
   }

   .navbar-dark .navbar-nav .nav-link:focus,
   .navbar-dark .navbar-nav .nav-link:hover {
       color: rgba(255, 255, 255, .75)
   }

   .navbar-dark .navbar-nav .nav-link.disabled {
       color: rgba(255, 255, 255, .25)
   }

   .navbar-dark .navbar-nav .nav-link.active,
   .navbar-dark .navbar-nav .show>.nav-link {
       color: #fff
   }

   .navbar-dark .navbar-toggler {
       color: rgba(255, 255, 255, .55);
       border-color: rgba(255, 255, 255, .1)
   }

   .navbar-dark .navbar-toggler-icon {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
   }

   .navbar-dark .navbar-text {
       color: rgba(255, 255, 255, .55)
   }

   .navbar-dark .navbar-text a,
   .navbar-dark .navbar-text a:focus,
   .navbar-dark .navbar-text a:hover {
       color: #fff
   }

   .card {
       position: relative;
       display: flex;
       flex-direction: column;
       min-width: 0;
       word-wrap: break-word;
       background-color: #fff;
       background-clip: border-box;
       border: 1px solid rgba(0, 0, 0, .125);
       border-radius: .25rem
   }

   .card>hr {
       margin-right: 0;
       margin-left: 0
   }

   .card>.list-group {
       border-top: inherit;
       border-bottom: inherit
   }

   .card>.list-group:first-child {
       border-top-width: 0;
       border-top-left-radius: calc(.25rem - 1px);
       border-top-right-radius: calc(.25rem - 1px)
   }

   .card>.list-group:last-child {
       border-bottom-width: 0;
       border-bottom-right-radius: calc(.25rem - 1px);
       border-bottom-left-radius: calc(.25rem - 1px)
   }

   .card>.card-header+.list-group,
   .card>.list-group+.card-footer {
       border-top: 0
   }

   .card-body {
       flex: 1 1 auto;
       padding: 1rem 1rem
   }

   .card-title {
       margin-bottom: .5rem
   }

   .card-subtitle {
       margin-top: -.25rem;
       margin-bottom: 0
   }

   .card-text:last-child {
       margin-bottom: 0
   }

   .card-link:hover {
       text-decoration: none
   }

   .card-link+.card-link {
       margin-left: 1rem
   }

   .card-header {
       padding: .5rem 1rem;
       margin-bottom: 0;
       background-color: rgba(0, 0, 0, .03);
       border-bottom: 1px solid rgba(0, 0, 0, .125)
   }

   .card-header:first-child {
       border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
   }

   .card-footer {
       padding: .5rem 1rem;
       background-color: rgba(0, 0, 0, .03);
       border-top: 1px solid rgba(0, 0, 0, .125)
   }

   .card-footer:last-child {
       border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
   }

   .card-header-tabs {
       margin-right: -.5rem;
       margin-bottom: -.5rem;
       margin-left: -.5rem;
       border-bottom: 0
   }

   .card-header-pills {
       margin-right: -.5rem;
       margin-left: -.5rem
   }

   .card-img-overlay {
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       padding: 1rem;
       border-radius: calc(.25rem - 1px)
   }

   .card-img,
   .card-img-bottom,
   .card-img-top {
       width: 100%
   }

   .card-img,
   .card-img-top {
       border-top-left-radius: calc(.25rem - 1px);
       border-top-right-radius: calc(.25rem - 1px)
   }

   .card-img,
   .card-img-bottom {
       border-bottom-right-radius: calc(.25rem - 1px);
       border-bottom-left-radius: calc(.25rem - 1px)
   }

   .card-group>.card {
       margin-bottom: .75rem
   }

   @media (min-width:576px) {
       .card-group {
           display: flex;
           flex-flow: row wrap
       }

       .card-group>.card {
           flex: 1 0 0%;
           margin-bottom: 0
       }

       .card-group>.card+.card {
           margin-left: 0;
           border-left: 0
       }

       .card-group>.card:not(:last-child) {
           border-top-right-radius: 0;
           border-bottom-right-radius: 0
       }

       .card-group>.card:not(:last-child) .card-header,
       .card-group>.card:not(:last-child) .card-img-top {
           border-top-right-radius: 0
       }

       .card-group>.card:not(:last-child) .card-footer,
       .card-group>.card:not(:last-child) .card-img-bottom {
           border-bottom-right-radius: 0
       }

       .card-group>.card:not(:first-child) {
           border-top-left-radius: 0;
           border-bottom-left-radius: 0
       }

       .card-group>.card:not(:first-child) .card-header,
       .card-group>.card:not(:first-child) .card-img-top {
           border-top-left-radius: 0
       }

       .card-group>.card:not(:first-child) .card-footer,
       .card-group>.card:not(:first-child) .card-img-bottom {
           border-bottom-left-radius: 0
       }
   }

   .accordion-button {
       position: relative;
       display: flex;
       align-items: center;
       width: 100%;
       padding: 1rem 1.25rem;
       font-size: 1rem;
       color: #212529;
       text-align: left;
       background-color: transparent;
       border: 1px solid rgba(0, 0, 0, .125);
       border-radius: 0;
       overflow-anchor: none;
       transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
   }

   @media (prefers-reduced-motion:reduce) {
       .accordion-button {
           transition: none
       }
   }

   .accordion-button.collapsed {
       border-bottom-width: 0
   }

   .accordion-button:not(.collapsed) {
       color: #0c63e4;
       background-color: #e7f1ff
   }

   .accordion-button:not(.collapsed)::after {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
       transform: rotate(180deg)
   }

   .accordion-button::after {
       flex-shrink: 0;
       width: 1.25rem;
       height: 1.25rem;
       margin-left: auto;
       content: "";
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
       background-repeat: no-repeat;
       background-size: 1.25rem;
       transition: transform .2s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .accordion-button::after {
           transition: none
       }
   }

   .accordion-button:hover {
       z-index: 2
   }

   .accordion-button:focus {
       z-index: 3;
       border-color: #86b7fe;
       outline: 0;
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .accordion-header {
       margin-bottom: 0
   }

   .accordion-item:first-of-type .accordion-button {
       border-top-left-radius: .25rem;
       border-top-right-radius: .25rem
   }

   .accordion-item:last-of-type .accordion-button.collapsed {
       border-bottom-width: 1px;
       border-bottom-right-radius: .25rem;
       border-bottom-left-radius: .25rem
   }

   .accordion-item:last-of-type .accordion-collapse {
       border-bottom-width: 1px;
       border-bottom-right-radius: .25rem;
       border-bottom-left-radius: .25rem
   }

   .accordion-collapse {
       border: solid rgba(0, 0, 0, .125);
       border-width: 0 1px
   }

   .accordion-body {
       padding: 1rem 1.25rem
   }

   .accordion-flush .accordion-button {
       border-right: 0;
       border-left: 0;
       border-radius: 0
   }

   .accordion-flush .accordion-collapse {
       border-width: 0
   }

   .accordion-flush .accordion-item:first-of-type .accordion-button {
       border-top-width: 0;
       border-top-left-radius: 0;
       border-top-right-radius: 0
   }

   .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
       border-bottom-width: 0;
       border-bottom-right-radius: 0;
       border-bottom-left-radius: 0
   }

   .breadcrumb {
       display: flex;
       flex-wrap: wrap;
       padding: 0 0;
       margin-bottom: 1rem;
       list-style: none
   }

   .breadcrumb-item+.breadcrumb-item {
       padding-left: .5rem
   }

   .breadcrumb-item+.breadcrumb-item::before {
       float: left;
       padding-right: .5rem;
       color: #6c757d;
       content: var(--bs-breadcrumb-divider, "/")
   }

   .breadcrumb-item.active {
       color: #6c757d
   }

   .pagination {
       display: flex;
       padding-left: 0;
       list-style: none
   }

   .page-link {
       position: relative;
       display: block;
       color: #0d6efd;
       text-decoration: none;
       background-color: #fff;
       border: 1px solid #dee2e6;
       transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .page-link {
           transition: none
       }
   }

   .page-link:hover {
       z-index: 2;
       color: #0a58ca;
       background-color: #e9ecef;
       border-color: #dee2e6
   }

   .page-link:focus {
       z-index: 3;
       color: #0a58ca;
       background-color: #e9ecef;
       outline: 0;
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
   }

   .page-item:not(:first-child) .page-link {
       margin-left: -1px
   }

   .page-item.active .page-link {
       z-index: 3;
       color: #fff;
       background-color: #0d6efd;
       border-color: #0d6efd
   }

   .page-item.disabled .page-link {
       color: #6c757d;
       pointer-events: none;
       background-color: #fff;
       border-color: #dee2e6
   }

   .page-link {
       padding: .375rem .75rem
   }

   .page-item:first-child .page-link {
       border-top-left-radius: .25rem;
       border-bottom-left-radius: .25rem
   }

   .page-item:last-child .page-link {
       border-top-right-radius: .25rem;
       border-bottom-right-radius: .25rem
   }

   .pagination-lg .page-link {
       padding: .75rem 1.5rem;
       font-size: 1.25rem
   }

   .pagination-lg .page-item:first-child .page-link {
       border-top-left-radius: .3rem;
       border-bottom-left-radius: .3rem
   }

   .pagination-lg .page-item:last-child .page-link {
       border-top-right-radius: .3rem;
       border-bottom-right-radius: .3rem
   }

   .pagination-sm .page-link {
       padding: .25rem .5rem;
       font-size: .875rem
   }

   .pagination-sm .page-item:first-child .page-link {
       border-top-left-radius: .2rem;
       border-bottom-left-radius: .2rem
   }

   .pagination-sm .page-item:last-child .page-link {
       border-top-right-radius: .2rem;
       border-bottom-right-radius: .2rem
   }

   .badge {
       display: inline-block;
       padding: .35em .65em;
       font-size: .75em;
       font-weight: 700;
       line-height: 1;
       color: #fff;
       text-align: center;
       white-space: nowrap;
       vertical-align: baseline;
       border-radius: .25rem
   }

   .badge:empty {
       display: none
   }

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

   .alert {
       position: relative;
       padding: 1rem 1rem;
       margin-bottom: 1rem;
       border: 1px solid transparent;
       border-radius: .25rem
   }

   .alert-heading {
       color: inherit
   }

   .alert-link {
       font-weight: 700
   }

   .alert-dismissible {
       padding-right: 3rem
   }

   .alert-dismissible .btn-close {
       position: absolute;
       top: 0;
       right: 0;
       z-index: 2;
       padding: 1.25rem 1rem
   }

   .alert-primary {
       color: #084298;
       background-color: #cfe2ff;
       border-color: #b6d4fe
   }

   .alert-primary .alert-link {
       color: #06357a
   }

   .alert-secondary {
       color: #41464b;
       background-color: #e2e3e5;
       border-color: #d3d6d8
   }

   .alert-secondary .alert-link {
       color: #34383c
   }

   .alert-success {
       color: #0f5132;
       background-color: #d1e7dd;
       border-color: #badbcc
   }

   .alert-success .alert-link {
       color: #0c4128
   }

   .alert-info {
       color: #055160;
       background-color: #cff4fc;
       border-color: #b6effb
   }

   .alert-info .alert-link {
       color: #04414d
   }

   .alert-warning {
       color: #664d03;
       background-color: #fff3cd;
       border-color: #ffecb5
   }

   .alert-warning .alert-link {
       color: #523e02
   }

   .alert-danger {
       color: #842029;
       background-color: #f8d7da;
       border-color: #f5c2c7
   }

   .alert-danger .alert-link {
       color: #6a1a21
   }

   .alert-light {
       color: #636464;
       background-color: #fefefe;
       border-color: #fdfdfe
   }

   .alert-light .alert-link {
       color: #4f5050
   }

   .alert-dark {
       color: #141619;
       background-color: #d3d3d4;
       border-color: #bcbebf
   }

   .alert-dark .alert-link {
       color: #101214
   }

   @-webkit-keyframes progress-bar-stripes {
       0% {
           background-position-x: 1rem
       }
   }

   @keyframes progress-bar-stripes {
       0% {
           background-position-x: 1rem
       }
   }

   .progress {
       display: flex;
       height: 1rem;
       overflow: hidden;
       font-size: .75rem;
       background-color: #e9ecef;
       border-radius: .25rem
   }

   .progress-bar {
       display: flex;
       flex-direction: column;
       justify-content: center;
       overflow: hidden;
       color: #fff;
       text-align: center;
       white-space: nowrap;
       background-color: #0d6efd;
       transition: width .6s ease
   }

   @media (prefers-reduced-motion:reduce) {
       .progress-bar {
           transition: none
       }
   }

   .progress-bar-striped {
       background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
       background-size: 1rem 1rem
   }

   .progress-bar-animated {
       -webkit-animation: 1s linear infinite progress-bar-stripes;
       animation: 1s linear infinite progress-bar-stripes
   }

   @media (prefers-reduced-motion:reduce) {
       .progress-bar-animated {
           -webkit-animation: none;
           animation: none
       }
   }

   .list-group {
       display: flex;
       flex-direction: column;
       padding-left: 0;
       margin-bottom: 0;
       border-radius: .25rem
   }

   .list-group-item-action {
       width: 100%;
       color: #495057;
       text-align: inherit
   }

   .list-group-item-action:focus,
   .list-group-item-action:hover {
       z-index: 1;
       color: #495057;
       text-decoration: none;
       background-color: #f8f9fa
   }

   .list-group-item-action:active {
       color: #212529;
       background-color: #e9ecef
   }

   .list-group-item {
       position: relative;
       display: block;
       padding: .5rem 1rem;
       text-decoration: none;
       background-color: #fff;
       border: 1px solid rgba(0, 0, 0, .125)
   }

   .list-group-item:first-child {
       border-top-left-radius: inherit;
       border-top-right-radius: inherit
   }

   .list-group-item:last-child {
       border-bottom-right-radius: inherit;
       border-bottom-left-radius: inherit
   }

   .list-group-item.disabled,
   .list-group-item:disabled {
       color: #6c757d;
       pointer-events: none;
       background-color: #fff
   }

   .list-group-item.active {
       z-index: 2;
       color: #fff;
       background-color: #0d6efd;
       border-color: #0d6efd
   }

   .list-group-item+.list-group-item {
       border-top-width: 0
   }

   .list-group-item+.list-group-item.active {
       margin-top: -1px;
       border-top-width: 1px
   }

   .list-group-horizontal {
       flex-direction: row
   }

   .list-group-horizontal>.list-group-item:first-child {
       border-bottom-left-radius: .25rem;
       border-top-right-radius: 0
   }

   .list-group-horizontal>.list-group-item:last-child {
       border-top-right-radius: .25rem;
       border-bottom-left-radius: 0
   }

   .list-group-horizontal>.list-group-item.active {
       margin-top: 0
   }

   .list-group-horizontal>.list-group-item+.list-group-item {
       border-top-width: 1px;
       border-left-width: 0
   }

   .list-group-horizontal>.list-group-item+.list-group-item.active {
       margin-left: -1px;
       border-left-width: 1px
   }

   @media (min-width:576px) {
       .list-group-horizontal-sm {
           flex-direction: row
       }

       .list-group-horizontal-sm>.list-group-item:first-child {
           border-bottom-left-radius: .25rem;
           border-top-right-radius: 0
       }

       .list-group-horizontal-sm>.list-group-item:last-child {
           border-top-right-radius: .25rem;
           border-bottom-left-radius: 0
       }

       .list-group-horizontal-sm>.list-group-item.active {
           margin-top: 0
       }

       .list-group-horizontal-sm>.list-group-item+.list-group-item {
           border-top-width: 1px;
           border-left-width: 0
       }

       .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
           margin-left: -1px;
           border-left-width: 1px
       }
   }

   @media (min-width:768px) {
       .list-group-horizontal-md {
           flex-direction: row
       }

       .list-group-horizontal-md>.list-group-item:first-child {
           border-bottom-left-radius: .25rem;
           border-top-right-radius: 0
       }

       .list-group-horizontal-md>.list-group-item:last-child {
           border-top-right-radius: .25rem;
           border-bottom-left-radius: 0
       }

       .list-group-horizontal-md>.list-group-item.active {
           margin-top: 0
       }

       .list-group-horizontal-md>.list-group-item+.list-group-item {
           border-top-width: 1px;
           border-left-width: 0
       }

       .list-group-horizontal-md>.list-group-item+.list-group-item.active {
           margin-left: -1px;
           border-left-width: 1px
       }
   }

   @media (min-width:992px) {
       .list-group-horizontal-lg {
           flex-direction: row
       }

       .list-group-horizontal-lg>.list-group-item:first-child {
           border-bottom-left-radius: .25rem;
           border-top-right-radius: 0
       }

       .list-group-horizontal-lg>.list-group-item:last-child {
           border-top-right-radius: .25rem;
           border-bottom-left-radius: 0
       }

       .list-group-horizontal-lg>.list-group-item.active {
           margin-top: 0
       }

       .list-group-horizontal-lg>.list-group-item+.list-group-item {
           border-top-width: 1px;
           border-left-width: 0
       }

       .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
           margin-left: -1px;
           border-left-width: 1px
       }
   }

   @media (min-width:1200px) {
       .list-group-horizontal-xl {
           flex-direction: row
       }

       .list-group-horizontal-xl>.list-group-item:first-child {
           border-bottom-left-radius: .25rem;
           border-top-right-radius: 0
       }

       .list-group-horizontal-xl>.list-group-item:last-child {
           border-top-right-radius: .25rem;
           border-bottom-left-radius: 0
       }

       .list-group-horizontal-xl>.list-group-item.active {
           margin-top: 0
       }

       .list-group-horizontal-xl>.list-group-item+.list-group-item {
           border-top-width: 1px;
           border-left-width: 0
       }

       .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
           margin-left: -1px;
           border-left-width: 1px
       }
   }

   @media (min-width:1400px) {
       .list-group-horizontal-xxl {
           flex-direction: row
       }

       .list-group-horizontal-xxl>.list-group-item:first-child {
           border-bottom-left-radius: .25rem;
           border-top-right-radius: 0
       }

       .list-group-horizontal-xxl>.list-group-item:last-child {
           border-top-right-radius: .25rem;
           border-bottom-left-radius: 0
       }

       .list-group-horizontal-xxl>.list-group-item.active {
           margin-top: 0
       }

       .list-group-horizontal-xxl>.list-group-item+.list-group-item {
           border-top-width: 1px;
           border-left-width: 0
       }

       .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
           margin-left: -1px;
           border-left-width: 1px
       }
   }

   .list-group-flush {
       border-radius: 0
   }

   .list-group-flush>.list-group-item {
       border-width: 0 0 1px
   }

   .list-group-flush>.list-group-item:last-child {
       border-bottom-width: 0
   }

   .list-group-item-primary {
       color: #084298;
       background-color: #cfe2ff
   }

   .list-group-item-primary.list-group-item-action:focus,
   .list-group-item-primary.list-group-item-action:hover {
       color: #084298;
       background-color: #bacbe6
   }

   .list-group-item-primary.list-group-item-action.active {
       color: #fff;
       background-color: #084298;
       border-color: #084298
   }

   .list-group-item-secondary {
       color: #41464b;
       background-color: #e2e3e5
   }

   .list-group-item-secondary.list-group-item-action:focus,
   .list-group-item-secondary.list-group-item-action:hover {
       color: #41464b;
       background-color: #cbccce
   }

   .list-group-item-secondary.list-group-item-action.active {
       color: #fff;
       background-color: #41464b;
       border-color: #41464b
   }

   .list-group-item-success {
       color: #0f5132;
       background-color: #d1e7dd
   }

   .list-group-item-success.list-group-item-action:focus,
   .list-group-item-success.list-group-item-action:hover {
       color: #0f5132;
       background-color: #bcd0c7
   }

   .list-group-item-success.list-group-item-action.active {
       color: #fff;
       background-color: #0f5132;
       border-color: #0f5132
   }

   .list-group-item-info {
       color: #055160;
       background-color: #cff4fc
   }

   .list-group-item-info.list-group-item-action:focus,
   .list-group-item-info.list-group-item-action:hover {
       color: #055160;
       background-color: #badce3
   }

   .list-group-item-info.list-group-item-action.active {
       color: #fff;
       background-color: #055160;
       border-color: #055160
   }

   .list-group-item-warning {
       color: #664d03;
       background-color: #fff3cd
   }

   .list-group-item-warning.list-group-item-action:focus,
   .list-group-item-warning.list-group-item-action:hover {
       color: #664d03;
       background-color: #e6dbb9
   }

   .list-group-item-warning.list-group-item-action.active {
       color: #fff;
       background-color: #664d03;
       border-color: #664d03
   }

   .list-group-item-danger {
       color: #842029;
       background-color: #f8d7da
   }

   .list-group-item-danger.list-group-item-action:focus,
   .list-group-item-danger.list-group-item-action:hover {
       color: #842029;
       background-color: #dfc2c4
   }

   .list-group-item-danger.list-group-item-action.active {
       color: #fff;
       background-color: #842029;
       border-color: #842029
   }

   .list-group-item-light {
       color: #636464;
       background-color: #fefefe
   }

   .list-group-item-light.list-group-item-action:focus,
   .list-group-item-light.list-group-item-action:hover {
       color: #636464;
       background-color: #e5e5e5
   }

   .list-group-item-light.list-group-item-action.active {
       color: #fff;
       background-color: #636464;
       border-color: #636464
   }

   .list-group-item-dark {
       color: #141619;
       background-color: #d3d3d4
   }

   .list-group-item-dark.list-group-item-action:focus,
   .list-group-item-dark.list-group-item-action:hover {
       color: #141619;
       background-color: #bebebf
   }

   .list-group-item-dark.list-group-item-action.active {
       color: #fff;
       background-color: #141619;
       border-color: #141619
   }

   .btn-close {
       box-sizing: content-box;
       width: 1em;
       height: 1em;
       padding: .25em .25em;
       color: #000;
       background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
       border: 0;
       border-radius: .25rem;
       opacity: .5
   }

   .btn-close:hover {
       color: #000;
       text-decoration: none;
       opacity: .75
   }

   .btn-close:focus {
       outline: 0;
       box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
       opacity: 1
   }

   .btn-close.disabled,
   .btn-close:disabled {
       pointer-events: none;
       -webkit-user-select: none;
       -moz-user-select: none;
       user-select: none;
       opacity: .25
   }

   .btn-close-white {
       filter: invert(1) grayscale(100%) brightness(200%)
   }

   .toast {
       width: 350px;
       max-width: 100%;
       font-size: .875rem;
       pointer-events: auto;
       background-color: rgba(255, 255, 255, .85);
       background-clip: padding-box;
       border: 1px solid rgba(0, 0, 0, .1);
       box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
       border-radius: .25rem
   }

   .toast:not(.showing):not(.show) {
       opacity: 0
   }

   .toast.hide {
       display: none
   }

   .toast-container {
       width: -webkit-max-content;
       width: -moz-max-content;
       width: max-content;
       max-width: 100%;
       pointer-events: none
   }

   .toast-container>:not(:last-child) {
       margin-bottom: .75rem
   }

   .toast-header {
       display: flex;
       align-items: center;
       padding: .5rem .75rem;
       color: #6c757d;
       background-color: rgba(255, 255, 255, .85);
       background-clip: padding-box;
       border-bottom: 1px solid rgba(0, 0, 0, .05);
       border-top-left-radius: calc(.25rem - 1px);
       border-top-right-radius: calc(.25rem - 1px)
   }

   .toast-header .btn-close {
       margin-right: -.375rem;
       margin-left: .75rem
   }

   .toast-body {
       padding: .75rem;
       word-wrap: break-word
   }

   .modal-open {
       overflow: hidden
   }

   .modal-open .modal {
       overflow-x: hidden;
       overflow-y: auto
   }

   .modal {
       position: fixed;
       top: 0;
       left: 0;
       z-index: 1050;
       display: none;
       width: 100%;
       height: 100%;
       overflow: hidden;
       outline: 0
   }

   .modal-dialog {
       position: relative;
       width: auto;
       margin: .5rem;
       pointer-events: none
   }

   .modal.fade .modal-dialog {
       transition: transform .3s ease-out;
       transform: translate(0, -50px)
   }

   @media (prefers-reduced-motion:reduce) {
       .modal.fade .modal-dialog {
           transition: none
       }
   }

   .modal.show .modal-dialog {
       transform: none
   }

   .modal.modal-static .modal-dialog {
       transform: scale(1.02)
   }

   .modal-dialog-scrollable {
       height: calc(100% - 1rem)
   }

   .modal-dialog-scrollable .modal-content {
       max-height: 100%;
       overflow: hidden
   }

   .modal-dialog-scrollable .modal-body {
       overflow-y: auto
   }

   .modal-dialog-centered {
       display: flex;
       align-items: center;
       min-height: calc(100% - 1rem)
   }

   .modal-content {
       position: relative;
       display: flex;
       flex-direction: column;
       width: 100%;
       pointer-events: auto;
       background-color: #fff;
       background-clip: padding-box;
       border: 1px solid rgba(0, 0, 0, .2);
       border-radius: .3rem;
       outline: 0
   }

   .modal-backdrop {
       position: fixed;
       top: 0;
       left: 0;
       z-index: 1040;
       width: 100vw;
       height: 100vh;
       background-color: #000
   }

   .modal-backdrop.fade {
       opacity: 0
   }

   .modal-backdrop.show {
       opacity: .5
   }

   .modal-header {
       display: flex;
       flex-shrink: 0;
       align-items: center;
       justify-content: space-between;
       padding: 1rem 1rem;
       border-bottom: 1px solid #dee2e6;
       border-top-left-radius: calc(.3rem - 1px);
       border-top-right-radius: calc(.3rem - 1px)
   }

   .modal-header .btn-close {
       padding: .5rem .5rem;
       margin: -.5rem -.5rem -.5rem auto
   }

   .modal-title {
       margin-bottom: 0;
       line-height: 1.5
   }

   .modal-body {
       position: relative;
       flex: 1 1 auto;
       padding: 1rem
   }

   .modal-footer {
       display: flex;
       flex-wrap: wrap;
       flex-shrink: 0;
       align-items: center;
       justify-content: flex-end;
       padding: .75rem;
       border-top: 1px solid #dee2e6;
       border-bottom-right-radius: calc(.3rem - 1px);
       border-bottom-left-radius: calc(.3rem - 1px)
   }

   .modal-footer>* {
       margin: .25rem
   }

   .modal-scrollbar-measure {
       position: absolute;
       top: -9999px;
       width: 50px;
       height: 50px;
       overflow: scroll
   }

   @media (min-width:576px) {
       .modal-dialog {
           max-width: 500px;
           margin: 1.75rem auto
       }

       .modal-dialog-scrollable {
           height: calc(100% - 3.5rem)
       }

       .modal-dialog-centered {
           min-height: calc(100% - 3.5rem)
       }

       .modal-sm {
           max-width: 300px
       }
   }

   @media (min-width:992px) {

       .modal-lg,
       .modal-xl {
           max-width: 800px
       }
   }

   @media (min-width:1200px) {
       .modal-xl {
           max-width: 1140px
       }
   }

   .modal-fullscreen {
       width: 100vw;
       max-width: none;
       height: 100%;
       margin: 0
   }

   .modal-fullscreen .modal-content {
       height: 100%;
       border: 0;
       border-radius: 0
   }

   .modal-fullscreen .modal-header {
       border-radius: 0
   }

   .modal-fullscreen .modal-body {
       overflow-y: auto
   }

   .modal-fullscreen .modal-footer {
       border-radius: 0
   }

   @media (max-width:575.98px) {
       .modal-fullscreen-sm-down {
           width: 100vw;
           max-width: none;
           height: 100%;
           margin: 0
       }

       .modal-fullscreen-sm-down .modal-content {
           height: 100%;
           border: 0;
           border-radius: 0
       }

       .modal-fullscreen-sm-down .modal-header {
           border-radius: 0
       }

       .modal-fullscreen-sm-down .modal-body {
           overflow-y: auto
       }

       .modal-fullscreen-sm-down .modal-footer {
           border-radius: 0
       }
   }

   @media (max-width:767.98px) {
       .modal-fullscreen-md-down {
           width: 100vw;
           max-width: none;
           height: 100%;
           margin: 0
       }

       .modal-fullscreen-md-down .modal-content {
           height: 100%;
           border: 0;
           border-radius: 0
       }

       .modal-fullscreen-md-down .modal-header {
           border-radius: 0
       }

       .modal-fullscreen-md-down .modal-body {
           overflow-y: auto
       }

       .modal-fullscreen-md-down .modal-footer {
           border-radius: 0
       }
   }

   @media (max-width:991.98px) {
       .modal-fullscreen-lg-down {
           width: 100vw;
           max-width: none;
           height: 100%;
           margin: 0
       }

       .modal-fullscreen-lg-down .modal-content {
           height: 100%;
           border: 0;
           border-radius: 0
       }

       .modal-fullscreen-lg-down .modal-header {
           border-radius: 0
       }

       .modal-fullscreen-lg-down .modal-body {
           overflow-y: auto
       }

       .modal-fullscreen-lg-down .modal-footer {
           border-radius: 0
       }
   }

   @media (max-width:1199.98px) {
       .modal-fullscreen-xl-down {
           width: 100vw;
           max-width: none;
           height: 100%;
           margin: 0
       }

       .modal-fullscreen-xl-down .modal-content {
           height: 100%;
           border: 0;
           border-radius: 0
       }

       .modal-fullscreen-xl-down .modal-header {
           border-radius: 0
       }

       .modal-fullscreen-xl-down .modal-body {
           overflow-y: auto
       }

       .modal-fullscreen-xl-down .modal-footer {
           border-radius: 0
       }
   }

   @media (max-width:1399.98px) {
       .modal-fullscreen-xxl-down {
           width: 100vw;
           max-width: none;
           height: 100%;
           margin: 0
       }

       .modal-fullscreen-xxl-down .modal-content {
           height: 100%;
           border: 0;
           border-radius: 0
       }

       .modal-fullscreen-xxl-down .modal-header {
           border-radius: 0
       }

       .modal-fullscreen-xxl-down .modal-body {
           overflow-y: auto
       }

       .modal-fullscreen-xxl-down .modal-footer {
           border-radius: 0
       }
   }

   .tooltip {
       position: absolute;
       z-index: 1070;
       display: block;
       margin: 0;
       font-family: var(--bs-font-sans-serif);
       font-style: normal;
       font-weight: 400;
       line-height: 1.5;
       text-align: left;
       text-align: start;
       text-decoration: none;
       text-shadow: none;
       text-transform: none;
       letter-spacing: normal;
       word-break: normal;
       word-spacing: normal;
       white-space: normal;
       line-break: auto;
       font-size: .875rem;
       word-wrap: break-word;
       opacity: 0
   }

   .tooltip.show {
       opacity: .9
   }

   .tooltip .tooltip-arrow {
       position: absolute;
       display: block;
       width: .8rem;
       height: .4rem
   }

   .tooltip .tooltip-arrow::before {
       position: absolute;
       content: "";
       border-color: transparent;
       border-style: solid
   }

   .bs-tooltip-auto[data-popper-placement^=top],
   .bs-tooltip-top {
       padding: .4rem 0
   }

   .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
   .bs-tooltip-top .tooltip-arrow {
       bottom: 0
   }

   .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
   .bs-tooltip-top .tooltip-arrow::before {
       top: -1px;
       border-width: .4rem .4rem 0;
       border-top-color: #000
   }

   .bs-tooltip-auto[data-popper-placement^=right],
   .bs-tooltip-end {
       padding: 0 .4rem
   }

   .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
   .bs-tooltip-end .tooltip-arrow {
       left: 0;
       width: .4rem;
       height: .8rem
   }

   .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
   .bs-tooltip-end .tooltip-arrow::before {
       right: -1px;
       border-width: .4rem .4rem .4rem 0;
       border-right-color: #000
   }

   .bs-tooltip-auto[data-popper-placement^=bottom],
   .bs-tooltip-bottom {
       padding: .4rem 0
   }

   .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
   .bs-tooltip-bottom .tooltip-arrow {
       top: 0
   }

   .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
   .bs-tooltip-bottom .tooltip-arrow::before {
       bottom: -1px;
       border-width: 0 .4rem .4rem;
       border-bottom-color: #000
   }

   .bs-tooltip-auto[data-popper-placement^=left],
   .bs-tooltip-start {
       padding: 0 .4rem
   }

   .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
   .bs-tooltip-start .tooltip-arrow {
       right: 0;
       width: .4rem;
       height: .8rem
   }

   .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
   .bs-tooltip-start .tooltip-arrow::before {
       left: -1px;
       border-width: .4rem 0 .4rem .4rem;
       border-left-color: #000
   }

   .tooltip-inner {
       max-width: 200px;
       padding: .25rem .5rem;
       color: #fff;
       text-align: center;
       background-color: #000;
       border-radius: .25rem
   }

   .popover {
       position: absolute;
       top: 0;
       left: 0;
       z-index: 1060;
       display: block;
       max-width: 276px;
       font-family: var(--bs-font-sans-serif);
       font-style: normal;
       font-weight: 400;
       line-height: 1.5;
       text-align: left;
       text-align: start;
       text-decoration: none;
       text-shadow: none;
       text-transform: none;
       letter-spacing: normal;
       word-break: normal;
       word-spacing: normal;
       white-space: normal;
       line-break: auto;
       font-size: .875rem;
       word-wrap: break-word;
       background-color: #fff;
       background-clip: padding-box;
       border: 1px solid rgba(0, 0, 0, .2);
       border-radius: .3rem
   }

   .popover .popover-arrow {
       position: absolute;
       display: block;
       width: 1rem;
       height: .5rem
   }

   .popover .popover-arrow::after,
   .popover .popover-arrow::before {
       position: absolute;
       display: block;
       content: "";
       border-color: transparent;
       border-style: solid
   }

   .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
   .bs-popover-top>.popover-arrow {
       bottom: calc(-.5rem - 1px)
   }

   .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
   .bs-popover-top>.popover-arrow::before {
       bottom: 0;
       border-width: .5rem .5rem 0;
       border-top-color: rgba(0, 0, 0, .25)
   }

   .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
   .bs-popover-top>.popover-arrow::after {
       bottom: 1px;
       border-width: .5rem .5rem 0;
       border-top-color: #fff
   }

   .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
   .bs-popover-end>.popover-arrow {
       left: calc(-.5rem - 1px);
       width: .5rem;
       height: 1rem
   }

   .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
   .bs-popover-end>.popover-arrow::before {
       left: 0;
       border-width: .5rem .5rem .5rem 0;
       border-right-color: rgba(0, 0, 0, .25)
   }

   .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
   .bs-popover-end>.popover-arrow::after {
       left: 1px;
       border-width: .5rem .5rem .5rem 0;
       border-right-color: #fff
   }

   .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
   .bs-popover-bottom>.popover-arrow {
       top: calc(-.5rem - 1px)
   }

   .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
   .bs-popover-bottom>.popover-arrow::before {
       top: 0;
       border-width: 0 .5rem .5rem .5rem;
       border-bottom-color: rgba(0, 0, 0, .25)
   }

   .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
   .bs-popover-bottom>.popover-arrow::after {
       top: 1px;
       border-width: 0 .5rem .5rem .5rem;
       border-bottom-color: #fff
   }

   .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
   .bs-popover-bottom .popover-header::before {
       position: absolute;
       top: 0;
       left: 50%;
       display: block;
       width: 1rem;
       margin-left: -.5rem;
       content: "";
       border-bottom: 1px solid #f0f0f0
   }

   .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
   .bs-popover-start>.popover-arrow {
       right: calc(-.5rem - 1px);
       width: .5rem;
       height: 1rem
   }

   .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
   .bs-popover-start>.popover-arrow::before {
       right: 0;
       border-width: .5rem 0 .5rem .5rem;
       border-left-color: rgba(0, 0, 0, .25)
   }

   .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
   .bs-popover-start>.popover-arrow::after {
       right: 1px;
       border-width: .5rem 0 .5rem .5rem;
       border-left-color: #fff
   }

   .popover-header {
       padding: .5rem 1rem;
       margin-bottom: 0;
       font-size: 1rem;
       background-color: #f0f0f0;
       border-bottom: 1px solid #d8d8d8;
       border-top-left-radius: calc(.3rem - 1px);
       border-top-right-radius: calc(.3rem - 1px)
   }

   .popover-header:empty {
       display: none
   }

   .popover-body {
       padding: 1rem 1rem;
       color: #212529
   }

   .carousel {
       position: relative
   }

   .carousel.pointer-event {
       touch-action: pan-y
   }

   .carousel-inner {
       position: relative;
       width: 100%;
       overflow: hidden
   }

   .carousel-inner::after {
       display: block;
       clear: both;
       content: ""
   }

   .carousel-item {
       position: relative;
       display: none;
       float: left;
       width: 100%;
       margin-right: -100%;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
       transition: transform .6s ease-in-out
   }

   @media (prefers-reduced-motion:reduce) {
       .carousel-item {
           transition: none
       }
   }

   .carousel-item-next,
   .carousel-item-prev,
   .carousel-item.active {
       display: block
   }

   .active.carousel-item-end,
   .carousel-item-next:not(.carousel-item-start) {
       transform: translateX(100%)
   }

   .active.carousel-item-start,
   .carousel-item-prev:not(.carousel-item-end) {
       transform: translateX(-100%)
   }

   .carousel-fade .carousel-item {
       opacity: 0;
       transition-property: opacity;
       transform: none
   }

   .carousel-fade .carousel-item-next.carousel-item-start,
   .carousel-fade .carousel-item-prev.carousel-item-end,
   .carousel-fade .carousel-item.active {
       z-index: 1;
       opacity: 1
   }

   .carousel-fade .active.carousel-item-end,
   .carousel-fade .active.carousel-item-start {
       z-index: 0;
       opacity: 0;
       transition: opacity 0s .6s
   }

   @media (prefers-reduced-motion:reduce) {

       .carousel-fade .active.carousel-item-end,
       .carousel-fade .active.carousel-item-start {
           transition: none
       }
   }

   .carousel-control-next,
   .carousel-control-prev {
       position: absolute;
       top: 0;
       bottom: 0;
       z-index: 1;
       display: flex;
       align-items: center;
       justify-content: center;
       width: 15%;
       padding: 0;
       color: #fff;
       text-align: center;
       background: 0 0;
       border: 0;
       opacity: .5;
       transition: opacity .15s ease
   }

   @media (prefers-reduced-motion:reduce) {

       .carousel-control-next,
       .carousel-control-prev {
           transition: none
       }
   }

   .carousel-control-next:focus,
   .carousel-control-next:hover,
   .carousel-control-prev:focus,
   .carousel-control-prev:hover {
       color: #fff;
       text-decoration: none;
       outline: 0;
       opacity: .9
   }

   .carousel-control-prev {
       left: 0
   }

   .carousel-control-next {
       right: 0
   }

   .carousel-control-next-icon,
   .carousel-control-prev-icon {
       display: inline-block;
       width: 2rem;
       height: 2rem;
       background-repeat: no-repeat;
       background-position: 50%;
       background-size: 100% 100%
   }

   .carousel-control-prev-icon {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
   }

   .carousel-control-next-icon {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
   }

   .carousel-indicators {
       position: absolute;
       right: 0;
       bottom: 0;
       left: 0;
       z-index: 2;
       display: flex;
       justify-content: center;
       padding: 0;
       margin-right: 15%;
       margin-bottom: 1rem;
       margin-left: 15%;
       list-style: none
   }

   .carousel-indicators [data-bs-target] {
       box-sizing: content-box;
       flex: 0 1 auto;
       width: 30px;
       height: 3px;
       padding: 0;
       margin-right: 3px;
       margin-left: 3px;
       text-indent: -999px;
       cursor: pointer;
       background-color: #fff;
       background-clip: padding-box;
       border: 0;
       border-top: 10px solid transparent;
       border-bottom: 10px solid transparent;
       opacity: .5;
       transition: opacity .6s ease
   }

   @media (prefers-reduced-motion:reduce) {
       .carousel-indicators [data-bs-target] {
           transition: none
       }
   }

   .carousel-indicators .active {
       opacity: 1
   }

   .carousel-caption {
       position: absolute;
       right: 15%;
       bottom: 1.25rem;
       left: 15%;
       padding-top: 1.25rem;
       padding-bottom: 1.25rem;
       color: #fff;
       text-align: center
   }

   .carousel-dark .carousel-control-next-icon,
   .carousel-dark .carousel-control-prev-icon {
       filter: invert(1) grayscale(100)
   }

   .carousel-dark .carousel-indicators [data-bs-target] {
       background-color: #000
   }

   .carousel-dark .carousel-caption {
       color: #000
   }

   @-webkit-keyframes spinner-border {
       to {
           transform: rotate(360deg)
       }
   }

   @keyframes spinner-border {
       to {
           transform: rotate(360deg)
       }
   }

   .spinner-border {
       display: inline-block;
       width: 2rem;
       height: 2rem;
       vertical-align: text-bottom;
       border: .25em solid currentColor;
       border-right-color: transparent;
       border-radius: 50%;
       -webkit-animation: .75s linear infinite spinner-border;
       animation: .75s linear infinite spinner-border
   }

   .spinner-border-sm {
       width: 1rem;
       height: 1rem;
       border-width: .2em
   }

   @-webkit-keyframes spinner-grow {
       0% {
           transform: scale(0)
       }

       50% {
           opacity: 1;
           transform: none
       }
   }

   @keyframes spinner-grow {
       0% {
           transform: scale(0)
       }

       50% {
           opacity: 1;
           transform: none
       }
   }

   .spinner-grow {
       display: inline-block;
       width: 2rem;
       height: 2rem;
       vertical-align: text-bottom;
       background-color: currentColor;
       border-radius: 50%;
       opacity: 0;
       -webkit-animation: .75s linear infinite spinner-grow;
       animation: .75s linear infinite spinner-grow
   }

   .spinner-grow-sm {
       width: 1rem;
       height: 1rem
   }

   @media (prefers-reduced-motion:reduce) {

       .spinner-border,
       .spinner-grow {
           -webkit-animation-duration: 1.5s;
           animation-duration: 1.5s
       }
   }

   .clearfix::after {
       display: block;
       clear: both;
       content: ""
   }

   .link-primary {
       color: #0d6efd
   }

   .link-primary:focus,
   .link-primary:hover {
       color: #0a58ca
   }

   .link-secondary {
       color: #6c757d
   }

   .link-secondary:focus,
   .link-secondary:hover {
       color: #565e64
   }

   .link-success {
       color: #198754
   }

   .link-success:focus,
   .link-success:hover {
       color: #146c43
   }

   .link-info {
       color: #0dcaf0
   }

   .link-info:focus,
   .link-info:hover {
       color: #3dd5f3
   }

   .link-warning {
       color: #ffc107
   }

   .link-warning:focus,
   .link-warning:hover {
       color: #ffcd39
   }

   .link-danger {
       color: #dc3545
   }

   .link-danger:focus,
   .link-danger:hover {
       color: #b02a37
   }

   .link-light {
       color: #f8f9fa
   }

   .link-light:focus,
   .link-light:hover {
       color: #f9fafb
   }

   .link-dark {
       color: #212529
   }

   .link-dark:focus,
   .link-dark:hover {
       color: #1a1e21
   }

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

   .ratio::before {
       display: block;
       padding-top: var(--bs-aspect-ratio);
       content: ""
   }

   .ratio>* {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%
   }

   .ratio-1x1 {
       --bs-aspect-ratio: 100%
   }

   .ratio-4x3 {
       --bs-aspect-ratio: calc(3 / 4 * 100%)
   }

   .ratio-16x9 {
       --bs-aspect-ratio: calc(9 / 16 * 100%)
   }

   .ratio-21x9 {
       --bs-aspect-ratio: calc(9 / 21 * 100%)
   }

   .fixed-top {
       position: fixed;
       top: 0;
       right: 0;
       left: 0;
       z-index: 1030
   }

   .fixed-bottom {
       position: fixed;
       right: 0;
       bottom: 0;
       left: 0;
       z-index: 1030
   }

   .sticky-top {
       position: -webkit-sticky;
       position: sticky;
       top: 0;
       z-index: 1020
   }

   @media (min-width:576px) {
       .sticky-sm-top {
           position: -webkit-sticky;
           position: sticky;
           top: 0;
           z-index: 1020
       }
   }

   @media (min-width:768px) {
       .sticky-md-top {
           position: -webkit-sticky;
           position: sticky;
           top: 0;
           z-index: 1020
       }
   }

   @media (min-width:992px) {
       .sticky-lg-top {
           position: -webkit-sticky;
           position: sticky;
           top: 0;
           z-index: 1020
       }
   }

   @media (min-width:1200px) {
       .sticky-xl-top {
           position: -webkit-sticky;
           position: sticky;
           top: 0;
           z-index: 1020
       }
   }

   @media (min-width:1400px) {
       .sticky-xxl-top {
           position: -webkit-sticky;
           position: sticky;
           top: 0;
           z-index: 1020
       }
   }

   .visually-hidden,
   .visually-hidden-focusable:not(:focus):not(:focus-within) {
       position: absolute !important;
       width: 1px !important;
       height: 1px !important;
       padding: 0 !important;
       margin: -1px !important;
       overflow: hidden !important;
       clip: rect(0, 0, 0, 0) !important;
       white-space: nowrap !important;
       border: 0 !important
   }

   .stretched-link::after {
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       z-index: 1;
       content: ""
   }

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

   .align-baseline {
       vertical-align: baseline !important
   }

   .align-top {
       vertical-align: top !important
   }

   .align-middle {
       vertical-align: middle !important
   }

   .align-bottom {
       vertical-align: bottom !important
   }

   .align-text-bottom {
       vertical-align: text-bottom !important
   }

   .align-text-top {
       vertical-align: text-top !important
   }

   .float-start {
       float: left !important
   }

   .float-end {
       float: right !important
   }

   .float-none {
       float: none !important
   }

   .overflow-auto {
       overflow: auto !important
   }

   .overflow-hidden {
       overflow: hidden !important
   }

   .overflow-visible {
       overflow: visible !important
   }

   .overflow-scroll {
       overflow: scroll !important
   }

   .d-inline {
       display: inline !important
   }

   .d-inline-block {
       display: inline-block !important
   }

   .d-block {
       display: block !important
   }

   .d-grid {
       display: grid !important
   }

   .d-table {
       display: table !important
   }

   .d-table-row {
       display: table-row !important
   }

   .d-table-cell {
       display: table-cell !important
   }

   .d-flex {
       display: flex !important
   }

   .d-inline-flex {
       display: inline-flex !important
   }

   .d-none {
       display: none !important
   }

   .shadow {
       box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
   }

   .shadow-sm {
       box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
   }

   .shadow-lg {
       box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
   }

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

   .position-static {
       position: static !important
   }

   .position-relative {
       position: relative !important
   }

   .position-absolute {
       position: absolute !important
   }

   .position-fixed {
       position: fixed !important
   }

   .position-sticky {
       position: -webkit-sticky !important;
       position: sticky !important
   }

   .top-0 {
       top: 0 !important
   }

   .top-50 {
       top: 50% !important
   }

   .top-100 {
       top: 100% !important
   }

   .bottom-0 {
       bottom: 0 !important
   }

   .bottom-50 {
       bottom: 50% !important
   }

   .bottom-100 {
       bottom: 100% !important
   }

   .start-0 {
       left: 0 !important
   }

   .start-50 {
       left: 50% !important
   }

   .start-100 {
       left: 100% !important
   }

   .end-0 {
       right: 0 !important
   }

   .end-50 {
       right: 50% !important
   }

   .end-100 {
       right: 100% !important
   }

   .translate-middle {
       transform: translate(-50%, -50%) !important
   }

   .translate-middle-x {
       transform: translateX(-50%) !important
   }

   .translate-middle-y {
       transform: translateY(-50%) !important
   }

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

   .border-0 {
       border: 0 !important
   }

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

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

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

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

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

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

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

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

   .border-primary {
       border-color: #0d6efd !important
   }

   .border-secondary {
       border-color: #6c757d !important
   }

   .border-success {
       border-color: #198754 !important
   }

   .border-info {
       border-color: #0dcaf0 !important
   }

   .border-warning {
       border-color: #ffc107 !important
   }

   .border-danger {
       border-color: #dc3545 !important
   }

   .border-light {
       border-color: #f8f9fa !important
   }

   .border-dark {
       border-color: #212529 !important
   }

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

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

   .border-1 {
       border-width: 1px !important
   }

   .border-2 {
       border-width: 2px !important
   }

   .border-3 {
       border-width: 3px !important
   }

   .border-4 {
       border-width: 4px !important
   }

   .border-5 {
       border-width: 5px !important
   }

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

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

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

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

   .w-auto {
       width: auto !important
   }

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

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

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

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

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

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

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

   .h-auto {
       height: auto !important
   }

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

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

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

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

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

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

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

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

   .flex-grow-0 {
       flex-grow: 0 !important
   }

   .flex-grow-1 {
       flex-grow: 1 !important
   }

   .flex-shrink-0 {
       flex-shrink: 0 !important
   }

   .flex-shrink-1 {
       flex-shrink: 1 !important
   }

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

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

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

   .gap-0 {
       gap: 0 !important
   }

   .gap-1 {
       gap: .25rem !important
   }

   .gap-2 {
       gap: .5rem !important
   }

   .gap-3 {
       gap: 1rem !important
   }

   .gap-4 {
       gap: 1.5rem !important
   }

   .gap-5 {
       gap: 3rem !important
   }

   .justify-content-start {
       justify-content: flex-start !important
   }

   .justify-content-end {
       justify-content: flex-end !important
   }

   .justify-content-center {
       justify-content: center !important
   }

   .justify-content-between {
       justify-content: space-between !important
   }

   .justify-content-around {
       justify-content: space-around !important
   }

   .justify-content-evenly {
       justify-content: space-evenly !important
   }

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

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

   .align-items-center {
       align-items: center !important
   }

   .align-items-baseline {
       align-items: baseline !important
   }

   .align-items-stretch {
       align-items: stretch !important
   }

   .align-content-start {
       align-content: flex-start !important
   }

   .align-content-end {
       align-content: flex-end !important
   }

   .align-content-center {
       align-content: center !important
   }

   .align-content-between {
       align-content: space-between !important
   }

   .align-content-around {
       align-content: space-around !important
   }

   .align-content-stretch {
       align-content: stretch !important
   }

   .align-self-auto {
       align-self: auto !important
   }

   .align-self-start {
       align-self: flex-start !important
   }

   .align-self-end {
       align-self: flex-end !important
   }

   .align-self-center {
       align-self: center !important
   }

   .align-self-baseline {
       align-self: baseline !important
   }

   .align-self-stretch {
       align-self: stretch !important
   }

   .order-first {
       order: -1 !important
   }

   .order-0 {
       order: 0 !important
   }

   .order-1 {
       order: 1 !important
   }

   .order-2 {
       order: 2 !important
   }

   .order-3 {
       order: 3 !important
   }

   .order-4 {
       order: 4 !important
   }

   .order-5 {
       order: 5 !important
   }

   .order-last {
       order: 6 !important
   }

   .m-0 {
       margin: 0 !important
   }

   .m-1 {
       margin: .25rem !important
   }

   .m-2 {
       margin: .5rem !important
   }

   .m-3 {
       margin: 1rem !important
   }

   .m-4 {
       margin: 1.5rem !important
   }

   .m-5 {
       margin: 3rem !important
   }

   .m-auto {
       margin: auto !important
   }

   .mx-0 {
       margin-right: 0 !important;
       margin-left: 0 !important
   }

   .mx-1 {
       margin-right: .25rem !important;
       margin-left: .25rem !important
   }

   .mx-2 {
       margin-right: .5rem !important;
       margin-left: .5rem !important
   }

   .mx-3 {
       margin-right: 1rem !important;
       margin-left: 1rem !important
   }

   .mx-4 {
       margin-right: 1.5rem !important;
       margin-left: 1.5rem !important
   }

   .mx-5 {
       margin-right: 3rem !important;
       margin-left: 3rem !important
   }

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

   .my-0 {
       margin-top: 0 !important;
       margin-bottom: 0 !important
   }

   .my-1 {
       margin-top: .25rem !important;
       margin-bottom: .25rem !important
   }

   .my-2 {
       margin-top: .5rem !important;
       margin-bottom: .5rem !important
   }

   .my-3 {
       margin-top: 1rem !important;
       margin-bottom: 1rem !important
   }

   .my-4 {
       margin-top: 1.5rem !important;
       margin-bottom: 1.5rem !important
   }

   .my-5 {
       margin-top: 3rem !important;
       margin-bottom: 3rem !important
   }

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

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

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

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

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

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

   .mt-5 {
       margin-top: 3rem !important
   }

   .mt-auto {
       margin-top: auto !important
   }

   .me-0 {
       margin-right: 0 !important
   }

   .me-1 {
       margin-right: .25rem !important
   }

   .me-2 {
       margin-right: .5rem !important
   }

   .me-3 {
       margin-right: 1rem !important
   }

   .me-4 {
       margin-right: 1.5rem !important
   }

   .me-5 {
       margin-right: 3rem !important
   }

   .me-auto {
       margin-right: auto !important
   }

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

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

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

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

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

   .mb-5 {
       margin-bottom: 3rem !important
   }

   .mb-auto {
       margin-bottom: auto !important
   }

   .ms-0 {
       margin-left: 0 !important
   }

   .ms-1 {
       margin-left: .25rem !important
   }

   .ms-2 {
       margin-left: .5rem !important
   }

   .ms-3 {
       margin-left: 1rem !important
   }

   .ms-4 {
       margin-left: 1.5rem !important
   }

   .ms-5 {
       margin-left: 3rem !important
   }

   .ms-auto {
       margin-left: auto !important
   }

   .p-0 {
       padding: 0 !important
   }

   .p-1 {
       padding: .25rem !important
   }

   .p-2 {
       padding: .5rem !important
   }

   .p-3 {
       padding: 1rem !important
   }

   .p-4 {
       padding: 1.5rem !important
   }

   .p-5 {
       padding: 3rem !important
   }

   .px-0 {
       padding-right: 0 !important;
       padding-left: 0 !important
   }

   .px-1 {
       padding-right: .25rem !important;
       padding-left: .25rem !important
   }

   .px-2 {
       padding-right: .5rem !important;
       padding-left: .5rem !important
   }

   .px-3 {
       padding-right: 1rem !important;
       padding-left: 1rem !important
   }

   .px-4 {
       padding-right: 1.5rem !important;
       padding-left: 1.5rem !important
   }

   .px-5 {
       padding-right: 3rem !important;
       padding-left: 3rem !important
   }

   .py-0 {
       padding-top: 0 !important;
       padding-bottom: 0 !important
   }

   .py-1 {
       padding-top: .25rem !important;
       padding-bottom: .25rem !important
   }

   .py-2 {
       padding-top: .5rem !important;
       padding-bottom: .5rem !important
   }

   .py-3 {
       padding-top: 1rem !important;
       padding-bottom: 1rem !important
   }

   .py-4 {
       padding-top: 1.5rem !important;
       padding-bottom: 1.5rem !important
   }

   .py-5 {
       padding-top: 3rem !important;
       padding-bottom: 3rem !important
   }

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

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

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

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

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

   .pt-5 {
       padding-top: 3rem !important
   }

   .pe-0 {
       padding-right: 0 !important
   }

   .pe-1 {
       padding-right: .25rem !important
   }

   .pe-2 {
       padding-right: .5rem !important
   }

   .pe-3 {
       padding-right: 1rem !important
   }

   .pe-4 {
       padding-right: 1.5rem !important
   }

   .pe-5 {
       padding-right: 3rem !important
   }

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

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

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

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

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

   .pb-5 {
       padding-bottom: 3rem !important
   }

   .ps-0 {
       padding-left: 0 !important
   }

   .ps-1 {
       padding-left: .25rem !important
   }

   .ps-2 {
       padding-left: .5rem !important
   }

   .ps-3 {
       padding-left: 1rem !important
   }

   .ps-4 {
       padding-left: 1.5rem !important
   }

   .ps-5 {
       padding-left: 3rem !important
   }

   .fs-1 {
       font-size: calc(1.375rem + 1.5vw) !important
   }

   .fs-2 {
       font-size: calc(1.325rem + .9vw) !important
   }

   .fs-3 {
       font-size: calc(1.3rem + .6vw) !important
   }

   .fs-4 {
       font-size: calc(1.275rem + .3vw) !important
   }

   .fs-5 {
       font-size: 1.25rem !important
   }

   .fs-6 {
       font-size: 1rem !important
   }

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

   .fst-normal {
       font-style: normal !important
   }

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

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

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

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

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

   .text-lowercase {
       text-transform: lowercase !important
   }

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

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

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

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

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

   .text-primary {
       color: #0d6efd !important
   }

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

   .text-success {
       color: #198754 !important
   }

   .text-info {
       color: #0dcaf0 !important
   }

   .text-warning {
       color: #ffc107 !important
   }

   .text-danger {
       color: #dc3545 !important
   }

   .text-light {
       color: #f8f9fa !important
   }

   .text-dark {
       color: #212529 !important
   }

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

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

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

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

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

   .text-reset {
       color: inherit !important
   }

   .lh-1 {
       line-height: 1 !important
   }

   .lh-sm {
       line-height: 1.25 !important
   }

   .lh-base {
       line-height: 1.5 !important
   }

   .lh-lg {
       line-height: 2 !important
   }

   .bg-primary {
       background-color: #0d6efd !important
   }

   .bg-secondary {
       background-color: #6c757d !important
   }

   .bg-success {
       background-color: #198754 !important
   }

   .bg-info {
       background-color: #0dcaf0 !important
   }

   .bg-warning {
       background-color: #ffc107 !important
   }

   .bg-danger {
       background-color: #dc3545 !important
   }

   .bg-light {
       background-color: #f8f9fa !important
   }

   .bg-dark {
       background-color: #212529 !important
   }

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

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

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

   .bg-gradient {
       background-image: var(--bs-gradient) !important
   }

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

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

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

   .text-decoration-underline {
       text-decoration: underline !important
   }

   .text-decoration-line-through {
       text-decoration: line-through !important
   }

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

   .font-monospace {
       font-family: var(--bs-font-monospace) !important
   }

   .user-select-all {
       -webkit-user-select: all !important;
       -moz-user-select: all !important;
       user-select: all !important
   }

   .user-select-auto {
       -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
       user-select: auto !important
   }

   .user-select-none {
       -webkit-user-select: none !important;
       -moz-user-select: none !important;
       user-select: none !important
   }

   .pe-none {
       pointer-events: none !important
   }

   .pe-auto {
       pointer-events: auto !important
   }

   .rounded {
       border-radius: .25rem !important
   }

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

   .rounded-1 {
       border-radius: .2rem !important
   }

   .rounded-2 {
       border-radius: .25rem !important
   }

   .rounded-3 {
       border-radius: .3rem !important
   }

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

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

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

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

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

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

   .visible {
       visibility: visible !important
   }

   .invisible {
       visibility: hidden !important
   }

   @media (min-width:576px) {
       .float-sm-start {
           float: left !important
       }

       .float-sm-end {
           float: right !important
       }

       .float-sm-none {
           float: none !important
       }

       .d-sm-inline {
           display: inline !important
       }

       .d-sm-inline-block {
           display: inline-block !important
       }

       .d-sm-block {
           display: block !important
       }

       .d-sm-grid {
           display: grid !important
       }

       .d-sm-table {
           display: table !important
       }

       .d-sm-table-row {
           display: table-row !important
       }

       .d-sm-table-cell {
           display: table-cell !important
       }

       .d-sm-flex {
           display: flex !important
       }

       .d-sm-inline-flex {
           display: inline-flex !important
       }

       .d-sm-none {
           display: none !important
       }

       .flex-sm-fill {
           flex: 1 1 auto !important
       }

       .flex-sm-row {
           flex-direction: row !important
       }

       .flex-sm-column {
           flex-direction: column !important
       }

       .flex-sm-row-reverse {
           flex-direction: row-reverse !important
       }

       .flex-sm-column-reverse {
           flex-direction: column-reverse !important
       }

       .flex-sm-grow-0 {
           flex-grow: 0 !important
       }

       .flex-sm-grow-1 {
           flex-grow: 1 !important
       }

       .flex-sm-shrink-0 {
           flex-shrink: 0 !important
       }

       .flex-sm-shrink-1 {
           flex-shrink: 1 !important
       }

       .flex-sm-wrap {
           flex-wrap: wrap !important
       }

       .flex-sm-nowrap {
           flex-wrap: nowrap !important
       }

       .flex-sm-wrap-reverse {
           flex-wrap: wrap-reverse !important
       }

       .gap-sm-0 {
           gap: 0 !important
       }

       .gap-sm-1 {
           gap: .25rem !important
       }

       .gap-sm-2 {
           gap: .5rem !important
       }

       .gap-sm-3 {
           gap: 1rem !important
       }

       .gap-sm-4 {
           gap: 1.5rem !important
       }

       .gap-sm-5 {
           gap: 3rem !important
       }

       .justify-content-sm-start {
           justify-content: flex-start !important
       }

       .justify-content-sm-end {
           justify-content: flex-end !important
       }

       .justify-content-sm-center {
           justify-content: center !important
       }

       .justify-content-sm-between {
           justify-content: space-between !important
       }

       .justify-content-sm-around {
           justify-content: space-around !important
       }

       .justify-content-sm-evenly {
           justify-content: space-evenly !important
       }

       .align-items-sm-start {
           align-items: flex-start !important
       }

       .align-items-sm-end {
           align-items: flex-end !important
       }

       .align-items-sm-center {
           align-items: center !important
       }

       .align-items-sm-baseline {
           align-items: baseline !important
       }

       .align-items-sm-stretch {
           align-items: stretch !important
       }

       .align-content-sm-start {
           align-content: flex-start !important
       }

       .align-content-sm-end {
           align-content: flex-end !important
       }

       .align-content-sm-center {
           align-content: center !important
       }

       .align-content-sm-between {
           align-content: space-between !important
       }

       .align-content-sm-around {
           align-content: space-around !important
       }

       .align-content-sm-stretch {
           align-content: stretch !important
       }

       .align-self-sm-auto {
           align-self: auto !important
       }

       .align-self-sm-start {
           align-self: flex-start !important
       }

       .align-self-sm-end {
           align-self: flex-end !important
       }

       .align-self-sm-center {
           align-self: center !important
       }

       .align-self-sm-baseline {
           align-self: baseline !important
       }

       .align-self-sm-stretch {
           align-self: stretch !important
       }

       .order-sm-first {
           order: -1 !important
       }

       .order-sm-0 {
           order: 0 !important
       }

       .order-sm-1 {
           order: 1 !important
       }

       .order-sm-2 {
           order: 2 !important
       }

       .order-sm-3 {
           order: 3 !important
       }

       .order-sm-4 {
           order: 4 !important
       }

       .order-sm-5 {
           order: 5 !important
       }

       .order-sm-last {
           order: 6 !important
       }

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

       .m-sm-1 {
           margin: .25rem !important
       }

       .m-sm-2 {
           margin: .5rem !important
       }

       .m-sm-3 {
           margin: 1rem !important
       }

       .m-sm-4 {
           margin: 1.5rem !important
       }

       .m-sm-5 {
           margin: 3rem !important
       }

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

       .mx-sm-0 {
           margin-right: 0 !important;
           margin-left: 0 !important
       }

       .mx-sm-1 {
           margin-right: .25rem !important;
           margin-left: .25rem !important
       }

       .mx-sm-2 {
           margin-right: .5rem !important;
           margin-left: .5rem !important
       }

       .mx-sm-3 {
           margin-right: 1rem !important;
           margin-left: 1rem !important
       }

       .mx-sm-4 {
           margin-right: 1.5rem !important;
           margin-left: 1.5rem !important
       }

       .mx-sm-5 {
           margin-right: 3rem !important;
           margin-left: 3rem !important
       }

       .mx-sm-auto {
           margin-right: auto !important;
           margin-left: auto !important
       }

       .my-sm-0 {
           margin-top: 0 !important;
           margin-bottom: 0 !important
       }

       .my-sm-1 {
           margin-top: .25rem !important;
           margin-bottom: .25rem !important
       }

       .my-sm-2 {
           margin-top: .5rem !important;
           margin-bottom: .5rem !important
       }

       .my-sm-3 {
           margin-top: 1rem !important;
           margin-bottom: 1rem !important
       }

       .my-sm-4 {
           margin-top: 1.5rem !important;
           margin-bottom: 1.5rem !important
       }

       .my-sm-5 {
           margin-top: 3rem !important;
           margin-bottom: 3rem !important
       }

       .my-sm-auto {
           margin-top: auto !important;
           margin-bottom: auto !important
       }

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

       .mt-sm-1 {
           margin-top: .25rem !important
       }

       .mt-sm-2 {
           margin-top: .5rem !important
       }

       .mt-sm-3 {
           margin-top: 1rem !important
       }

       .mt-sm-4 {
           margin-top: 1.5rem !important
       }

       .mt-sm-5 {
           margin-top: 3rem !important
       }

       .mt-sm-auto {
           margin-top: auto !important
       }

       .me-sm-0 {
           margin-right: 0 !important
       }

       .me-sm-1 {
           margin-right: .25rem !important
       }

       .me-sm-2 {
           margin-right: .5rem !important
       }

       .me-sm-3 {
           margin-right: 1rem !important
       }

       .me-sm-4 {
           margin-right: 1.5rem !important
       }

       .me-sm-5 {
           margin-right: 3rem !important
       }

       .me-sm-auto {
           margin-right: auto !important
       }

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

       .mb-sm-1 {
           margin-bottom: .25rem !important
       }

       .mb-sm-2 {
           margin-bottom: .5rem !important
       }

       .mb-sm-3 {
           margin-bottom: 1rem !important
       }

       .mb-sm-4 {
           margin-bottom: 1.5rem !important
       }

       .mb-sm-5 {
           margin-bottom: 3rem !important
       }

       .mb-sm-auto {
           margin-bottom: auto !important
       }

       .ms-sm-0 {
           margin-left: 0 !important
       }

       .ms-sm-1 {
           margin-left: .25rem !important
       }

       .ms-sm-2 {
           margin-left: .5rem !important
       }

       .ms-sm-3 {
           margin-left: 1rem !important
       }

       .ms-sm-4 {
           margin-left: 1.5rem !important
       }

       .ms-sm-5 {
           margin-left: 3rem !important
       }

       .ms-sm-auto {
           margin-left: auto !important
       }

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

       .p-sm-1 {
           padding: .25rem !important
       }

       .p-sm-2 {
           padding: .5rem !important
       }

       .p-sm-3 {
           padding: 1rem !important
       }

       .p-sm-4 {
           padding: 1.5rem !important
       }

       .p-sm-5 {
           padding: 3rem !important
       }

       .px-sm-0 {
           padding-right: 0 !important;
           padding-left: 0 !important
       }

       .px-sm-1 {
           padding-right: .25rem !important;
           padding-left: .25rem !important
       }

       .px-sm-2 {
           padding-right: .5rem !important;
           padding-left: .5rem !important
       }

       .px-sm-3 {
           padding-right: 1rem !important;
           padding-left: 1rem !important
       }

       .px-sm-4 {
           padding-right: 1.5rem !important;
           padding-left: 1.5rem !important
       }

       .px-sm-5 {
           padding-right: 3rem !important;
           padding-left: 3rem !important
       }

       .py-sm-0 {
           padding-top: 0 !important;
           padding-bottom: 0 !important
       }

       .py-sm-1 {
           padding-top: .25rem !important;
           padding-bottom: .25rem !important
       }

       .py-sm-2 {
           padding-top: .5rem !important;
           padding-bottom: .5rem !important
       }

       .py-sm-3 {
           padding-top: 1rem !important;
           padding-bottom: 1rem !important
       }

       .py-sm-4 {
           padding-top: 1.5rem !important;
           padding-bottom: 1.5rem !important
       }

       .py-sm-5 {
           padding-top: 3rem !important;
           padding-bottom: 3rem !important
       }

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

       .pt-sm-1 {
           padding-top: .25rem !important
       }

       .pt-sm-2 {
           padding-top: .5rem !important
       }

       .pt-sm-3 {
           padding-top: 1rem !important
       }

       .pt-sm-4 {
           padding-top: 1.5rem !important
       }

       .pt-sm-5 {
           padding-top: 3rem !important
       }

       .pe-sm-0 {
           padding-right: 0 !important
       }

       .pe-sm-1 {
           padding-right: .25rem !important
       }

       .pe-sm-2 {
           padding-right: .5rem !important
       }

       .pe-sm-3 {
           padding-right: 1rem !important
       }

       .pe-sm-4 {
           padding-right: 1.5rem !important
       }

       .pe-sm-5 {
           padding-right: 3rem !important
       }

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

       .pb-sm-1 {
           padding-bottom: .25rem !important
       }

       .pb-sm-2 {
           padding-bottom: .5rem !important
       }

       .pb-sm-3 {
           padding-bottom: 1rem !important
       }

       .pb-sm-4 {
           padding-bottom: 1.5rem !important
       }

       .pb-sm-5 {
           padding-bottom: 3rem !important
       }

       .ps-sm-0 {
           padding-left: 0 !important
       }

       .ps-sm-1 {
           padding-left: .25rem !important
       }

       .ps-sm-2 {
           padding-left: .5rem !important
       }

       .ps-sm-3 {
           padding-left: 1rem !important
       }

       .ps-sm-4 {
           padding-left: 1.5rem !important
       }

       .ps-sm-5 {
           padding-left: 3rem !important
       }

       .text-sm-start {
           text-align: left !important
       }

       .text-sm-end {
           text-align: right !important
       }

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

   @media (min-width:768px) {
       .float-md-start {
           float: left !important
       }

       .float-md-end {
           float: right !important
       }

       .float-md-none {
           float: none !important
       }

       .d-md-inline {
           display: inline !important
       }

       .d-md-inline-block {
           display: inline-block !important
       }

       .d-md-block {
           display: block !important
       }

       .d-md-grid {
           display: grid !important
       }

       .d-md-table {
           display: table !important
       }

       .d-md-table-row {
           display: table-row !important
       }

       .d-md-table-cell {
           display: table-cell !important
       }

       .d-md-flex {
           display: flex !important
       }

       .d-md-inline-flex {
           display: inline-flex !important
       }

       .d-md-none {
           display: none !important
       }

       .flex-md-fill {
           flex: 1 1 auto !important
       }

       .flex-md-row {
           flex-direction: row !important
       }

       .flex-md-column {
           flex-direction: column !important
       }

       .flex-md-row-reverse {
           flex-direction: row-reverse !important
       }

       .flex-md-column-reverse {
           flex-direction: column-reverse !important
       }

       .flex-md-grow-0 {
           flex-grow: 0 !important
       }

       .flex-md-grow-1 {
           flex-grow: 1 !important
       }

       .flex-md-shrink-0 {
           flex-shrink: 0 !important
       }

       .flex-md-shrink-1 {
           flex-shrink: 1 !important
       }

       .flex-md-wrap {
           flex-wrap: wrap !important
       }

       .flex-md-nowrap {
           flex-wrap: nowrap !important
       }

       .flex-md-wrap-reverse {
           flex-wrap: wrap-reverse !important
       }

       .gap-md-0 {
           gap: 0 !important
       }

       .gap-md-1 {
           gap: .25rem !important
       }

       .gap-md-2 {
           gap: .5rem !important
       }

       .gap-md-3 {
           gap: 1rem !important
       }

       .gap-md-4 {
           gap: 1.5rem !important
       }

       .gap-md-5 {
           gap: 3rem !important
       }

       .justify-content-md-start {
           justify-content: flex-start !important
       }

       .justify-content-md-end {
           justify-content: flex-end !important
       }

       .justify-content-md-center {
           justify-content: center !important
       }

       .justify-content-md-between {
           justify-content: space-between !important
       }

       .justify-content-md-around {
           justify-content: space-around !important
       }

       .justify-content-md-evenly {
           justify-content: space-evenly !important
       }

       .align-items-md-start {
           align-items: flex-start !important
       }

       .align-items-md-end {
           align-items: flex-end !important
       }

       .align-items-md-center {
           align-items: center !important
       }

       .align-items-md-baseline {
           align-items: baseline !important
       }

       .align-items-md-stretch {
           align-items: stretch !important
       }

       .align-content-md-start {
           align-content: flex-start !important
       }

       .align-content-md-end {
           align-content: flex-end !important
       }

       .align-content-md-center {
           align-content: center !important
       }

       .align-content-md-between {
           align-content: space-between !important
       }

       .align-content-md-around {
           align-content: space-around !important
       }

       .align-content-md-stretch {
           align-content: stretch !important
       }

       .align-self-md-auto {
           align-self: auto !important
       }

       .align-self-md-start {
           align-self: flex-start !important
       }

       .align-self-md-end {
           align-self: flex-end !important
       }

       .align-self-md-center {
           align-self: center !important
       }

       .align-self-md-baseline {
           align-self: baseline !important
       }

       .align-self-md-stretch {
           align-self: stretch !important
       }

       .order-md-first {
           order: -1 !important
       }

       .order-md-0 {
           order: 0 !important
       }

       .order-md-1 {
           order: 1 !important
       }

       .order-md-2 {
           order: 2 !important
       }

       .order-md-3 {
           order: 3 !important
       }

       .order-md-4 {
           order: 4 !important
       }

       .order-md-5 {
           order: 5 !important
       }

       .order-md-last {
           order: 6 !important
       }

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

       .m-md-1 {
           margin: .25rem !important
       }

       .m-md-2 {
           margin: .5rem !important
       }

       .m-md-3 {
           margin: 1rem !important
       }

       .m-md-4 {
           margin: 1.5rem !important
       }

       .m-md-5 {
           margin: 3rem !important
       }

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

       .mx-md-0 {
           margin-right: 0 !important;
           margin-left: 0 !important
       }

       .mx-md-1 {
           margin-right: .25rem !important;
           margin-left: .25rem !important
       }

       .mx-md-2 {
           margin-right: .5rem !important;
           margin-left: .5rem !important
       }

       .mx-md-3 {
           margin-right: 1rem !important;
           margin-left: 1rem !important
       }

       .mx-md-4 {
           margin-right: 1.5rem !important;
           margin-left: 1.5rem !important
       }

       .mx-md-5 {
           margin-right: 3rem !important;
           margin-left: 3rem !important
       }

       .mx-md-auto {
           margin-right: auto !important;
           margin-left: auto !important
       }

       .my-md-0 {
           margin-top: 0 !important;
           margin-bottom: 0 !important
       }

       .my-md-1 {
           margin-top: .25rem !important;
           margin-bottom: .25rem !important
       }

       .my-md-2 {
           margin-top: .5rem !important;
           margin-bottom: .5rem !important
       }

       .my-md-3 {
           margin-top: 1rem !important;
           margin-bottom: 1rem !important
       }

       .my-md-4 {
           margin-top: 1.5rem !important;
           margin-bottom: 1.5rem !important
       }

       .my-md-5 {
           margin-top: 3rem !important;
           margin-bottom: 3rem !important
       }

       .my-md-auto {
           margin-top: auto !important;
           margin-bottom: auto !important
       }

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

       .mt-md-1 {
           margin-top: .25rem !important
       }

       .mt-md-2 {
           margin-top: .5rem !important
       }

       .mt-md-3 {
           margin-top: 1rem !important
       }

       .mt-md-4 {
           margin-top: 1.5rem !important
       }

       .mt-md-5 {
           margin-top: 3rem !important
       }

       .mt-md-auto {
           margin-top: auto !important
       }

       .me-md-0 {
           margin-right: 0 !important
       }

       .me-md-1 {
           margin-right: .25rem !important
       }

       .me-md-2 {
           margin-right: .5rem !important
       }

       .me-md-3 {
           margin-right: 1rem !important
       }

       .me-md-4 {
           margin-right: 1.5rem !important
       }

       .me-md-5 {
           margin-right: 3rem !important
       }

       .me-md-auto {
           margin-right: auto !important
       }

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

       .mb-md-1 {
           margin-bottom: .25rem !important
       }

       .mb-md-2 {
           margin-bottom: .5rem !important
       }

       .mb-md-3 {
           margin-bottom: 1rem !important
       }

       .mb-md-4 {
           margin-bottom: 1.5rem !important
       }

       .mb-md-5 {
           margin-bottom: 3rem !important
       }

       .mb-md-auto {
           margin-bottom: auto !important
       }

       .ms-md-0 {
           margin-left: 0 !important
       }

       .ms-md-1 {
           margin-left: .25rem !important
       }

       .ms-md-2 {
           margin-left: .5rem !important
       }

       .ms-md-3 {
           margin-left: 1rem !important
       }

       .ms-md-4 {
           margin-left: 1.5rem !important
       }

       .ms-md-5 {
           margin-left: 3rem !important
       }

       .ms-md-auto {
           margin-left: auto !important
       }

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

       .p-md-1 {
           padding: .25rem !important
       }

       .p-md-2 {
           padding: .5rem !important
       }

       .p-md-3 {
           padding: 1rem !important
       }

       .p-md-4 {
           padding: 1.5rem !important
       }

       .p-md-5 {
           padding: 3rem !important
       }

       .px-md-0 {
           padding-right: 0 !important;
           padding-left: 0 !important
       }

       .px-md-1 {
           padding-right: .25rem !important;
           padding-left: .25rem !important
       }

       .px-md-2 {
           padding-right: .5rem !important;
           padding-left: .5rem !important
       }

       .px-md-3 {
           padding-right: 1rem !important;
           padding-left: 1rem !important
       }

       .px-md-4 {
           padding-right: 1.5rem !important;
           padding-left: 1.5rem !important
       }

       .px-md-5 {
           padding-right: 3rem !important;
           padding-left: 3rem !important
       }

       .py-md-0 {
           padding-top: 0 !important;
           padding-bottom: 0 !important
       }

       .py-md-1 {
           padding-top: .25rem !important;
           padding-bottom: .25rem !important
       }

       .py-md-2 {
           padding-top: .5rem !important;
           padding-bottom: .5rem !important
       }

       .py-md-3 {
           padding-top: 1rem !important;
           padding-bottom: 1rem !important
       }

       .py-md-4 {
           padding-top: 1.5rem !important;
           padding-bottom: 1.5rem !important
       }

       .py-md-5 {
           padding-top: 3rem !important;
           padding-bottom: 3rem !important
       }

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

       .pt-md-1 {
           padding-top: .25rem !important
       }

       .pt-md-2 {
           padding-top: .5rem !important
       }

       .pt-md-3 {
           padding-top: 1rem !important
       }

       .pt-md-4 {
           padding-top: 1.5rem !important
       }

       .pt-md-5 {
           padding-top: 3rem !important
       }

       .pe-md-0 {
           padding-right: 0 !important
       }

       .pe-md-1 {
           padding-right: .25rem !important
       }

       .pe-md-2 {
           padding-right: .5rem !important
       }

       .pe-md-3 {
           padding-right: 1rem !important
       }

       .pe-md-4 {
           padding-right: 1.5rem !important
       }

       .pe-md-5 {
           padding-right: 3rem !important
       }

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

       .pb-md-1 {
           padding-bottom: .25rem !important
       }

       .pb-md-2 {
           padding-bottom: .5rem !important
       }

       .pb-md-3 {
           padding-bottom: 1rem !important
       }

       .pb-md-4 {
           padding-bottom: 1.5rem !important
       }

       .pb-md-5 {
           padding-bottom: 3rem !important
       }

       .ps-md-0 {
           padding-left: 0 !important
       }

       .ps-md-1 {
           padding-left: .25rem !important
       }

       .ps-md-2 {
           padding-left: .5rem !important
       }

       .ps-md-3 {
           padding-left: 1rem !important
       }

       .ps-md-4 {
           padding-left: 1.5rem !important
       }

       .ps-md-5 {
           padding-left: 3rem !important
       }

       .text-md-start {
           text-align: left !important
       }

       .text-md-end {
           text-align: right !important
       }

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

   @media (min-width:992px) {
       .float-lg-start {
           float: left !important
       }

       .float-lg-end {
           float: right !important
       }

       .float-lg-none {
           float: none !important
       }

       .d-lg-inline {
           display: inline !important
       }

       .d-lg-inline-block {
           display: inline-block !important
       }

       .d-lg-block {
           display: block !important
       }

       .d-lg-grid {
           display: grid !important
       }

       .d-lg-table {
           display: table !important
       }

       .d-lg-table-row {
           display: table-row !important
       }

       .d-lg-table-cell {
           display: table-cell !important
       }

       .d-lg-flex {
           display: flex !important
       }

       .d-lg-inline-flex {
           display: inline-flex !important
       }

       .d-lg-none {
           display: none !important
       }

       .flex-lg-fill {
           flex: 1 1 auto !important
       }

       .flex-lg-row {
           flex-direction: row !important
       }

       .flex-lg-column {
           flex-direction: column !important
       }

       .flex-lg-row-reverse {
           flex-direction: row-reverse !important
       }

       .flex-lg-column-reverse {
           flex-direction: column-reverse !important
       }

       .flex-lg-grow-0 {
           flex-grow: 0 !important
       }

       .flex-lg-grow-1 {
           flex-grow: 1 !important
       }

       .flex-lg-shrink-0 {
           flex-shrink: 0 !important
       }

       .flex-lg-shrink-1 {
           flex-shrink: 1 !important
       }

       .flex-lg-wrap {
           flex-wrap: wrap !important
       }

       .flex-lg-nowrap {
           flex-wrap: nowrap !important
       }

       .flex-lg-wrap-reverse {
           flex-wrap: wrap-reverse !important
       }

       .gap-lg-0 {
           gap: 0 !important
       }

       .gap-lg-1 {
           gap: .25rem !important
       }

       .gap-lg-2 {
           gap: .5rem !important
       }

       .gap-lg-3 {
           gap: 1rem !important
       }

       .gap-lg-4 {
           gap: 1.5rem !important
       }

       .gap-lg-5 {
           gap: 3rem !important
       }

       .justify-content-lg-start {
           justify-content: flex-start !important
       }

       .justify-content-lg-end {
           justify-content: flex-end !important
       }

       .justify-content-lg-center {
           justify-content: center !important
       }

       .justify-content-lg-between {
           justify-content: space-between !important
       }

       .justify-content-lg-around {
           justify-content: space-around !important
       }

       .justify-content-lg-evenly {
           justify-content: space-evenly !important
       }

       .align-items-lg-start {
           align-items: flex-start !important
       }

       .align-items-lg-end {
           align-items: flex-end !important
       }

       .align-items-lg-center {
           align-items: center !important
       }

       .align-items-lg-baseline {
           align-items: baseline !important
       }

       .align-items-lg-stretch {
           align-items: stretch !important
       }

       .align-content-lg-start {
           align-content: flex-start !important
       }

       .align-content-lg-end {
           align-content: flex-end !important
       }

       .align-content-lg-center {
           align-content: center !important
       }

       .align-content-lg-between {
           align-content: space-between !important
       }

       .align-content-lg-around {
           align-content: space-around !important
       }

       .align-content-lg-stretch {
           align-content: stretch !important
       }

       .align-self-lg-auto {
           align-self: auto !important
       }

       .align-self-lg-start {
           align-self: flex-start !important
       }

       .align-self-lg-end {
           align-self: flex-end !important
       }

       .align-self-lg-center {
           align-self: center !important
       }

       .align-self-lg-baseline {
           align-self: baseline !important
       }

       .align-self-lg-stretch {
           align-self: stretch !important
       }

       .order-lg-first {
           order: -1 !important
       }

       .order-lg-0 {
           order: 0 !important
       }

       .order-lg-1 {
           order: 1 !important
       }

       .order-lg-2 {
           order: 2 !important
       }

       .order-lg-3 {
           order: 3 !important
       }

       .order-lg-4 {
           order: 4 !important
       }

       .order-lg-5 {
           order: 5 !important
       }

       .order-lg-last {
           order: 6 !important
       }

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

       .m-lg-1 {
           margin: .25rem !important
       }

       .m-lg-2 {
           margin: .5rem !important
       }

       .m-lg-3 {
           margin: 1rem !important
       }

       .m-lg-4 {
           margin: 1.5rem !important
       }

       .m-lg-5 {
           margin: 3rem !important
       }

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

       .mx-lg-0 {
           margin-right: 0 !important;
           margin-left: 0 !important
       }

       .mx-lg-1 {
           margin-right: .25rem !important;
           margin-left: .25rem !important
       }

       .mx-lg-2 {
           margin-right: .5rem !important;
           margin-left: .5rem !important
       }

       .mx-lg-3 {
           margin-right: 1rem !important;
           margin-left: 1rem !important
       }

       .mx-lg-4 {
           margin-right: 1.5rem !important;
           margin-left: 1.5rem !important
       }

       .mx-lg-5 {
           margin-right: 3rem !important;
           margin-left: 3rem !important
       }

       .mx-lg-auto {
           margin-right: auto !important;
           margin-left: auto !important
       }

       .my-lg-0 {
           margin-top: 0 !important;
           margin-bottom: 0 !important
       }

       .my-lg-1 {
           margin-top: .25rem !important;
           margin-bottom: .25rem !important
       }

       .my-lg-2 {
           margin-top: .5rem !important;
           margin-bottom: .5rem !important
       }

       .my-lg-3 {
           margin-top: 1rem !important;
           margin-bottom: 1rem !important
       }

       .my-lg-4 {
           margin-top: 1.5rem !important;
           margin-bottom: 1.5rem !important
       }

       .my-lg-5 {
           margin-top: 3rem !important;
           margin-bottom: 3rem !important
       }

       .my-lg-auto {
           margin-top: auto !important;
           margin-bottom: auto !important
       }

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

       .mt-lg-1 {
           margin-top: .25rem !important
       }

       .mt-lg-2 {
           margin-top: .5rem !important
       }

       .mt-lg-3 {
           margin-top: 1rem !important
       }

       .mt-lg-4 {
           margin-top: 1.5rem !important
       }

       .mt-lg-5 {
           margin-top: 3rem !important
       }

       .mt-lg-auto {
           margin-top: auto !important
       }

       .me-lg-0 {
           margin-right: 0 !important
       }

       .me-lg-1 {
           margin-right: .25rem !important
       }

       .me-lg-2 {
           margin-right: .5rem !important
       }

       .me-lg-3 {
           margin-right: 1rem !important
       }

       .me-lg-4 {
           margin-right: 1.5rem !important
       }

       .me-lg-5 {
           margin-right: 3rem !important
       }

       .me-lg-auto {
           margin-right: auto !important
       }

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

       .mb-lg-1 {
           margin-bottom: .25rem !important
       }

       .mb-lg-2 {
           margin-bottom: .5rem !important
       }

       .mb-lg-3 {
           margin-bottom: 1rem !important
       }

       .mb-lg-4 {
           margin-bottom: 1.5rem !important
       }

       .mb-lg-5 {
           margin-bottom: 3rem !important
       }

       .mb-lg-auto {
           margin-bottom: auto !important
       }

       .ms-lg-0 {
           margin-left: 0 !important
       }

       .ms-lg-1 {
           margin-left: .25rem !important
       }

       .ms-lg-2 {
           margin-left: .5rem !important
       }

       .ms-lg-3 {
           margin-left: 1rem !important
       }

       .ms-lg-4 {
           margin-left: 1.5rem !important
       }

       .ms-lg-5 {
           margin-left: 3rem !important
       }

       .ms-lg-auto {
           margin-left: auto !important
       }

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

       .p-lg-1 {
           padding: .25rem !important
       }

       .p-lg-2 {
           padding: .5rem !important
       }

       .p-lg-3 {
           padding: 1rem !important
       }

       .p-lg-4 {
           padding: 1.5rem !important
       }

       .p-lg-5 {
           padding: 3rem !important
       }

       .px-lg-0 {
           padding-right: 0 !important;
           padding-left: 0 !important
       }

       .px-lg-1 {
           padding-right: .25rem !important;
           padding-left: .25rem !important
       }

       .px-lg-2 {
           padding-right: .5rem !important;
           padding-left: .5rem !important
       }

       .px-lg-3 {
           padding-right: 1rem !important;
           padding-left: 1rem !important
       }

       .px-lg-4 {
           padding-right: 1.5rem !important;
           padding-left: 1.5rem !important
       }

       .px-lg-5 {
           padding-right: 3rem !important;
           padding-left: 3rem !important
       }

       .py-lg-0 {
           padding-top: 0 !important;
           padding-bottom: 0 !important
       }

       .py-lg-1 {
           padding-top: .25rem !important;
           padding-bottom: .25rem !important
       }

       .py-lg-2 {
           padding-top: .5rem !important;
           padding-bottom: .5rem !important
       }

       .py-lg-3 {
           padding-top: 1rem !important;
           padding-bottom: 1rem !important
       }

       .py-lg-4 {
           padding-top: 1.5rem !important;
           padding-bottom: 1.5rem !important
       }

       .py-lg-5 {
           padding-top: 3rem !important;
           padding-bottom: 3rem !important
       }

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

       .pt-lg-1 {
           padding-top: .25rem !important
       }

       .pt-lg-2 {
           padding-top: .5rem !important
       }

       .pt-lg-3 {
           padding-top: 1rem !important
       }

       .pt-lg-4 {
           padding-top: 1.5rem !important
       }

       .pt-lg-5 {
           padding-top: 3rem !important
       }

       .pe-lg-0 {
           padding-right: 0 !important
       }

       .pe-lg-1 {
           padding-right: .25rem !important
       }

       .pe-lg-2 {
           padding-right: .5rem !important
       }

       .pe-lg-3 {
           padding-right: 1rem !important
       }

       .pe-lg-4 {
           padding-right: 1.5rem !important
       }

       .pe-lg-5 {
           padding-right: 3rem !important
       }

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

       .pb-lg-1 {
           padding-bottom: .25rem !important
       }

       .pb-lg-2 {
           padding-bottom: .5rem !important
       }

       .pb-lg-3 {
           padding-bottom: 1rem !important
       }

       .pb-lg-4 {
           padding-bottom: 1.5rem !important
       }

       .pb-lg-5 {
           padding-bottom: 3rem !important
       }

       .ps-lg-0 {
           padding-left: 0 !important
       }

       .ps-lg-1 {
           padding-left: .25rem !important
       }

       .ps-lg-2 {
           padding-left: .5rem !important
       }

       .ps-lg-3 {
           padding-left: 1rem !important
       }

       .ps-lg-4 {
           padding-left: 1.5rem !important
       }

       .ps-lg-5 {
           padding-left: 3rem !important
       }

       .text-lg-start {
           text-align: left !important
       }

       .text-lg-end {
           text-align: right !important
       }

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

   @media (min-width:1200px) {
       .float-xl-start {
           float: left !important
       }

       .float-xl-end {
           float: right !important
       }

       .float-xl-none {
           float: none !important
       }

       .d-xl-inline {
           display: inline !important
       }

       .d-xl-inline-block {
           display: inline-block !important
       }

       .d-xl-block {
           display: block !important
       }

       .d-xl-grid {
           display: grid !important
       }

       .d-xl-table {
           display: table !important
       }

       .d-xl-table-row {
           display: table-row !important
       }

       .d-xl-table-cell {
           display: table-cell !important
       }

       .d-xl-flex {
           display: flex !important
       }

       .d-xl-inline-flex {
           display: inline-flex !important
       }

       .d-xl-none {
           display: none !important
       }

       .flex-xl-fill {
           flex: 1 1 auto !important
       }

       .flex-xl-row {
           flex-direction: row !important
       }

       .flex-xl-column {
           flex-direction: column !important
       }

       .flex-xl-row-reverse {
           flex-direction: row-reverse !important
       }

       .flex-xl-column-reverse {
           flex-direction: column-reverse !important
       }

       .flex-xl-grow-0 {
           flex-grow: 0 !important
       }

       .flex-xl-grow-1 {
           flex-grow: 1 !important
       }

       .flex-xl-shrink-0 {
           flex-shrink: 0 !important
       }

       .flex-xl-shrink-1 {
           flex-shrink: 1 !important
       }

       .flex-xl-wrap {
           flex-wrap: wrap !important
       }

       .flex-xl-nowrap {
           flex-wrap: nowrap !important
       }

       .flex-xl-wrap-reverse {
           flex-wrap: wrap-reverse !important
       }

       .gap-xl-0 {
           gap: 0 !important
       }

       .gap-xl-1 {
           gap: .25rem !important
       }

       .gap-xl-2 {
           gap: .5rem !important
       }

       .gap-xl-3 {
           gap: 1rem !important
       }

       .gap-xl-4 {
           gap: 1.5rem !important
       }

       .gap-xl-5 {
           gap: 3rem !important
       }

       .justify-content-xl-start {
           justify-content: flex-start !important
       }

       .justify-content-xl-end {
           justify-content: flex-end !important
       }

       .justify-content-xl-center {
           justify-content: center !important
       }

       .justify-content-xl-between {
           justify-content: space-between !important
       }

       .justify-content-xl-around {
           justify-content: space-around !important
       }

       .justify-content-xl-evenly {
           justify-content: space-evenly !important
       }

       .align-items-xl-start {
           align-items: flex-start !important
       }

       .align-items-xl-end {
           align-items: flex-end !important
       }

       .align-items-xl-center {
           align-items: center !important
       }

       .align-items-xl-baseline {
           align-items: baseline !important
       }

       .align-items-xl-stretch {
           align-items: stretch !important
       }

       .align-content-xl-start {
           align-content: flex-start !important
       }

       .align-content-xl-end {
           align-content: flex-end !important
       }

       .align-content-xl-center {
           align-content: center !important
       }

       .align-content-xl-between {
           align-content: space-between !important
       }

       .align-content-xl-around {
           align-content: space-around !important
       }

       .align-content-xl-stretch {
           align-content: stretch !important
       }

       .align-self-xl-auto {
           align-self: auto !important
       }

       .align-self-xl-start {
           align-self: flex-start !important
       }

       .align-self-xl-end {
           align-self: flex-end !important
       }

       .align-self-xl-center {
           align-self: center !important
       }

       .align-self-xl-baseline {
           align-self: baseline !important
       }

       .align-self-xl-stretch {
           align-self: stretch !important
       }

       .order-xl-first {
           order: -1 !important
       }

       .order-xl-0 {
           order: 0 !important
       }

       .order-xl-1 {
           order: 1 !important
       }

       .order-xl-2 {
           order: 2 !important
       }

       .order-xl-3 {
           order: 3 !important
       }

       .order-xl-4 {
           order: 4 !important
       }

       .order-xl-5 {
           order: 5 !important
       }

       .order-xl-last {
           order: 6 !important
       }

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

       .m-xl-1 {
           margin: .25rem !important
       }

       .m-xl-2 {
           margin: .5rem !important
       }

       .m-xl-3 {
           margin: 1rem !important
       }

       .m-xl-4 {
           margin: 1.5rem !important
       }

       .m-xl-5 {
           margin: 3rem !important
       }

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

       .mx-xl-0 {
           margin-right: 0 !important;
           margin-left: 0 !important
       }

       .mx-xl-1 {
           margin-right: .25rem !important;
           margin-left: .25rem !important
       }

       .mx-xl-2 {
           margin-right: .5rem !important;
           margin-left: .5rem !important
       }

       .mx-xl-3 {
           margin-right: 1rem !important;
           margin-left: 1rem !important
       }

       .mx-xl-4 {
           margin-right: 1.5rem !important;
           margin-left: 1.5rem !important
       }

       .mx-xl-5 {
           margin-right: 3rem !important;
           margin-left: 3rem !important
       }

       .mx-xl-auto {
           margin-right: auto !important;
           margin-left: auto !important
       }

       .my-xl-0 {
           margin-top: 0 !important;
           margin-bottom: 0 !important
       }

       .my-xl-1 {
           margin-top: .25rem !important;
           margin-bottom: .25rem !important
       }

       .my-xl-2 {
           margin-top: .5rem !important;
           margin-bottom: .5rem !important
       }

       .my-xl-3 {
           margin-top: 1rem !important;
           margin-bottom: 1rem !important
       }

       .my-xl-4 {
           margin-top: 1.5rem !important;
           margin-bottom: 1.5rem !important
       }

       .my-xl-5 {
           margin-top: 3rem !important;
           margin-bottom: 3rem !important
       }

       .my-xl-auto {
           margin-top: auto !important;
           margin-bottom: auto !important
       }

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

       .mt-xl-1 {
           margin-top: .25rem !important
       }

       .mt-xl-2 {
           margin-top: .5rem !important
       }

       .mt-xl-3 {
           margin-top: 1rem !important
       }

       .mt-xl-4 {
           margin-top: 1.5rem !important
       }

       .mt-xl-5 {
           margin-top: 3rem !important
       }

       .mt-xl-auto {
           margin-top: auto !important
       }

       .me-xl-0 {
           margin-right: 0 !important
       }

       .me-xl-1 {
           margin-right: .25rem !important
       }

       .me-xl-2 {
           margin-right: .5rem !important
       }

       .me-xl-3 {
           margin-right: 1rem !important
       }

       .me-xl-4 {
           margin-right: 1.5rem !important
       }

       .me-xl-5 {
           margin-right: 3rem !important
       }

       .me-xl-auto {
           margin-right: auto !important
       }

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

       .mb-xl-1 {
           margin-bottom: .25rem !important
       }

       .mb-xl-2 {
           margin-bottom: .5rem !important
       }

       .mb-xl-3 {
           margin-bottom: 1rem !important
       }

       .mb-xl-4 {
           margin-bottom: 1.5rem !important
       }

       .mb-xl-5 {
           margin-bottom: 3rem !important
       }

       .mb-xl-auto {
           margin-bottom: auto !important
       }

       .ms-xl-0 {
           margin-left: 0 !important
       }

       .ms-xl-1 {
           margin-left: .25rem !important
       }

       .ms-xl-2 {
           margin-left: .5rem !important
       }

       .ms-xl-3 {
           margin-left: 1rem !important
       }

       .ms-xl-4 {
           margin-left: 1.5rem !important
       }

       .ms-xl-5 {
           margin-left: 3rem !important
       }

       .ms-xl-auto {
           margin-left: auto !important
       }

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

       .p-xl-1 {
           padding: .25rem !important
       }

       .p-xl-2 {
           padding: .5rem !important
       }

       .p-xl-3 {
           padding: 1rem !important
       }

       .p-xl-4 {
           padding: 1.5rem !important
       }

       .p-xl-5 {
           padding: 3rem !important
       }

       .px-xl-0 {
           padding-right: 0 !important;
           padding-left: 0 !important
       }

       .px-xl-1 {
           padding-right: .25rem !important;
           padding-left: .25rem !important
       }

       .px-xl-2 {
           padding-right: .5rem !important;
           padding-left: .5rem !important
       }

       .px-xl-3 {
           padding-right: 1rem !important;
           padding-left: 1rem !important
       }

       .px-xl-4 {
           padding-right: 1.5rem !important;
           padding-left: 1.5rem !important
       }

       .px-xl-5 {
           padding-right: 3rem !important;
           padding-left: 3rem !important
       }

       .py-xl-0 {
           padding-top: 0 !important;
           padding-bottom: 0 !important
       }

       .py-xl-1 {
           padding-top: .25rem !important;
           padding-bottom: .25rem !important
       }

       .py-xl-2 {
           padding-top: .5rem !important;
           padding-bottom: .5rem !important
       }

       .py-xl-3 {
           padding-top: 1rem !important;
           padding-bottom: 1rem !important
       }

       .py-xl-4 {
           padding-top: 1.5rem !important;
           padding-bottom: 1.5rem !important
       }

       .py-xl-5 {
           padding-top: 3rem !important;
           padding-bottom: 3rem !important
       }

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

       .pt-xl-1 {
           padding-top: .25rem !important
       }

       .pt-xl-2 {
           padding-top: .5rem !important
       }

       .pt-xl-3 {
           padding-top: 1rem !important
       }

       .pt-xl-4 {
           padding-top: 1.5rem !important
       }

       .pt-xl-5 {
           padding-top: 3rem !important
       }

       .pe-xl-0 {
           padding-right: 0 !important
       }

       .pe-xl-1 {
           padding-right: .25rem !important
       }

       .pe-xl-2 {
           padding-right: .5rem !important
       }

       .pe-xl-3 {
           padding-right: 1rem !important
       }

       .pe-xl-4 {
           padding-right: 1.5rem !important
       }

       .pe-xl-5 {
           padding-right: 3rem !important
       }

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

       .pb-xl-1 {
           padding-bottom: .25rem !important
       }

       .pb-xl-2 {
           padding-bottom: .5rem !important
       }

       .pb-xl-3 {
           padding-bottom: 1rem !important
       }

       .pb-xl-4 {
           padding-bottom: 1.5rem !important
       }

       .pb-xl-5 {
           padding-bottom: 3rem !important
       }

       .ps-xl-0 {
           padding-left: 0 !important
       }

       .ps-xl-1 {
           padding-left: .25rem !important
       }

       .ps-xl-2 {
           padding-left: .5rem !important
       }

       .ps-xl-3 {
           padding-left: 1rem !important
       }

       .ps-xl-4 {
           padding-left: 1.5rem !important
       }

       .ps-xl-5 {
           padding-left: 3rem !important
       }

       .text-xl-start {
           text-align: left !important
       }

       .text-xl-end {
           text-align: right !important
       }

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

   @media (min-width:1400px) {
       .float-xxl-start {
           float: left !important
       }

       .float-xxl-end {
           float: right !important
       }

       .float-xxl-none {
           float: none !important
       }

       .d-xxl-inline {
           display: inline !important
       }

       .d-xxl-inline-block {
           display: inline-block !important
       }

       .d-xxl-block {
           display: block !important
       }

       .d-xxl-grid {
           display: grid !important
       }

       .d-xxl-table {
           display: table !important
       }

       .d-xxl-table-row {
           display: table-row !important
       }

       .d-xxl-table-cell {
           display: table-cell !important
       }

       .d-xxl-flex {
           display: flex !important
       }

       .d-xxl-inline-flex {
           display: inline-flex !important
       }

       .d-xxl-none {
           display: none !important
       }

       .flex-xxl-fill {
           flex: 1 1 auto !important
       }

       .flex-xxl-row {
           flex-direction: row !important
       }

       .flex-xxl-column {
           flex-direction: column !important
       }

       .flex-xxl-row-reverse {
           flex-direction: row-reverse !important
       }

       .flex-xxl-column-reverse {
           flex-direction: column-reverse !important
       }

       .flex-xxl-grow-0 {
           flex-grow: 0 !important
       }

       .flex-xxl-grow-1 {
           flex-grow: 1 !important
       }

       .flex-xxl-shrink-0 {
           flex-shrink: 0 !important
       }

       .flex-xxl-shrink-1 {
           flex-shrink: 1 !important
       }

       .flex-xxl-wrap {
           flex-wrap: wrap !important
       }

       .flex-xxl-nowrap {
           flex-wrap: nowrap !important
       }

       .flex-xxl-wrap-reverse {
           flex-wrap: wrap-reverse !important
       }

       .gap-xxl-0 {
           gap: 0 !important
       }

       .gap-xxl-1 {
           gap: .25rem !important
       }

       .gap-xxl-2 {
           gap: .5rem !important
       }

       .gap-xxl-3 {
           gap: 1rem !important
       }

       .gap-xxl-4 {
           gap: 1.5rem !important
       }

       .gap-xxl-5 {
           gap: 3rem !important
       }

       .justify-content-xxl-start {
           justify-content: flex-start !important
       }

       .justify-content-xxl-end {
           justify-content: flex-end !important
       }

       .justify-content-xxl-center {
           justify-content: center !important
       }

       .justify-content-xxl-between {
           justify-content: space-between !important
       }

       .justify-content-xxl-around {
           justify-content: space-around !important
       }

       .justify-content-xxl-evenly {
           justify-content: space-evenly !important
       }

       .align-items-xxl-start {
           align-items: flex-start !important
       }

       .align-items-xxl-end {
           align-items: flex-end !important
       }

       .align-items-xxl-center {
           align-items: center !important
       }

       .align-items-xxl-baseline {
           align-items: baseline !important
       }

       .align-items-xxl-stretch {
           align-items: stretch !important
       }

       .align-content-xxl-start {
           align-content: flex-start !important
       }

       .align-content-xxl-end {
           align-content: flex-end !important
       }

       .align-content-xxl-center {
           align-content: center !important
       }

       .align-content-xxl-between {
           align-content: space-between !important
       }

       .align-content-xxl-around {
           align-content: space-around !important
       }

       .align-content-xxl-stretch {
           align-content: stretch !important
       }

       .align-self-xxl-auto {
           align-self: auto !important
       }

       .align-self-xxl-start {
           align-self: flex-start !important
       }

       .align-self-xxl-end {
           align-self: flex-end !important
       }

       .align-self-xxl-center {
           align-self: center !important
       }

       .align-self-xxl-baseline {
           align-self: baseline !important
       }

       .align-self-xxl-stretch {
           align-self: stretch !important
       }

       .order-xxl-first {
           order: -1 !important
       }

       .order-xxl-0 {
           order: 0 !important
       }

       .order-xxl-1 {
           order: 1 !important
       }

       .order-xxl-2 {
           order: 2 !important
       }

       .order-xxl-3 {
           order: 3 !important
       }

       .order-xxl-4 {
           order: 4 !important
       }

       .order-xxl-5 {
           order: 5 !important
       }

       .order-xxl-last {
           order: 6 !important
       }

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

       .m-xxl-1 {
           margin: .25rem !important
       }

       .m-xxl-2 {
           margin: .5rem !important
       }

       .m-xxl-3 {
           margin: 1rem !important
       }

       .m-xxl-4 {
           margin: 1.5rem !important
       }

       .m-xxl-5 {
           margin: 3rem !important
       }

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

       .mx-xxl-0 {
           margin-right: 0 !important;
           margin-left: 0 !important
       }

       .mx-xxl-1 {
           margin-right: .25rem !important;
           margin-left: .25rem !important
       }

       .mx-xxl-2 {
           margin-right: .5rem !important;
           margin-left: .5rem !important
       }

       .mx-xxl-3 {
           margin-right: 1rem !important;
           margin-left: 1rem !important
       }

       .mx-xxl-4 {
           margin-right: 1.5rem !important;
           margin-left: 1.5rem !important
       }

       .mx-xxl-5 {
           margin-right: 3rem !important;
           margin-left: 3rem !important
       }

       .mx-xxl-auto {
           margin-right: auto !important;
           margin-left: auto !important
       }

       .my-xxl-0 {
           margin-top: 0 !important;
           margin-bottom: 0 !important
       }

       .my-xxl-1 {
           margin-top: .25rem !important;
           margin-bottom: .25rem !important
       }

       .my-xxl-2 {
           margin-top: .5rem !important;
           margin-bottom: .5rem !important
       }

       .my-xxl-3 {
           margin-top: 1rem !important;
           margin-bottom: 1rem !important
       }

       .my-xxl-4 {
           margin-top: 1.5rem !important;
           margin-bottom: 1.5rem !important
       }

       .my-xxl-5 {
           margin-top: 3rem !important;
           margin-bottom: 3rem !important
       }

       .my-xxl-auto {
           margin-top: auto !important;
           margin-bottom: auto !important
       }

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

       .mt-xxl-1 {
           margin-top: .25rem !important
       }

       .mt-xxl-2 {
           margin-top: .5rem !important
       }

       .mt-xxl-3 {
           margin-top: 1rem !important
       }

       .mt-xxl-4 {
           margin-top: 1.5rem !important
       }

       .mt-xxl-5 {
           margin-top: 3rem !important
       }

       .mt-xxl-auto {
           margin-top: auto !important
       }

       .me-xxl-0 {
           margin-right: 0 !important
       }

       .me-xxl-1 {
           margin-right: .25rem !important
       }

       .me-xxl-2 {
           margin-right: .5rem !important
       }

       .me-xxl-3 {
           margin-right: 1rem !important
       }

       .me-xxl-4 {
           margin-right: 1.5rem !important
       }

       .me-xxl-5 {
           margin-right: 3rem !important
       }

       .me-xxl-auto {
           margin-right: auto !important
       }

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

       .mb-xxl-1 {
           margin-bottom: .25rem !important
       }

       .mb-xxl-2 {
           margin-bottom: .5rem !important
       }

       .mb-xxl-3 {
           margin-bottom: 1rem !important
       }

       .mb-xxl-4 {
           margin-bottom: 1.5rem !important
       }

       .mb-xxl-5 {
           margin-bottom: 3rem !important
       }

       .mb-xxl-auto {
           margin-bottom: auto !important
       }

       .ms-xxl-0 {
           margin-left: 0 !important
       }

       .ms-xxl-1 {
           margin-left: .25rem !important
       }

       .ms-xxl-2 {
           margin-left: .5rem !important
       }

       .ms-xxl-3 {
           margin-left: 1rem !important
       }

       .ms-xxl-4 {
           margin-left: 1.5rem !important
       }

       .ms-xxl-5 {
           margin-left: 3rem !important
       }

       .ms-xxl-auto {
           margin-left: auto !important
       }

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

       .p-xxl-1 {
           padding: .25rem !important
       }

       .p-xxl-2 {
           padding: .5rem !important
       }

       .p-xxl-3 {
           padding: 1rem !important
       }

       .p-xxl-4 {
           padding: 1.5rem !important
       }

       .p-xxl-5 {
           padding: 3rem !important
       }

       .px-xxl-0 {
           padding-right: 0 !important;
           padding-left: 0 !important
       }

       .px-xxl-1 {
           padding-right: .25rem !important;
           padding-left: .25rem !important
       }

       .px-xxl-2 {
           padding-right: .5rem !important;
           padding-left: .5rem !important
       }

       .px-xxl-3 {
           padding-right: 1rem !important;
           padding-left: 1rem !important
       }

       .px-xxl-4 {
           padding-right: 1.5rem !important;
           padding-left: 1.5rem !important
       }

       .px-xxl-5 {
           padding-right: 3rem !important;
           padding-left: 3rem !important
       }

       .py-xxl-0 {
           padding-top: 0 !important;
           padding-bottom: 0 !important
       }

       .py-xxl-1 {
           padding-top: .25rem !important;
           padding-bottom: .25rem !important
       }

       .py-xxl-2 {
           padding-top: .5rem !important;
           padding-bottom: .5rem !important
       }

       .py-xxl-3 {
           padding-top: 1rem !important;
           padding-bottom: 1rem !important
       }

       .py-xxl-4 {
           padding-top: 1.5rem !important;
           padding-bottom: 1.5rem !important
       }

       .py-xxl-5 {
           padding-top: 3rem !important;
           padding-bottom: 3rem !important
       }

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

       .pt-xxl-1 {
           padding-top: .25rem !important
       }

       .pt-xxl-2 {
           padding-top: .5rem !important
       }

       .pt-xxl-3 {
           padding-top: 1rem !important
       }

       .pt-xxl-4 {
           padding-top: 1.5rem !important
       }

       .pt-xxl-5 {
           padding-top: 3rem !important
       }

       .pe-xxl-0 {
           padding-right: 0 !important
       }

       .pe-xxl-1 {
           padding-right: .25rem !important
       }

       .pe-xxl-2 {
           padding-right: .5rem !important
       }

       .pe-xxl-3 {
           padding-right: 1rem !important
       }

       .pe-xxl-4 {
           padding-right: 1.5rem !important
       }

       .pe-xxl-5 {
           padding-right: 3rem !important
       }

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

       .pb-xxl-1 {
           padding-bottom: .25rem !important
       }

       .pb-xxl-2 {
           padding-bottom: .5rem !important
       }

       .pb-xxl-3 {
           padding-bottom: 1rem !important
       }

       .pb-xxl-4 {
           padding-bottom: 1.5rem !important
       }

       .pb-xxl-5 {
           padding-bottom: 3rem !important
       }

       .ps-xxl-0 {
           padding-left: 0 !important
       }

       .ps-xxl-1 {
           padding-left: .25rem !important
       }

       .ps-xxl-2 {
           padding-left: .5rem !important
       }

       .ps-xxl-3 {
           padding-left: 1rem !important
       }

       .ps-xxl-4 {
           padding-left: 1.5rem !important
       }

       .ps-xxl-5 {
           padding-left: 3rem !important
       }

       .text-xxl-start {
           text-align: left !important
       }

       .text-xxl-end {
           text-align: right !important
       }

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

   @media (min-width:1200px) {
       .fs-1 {
           font-size: 2.5rem !important
       }

       .fs-2 {
           font-size: 2rem !important
       }

       .fs-3 {
           font-size: 1.75rem !important
       }

       .fs-4 {
           font-size: 1.5rem !important
       }
   }

   @media print {
       .d-print-inline {
           display: inline !important
       }

       .d-print-inline-block {
           display: inline-block !important
       }

       .d-print-block {
           display: block !important
       }

       .d-print-grid {
           display: grid !important
       }

       .d-print-table {
           display: table !important
       }

       .d-print-table-row {
           display: table-row !important
       }

       .d-print-table-cell {
           display: table-cell !important
       }

       .d-print-flex {
           display: flex !important
       }

       .d-print-inline-flex {
           display: inline-flex !important
       }

       .d-print-none {
           display: none !important
       }
   }

   /*# sourceMappingURL=bootstrap.min.css.map */

   ul {
       list-style: none !important;
       padding: 0;
       margin: 0
   }

   a {
       text-decoration: none
   }

   a:hover {
       text-decoration: none !important
   }

   @media (min-width:2000px) {
       .container {
           max-width: 1536px !important
       }
   }

   @media (max-width:1600px) {
       /*.container{width:99%!important*/
   }
   }

   .soft {
       -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       transition: all 0.2s ease-out
   }

   .soft-slow {
       -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       -ms-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out
   }

   .soft-slower {
       -webkit-transition: all 0.7s ease-in;
       -moz-transition: all 0.7s ease-out;
       -o-transition: all 0.7s ease-out;
       -ms-transition: all 0.7s ease-out;
       transition: all 0.7s ease-out
   }

   #default-nav .navbar {
       background-color: transparent;
       border: 0
   }

   #default-nav .navbar-default {
       background-color: none;
       border: 0
   }

   #default-nav .navbar-default .navbar-form {
       display: none
   }

   #default-nav .navbar-default .navbar-nav>.active>a,
   .navbar-default .navbar-nav>.active>a:focus,
   .navbar-default .navbar-nav>.active>a:hover {
       background: none
   }

   .dropcontent {
       position: relative !important
   }

   .subcontent {
       position: absolute !important;
       height: 0;
       overflow-y: hidden
   }

   .dopcontent-mega {
       position: static !important
   }

   .subcontent-mega {
       position: absolute !important;
       height: 0;
       overflow-y: hidden;
       left: 0 !important
   }

   .dropcontent:hover>.subcontent {
       height: 100%
   }

   @media screen and (max-width:992px) {
       nav#default-nav {
           height: 0;
           overflow-y: hidden
       }
   }

   .resize-none {
       resize: none !important
   }

   .t-line {
       text-decoration: line-through !important
   }

   .t-uline {
       text-decoration: underline !important
   }

   @media screen and (max-width:991px) {
       .col-sm-t-line {
           text-decoration: line-through !important
       }

       .col-sm-t-uline {
           text-decoration: underline !important
       }
   }

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

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

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

   @media screen and (max-width:991px) {
       .col-sm-t-center {
           text-align: center !important
       }

       .col-sm-t-left {
           text-align: left !important
       }

       .col-sm-t-right {
           text-align: right !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-t-center {
           text-align: center !important
       }

       .col-xs-t-left {
           text-align: left !important
       }

       .col-xs-t-right {
           text-align: right !important
       }
   }

   .rt45 {
       transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important
   }

   .rt45 {
       transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important
   }

   .rt90 {
       transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important
   }

   .rt135 {
       transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important
   }

   .rt180 {
       transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important
   }

   .rt225 {
       transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important
   }

   .rt270 {
       transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important
   }

   .rt315 {
       transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important
   }

   @media screen and (max-width:991px) {
       .col-sm-rt45 {
           transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
           -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
           -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
           -o-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important;
           -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(0) !important
       }

       .col-sm-rt90 {
           transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
           -webkit-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
           -moz-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
           -o-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important;
           -ms-transform: rotate(90deg) scale(1) skew(0deg) translate(0) !important
       }

       .col-sm-rt135 {
           transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
           -webkit-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
           -moz-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
           -o-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important;
           -ms-transform: rotate(135deg) scale(1) skew(0deg) translate(0) !important
       }

       .col-sm-rt180 {
           transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
           -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
           -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
           -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
           -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important
       }

       .col-sm-rt225 {
           transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
           -webkit-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
           -moz-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
           -o-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important;
           -ms-transform: rotate(225deg) scale(1) skew(0deg) translate(0) !important
       }

       .col-sm-rt270 {
           transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
           -webkit-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
           -moz-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
           -o-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important;
           -ms-transform: rotate(270deg) scale(1) skew(0deg) translate(0) !important
       }

       .col-sm-rt315 {
           transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
           -webkit-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
           -moz-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
           -o-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important;
           -ms-transform: rotate(315deg) scale(1) skew(0deg) translate(0) !important
       }
   }

   .fn {
       float: none !important
   }

   @media screen and (max-width:991px) {
       .col-sm-left {
           float: left !important
       }

       .col-sm-right {
           float: right !important
       }

       .col-sm-fn {
           float: none !important
       }
   }

   @media (max-width:767px) {
       .col-xs-left {
           float: left !important
       }

       .col-xs-right {
           float: right !important
       }

       .col-xs-fn {
           float: none !important
       }
   }

   .ma {
       margin: auto !important
   }

   .mla {
       margin-left: auto !important
   }

   .mra {
       margin-right: auto !important
   }

   @media (max-width:991px) {
       .col-sm-ma {
           margin: auto !important
       }

       .col-sm-mla {
           margin-left: auto !important
       }

       .col-sm-mra {
           margin-right: auto !important
       }
   }

   @media (max-width:767px) {
       .col-xs-ma {
           margin: auto !important
       }

       .col-xs-mla {
           margin-left: auto !important
       }

       .col-xs-mra {
           margin-right: auto !important
       }
   }

   .m0 {
       margin: 0px !important
   }

   .m1 {
       margin: 1px !important
   }

   .m2 {
       margin: 2px !important
   }

   .m3 {
       margin: 3px !important
   }

   .m4 {
       margin: 4px !important
   }

   .m5 {
       margin: 5px !important
   }

   .m6 {
       margin: 6px !important
   }

   .m7 {
       margin: 7px !important
   }

   .m8 {
       margin: 8px !important
   }

   .m9 {
       margin: 9px !important
   }

   .m10 {
       margin: 10px !important
   }

   .m11 {
       margin: 11px !important
   }

   .m12 {
       margin: 12px !important
   }

   .m13 {
       margin: 13px !important
   }

   .m14 {
       margin: 14px !important
   }

   .m15 {
       margin: 15px !important
   }

   .m16 {
       margin: 16px !important
   }

   .m17 {
       margin: 17px !important
   }

   .m18 {
       margin: 18px !important
   }

   .m19 {
       margin: 19px !important
   }

   .m20 {
       margin: 20px !important
   }

   .m21 {
       margin: 21px !important
   }

   .m22 {
       margin: 22px !important
   }

   .m23 {
       margin: 23px !important
   }

   .m24 {
       margin: 24px !important
   }

   .m25 {
       margin: 25px !important
   }

   .m26 {
       margin: 26px !important
   }

   .m27 {
       margin: 27px !important
   }

   .m28 {
       margin: 28px !important
   }

   .m29 {
       margin: 29px !important
   }

   .m30 {
       margin: 30px !important
   }

   .m31 {
       margin: 31px !important
   }

   .m32 {
       margin: 32px !important
   }

   .m33 {
       margin: 33px !important
   }

   .m34 {
       margin: 34px !important
   }

   .m35 {
       margin: 35px !important
   }

   .m36 {
       margin: 36px !important
   }

   .m37 {
       margin: 37px !important
   }

   .m38 {
       margin: 38px !important
   }

   .m39 {
       margin: 39px !important
   }

   .m40 {
       margin: 40px !important
   }

   .m41 {
       margin: 41px !important
   }

   .m42 {
       margin: 42px !important
   }

   .m43 {
       margin: 43px !important
   }

   .m44 {
       margin: 44px !important
   }

   .m45 {
       margin: 45px !important
   }

   .m46 {
       margin: 46px !important
   }

   .m47 {
       margin: 47px !important
   }

   .m48 {
       margin: 48px !important
   }

   .m49 {
       margin: 49px !important
   }

   .m50 {
       margin: 50px !important
   }

   .m51 {
       margin: 51px !important
   }

   .m52 {
       margin: 52px !important
   }

   .m53 {
       margin: 53px !important
   }

   .m54 {
       margin: 54px !important
   }

   .m55 {
       margin: 55px !important
   }

   .m56 {
       margin: 56px !important
   }

   .m57 {
       margin: 57px !important
   }

   .m58 {
       margin: 58px !important
   }

   .m59 {
       margin: 59px !important
   }

   .m60 {
       margin: 60px !important
   }

   .m61 {
       margin: 61px !important
   }

   .m62 {
       margin: 62px !important
   }

   .m63 {
       margin: 63px !important
   }

   .m64 {
       margin: 64px !important
   }

   .m65 {
       margin: 65px !important
   }

   .m66 {
       margin: 66px !important
   }

   .m67 {
       margin: 67px !important
   }

   .m68 {
       margin: 68px !important
   }

   .m69 {
       margin: 69px !important
   }

   .m70 {
       margin: 70px !important
   }

   .m71 {
       margin: 71px !important
   }

   .m72 {
       margin: 72px !important
   }

   .m73 {
       margin: 73px !important
   }

   .m74 {
       margin: 74px !important
   }

   .m75 {
       margin: 75px !important
   }

   .m76 {
       margin: 76px !important
   }

   .m77 {
       margin: 77px !important
   }

   .m78 {
       margin: 78px !important
   }

   .m79 {
       margin: 79px !important
   }

   .m80 {
       margin: 80px !important
   }

   .m81 {
       margin: 81px !important
   }

   .m82 {
       margin: 82px !important
   }

   .m83 {
       margin: 83px !important
   }

   .m84 {
       margin: 84px !important
   }

   .m85 {
       margin: 85px !important
   }

   .m86 {
       margin: 86px !important
   }

   .m87 {
       margin: 87px !important
   }

   .m88 {
       margin: 88px !important
   }

   .m89 {
       margin: 89px !important
   }

   .m90 {
       margin: 90px !important
   }

   .m91 {
       margin: 91px !important
   }

   .m92 {
       margin: 92px !important
   }

   .m93 {
       margin: 93px !important
   }

   .m94 {
       margin: 94px !important
   }

   .m95 {
       margin: 95px !important
   }

   .m96 {
       margin: 96px !important
   }

   .m97 {
       margin: 97px !important
   }

   .m98 {
       margin: 98px !important
   }

   .m99 {
       margin: 99px !important
   }

   .m100 {
       margin: 100px !important
   }

   .m101 {
       margin: 101px !important
   }

   .m102 {
       margin: 102px !important
   }

   .m103 {
       margin: 103px !important
   }

   .m104 {
       margin: 104px !important
   }

   .m105 {
       margin: 105px !important
   }

   .m106 {
       margin: 106px !important
   }

   .m107 {
       margin: 107px !important
   }

   .m108 {
       margin: 108px !important
   }

   .m109 {
       margin: 109px !important
   }

   .m110 {
       margin: 110px !important
   }

   .m111 {
       margin: 111px !important
   }

   .m112 {
       margin: 112px !important
   }

   .m113 {
       margin: 113px !important
   }

   .m114 {
       margin: 114px !important
   }

   .m115 {
       margin: 115px !important
   }

   .m116 {
       margin: 116px !important
   }

   .m117 {
       margin: 117px !important
   }

   .m118 {
       margin: 118px !important
   }

   .m119 {
       margin: 119px !important
   }

   .m120 {
       margin: 120px !important
   }

   .m121 {
       margin: 121px !important
   }

   .m122 {
       margin: 122px !important
   }

   .m123 {
       margin: 123px !important
   }

   .m124 {
       margin: 124px !important
   }

   .m125 {
       margin: 125px !important
   }

   .m126 {
       margin: 126px !important
   }

   .m127 {
       margin: 127px !important
   }

   .m128 {
       margin: 128px !important
   }

   .m129 {
       margin: 129px !important
   }

   .m130 {
       margin: 130px !important
   }

   .m131 {
       margin: 131px !important
   }

   .m132 {
       margin: 132px !important
   }

   .m133 {
       margin: 133px !important
   }

   .m134 {
       margin: 134px !important
   }

   .m135 {
       margin: 135px !important
   }

   .m136 {
       margin: 136px !important
   }

   .m137 {
       margin: 137px !important
   }

   .m138 {
       margin: 138px !important
   }

   .m139 {
       margin: 139px !important
   }

   .m140 {
       margin: 140px !important
   }

   .m141 {
       margin: 141px !important
   }

   .m142 {
       margin: 142px !important
   }

   .m143 {
       margin: 143px !important
   }

   .m144 {
       margin: 144px !important
   }

   .m145 {
       margin: 145px !important
   }

   .m146 {
       margin: 146px !important
   }

   .m147 {
       margin: 147px !important
   }

   .m148 {
       margin: 148px !important
   }

   .m149 {
       margin: 149px !important
   }

   .m150 {
       margin: 150px !important
   }

   .m151 {
       margin: 151px !important
   }

   .m152 {
       margin: 152px !important
   }

   .m153 {
       margin: 153px !important
   }

   .m154 {
       margin: 154px !important
   }

   .m155 {
       margin: 155px !important
   }

   .m156 {
       margin: 156px !important
   }

   .m157 {
       margin: 157px !important
   }

   .m158 {
       margin: 158px !important
   }

   .m159 {
       margin: 159px !important
   }

   .m160 {
       margin: 160px !important
   }

   .m161 {
       margin: 161px !important
   }

   .m162 {
       margin: 162px !important
   }

   .m163 {
       margin: 163px !important
   }

   .m164 {
       margin: 164px !important
   }

   .m165 {
       margin: 165px !important
   }

   .m166 {
       margin: 166px !important
   }

   .m167 {
       margin: 167px !important
   }

   .m168 {
       margin: 168px !important
   }

   .m169 {
       margin: 169px !important
   }

   .m170 {
       margin: 170px !important
   }

   .m171 {
       margin: 171px !important
   }

   .m172 {
       margin: 172px !important
   }

   .m173 {
       margin: 173px !important
   }

   .m174 {
       margin: 174px !important
   }

   .m175 {
       margin: 175px !important
   }

   .m176 {
       margin: 176px !important
   }

   .m177 {
       margin: 177px !important
   }

   .m178 {
       margin: 178px !important
   }

   .m179 {
       margin: 179px !important
   }

   .m180 {
       margin: 180px !important
   }

   .m181 {
       margin: 181px !important
   }

   .m182 {
       margin: 182px !important
   }

   .m183 {
       margin: 183px !important
   }

   .m184 {
       margin: 184px !important
   }

   .m185 {
       margin: 185px !important
   }

   .m186 {
       margin: 186px !important
   }

   .m187 {
       margin: 187px !important
   }

   .m188 {
       margin: 188px !important
   }

   .m189 {
       margin: 189px !important
   }

   .m190 {
       margin: 190px !important
   }

   .m191 {
       margin: 191px !important
   }

   .m192 {
       margin: 192px !important
   }

   .m193 {
       margin: 193px !important
   }

   .m194 {
       margin: 194px !important
   }

   .m195 {
       margin: 195px !important
   }

   .m196 {
       margin: 196px !important
   }

   .m197 {
       margin: 197px !important
   }

   .m198 {
       margin: 198px !important
   }

   .m199 {
       margin: 199px !important
   }

   .m200 {
       margin: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-m0 {
           margin: 0px !important
       }

       .col-sm-m1 {
           margin: 1px !important
       }

       .col-sm-m2 {
           margin: 2px !important
       }

       .col-sm-m3 {
           margin: 3px !important
       }

       .col-sm-m4 {
           margin: 4px !important
       }

       .col-sm-m5 {
           margin: 5px !important
       }

       .col-sm-m6 {
           margin: 6px !important
       }

       .col-sm-m7 {
           margin: 7px !important
       }

       .col-sm-m8 {
           margin: 8px !important
       }

       .col-sm-m9 {
           margin: 9px !important
       }

       .col-sm-m10 {
           margin: 10px !important
       }

       .col-sm-m11 {
           margin: 11px !important
       }

       .col-sm-m12 {
           margin: 12px !important
       }

       .col-sm-m13 {
           margin: 13px !important
       }

       .col-sm-m14 {
           margin: 14px !important
       }

       .col-sm-m15 {
           margin: 15px !important
       }

       .col-sm-m16 {
           margin: 16px !important
       }

       .col-sm-m17 {
           margin: 17px !important
       }

       .col-sm-m18 {
           margin: 18px !important
       }

       .col-sm-m19 {
           margin: 19px !important
       }

       .col-sm-m20 {
           margin: 20px !important
       }

       .col-sm-m21 {
           margin: 21px !important
       }

       .col-sm-m22 {
           margin: 22px !important
       }

       .col-sm-m23 {
           margin: 23px !important
       }

       .col-sm-m24 {
           margin: 24px !important
       }

       .col-sm-m25 {
           margin: 25px !important
       }

       .col-sm-m26 {
           margin: 26px !important
       }

       .col-sm-m27 {
           margin: 27px !important
       }

       .col-sm-m28 {
           margin: 28px !important
       }

       .col-sm-m29 {
           margin: 29px !important
       }

       .col-sm-m30 {
           margin: 30px !important
       }

       .col-sm-m31 {
           margin: 31px !important
       }

       .col-sm-m32 {
           margin: 32px !important
       }

       .col-sm-m33 {
           margin: 33px !important
       }

       .col-sm-m34 {
           margin: 34px !important
       }

       .col-sm-m35 {
           margin: 35px !important
       }

       .col-sm-m36 {
           margin: 36px !important
       }

       .col-sm-m37 {
           margin: 37px !important
       }

       .col-sm-m38 {
           margin: 38px !important
       }

       .col-sm-m39 {
           margin: 39px !important
       }

       .col-sm-m40 {
           margin: 40px !important
       }

       .col-sm-m41 {
           margin: 41px !important
       }

       .col-sm-m42 {
           margin: 42px !important
       }

       .col-sm-m43 {
           margin: 43px !important
       }

       .col-sm-m44 {
           margin: 44px !important
       }

       .col-sm-m45 {
           margin: 45px !important
       }

       .col-sm-m46 {
           margin: 46px !important
       }

       .col-sm-m47 {
           margin: 47px !important
       }

       .col-sm-m48 {
           margin: 48px !important
       }

       .col-sm-m49 {
           margin: 49px !important
       }

       .col-sm-m50 {
           margin: 50px !important
       }

       .col-sm-m51 {
           margin: 51px !important
       }

       .col-sm-m52 {
           margin: 52px !important
       }

       .col-sm-m53 {
           margin: 53px !important
       }

       .col-sm-m54 {
           margin: 54px !important
       }

       .col-sm-m55 {
           margin: 55px !important
       }

       .col-sm-m56 {
           margin: 56px !important
       }

       .col-sm-m57 {
           margin: 57px !important
       }

       .col-sm-m58 {
           margin: 58px !important
       }

       .col-sm-m59 {
           margin: 59px !important
       }

       .col-sm-m60 {
           margin: 60px !important
       }

       .col-sm-m61 {
           margin: 61px !important
       }

       .col-sm-m62 {
           margin: 62px !important
       }

       .col-sm-m63 {
           margin: 63px !important
       }

       .col-sm-m64 {
           margin: 64px !important
       }

       .col-sm-m65 {
           margin: 65px !important
       }

       .col-sm-m66 {
           margin: 66px !important
       }

       .col-sm-m67 {
           margin: 67px !important
       }

       .col-sm-m68 {
           margin: 68px !important
       }

       .col-sm-m69 {
           margin: 69px !important
       }

       .col-sm-m70 {
           margin: 70px !important
       }

       .col-sm-m71 {
           margin: 71px !important
       }

       .col-sm-m72 {
           margin: 72px !important
       }

       .col-sm-m73 {
           margin: 73px !important
       }

       .col-sm-m74 {
           margin: 74px !important
       }

       .col-sm-m75 {
           margin: 75px !important
       }

       .col-sm-m76 {
           margin: 76px !important
       }

       .col-sm-m77 {
           margin: 77px !important
       }

       .col-sm-m78 {
           margin: 78px !important
       }

       .col-sm-m79 {
           margin: 79px !important
       }

       .col-sm-m80 {
           margin: 80px !important
       }

       .col-sm-m81 {
           margin: 81px !important
       }

       .col-sm-m82 {
           margin: 82px !important
       }

       .col-sm-m83 {
           margin: 83px !important
       }

       .col-sm-m84 {
           margin: 84px !important
       }

       .col-sm-m85 {
           margin: 85px !important
       }

       .col-sm-m86 {
           margin: 86px !important
       }

       .col-sm-m87 {
           margin: 87px !important
       }

       .col-sm-m88 {
           margin: 88px !important
       }

       .col-sm-m89 {
           margin: 89px !important
       }

       .col-sm-m90 {
           margin: 90px !important
       }

       .col-sm-m91 {
           margin: 91px !important
       }

       .col-sm-m92 {
           margin: 92px !important
       }

       .col-sm-m93 {
           margin: 93px !important
       }

       .col-sm-m94 {
           margin: 94px !important
       }

       .col-sm-m95 {
           margin: 95px !important
       }

       .col-sm-m96 {
           margin: 96px !important
       }

       .col-sm-m97 {
           margin: 97px !important
       }

       .col-sm-m98 {
           margin: 98px !important
       }

       .col-sm-m99 {
           margin: 99px !important
       }

       .col-sm-m100 {
           margin: 100px !important
       }

       .col-sm-m101 {
           margin: 101px !important
       }

       .col-sm-m102 {
           margin: 102px !important
       }

       .col-sm-m103 {
           margin: 103px !important
       }

       .col-sm-m104 {
           margin: 104px !important
       }

       .col-sm-m105 {
           margin: 105px !important
       }

       .col-sm-m106 {
           margin: 106px !important
       }

       .col-sm-m107 {
           margin: 107px !important
       }

       .col-sm-m108 {
           margin: 108px !important
       }

       .col-sm-m109 {
           margin: 109px !important
       }

       .col-sm-m110 {
           margin: 110px !important
       }

       .col-sm-m111 {
           margin: 111px !important
       }

       .col-sm-m112 {
           margin: 112px !important
       }

       .col-sm-m113 {
           margin: 113px !important
       }

       .col-sm-m114 {
           margin: 114px !important
       }

       .col-sm-m115 {
           margin: 115px !important
       }

       .col-sm-m116 {
           margin: 116px !important
       }

       .col-sm-m117 {
           margin: 117px !important
       }

       .col-sm-m118 {
           margin: 118px !important
       }

       .col-sm-m119 {
           margin: 119px !important
       }

       .col-sm-m120 {
           margin: 120px !important
       }

       .col-sm-m121 {
           margin: 121px !important
       }

       .col-sm-m122 {
           margin: 122px !important
       }

       .col-sm-m123 {
           margin: 123px !important
       }

       .col-sm-m124 {
           margin: 124px !important
       }

       .col-sm-m125 {
           margin: 125px !important
       }

       .col-sm-m126 {
           margin: 126px !important
       }

       .col-sm-m127 {
           margin: 127px !important
       }

       .col-sm-m128 {
           margin: 128px !important
       }

       .col-sm-m129 {
           margin: 129px !important
       }

       .col-sm-m130 {
           margin: 130px !important
       }

       .col-sm-m131 {
           margin: 131px !important
       }

       .col-sm-m132 {
           margin: 132px !important
       }

       .col-sm-m133 {
           margin: 133px !important
       }

       .col-sm-m134 {
           margin: 134px !important
       }

       .col-sm-m135 {
           margin: 135px !important
       }

       .col-sm-m136 {
           margin: 136px !important
       }

       .col-sm-m137 {
           margin: 137px !important
       }

       .col-sm-m138 {
           margin: 138px !important
       }

       .col-sm-m139 {
           margin: 139px !important
       }

       .col-sm-m140 {
           margin: 140px !important
       }

       .col-sm-m141 {
           margin: 141px !important
       }

       .col-sm-m142 {
           margin: 142px !important
       }

       .col-sm-m143 {
           margin: 143px !important
       }

       .col-sm-m144 {
           margin: 144px !important
       }

       .col-sm-m145 {
           margin: 145px !important
       }

       .col-sm-m146 {
           margin: 146px !important
       }

       .col-sm-m147 {
           margin: 147px !important
       }

       .col-sm-m148 {
           margin: 148px !important
       }

       .col-sm-m149 {
           margin: 149px !important
       }

       .col-sm-m150 {
           margin: 150px !important
       }

       .col-sm-m151 {
           margin: 151px !important
       }

       .col-sm-m152 {
           margin: 152px !important
       }

       .col-sm-m153 {
           margin: 153px !important
       }

       .col-sm-m154 {
           margin: 154px !important
       }

       .col-sm-m155 {
           margin: 155px !important
       }

       .col-sm-m156 {
           margin: 156px !important
       }

       .col-sm-m157 {
           margin: 157px !important
       }

       .col-sm-m158 {
           margin: 158px !important
       }

       .col-sm-m159 {
           margin: 159px !important
       }

       .col-sm-m160 {
           margin: 160px !important
       }

       .col-sm-m161 {
           margin: 161px !important
       }

       .col-sm-m162 {
           margin: 162px !important
       }

       .col-sm-m163 {
           margin: 163px !important
       }

       .col-sm-m164 {
           margin: 164px !important
       }

       .col-sm-m165 {
           margin: 165px !important
       }

       .col-sm-m166 {
           margin: 166px !important
       }

       .col-sm-m167 {
           margin: 167px !important
       }

       .col-sm-m168 {
           margin: 168px !important
       }

       .col-sm-m169 {
           margin: 169px !important
       }

       .col-sm-m170 {
           margin: 170px !important
       }

       .col-sm-m171 {
           margin: 171px !important
       }

       .col-sm-m172 {
           margin: 172px !important
       }

       .col-sm-m173 {
           margin: 173px !important
       }

       .col-sm-m174 {
           margin: 174px !important
       }

       .col-sm-m175 {
           margin: 175px !important
       }

       .col-sm-m176 {
           margin: 176px !important
       }

       .col-sm-m177 {
           margin: 177px !important
       }

       .col-sm-m178 {
           margin: 178px !important
       }

       .col-sm-m179 {
           margin: 179px !important
       }

       .col-sm-m180 {
           margin: 180px !important
       }

       .col-sm-m181 {
           margin: 181px !important
       }

       .col-sm-m182 {
           margin: 182px !important
       }

       .col-sm-m183 {
           margin: 183px !important
       }

       .col-sm-m184 {
           margin: 184px !important
       }

       .col-sm-m185 {
           margin: 185px !important
       }

       .col-sm-m186 {
           margin: 186px !important
       }

       .col-sm-m187 {
           margin: 187px !important
       }

       .col-sm-m188 {
           margin: 188px !important
       }

       .col-sm-m189 {
           margin: 189px !important
       }

       .col-sm-m190 {
           margin: 190px !important
       }

       .col-sm-m191 {
           margin: 191px !important
       }

       .col-sm-m192 {
           margin: 192px !important
       }

       .col-sm-m193 {
           margin: 193px !important
       }

       .col-sm-m194 {
           margin: 194px !important
       }

       .col-sm-m195 {
           margin: 195px !important
       }

       .col-sm-m196 {
           margin: 196px !important
       }

       .col-sm-m197 {
           margin: 197px !important
       }

       .col-sm-m198 {
           margin: 198px !important
       }

       .col-sm-m199 {
           margin: 199px !important
       }

       .col-sm-m200 {
           margin: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-m0 {
           margin: 0px !important
       }

       .col-xs-m1 {
           margin: 1px !important
       }

       .col-xs-m2 {
           margin: 2px !important
       }

       .col-xs-m3 {
           margin: 3px !important
       }

       .col-xs-m4 {
           margin: 4px !important
       }

       .col-xs-m5 {
           margin: 5px !important
       }

       .col-xs-m6 {
           margin: 6px !important
       }

       .col-xs-m7 {
           margin: 7px !important
       }

       .col-xs-m8 {
           margin: 8px !important
       }

       .col-xs-m9 {
           margin: 9px !important
       }

       .col-xs-m10 {
           margin: 10px !important
       }

       .col-xs-m11 {
           margin: 11px !important
       }

       .col-xs-m12 {
           margin: 12px !important
       }

       .col-xs-m13 {
           margin: 13px !important
       }

       .col-xs-m14 {
           margin: 14px !important
       }

       .col-xs-m15 {
           margin: 15px !important
       }

       .col-xs-m16 {
           margin: 16px !important
       }

       .col-xs-m17 {
           margin: 17px !important
       }

       .col-xs-m18 {
           margin: 18px !important
       }

       .col-xs-m19 {
           margin: 19px !important
       }

       .col-xs-m20 {
           margin: 20px !important
       }

       .col-xs-m21 {
           margin: 21px !important
       }

       .col-xs-m22 {
           margin: 22px !important
       }

       .col-xs-m23 {
           margin: 23px !important
       }

       .col-xs-m24 {
           margin: 24px !important
       }

       .col-xs-m25 {
           margin: 25px !important
       }

       .col-xs-m26 {
           margin: 26px !important
       }

       .col-xs-m27 {
           margin: 27px !important
       }

       .col-xs-m28 {
           margin: 28px !important
       }

       .col-xs-m29 {
           margin: 29px !important
       }

       .col-xs-m30 {
           margin: 30px !important
       }

       .col-xs-m31 {
           margin: 31px !important
       }

       .col-xs-m32 {
           margin: 32px !important
       }

       .col-xs-m33 {
           margin: 33px !important
       }

       .col-xs-m34 {
           margin: 34px !important
       }

       .col-xs-m35 {
           margin: 35px !important
       }

       .col-xs-m36 {
           margin: 36px !important
       }

       .col-xs-m37 {
           margin: 37px !important
       }

       .col-xs-m38 {
           margin: 38px !important
       }

       .col-xs-m39 {
           margin: 39px !important
       }

       .col-xs-m40 {
           margin: 40px !important
       }

       .col-xs-m41 {
           margin: 41px !important
       }

       .col-xs-m42 {
           margin: 42px !important
       }

       .col-xs-m43 {
           margin: 43px !important
       }

       .col-xs-m44 {
           margin: 44px !important
       }

       .col-xs-m45 {
           margin: 45px !important
       }

       .col-xs-m46 {
           margin: 46px !important
       }

       .col-xs-m47 {
           margin: 47px !important
       }

       .col-xs-m48 {
           margin: 48px !important
       }

       .col-xs-m49 {
           margin: 49px !important
       }

       .col-xs-m50 {
           margin: 50px !important
       }

       .col-xs-m51 {
           margin: 51px !important
       }

       .col-xs-m52 {
           margin: 52px !important
       }

       .col-xs-m53 {
           margin: 53px !important
       }

       .col-xs-m54 {
           margin: 54px !important
       }

       .col-xs-m55 {
           margin: 55px !important
       }

       .col-xs-m56 {
           margin: 56px !important
       }

       .col-xs-m57 {
           margin: 57px !important
       }

       .col-xs-m58 {
           margin: 58px !important
       }

       .col-xs-m59 {
           margin: 59px !important
       }

       .col-xs-m60 {
           margin: 60px !important
       }

       .col-xs-m61 {
           margin: 61px !important
       }

       .col-xs-m62 {
           margin: 62px !important
       }

       .col-xs-m63 {
           margin: 63px !important
       }

       .col-xs-m64 {
           margin: 64px !important
       }

       .col-xs-m65 {
           margin: 65px !important
       }

       .col-xs-m66 {
           margin: 66px !important
       }

       .col-xs-m67 {
           margin: 67px !important
       }

       .col-xs-m68 {
           margin: 68px !important
       }

       .col-xs-m69 {
           margin: 69px !important
       }

       .col-xs-m70 {
           margin: 70px !important
       }

       .col-xs-m71 {
           margin: 71px !important
       }

       .col-xs-m72 {
           margin: 72px !important
       }

       .col-xs-m73 {
           margin: 73px !important
       }

       .col-xs-m74 {
           margin: 74px !important
       }

       .col-xs-m75 {
           margin: 75px !important
       }

       .col-xs-m76 {
           margin: 76px !important
       }

       .col-xs-m77 {
           margin: 77px !important
       }

       .col-xs-m78 {
           margin: 78px !important
       }

       .col-xs-m79 {
           margin: 79px !important
       }

       .col-xs-m80 {
           margin: 80px !important
       }

       .col-xs-m81 {
           margin: 81px !important
       }

       .col-xs-m82 {
           margin: 82px !important
       }

       .col-xs-m83 {
           margin: 83px !important
       }

       .col-xs-m84 {
           margin: 84px !important
       }

       .col-xs-m85 {
           margin: 85px !important
       }

       .col-xs-m86 {
           margin: 86px !important
       }

       .col-xs-m87 {
           margin: 87px !important
       }

       .col-xs-m88 {
           margin: 88px !important
       }

       .col-xs-m89 {
           margin: 89px !important
       }

       .col-xs-m90 {
           margin: 90px !important
       }

       .col-xs-m91 {
           margin: 91px !important
       }

       .col-xs-m92 {
           margin: 92px !important
       }

       .col-xs-m93 {
           margin: 93px !important
       }

       .col-xs-m94 {
           margin: 94px !important
       }

       .col-xs-m95 {
           margin: 95px !important
       }

       .col-xs-m96 {
           margin: 96px !important
       }

       .col-xs-m97 {
           margin: 97px !important
       }

       .col-xs-m98 {
           margin: 98px !important
       }

       .col-xs-m99 {
           margin: 99px !important
       }

       .col-xs-m100 {
           margin: 100px !important
       }

       .col-xs-m101 {
           margin: 101px !important
       }

       .col-xs-m102 {
           margin: 102px !important
       }

       .col-xs-m103 {
           margin: 103px !important
       }

       .col-xs-m104 {
           margin: 104px !important
       }

       .col-xs-m105 {
           margin: 105px !important
       }

       .col-xs-m106 {
           margin: 106px !important
       }

       .col-xs-m107 {
           margin: 107px !important
       }

       .col-xs-m108 {
           margin: 108px !important
       }

       .col-xs-m109 {
           margin: 109px !important
       }

       .col-xs-m110 {
           margin: 110px !important
       }

       .col-xs-m111 {
           margin: 111px !important
       }

       .col-xs-m112 {
           margin: 112px !important
       }

       .col-xs-m113 {
           margin: 113px !important
       }

       .col-xs-m114 {
           margin: 114px !important
       }

       .col-xs-m115 {
           margin: 115px !important
       }

       .col-xs-m116 {
           margin: 116px !important
       }

       .col-xs-m117 {
           margin: 117px !important
       }

       .col-xs-m118 {
           margin: 118px !important
       }

       .col-xs-m119 {
           margin: 119px !important
       }

       .col-xs-m120 {
           margin: 120px !important
       }

       .col-xs-m121 {
           margin: 121px !important
       }

       .col-xs-m122 {
           margin: 122px !important
       }

       .col-xs-m123 {
           margin: 123px !important
       }

       .col-xs-m124 {
           margin: 124px !important
       }

       .col-xs-m125 {
           margin: 125px !important
       }

       .col-xs-m126 {
           margin: 126px !important
       }

       .col-xs-m127 {
           margin: 127px !important
       }

       .col-xs-m128 {
           margin: 128px !important
       }

       .col-xs-m129 {
           margin: 129px !important
       }

       .col-xs-m130 {
           margin: 130px !important
       }

       .col-xs-m131 {
           margin: 131px !important
       }

       .col-xs-m132 {
           margin: 132px !important
       }

       .col-xs-m133 {
           margin: 133px !important
       }

       .col-xs-m134 {
           margin: 134px !important
       }

       .col-xs-m135 {
           margin: 135px !important
       }

       .col-xs-m136 {
           margin: 136px !important
       }

       .col-xs-m137 {
           margin: 137px !important
       }

       .col-xs-m138 {
           margin: 138px !important
       }

       .col-xs-m139 {
           margin: 139px !important
       }

       .col-xs-m140 {
           margin: 140px !important
       }

       .col-xs-m141 {
           margin: 141px !important
       }

       .col-xs-m142 {
           margin: 142px !important
       }

       .col-xs-m143 {
           margin: 143px !important
       }

       .col-xs-m144 {
           margin: 144px !important
       }

       .col-xs-m145 {
           margin: 145px !important
       }

       .col-xs-m146 {
           margin: 146px !important
       }

       .col-xs-m147 {
           margin: 147px !important
       }

       .col-xs-m148 {
           margin: 148px !important
       }

       .col-xs-m149 {
           margin: 149px !important
       }

       .col-xs-m150 {
           margin: 150px !important
       }

       .col-xs-m151 {
           margin: 151px !important
       }

       .col-xs-m152 {
           margin: 152px !important
       }

       .col-xs-m153 {
           margin: 153px !important
       }

       .col-xs-m154 {
           margin: 154px !important
       }

       .col-xs-m155 {
           margin: 155px !important
       }

       .col-xs-m156 {
           margin: 156px !important
       }

       .col-xs-m157 {
           margin: 157px !important
       }

       .col-xs-m158 {
           margin: 158px !important
       }

       .col-xs-m159 {
           margin: 159px !important
       }

       .col-xs-m160 {
           margin: 160px !important
       }

       .col-xs-m161 {
           margin: 161px !important
       }

       .col-xs-m162 {
           margin: 162px !important
       }

       .col-xs-m163 {
           margin: 163px !important
       }

       .col-xs-m164 {
           margin: 164px !important
       }

       .col-xs-m165 {
           margin: 165px !important
       }

       .col-xs-m166 {
           margin: 166px !important
       }

       .col-xs-m167 {
           margin: 167px !important
       }

       .col-xs-m168 {
           margin: 168px !important
       }

       .col-xs-m169 {
           margin: 169px !important
       }

       .col-xs-m170 {
           margin: 170px !important
       }

       .col-xs-m171 {
           margin: 171px !important
       }

       .col-xs-m172 {
           margin: 172px !important
       }

       .col-xs-m173 {
           margin: 173px !important
       }

       .col-xs-m174 {
           margin: 174px !important
       }

       .col-xs-m175 {
           margin: 175px !important
       }

       .col-xs-m176 {
           margin: 176px !important
       }

       .col-xs-m177 {
           margin: 177px !important
       }

       .col-xs-m178 {
           margin: 178px !important
       }

       .col-xs-m179 {
           margin: 179px !important
       }

       .col-xs-m180 {
           margin: 180px !important
       }

       .col-xs-m181 {
           margin: 181px !important
       }

       .col-xs-m182 {
           margin: 182px !important
       }

       .col-xs-m183 {
           margin: 183px !important
       }

       .col-xs-m184 {
           margin: 184px !important
       }

       .col-xs-m185 {
           margin: 185px !important
       }

       .col-xs-m186 {
           margin: 186px !important
       }

       .col-xs-m187 {
           margin: 187px !important
       }

       .col-xs-m188 {
           margin: 188px !important
       }

       .col-xs-m189 {
           margin: 189px !important
       }

       .col-xs-m190 {
           margin: 190px !important
       }

       .col-xs-m191 {
           margin: 191px !important
       }

       .col-xs-m192 {
           margin: 192px !important
       }

       .col-xs-m193 {
           margin: 193px !important
       }

       .col-xs-m194 {
           margin: 194px !important
       }

       .col-xs-m195 {
           margin: 195px !important
       }

       .col-xs-m196 {
           margin: 196px !important
       }

       .col-xs-m197 {
           margin: 197px !important
       }

       .col-xs-m198 {
           margin: 198px !important
       }

       .col-xs-m199 {
           margin: 199px !important
       }

       .col-xs-m200 {
           margin: 200px !important
       }
   }

   .mt0 {
       margin-top: 0px !important
   }

   .mt1 {
       margin-top: 1px !important
   }

   .mt2 {
       margin-top: 2px !important
   }

   .mt3 {
       margin-top: 3px !important
   }

   .mt4 {
       margin-top: 4px !important
   }

   .mt5 {
       margin-top: 5px !important
   }

   .mt6 {
       margin-top: 6px !important
   }

   .mt7 {
       margin-top: 7px !important
   }

   .mt8 {
       margin-top: 8px !important
   }

   .mt9 {
       margin-top: 9px !important
   }

   .mt10 {
       margin-top: 10px !important
   }

   .mt11 {
       margin-top: 11px !important
   }

   .mt12 {
       margin-top: 12px !important
   }

   .mt13 {
       margin-top: 13px !important
   }

   .mt14 {
       margin-top: 14px !important
   }

   .mt15 {
       margin-top: 15px !important
   }

   .mt16 {
       margin-top: 16px !important
   }

   .mt17 {
       margin-top: 17px !important
   }

   .mt18 {
       margin-top: 18px !important
   }

   .mt19 {
       margin-top: 19px !important
   }

   .mt20 {
       margin-top: 20px !important
   }

   .mt21 {
       margin-top: 21px !important
   }

   .mt22 {
       margin-top: 22px !important
   }

   .mt23 {
       margin-top: 23px !important
   }

   .mt24 {
       margin-top: 24px !important
   }

   .mt25 {
       margin-top: 25px !important
   }

   .mt26 {
       margin-top: 26px !important
   }

   .mt27 {
       margin-top: 27px !important
   }

   .mt28 {
       margin-top: 28px !important
   }

   .mt29 {
       margin-top: 29px !important
   }

   .mt30 {
       margin-top: 30px !important
   }

   .mt31 {
       margin-top: 31px !important
   }

   .mt32 {
       margin-top: 32px !important
   }

   .mt33 {
       margin-top: 33px !important
   }

   .mt34 {
       margin-top: 34px !important
   }

   .mt35 {
       margin-top: 35px !important
   }

   .mt36 {
       margin-top: 36px !important
   }

   .mt37 {
       margin-top: 37px !important
   }

   .mt38 {
       margin-top: 38px !important
   }

   .mt39 {
       margin-top: 39px !important
   }

   .mt40 {
       margin-top: 40px !important
   }

   .mt41 {
       margin-top: 41px !important
   }

   .mt42 {
       margin-top: 42px !important
   }

   .mt43 {
       margin-top: 43px !important
   }

   .mt44 {
       margin-top: 44px !important
   }

   .mt45 {
       margin-top: 45px !important
   }

   .mt46 {
       margin-top: 46px !important
   }

   .mt47 {
       margin-top: 47px !important
   }

   .mt48 {
       margin-top: 48px !important
   }

   .mt49 {
       margin-top: 49px !important
   }

   .mt50 {
       margin-top: 50px !important
   }

   .mt51 {
       margin-top: 51px !important
   }

   .mt52 {
       margin-top: 52px !important
   }

   .mt53 {
       margin-top: 53px !important
   }

   .mt54 {
       margin-top: 54px !important
   }

   .mt55 {
       margin-top: 55px !important
   }

   .mt56 {
       margin-top: 56px !important
   }

   .mt57 {
       margin-top: 57px !important
   }

   .mt58 {
       margin-top: 58px !important
   }

   .mt59 {
       margin-top: 59px !important
   }

   .mt60 {
       margin-top: 60px !important
   }

   .mt61 {
       margin-top: 61px !important
   }

   .mt62 {
       margin-top: 62px !important
   }

   .mt63 {
       margin-top: 63px !important
   }

   .mt64 {
       margin-top: 64px !important
   }

   .mt65 {
       margin-top: 65px !important
   }

   .mt66 {
       margin-top: 66px !important
   }

   .mt67 {
       margin-top: 67px !important
   }

   .mt68 {
       margin-top: 68px !important
   }

   .mt69 {
       margin-top: 69px !important
   }

   .mt70 {
       margin-top: 70px !important
   }

   .mt71 {
       margin-top: 71px !important
   }

   .mt72 {
       margin-top: 72px !important
   }

   .mt73 {
       margin-top: 73px !important
   }

   .mt74 {
       margin-top: 74px !important
   }

   .mt75 {
       margin-top: 75px !important
   }

   .mt76 {
       margin-top: 76px !important
   }

   .mt77 {
       margin-top: 77px !important
   }

   .mt78 {
       margin-top: 78px !important
   }

   .mt79 {
       margin-top: 79px !important
   }

   .mt80 {
       margin-top: 80px !important
   }

   .mt81 {
       margin-top: 81px !important
   }

   .mt82 {
       margin-top: 82px !important
   }

   .mt83 {
       margin-top: 83px !important
   }

   .mt84 {
       margin-top: 84px !important
   }

   .mt85 {
       margin-top: 85px !important
   }

   .mt86 {
       margin-top: 86px !important
   }

   .mt87 {
       margin-top: 87px !important
   }

   .mt88 {
       margin-top: 88px !important
   }

   .mt89 {
       margin-top: 89px !important
   }

   .mt90 {
       margin-top: 90px !important
   }

   .mt91 {
       margin-top: 91px !important
   }

   .mt92 {
       margin-top: 92px !important
   }

   .mt93 {
       margin-top: 93px !important
   }

   .mt94 {
       margin-top: 94px !important
   }

   .mt95 {
       margin-top: 95px !important
   }

   .mt96 {
       margin-top: 96px !important
   }

   .mt97 {
       margin-top: 97px !important
   }

   .mt98 {
       margin-top: 98px !important
   }

   .mt99 {
       margin-top: 99px !important
   }

   .mt100 {
       margin-top: 100px !important
   }

   .mt101 {
       margin-top: 101px !important
   }

   .mt102 {
       margin-top: 102px !important
   }

   .mt103 {
       margin-top: 103px !important
   }

   .mt104 {
       margin-top: 104px !important
   }

   .mt105 {
       margin-top: 105px !important
   }

   .mt106 {
       margin-top: 106px !important
   }

   .mt107 {
       margin-top: 107px !important
   }

   .mt108 {
       margin-top: 108px !important
   }

   .mt109 {
       margin-top: 109px !important
   }

   .mt110 {
       margin-top: 110px !important
   }

   .mt111 {
       margin-top: 111px !important
   }

   .mt112 {
       margin-top: 112px !important
   }

   .mt113 {
       margin-top: 113px !important
   }

   .mt114 {
       margin-top: 114px !important
   }

   .mt115 {
       margin-top: 115px !important
   }

   .mt116 {
       margin-top: 116px !important
   }

   .mt117 {
       margin-top: 117px !important
   }

   .mt118 {
       margin-top: 118px !important
   }

   .mt119 {
       margin-top: 119px !important
   }

   .mt120 {
       margin-top: 120px !important
   }

   .mt121 {
       margin-top: 121px !important
   }

   .mt122 {
       margin-top: 122px !important
   }

   .mt123 {
       margin-top: 123px !important
   }

   .mt124 {
       margin-top: 124px !important
   }

   .mt125 {
       margin-top: 125px !important
   }

   .mt126 {
       margin-top: 126px !important
   }

   .mt127 {
       margin-top: 127px !important
   }

   .mt128 {
       margin-top: 128px !important
   }

   .mt129 {
       margin-top: 129px !important
   }

   .mt130 {
       margin-top: 130px !important
   }

   .mt131 {
       margin-top: 131px !important
   }

   .mt132 {
       margin-top: 132px !important
   }

   .mt133 {
       margin-top: 133px !important
   }

   .mt134 {
       margin-top: 134px !important
   }

   .mt135 {
       margin-top: 135px !important
   }

   .mt136 {
       margin-top: 136px !important
   }

   .mt137 {
       margin-top: 137px !important
   }

   .mt138 {
       margin-top: 138px !important
   }

   .mt139 {
       margin-top: 139px !important
   }

   .mt140 {
       margin-top: 140px !important
   }

   .mt141 {
       margin-top: 141px !important
   }

   .mt142 {
       margin-top: 142px !important
   }

   .mt143 {
       margin-top: 143px !important
   }

   .mt144 {
       margin-top: 144px !important
   }

   .mt145 {
       margin-top: 145px !important
   }

   .mt146 {
       margin-top: 146px !important
   }

   .mt147 {
       margin-top: 147px !important
   }

   .mt148 {
       margin-top: 148px !important
   }

   .mt149 {
       margin-top: 149px !important
   }

   .mt150 {
       margin-top: 150px !important
   }

   .mt151 {
       margin-top: 151px !important
   }

   .mt152 {
       margin-top: 152px !important
   }

   .mt153 {
       margin-top: 153px !important
   }

   .mt154 {
       margin-top: 154px !important
   }

   .mt155 {
       margin-top: 155px !important
   }

   .mt156 {
       margin-top: 156px !important
   }

   .mt157 {
       margin-top: 157px !important
   }

   .mt158 {
       margin-top: 158px !important
   }

   .mt159 {
       margin-top: 159px !important
   }

   .mt160 {
       margin-top: 160px !important
   }

   .mt161 {
       margin-top: 161px !important
   }

   .mt162 {
       margin-top: 162px !important
   }

   .mt163 {
       margin-top: 163px !important
   }

   .mt164 {
       margin-top: 164px !important
   }

   .mt165 {
       margin-top: 165px !important
   }

   .mt166 {
       margin-top: 166px !important
   }

   .mt167 {
       margin-top: 167px !important
   }

   .mt168 {
       margin-top: 168px !important
   }

   .mt169 {
       margin-top: 169px !important
   }

   .mt170 {
       margin-top: 170px !important
   }

   .mt171 {
       margin-top: 171px !important
   }

   .mt172 {
       margin-top: 172px !important
   }

   .mt173 {
       margin-top: 173px !important
   }

   .mt174 {
       margin-top: 174px !important
   }

   .mt175 {
       margin-top: 175px !important
   }

   .mt176 {
       margin-top: 176px !important
   }

   .mt177 {
       margin-top: 177px !important
   }

   .mt178 {
       margin-top: 178px !important
   }

   .mt179 {
       margin-top: 179px !important
   }

   .mt180 {
       margin-top: 180px !important
   }

   .mt181 {
       margin-top: 181px !important
   }

   .mt182 {
       margin-top: 182px !important
   }

   .mt183 {
       margin-top: 183px !important
   }

   .mt184 {
       margin-top: 184px !important
   }

   .mt185 {
       margin-top: 185px !important
   }

   .mt186 {
       margin-top: 186px !important
   }

   .mt187 {
       margin-top: 187px !important
   }

   .mt188 {
       margin-top: 188px !important
   }

   .mt189 {
       margin-top: 189px !important
   }

   .mt190 {
       margin-top: 190px !important
   }

   .mt191 {
       margin-top: 191px !important
   }

   .mt192 {
       margin-top: 192px !important
   }

   .mt193 {
       margin-top: 193px !important
   }

   .mt194 {
       margin-top: 194px !important
   }

   .mt195 {
       margin-top: 195px !important
   }

   .mt196 {
       margin-top: 196px !important
   }

   .mt197 {
       margin-top: 197px !important
   }

   .mt198 {
       margin-top: 198px !important
   }

   .mt199 {
       margin-top: 199px !important
   }

   .mt200 {
       margin-top: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-mt0 {
           margin-top: 0px !important
       }

       .col-sm-mt1 {
           margin-top: 1px !important
       }

       .col-sm-mt2 {
           margin-top: 2px !important
       }

       .col-sm-mt3 {
           margin-top: 3px !important
       }

       .col-sm-mt4 {
           margin-top: 4px !important
       }

       .col-sm-mt5 {
           margin-top: 5px !important
       }

       .col-sm-mt6 {
           margin-top: 6px !important
       }

       .col-sm-mt7 {
           margin-top: 7px !important
       }

       .col-sm-mt8 {
           margin-top: 8px !important
       }

       .col-sm-mt9 {
           margin-top: 9px !important
       }

       .col-sm-mt10 {
           margin-top: 10px !important
       }

       .col-sm-mt11 {
           margin-top: 11px !important
       }

       .col-sm-mt12 {
           margin-top: 12px !important
       }

       .col-sm-mt13 {
           margin-top: 13px !important
       }

       .col-sm-mt14 {
           margin-top: 14px !important
       }

       .col-sm-mt15 {
           margin-top: 15px !important
       }

       .col-sm-mt16 {
           margin-top: 16px !important
       }

       .col-sm-mt17 {
           margin-top: 17px !important
       }

       .col-sm-mt18 {
           margin-top: 18px !important
       }

       .col-sm-mt19 {
           margin-top: 19px !important
       }

       .col-sm-mt20 {
           margin-top: 20px !important
       }

       .col-sm-mt21 {
           margin-top: 21px !important
       }

       .col-sm-mt22 {
           margin-top: 22px !important
       }

       .col-sm-mt23 {
           margin-top: 23px !important
       }

       .col-sm-mt24 {
           margin-top: 24px !important
       }

       .col-sm-mt25 {
           margin-top: 25px !important
       }

       .col-sm-mt26 {
           margin-top: 26px !important
       }

       .col-sm-mt27 {
           margin-top: 27px !important
       }

       .col-sm-mt28 {
           margin-top: 28px !important
       }

       .col-sm-mt29 {
           margin-top: 29px !important
       }

       .col-sm-mt30 {
           margin-top: 30px !important
       }

       .col-sm-mt31 {
           margin-top: 31px !important
       }

       .col-sm-mt32 {
           margin-top: 32px !important
       }

       .col-sm-mt33 {
           margin-top: 33px !important
       }

       .col-sm-mt34 {
           margin-top: 34px !important
       }

       .col-sm-mt35 {
           margin-top: 35px !important
       }

       .col-sm-mt36 {
           margin-top: 36px !important
       }

       .col-sm-mt37 {
           margin-top: 37px !important
       }

       .col-sm-mt38 {
           margin-top: 38px !important
       }

       .col-sm-mt39 {
           margin-top: 39px !important
       }

       .col-sm-mt40 {
           margin-top: 40px !important
       }

       .col-sm-mt41 {
           margin-top: 41px !important
       }

       .col-sm-mt42 {
           margin-top: 42px !important
       }

       .col-sm-mt43 {
           margin-top: 43px !important
       }

       .col-sm-mt44 {
           margin-top: 44px !important
       }

       .col-sm-mt45 {
           margin-top: 45px !important
       }

       .col-sm-mt46 {
           margin-top: 46px !important
       }

       .col-sm-mt47 {
           margin-top: 47px !important
       }

       .col-sm-mt48 {
           margin-top: 48px !important
       }

       .col-sm-mt49 {
           margin-top: 49px !important
       }

       .col-sm-mt50 {
           margin-top: 50px !important
       }

       .col-sm-mt51 {
           margin-top: 51px !important
       }

       .col-sm-mt52 {
           margin-top: 52px !important
       }

       .col-sm-mt53 {
           margin-top: 53px !important
       }

       .col-sm-mt54 {
           margin-top: 54px !important
       }

       .col-sm-mt55 {
           margin-top: 55px !important
       }

       .col-sm-mt56 {
           margin-top: 56px !important
       }

       .col-sm-mt57 {
           margin-top: 57px !important
       }

       .col-sm-mt58 {
           margin-top: 58px !important
       }

       .col-sm-mt59 {
           margin-top: 59px !important
       }

       .col-sm-mt60 {
           margin-top: 60px !important
       }

       .col-sm-mt61 {
           margin-top: 61px !important
       }

       .col-sm-mt62 {
           margin-top: 62px !important
       }

       .col-sm-mt63 {
           margin-top: 63px !important
       }

       .col-sm-mt64 {
           margin-top: 64px !important
       }

       .col-sm-mt65 {
           margin-top: 65px !important
       }

       .col-sm-mt66 {
           margin-top: 66px !important
       }

       .col-sm-mt67 {
           margin-top: 67px !important
       }

       .col-sm-mt68 {
           margin-top: 68px !important
       }

       .col-sm-mt69 {
           margin-top: 69px !important
       }

       .col-sm-mt70 {
           margin-top: 70px !important
       }

       .col-sm-mt71 {
           margin-top: 71px !important
       }

       .col-sm-mt72 {
           margin-top: 72px !important
       }

       .col-sm-mt73 {
           margin-top: 73px !important
       }

       .col-sm-mt74 {
           margin-top: 74px !important
       }

       .col-sm-mt75 {
           margin-top: 75px !important
       }

       .col-sm-mt76 {
           margin-top: 76px !important
       }

       .col-sm-mt77 {
           margin-top: 77px !important
       }

       .col-sm-mt78 {
           margin-top: 78px !important
       }

       .col-sm-mt79 {
           margin-top: 79px !important
       }

       .col-sm-mt80 {
           margin-top: 80px !important
       }

       .col-sm-mt81 {
           margin-top: 81px !important
       }

       .col-sm-mt82 {
           margin-top: 82px !important
       }

       .col-sm-mt83 {
           margin-top: 83px !important
       }

       .col-sm-mt84 {
           margin-top: 84px !important
       }

       .col-sm-mt85 {
           margin-top: 85px !important
       }

       .col-sm-mt86 {
           margin-top: 86px !important
       }

       .col-sm-mt87 {
           margin-top: 87px !important
       }

       .col-sm-mt88 {
           margin-top: 88px !important
       }

       .col-sm-mt89 {
           margin-top: 89px !important
       }

       .col-sm-mt90 {
           margin-top: 90px !important
       }

       .col-sm-mt91 {
           margin-top: 91px !important
       }

       .col-sm-mt92 {
           margin-top: 92px !important
       }

       .col-sm-mt93 {
           margin-top: 93px !important
       }

       .col-sm-mt94 {
           margin-top: 94px !important
       }

       .col-sm-mt95 {
           margin-top: 95px !important
       }

       .col-sm-mt96 {
           margin-top: 96px !important
       }

       .col-sm-mt97 {
           margin-top: 97px !important
       }

       .col-sm-mt98 {
           margin-top: 98px !important
       }

       .col-sm-mt99 {
           margin-top: 99px !important
       }

       .col-sm-mt100 {
           margin-top: 100px !important
       }

       .col-sm-mt101 {
           margin-top: 101px !important
       }

       .col-sm-mt102 {
           margin-top: 102px !important
       }

       .col-sm-mt103 {
           margin-top: 103px !important
       }

       .col-sm-mt104 {
           margin-top: 104px !important
       }

       .col-sm-mt105 {
           margin-top: 105px !important
       }

       .col-sm-mt106 {
           margin-top: 106px !important
       }

       .col-sm-mt107 {
           margin-top: 107px !important
       }

       .col-sm-mt108 {
           margin-top: 108px !important
       }

       .col-sm-mt109 {
           margin-top: 109px !important
       }

       .col-sm-mt110 {
           margin-top: 110px !important
       }

       .col-sm-mt111 {
           margin-top: 111px !important
       }

       .col-sm-mt112 {
           margin-top: 112px !important
       }

       .col-sm-mt113 {
           margin-top: 113px !important
       }

       .col-sm-mt114 {
           margin-top: 114px !important
       }

       .col-sm-mt115 {
           margin-top: 115px !important
       }

       .col-sm-mt116 {
           margin-top: 116px !important
       }

       .col-sm-mt117 {
           margin-top: 117px !important
       }

       .col-sm-mt118 {
           margin-top: 118px !important
       }

       .col-sm-mt119 {
           margin-top: 119px !important
       }

       .col-sm-mt120 {
           margin-top: 120px !important
       }

       .col-sm-mt121 {
           margin-top: 121px !important
       }

       .col-sm-mt122 {
           margin-top: 122px !important
       }

       .col-sm-mt123 {
           margin-top: 123px !important
       }

       .col-sm-mt124 {
           margin-top: 124px !important
       }

       .col-sm-mt125 {
           margin-top: 125px !important
       }

       .col-sm-mt126 {
           margin-top: 126px !important
       }

       .col-sm-mt127 {
           margin-top: 127px !important
       }

       .col-sm-mt128 {
           margin-top: 128px !important
       }

       .col-sm-mt129 {
           margin-top: 129px !important
       }

       .col-sm-mt130 {
           margin-top: 130px !important
       }

       .col-sm-mt131 {
           margin-top: 131px !important
       }

       .col-sm-mt132 {
           margin-top: 132px !important
       }

       .col-sm-mt133 {
           margin-top: 133px !important
       }

       .col-sm-mt134 {
           margin-top: 134px !important
       }

       .col-sm-mt135 {
           margin-top: 135px !important
       }

       .col-sm-mt136 {
           margin-top: 136px !important
       }

       .col-sm-mt137 {
           margin-top: 137px !important
       }

       .col-sm-mt138 {
           margin-top: 138px !important
       }

       .col-sm-mt139 {
           margin-top: 139px !important
       }

       .col-sm-mt140 {
           margin-top: 140px !important
       }

       .col-sm-mt141 {
           margin-top: 141px !important
       }

       .col-sm-mt142 {
           margin-top: 142px !important
       }

       .col-sm-mt143 {
           margin-top: 143px !important
       }

       .col-sm-mt144 {
           margin-top: 144px !important
       }

       .col-sm-mt145 {
           margin-top: 145px !important
       }

       .col-sm-mt146 {
           margin-top: 146px !important
       }

       .col-sm-mt147 {
           margin-top: 147px !important
       }

       .col-sm-mt148 {
           margin-top: 148px !important
       }

       .col-sm-mt149 {
           margin-top: 149px !important
       }

       .col-sm-mt150 {
           margin-top: 150px !important
       }

       .col-sm-mt151 {
           margin-top: 151px !important
       }

       .col-sm-mt152 {
           margin-top: 152px !important
       }

       .col-sm-mt153 {
           margin-top: 153px !important
       }

       .col-sm-mt154 {
           margin-top: 154px !important
       }

       .col-sm-mt155 {
           margin-top: 155px !important
       }

       .col-sm-mt156 {
           margin-top: 156px !important
       }

       .col-sm-mt157 {
           margin-top: 157px !important
       }

       .col-sm-mt158 {
           margin-top: 158px !important
       }

       .col-sm-mt159 {
           margin-top: 159px !important
       }

       .col-sm-mt160 {
           margin-top: 160px !important
       }

       .col-sm-mt161 {
           margin-top: 161px !important
       }

       .col-sm-mt162 {
           margin-top: 162px !important
       }

       .col-sm-mt163 {
           margin-top: 163px !important
       }

       .col-sm-mt164 {
           margin-top: 164px !important
       }

       .col-sm-mt165 {
           margin-top: 165px !important
       }

       .col-sm-mt166 {
           margin-top: 166px !important
       }

       .col-sm-mt167 {
           margin-top: 167px !important
       }

       .col-sm-mt168 {
           margin-top: 168px !important
       }

       .col-sm-mt169 {
           margin-top: 169px !important
       }

       .col-sm-mt170 {
           margin-top: 170px !important
       }

       .col-sm-mt171 {
           margin-top: 171px !important
       }

       .col-sm-mt172 {
           margin-top: 172px !important
       }

       .col-sm-mt173 {
           margin-top: 173px !important
       }

       .col-sm-mt174 {
           margin-top: 174px !important
       }

       .col-sm-mt175 {
           margin-top: 175px !important
       }

       .col-sm-mt176 {
           margin-top: 176px !important
       }

       .col-sm-mt177 {
           margin-top: 177px !important
       }

       .col-sm-mt178 {
           margin-top: 178px !important
       }

       .col-sm-mt179 {
           margin-top: 179px !important
       }

       .col-sm-mt180 {
           margin-top: 180px !important
       }

       .col-sm-mt181 {
           margin-top: 181px !important
       }

       .col-sm-mt182 {
           margin-top: 182px !important
       }

       .col-sm-mt183 {
           margin-top: 183px !important
       }

       .col-sm-mt184 {
           margin-top: 184px !important
       }

       .col-sm-mt185 {
           margin-top: 185px !important
       }

       .col-sm-mt186 {
           margin-top: 186px !important
       }

       .col-sm-mt187 {
           margin-top: 187px !important
       }

       .col-sm-mt188 {
           margin-top: 188px !important
       }

       .col-sm-mt189 {
           margin-top: 189px !important
       }

       .col-sm-mt190 {
           margin-top: 190px !important
       }

       .col-sm-mt191 {
           margin-top: 191px !important
       }

       .col-sm-mt192 {
           margin-top: 192px !important
       }

       .col-sm-mt193 {
           margin-top: 193px !important
       }

       .col-sm-mt194 {
           margin-top: 194px !important
       }

       .col-sm-mt195 {
           margin-top: 195px !important
       }

       .col-sm-mt196 {
           margin-top: 196px !important
       }

       .col-sm-mt197 {
           margin-top: 197px !important
       }

       .col-sm-mt198 {
           margin-top: 198px !important
       }

       .col-sm-mt199 {
           margin-top: 199px !important
       }

       .col-sm-mt200 {
           margin-top: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-mt0 {
           margin-top: 0px !important
       }

       .col-xs-mt1 {
           margin-top: 1px !important
       }

       .col-xs-mt2 {
           margin-top: 2px !important
       }

       .col-xs-mt3 {
           margin-top: 3px !important
       }

       .col-xs-mt4 {
           margin-top: 4px !important
       }

       .col-xs-mt5 {
           margin-top: 5px !important
       }

       .col-xs-mt6 {
           margin-top: 6px !important
       }

       .col-xs-mt7 {
           margin-top: 7px !important
       }

       .col-xs-mt8 {
           margin-top: 8px !important
       }

       .col-xs-mt9 {
           margin-top: 9px !important
       }

       .col-xs-mt10 {
           margin-top: 10px !important
       }

       .col-xs-mt11 {
           margin-top: 11px !important
       }

       .col-xs-mt12 {
           margin-top: 12px !important
       }

       .col-xs-mt13 {
           margin-top: 13px !important
       }

       .col-xs-mt14 {
           margin-top: 14px !important
       }

       .col-xs-mt15 {
           margin-top: 15px !important
       }

       .col-xs-mt16 {
           margin-top: 16px !important
       }

       .col-xs-mt17 {
           margin-top: 17px !important
       }

       .col-xs-mt18 {
           margin-top: 18px !important
       }

       .col-xs-mt19 {
           margin-top: 19px !important
       }

       .col-xs-mt20 {
           margin-top: 20px !important
       }

       .col-xs-mt21 {
           margin-top: 21px !important
       }

       .col-xs-mt22 {
           margin-top: 22px !important
       }

       .col-xs-mt23 {
           margin-top: 23px !important
       }

       .col-xs-mt24 {
           margin-top: 24px !important
       }

       .col-xs-mt25 {
           margin-top: 25px !important
       }

       .col-xs-mt26 {
           margin-top: 26px !important
       }

       .col-xs-mt27 {
           margin-top: 27px !important
       }

       .col-xs-mt28 {
           margin-top: 28px !important
       }

       .col-xs-mt29 {
           margin-top: 29px !important
       }

       .col-xs-mt30 {
           margin-top: 30px !important
       }

       .col-xs-mt31 {
           margin-top: 31px !important
       }

       .col-xs-mt32 {
           margin-top: 32px !important
       }

       .col-xs-mt33 {
           margin-top: 33px !important
       }

       .col-xs-mt34 {
           margin-top: 34px !important
       }

       .col-xs-mt35 {
           margin-top: 35px !important
       }

       .col-xs-mt36 {
           margin-top: 36px !important
       }

       .col-xs-mt37 {
           margin-top: 37px !important
       }

       .col-xs-mt38 {
           margin-top: 38px !important
       }

       .col-xs-mt39 {
           margin-top: 39px !important
       }

       .col-xs-mt40 {
           margin-top: 40px !important
       }

       .col-xs-mt41 {
           margin-top: 41px !important
       }

       .col-xs-mt42 {
           margin-top: 42px !important
       }

       .col-xs-mt43 {
           margin-top: 43px !important
       }

       .col-xs-mt44 {
           margin-top: 44px !important
       }

       .col-xs-mt45 {
           margin-top: 45px !important
       }

       .col-xs-mt46 {
           margin-top: 46px !important
       }

       .col-xs-mt47 {
           margin-top: 47px !important
       }

       .col-xs-mt48 {
           margin-top: 48px !important
       }

       .col-xs-mt49 {
           margin-top: 49px !important
       }

       .col-xs-mt50 {
           margin-top: 50px !important
       }

       .col-xs-mt51 {
           margin-top: 51px !important
       }

       .col-xs-mt52 {
           margin-top: 52px !important
       }

       .col-xs-mt53 {
           margin-top: 53px !important
       }

       .col-xs-mt54 {
           margin-top: 54px !important
       }

       .col-xs-mt55 {
           margin-top: 55px !important
       }

       .col-xs-mt56 {
           margin-top: 56px !important
       }

       .col-xs-mt57 {
           margin-top: 57px !important
       }

       .col-xs-mt58 {
           margin-top: 58px !important
       }

       .col-xs-mt59 {
           margin-top: 59px !important
       }

       .col-xs-mt60 {
           margin-top: 60px !important
       }

       .col-xs-mt61 {
           margin-top: 61px !important
       }

       .col-xs-mt62 {
           margin-top: 62px !important
       }

       .col-xs-mt63 {
           margin-top: 63px !important
       }

       .col-xs-mt64 {
           margin-top: 64px !important
       }

       .col-xs-mt65 {
           margin-top: 65px !important
       }

       .col-xs-mt66 {
           margin-top: 66px !important
       }

       .col-xs-mt67 {
           margin-top: 67px !important
       }

       .col-xs-mt68 {
           margin-top: 68px !important
       }

       .col-xs-mt69 {
           margin-top: 69px !important
       }

       .col-xs-mt70 {
           margin-top: 70px !important
       }

       .col-xs-mt71 {
           margin-top: 71px !important
       }

       .col-xs-mt72 {
           margin-top: 72px !important
       }

       .col-xs-mt73 {
           margin-top: 73px !important
       }

       .col-xs-mt74 {
           margin-top: 74px !important
       }

       .col-xs-mt75 {
           margin-top: 75px !important
       }

       .col-xs-mt76 {
           margin-top: 76px !important
       }

       .col-xs-mt77 {
           margin-top: 77px !important
       }

       .col-xs-mt78 {
           margin-top: 78px !important
       }

       .col-xs-mt79 {
           margin-top: 79px !important
       }

       .col-xs-mt80 {
           margin-top: 80px !important
       }

       .col-xs-mt81 {
           margin-top: 81px !important
       }

       .col-xs-mt82 {
           margin-top: 82px !important
       }

       .col-xs-mt83 {
           margin-top: 83px !important
       }

       .col-xs-mt84 {
           margin-top: 84px !important
       }

       .col-xs-mt85 {
           margin-top: 85px !important
       }

       .col-xs-mt86 {
           margin-top: 86px !important
       }

       .col-xs-mt87 {
           margin-top: 87px !important
       }

       .col-xs-mt88 {
           margin-top: 88px !important
       }

       .col-xs-mt89 {
           margin-top: 89px !important
       }

       .col-xs-mt90 {
           margin-top: 90px !important
       }

       .col-xs-mt91 {
           margin-top: 91px !important
       }

       .col-xs-mt92 {
           margin-top: 92px !important
       }

       .col-xs-mt93 {
           margin-top: 93px !important
       }

       .col-xs-mt94 {
           margin-top: 94px !important
       }

       .col-xs-mt95 {
           margin-top: 95px !important
       }

       .col-xs-mt96 {
           margin-top: 96px !important
       }

       .col-xs-mt97 {
           margin-top: 97px !important
       }

       .col-xs-mt98 {
           margin-top: 98px !important
       }

       .col-xs-mt99 {
           margin-top: 99px !important
       }

       .col-xs-mt100 {
           margin-top: 100px !important
       }

       .col-xs-mt101 {
           margin-top: 101px !important
       }

       .col-xs-mt102 {
           margin-top: 102px !important
       }

       .col-xs-mt103 {
           margin-top: 103px !important
       }

       .col-xs-mt104 {
           margin-top: 104px !important
       }

       .col-xs-mt105 {
           margin-top: 105px !important
       }

       .col-xs-mt106 {
           margin-top: 106px !important
       }

       .col-xs-mt107 {
           margin-top: 107px !important
       }

       .col-xs-mt108 {
           margin-top: 108px !important
       }

       .col-xs-mt109 {
           margin-top: 109px !important
       }

       .col-xs-mt110 {
           margin-top: 110px !important
       }

       .col-xs-mt111 {
           margin-top: 111px !important
       }

       .col-xs-mt112 {
           margin-top: 112px !important
       }

       .col-xs-mt113 {
           margin-top: 113px !important
       }

       .col-xs-mt114 {
           margin-top: 114px !important
       }

       .col-xs-mt115 {
           margin-top: 115px !important
       }

       .col-xs-mt116 {
           margin-top: 116px !important
       }

       .col-xs-mt117 {
           margin-top: 117px !important
       }

       .col-xs-mt118 {
           margin-top: 118px !important
       }

       .col-xs-mt119 {
           margin-top: 119px !important
       }

       .col-xs-mt120 {
           margin-top: 120px !important
       }

       .col-xs-mt121 {
           margin-top: 121px !important
       }

       .col-xs-mt122 {
           margin-top: 122px !important
       }

       .col-xs-mt123 {
           margin-top: 123px !important
       }

       .col-xs-mt124 {
           margin-top: 124px !important
       }

       .col-xs-mt125 {
           margin-top: 125px !important
       }

       .col-xs-mt126 {
           margin-top: 126px !important
       }

       .col-xs-mt127 {
           margin-top: 127px !important
       }

       .col-xs-mt128 {
           margin-top: 128px !important
       }

       .col-xs-mt129 {
           margin-top: 129px !important
       }

       .col-xs-mt130 {
           margin-top: 130px !important
       }

       .col-xs-mt131 {
           margin-top: 131px !important
       }

       .col-xs-mt132 {
           margin-top: 132px !important
       }

       .col-xs-mt133 {
           margin-top: 133px !important
       }

       .col-xs-mt134 {
           margin-top: 134px !important
       }

       .col-xs-mt135 {
           margin-top: 135px !important
       }

       .col-xs-mt136 {
           margin-top: 136px !important
       }

       .col-xs-mt137 {
           margin-top: 137px !important
       }

       .col-xs-mt138 {
           margin-top: 138px !important
       }

       .col-xs-mt139 {
           margin-top: 139px !important
       }

       .col-xs-mt140 {
           margin-top: 140px !important
       }

       .col-xs-mt141 {
           margin-top: 141px !important
       }

       .col-xs-mt142 {
           margin-top: 142px !important
       }

       .col-xs-mt143 {
           margin-top: 143px !important
       }

       .col-xs-mt144 {
           margin-top: 144px !important
       }

       .col-xs-mt145 {
           margin-top: 145px !important
       }

       .col-xs-mt146 {
           margin-top: 146px !important
       }

       .col-xs-mt147 {
           margin-top: 147px !important
       }

       .col-xs-mt148 {
           margin-top: 148px !important
       }

       .col-xs-mt149 {
           margin-top: 149px !important
       }

       .col-xs-mt150 {
           margin-top: 150px !important
       }

       .col-xs-mt151 {
           margin-top: 151px !important
       }

       .col-xs-mt152 {
           margin-top: 152px !important
       }

       .col-xs-mt153 {
           margin-top: 153px !important
       }

       .col-xs-mt154 {
           margin-top: 154px !important
       }

       .col-xs-mt155 {
           margin-top: 155px !important
       }

       .col-xs-mt156 {
           margin-top: 156px !important
       }

       .col-xs-mt157 {
           margin-top: 157px !important
       }

       .col-xs-mt158 {
           margin-top: 158px !important
       }

       .col-xs-mt159 {
           margin-top: 159px !important
       }

       .col-xs-mt160 {
           margin-top: 160px !important
       }

       .col-xs-mt161 {
           margin-top: 161px !important
       }

       .col-xs-mt162 {
           margin-top: 162px !important
       }

       .col-xs-mt163 {
           margin-top: 163px !important
       }

       .col-xs-mt164 {
           margin-top: 164px !important
       }

       .col-xs-mt165 {
           margin-top: 165px !important
       }

       .col-xs-mt166 {
           margin-top: 166px !important
       }

       .col-xs-mt167 {
           margin-top: 167px !important
       }

       .col-xs-mt168 {
           margin-top: 168px !important
       }

       .col-xs-mt169 {
           margin-top: 169px !important
       }

       .col-xs-mt170 {
           margin-top: 170px !important
       }

       .col-xs-mt171 {
           margin-top: 171px !important
       }

       .col-xs-mt172 {
           margin-top: 172px !important
       }

       .col-xs-mt173 {
           margin-top: 173px !important
       }

       .col-xs-mt174 {
           margin-top: 174px !important
       }

       .col-xs-mt175 {
           margin-top: 175px !important
       }

       .col-xs-mt176 {
           margin-top: 176px !important
       }

       .col-xs-mt177 {
           margin-top: 177px !important
       }

       .col-xs-mt178 {
           margin-top: 178px !important
       }

       .col-xs-mt179 {
           margin-top: 179px !important
       }

       .col-xs-mt180 {
           margin-top: 180px !important
       }

       .col-xs-mt181 {
           margin-top: 181px !important
       }

       .col-xs-mt182 {
           margin-top: 182px !important
       }

       .col-xs-mt183 {
           margin-top: 183px !important
       }

       .col-xs-mt184 {
           margin-top: 184px !important
       }

       .col-xs-mt185 {
           margin-top: 185px !important
       }

       .col-xs-mt186 {
           margin-top: 186px !important
       }

       .col-xs-mt187 {
           margin-top: 187px !important
       }

       .col-xs-mt188 {
           margin-top: 188px !important
       }

       .col-xs-mt189 {
           margin-top: 189px !important
       }

       .col-xs-mt190 {
           margin-top: 190px !important
       }

       .col-xs-mt191 {
           margin-top: 191px !important
       }

       .col-xs-mt192 {
           margin-top: 192px !important
       }

       .col-xs-mt193 {
           margin-top: 193px !important
       }

       .col-xs-mt194 {
           margin-top: 194px !important
       }

       .col-xs-mt195 {
           margin-top: 195px !important
       }

       .col-xs-mt196 {
           margin-top: 196px !important
       }

       .col-xs-mt197 {
           margin-top: 197px !important
       }

       .col-xs-mt198 {
           margin-top: 198px !important
       }

       .col-xs-mt199 {
           margin-top: 199px !important
       }

       .col-xs-mt200 {
           margin-top: 200px !important
       }
   }

   .mb0 {
       margin-bottom: 0px !important
   }

   .mb1 {
       margin-bottom: 1px !important
   }

   .mb2 {
       margin-bottom: 2px !important
   }

   .mb3 {
       margin-bottom: 3px !important
   }

   .mb4 {
       margin-bottom: 4px !important
   }

   .mb5 {
       margin-bottom: 5px !important
   }

   .mb6 {
       margin-bottom: 6px !important
   }

   .mb7 {
       margin-bottom: 7px !important
   }

   .mb8 {
       margin-bottom: 8px !important
   }

   .mb9 {
       margin-bottom: 9px !important
   }

   .mb10 {
       margin-bottom: 10px !important
   }

   .mb11 {
       margin-bottom: 11px !important
   }

   .mb12 {
       margin-bottom: 12px !important
   }

   .mb13 {
       margin-bottom: 13px !important
   }

   .mb14 {
       margin-bottom: 14px !important
   }

   .mb15 {
       margin-bottom: 15px !important
   }

   .mb16 {
       margin-bottom: 16px !important
   }

   .mb17 {
       margin-bottom: 17px !important
   }

   .mb18 {
       margin-bottom: 18px !important
   }

   .mb19 {
       margin-bottom: 19px !important
   }

   .mb20 {
       margin-bottom: 20px !important
   }

   .mb21 {
       margin-bottom: 21px !important
   }

   .mb22 {
       margin-bottom: 22px !important
   }

   .mb23 {
       margin-bottom: 23px !important
   }

   .mb24 {
       margin-bottom: 24px !important
   }

   .mb25 {
       margin-bottom: 25px !important
   }

   .mb26 {
       margin-bottom: 26px !important
   }

   .mb27 {
       margin-bottom: 27px !important
   }

   .mb28 {
       margin-bottom: 28px !important
   }

   .mb29 {
       margin-bottom: 29px !important
   }

   .mb30 {
       margin-bottom: 30px !important
   }

   .mb31 {
       margin-bottom: 31px !important
   }

   .mb32 {
       margin-bottom: 32px !important
   }

   .mb33 {
       margin-bottom: 33px !important
   }

   .mb34 {
       margin-bottom: 34px !important
   }

   .mb35 {
       margin-bottom: 35px !important
   }

   .mb36 {
       margin-bottom: 36px !important
   }

   .mb37 {
       margin-bottom: 37px !important
   }

   .mb38 {
       margin-bottom: 38px !important
   }

   .mb39 {
       margin-bottom: 39px !important
   }

   .mb40 {
       margin-bottom: 40px !important
   }

   .mb41 {
       margin-bottom: 41px !important
   }

   .mb42 {
       margin-bottom: 42px !important
   }

   .mb43 {
       margin-bottom: 43px !important
   }

   .mb44 {
       margin-bottom: 44px !important
   }

   .mb45 {
       margin-bottom: 45px !important
   }

   .mb46 {
       margin-bottom: 46px !important
   }

   .mb47 {
       margin-bottom: 47px !important
   }

   .mb48 {
       margin-bottom: 48px !important
   }

   .mb49 {
       margin-bottom: 49px !important
   }

   .mb50 {
       margin-bottom: 50px !important
   }

   .mb51 {
       margin-bottom: 51px !important
   }

   .mb52 {
       margin-bottom: 52px !important
   }

   .mb53 {
       margin-bottom: 53px !important
   }

   .mb54 {
       margin-bottom: 54px !important
   }

   .mb55 {
       margin-bottom: 55px !important
   }

   .mb56 {
       margin-bottom: 56px !important
   }

   .mb57 {
       margin-bottom: 57px !important
   }

   .mb58 {
       margin-bottom: 58px !important
   }

   .mb59 {
       margin-bottom: 59px !important
   }

   .mb60 {
       margin-bottom: 60px !important
   }

   .mb61 {
       margin-bottom: 61px !important
   }

   .mb62 {
       margin-bottom: 62px !important
   }

   .mb63 {
       margin-bottom: 63px !important
   }

   .mb64 {
       margin-bottom: 64px !important
   }

   .mb65 {
       margin-bottom: 65px !important
   }

   .mb66 {
       margin-bottom: 66px !important
   }

   .mb67 {
       margin-bottom: 67px !important
   }

   .mb68 {
       margin-bottom: 68px !important
   }

   .mb69 {
       margin-bottom: 69px !important
   }

   .mb70 {
       margin-bottom: 70px !important
   }

   .mb71 {
       margin-bottom: 71px !important
   }

   .mb72 {
       margin-bottom: 72px !important
   }

   .mb73 {
       margin-bottom: 73px !important
   }

   .mb74 {
       margin-bottom: 74px !important
   }

   .mb75 {
       margin-bottom: 75px !important
   }

   .mb76 {
       margin-bottom: 76px !important
   }

   .mb77 {
       margin-bottom: 77px !important
   }

   .mb78 {
       margin-bottom: 78px !important
   }

   .mb79 {
       margin-bottom: 79px !important
   }

   .mb80 {
       margin-bottom: 80px !important
   }

   .mb81 {
       margin-bottom: 81px !important
   }

   .mb82 {
       margin-bottom: 82px !important
   }

   .mb83 {
       margin-bottom: 83px !important
   }

   .mb84 {
       margin-bottom: 84px !important
   }

   .mb85 {
       margin-bottom: 85px !important
   }

   .mb86 {
       margin-bottom: 86px !important
   }

   .mb87 {
       margin-bottom: 87px !important
   }

   .mb88 {
       margin-bottom: 88px !important
   }

   .mb89 {
       margin-bottom: 89px !important
   }

   .mb90 {
       margin-bottom: 90px !important
   }

   .mb91 {
       margin-bottom: 91px !important
   }

   .mb92 {
       margin-bottom: 92px !important
   }

   .mb93 {
       margin-bottom: 93px !important
   }

   .mb94 {
       margin-bottom: 94px !important
   }

   .mb95 {
       margin-bottom: 95px !important
   }

   .mb96 {
       margin-bottom: 96px !important
   }

   .mb97 {
       margin-bottom: 97px !important
   }

   .mb98 {
       margin-bottom: 98px !important
   }

   .mb99 {
       margin-bottom: 99px !important
   }

   .mb100 {
       margin-bottom: 100px !important
   }

   .mb101 {
       margin-bottom: 101px !important
   }

   .mb102 {
       margin-bottom: 102px !important
   }

   .mb103 {
       margin-bottom: 103px !important
   }

   .mb104 {
       margin-bottom: 104px !important
   }

   .mb105 {
       margin-bottom: 105px !important
   }

   .mb106 {
       margin-bottom: 106px !important
   }

   .mb107 {
       margin-bottom: 107px !important
   }

   .mb108 {
       margin-bottom: 108px !important
   }

   .mb109 {
       margin-bottom: 109px !important
   }

   .mb110 {
       margin-bottom: 110px !important
   }

   .mb111 {
       margin-bottom: 111px !important
   }

   .mb112 {
       margin-bottom: 112px !important
   }

   .mb113 {
       margin-bottom: 113px !important
   }

   .mb114 {
       margin-bottom: 114px !important
   }

   .mb115 {
       margin-bottom: 115px !important
   }

   .mb116 {
       margin-bottom: 116px !important
   }

   .mb117 {
       margin-bottom: 117px !important
   }

   .mb118 {
       margin-bottom: 118px !important
   }

   .mb119 {
       margin-bottom: 119px !important
   }

   .mb120 {
       margin-bottom: 120px !important
   }

   .mb121 {
       margin-bottom: 121px !important
   }

   .mb122 {
       margin-bottom: 122px !important
   }

   .mb123 {
       margin-bottom: 123px !important
   }

   .mb124 {
       margin-bottom: 124px !important
   }

   .mb125 {
       margin-bottom: 125px !important
   }

   .mb126 {
       margin-bottom: 126px !important
   }

   .mb127 {
       margin-bottom: 127px !important
   }

   .mb128 {
       margin-bottom: 128px !important
   }

   .mb129 {
       margin-bottom: 129px !important
   }

   .mb130 {
       margin-bottom: 130px !important
   }

   .mb131 {
       margin-bottom: 131px !important
   }

   .mb132 {
       margin-bottom: 132px !important
   }

   .mb133 {
       margin-bottom: 133px !important
   }

   .mb134 {
       margin-bottom: 134px !important
   }

   .mb135 {
       margin-bottom: 135px !important
   }

   .mb136 {
       margin-bottom: 136px !important
   }

   .mb137 {
       margin-bottom: 137px !important
   }

   .mb138 {
       margin-bottom: 138px !important
   }

   .mb139 {
       margin-bottom: 139px !important
   }

   .mb140 {
       margin-bottom: 140px !important
   }

   .mb141 {
       margin-bottom: 141px !important
   }

   .mb142 {
       margin-bottom: 142px !important
   }

   .mb143 {
       margin-bottom: 143px !important
   }

   .mb144 {
       margin-bottom: 144px !important
   }

   .mb145 {
       margin-bottom: 145px !important
   }

   .mb146 {
       margin-bottom: 146px !important
   }

   .mb147 {
       margin-bottom: 147px !important
   }

   .mb148 {
       margin-bottom: 148px !important
   }

   .mb149 {
       margin-bottom: 149px !important
   }

   .mb150 {
       margin-bottom: 150px !important
   }

   .mb151 {
       margin-bottom: 151px !important
   }

   .mb152 {
       margin-bottom: 152px !important
   }

   .mb153 {
       margin-bottom: 153px !important
   }

   .mb154 {
       margin-bottom: 154px !important
   }

   .mb155 {
       margin-bottom: 155px !important
   }

   .mb156 {
       margin-bottom: 156px !important
   }

   .mb157 {
       margin-bottom: 157px !important
   }

   .mb158 {
       margin-bottom: 158px !important
   }

   .mb159 {
       margin-bottom: 159px !important
   }

   .mb160 {
       margin-bottom: 160px !important
   }

   .mb161 {
       margin-bottom: 161px !important
   }

   .mb162 {
       margin-bottom: 162px !important
   }

   .mb163 {
       margin-bottom: 163px !important
   }

   .mb164 {
       margin-bottom: 164px !important
   }

   .mb165 {
       margin-bottom: 165px !important
   }

   .mb166 {
       margin-bottom: 166px !important
   }

   .mb167 {
       margin-bottom: 167px !important
   }

   .mb168 {
       margin-bottom: 168px !important
   }

   .mb169 {
       margin-bottom: 169px !important
   }

   .mb170 {
       margin-bottom: 170px !important
   }

   .mb171 {
       margin-bottom: 171px !important
   }

   .mb172 {
       margin-bottom: 172px !important
   }

   .mb173 {
       margin-bottom: 173px !important
   }

   .mb174 {
       margin-bottom: 174px !important
   }

   .mb175 {
       margin-bottom: 175px !important
   }

   .mb176 {
       margin-bottom: 176px !important
   }

   .mb177 {
       margin-bottom: 177px !important
   }

   .mb178 {
       margin-bottom: 178px !important
   }

   .mb179 {
       margin-bottom: 179px !important
   }

   .mb180 {
       margin-bottom: 180px !important
   }

   .mb181 {
       margin-bottom: 181px !important
   }

   .mb182 {
       margin-bottom: 182px !important
   }

   .mb183 {
       margin-bottom: 183px !important
   }

   .mb184 {
       margin-bottom: 184px !important
   }

   .mb185 {
       margin-bottom: 185px !important
   }

   .mb186 {
       margin-bottom: 186px !important
   }

   .mb187 {
       margin-bottom: 187px !important
   }

   .mb188 {
       margin-bottom: 188px !important
   }

   .mb189 {
       margin-bottom: 189px !important
   }

   .mb190 {
       margin-bottom: 190px !important
   }

   .mb191 {
       margin-bottom: 191px !important
   }

   .mb192 {
       margin-bottom: 192px !important
   }

   .mb193 {
       margin-bottom: 193px !important
   }

   .mb194 {
       margin-bottom: 194px !important
   }

   .mb195 {
       margin-bottom: 195px !important
   }

   .mb196 {
       margin-bottom: 196px !important
   }

   .mb197 {
       margin-bottom: 197px !important
   }

   .mb198 {
       margin-bottom: 198px !important
   }

   .mb199 {
       margin-bottom: 199px !important
   }

   .mb200 {
       margin-bottom: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-mb0 {
           margin-bottom: 0px !important
       }

       .col-sm-mb1 {
           margin-bottom: 1px !important
       }

       .col-sm-mb2 {
           margin-bottom: 2px !important
       }

       .col-sm-mb3 {
           margin-bottom: 3px !important
       }

       .col-sm-mb4 {
           margin-bottom: 4px !important
       }

       .col-sm-mb5 {
           margin-bottom: 5px !important
       }

       .col-sm-mb6 {
           margin-bottom: 6px !important
       }

       .col-sm-mb7 {
           margin-bottom: 7px !important
       }

       .col-sm-mb8 {
           margin-bottom: 8px !important
       }

       .col-sm-mb9 {
           margin-bottom: 9px !important
       }

       .col-sm-mb10 {
           margin-bottom: 10px !important
       }

       .col-sm-mb11 {
           margin-bottom: 11px !important
       }

       .col-sm-mb12 {
           margin-bottom: 12px !important
       }

       .col-sm-mb13 {
           margin-bottom: 13px !important
       }

       .col-sm-mb14 {
           margin-bottom: 14px !important
       }

       .col-sm-mb15 {
           margin-bottom: 15px !important
       }

       .col-sm-mb16 {
           margin-bottom: 16px !important
       }

       .col-sm-mb17 {
           margin-bottom: 17px !important
       }

       .col-sm-mb18 {
           margin-bottom: 18px !important
       }

       .col-sm-mb19 {
           margin-bottom: 19px !important
       }

       .col-sm-mb20 {
           margin-bottom: 20px !important
       }

       .col-sm-mb21 {
           margin-bottom: 21px !important
       }

       .col-sm-mb22 {
           margin-bottom: 22px !important
       }

       .col-sm-mb23 {
           margin-bottom: 23px !important
       }

       .col-sm-mb24 {
           margin-bottom: 24px !important
       }

       .col-sm-mb25 {
           margin-bottom: 25px !important
       }

       .col-sm-mb26 {
           margin-bottom: 26px !important
       }

       .col-sm-mb27 {
           margin-bottom: 27px !important
       }

       .col-sm-mb28 {
           margin-bottom: 28px !important
       }

       .col-sm-mb29 {
           margin-bottom: 29px !important
       }

       .col-sm-mb30 {
           margin-bottom: 30px !important
       }

       .col-sm-mb31 {
           margin-bottom: 31px !important
       }

       .col-sm-mb32 {
           margin-bottom: 32px !important
       }

       .col-sm-mb33 {
           margin-bottom: 33px !important
       }

       .col-sm-mb34 {
           margin-bottom: 34px !important
       }

       .col-sm-mb35 {
           margin-bottom: 35px !important
       }

       .col-sm-mb36 {
           margin-bottom: 36px !important
       }

       .col-sm-mb37 {
           margin-bottom: 37px !important
       }

       .col-sm-mb38 {
           margin-bottom: 38px !important
       }

       .col-sm-mb39 {
           margin-bottom: 39px !important
       }

       .col-sm-mb40 {
           margin-bottom: 40px !important
       }

       .col-sm-mb41 {
           margin-bottom: 41px !important
       }

       .col-sm-mb42 {
           margin-bottom: 42px !important
       }

       .col-sm-mb43 {
           margin-bottom: 43px !important
       }

       .col-sm-mb44 {
           margin-bottom: 44px !important
       }

       .col-sm-mb45 {
           margin-bottom: 45px !important
       }

       .col-sm-mb46 {
           margin-bottom: 46px !important
       }

       .col-sm-mb47 {
           margin-bottom: 47px !important
       }

       .col-sm-mb48 {
           margin-bottom: 48px !important
       }

       .col-sm-mb49 {
           margin-bottom: 49px !important
       }

       .col-sm-mb50 {
           margin-bottom: 50px !important
       }

       .col-sm-mb51 {
           margin-bottom: 51px !important
       }

       .col-sm-mb52 {
           margin-bottom: 52px !important
       }

       .col-sm-mb53 {
           margin-bottom: 53px !important
       }

       .col-sm-mb54 {
           margin-bottom: 54px !important
       }

       .col-sm-mb55 {
           margin-bottom: 55px !important
       }

       .col-sm-mb56 {
           margin-bottom: 56px !important
       }

       .col-sm-mb57 {
           margin-bottom: 57px !important
       }

       .col-sm-mb58 {
           margin-bottom: 58px !important
       }

       .col-sm-mb59 {
           margin-bottom: 59px !important
       }

       .col-sm-mb60 {
           margin-bottom: 60px !important
       }

       .col-sm-mb61 {
           margin-bottom: 61px !important
       }

       .col-sm-mb62 {
           margin-bottom: 62px !important
       }

       .col-sm-mb63 {
           margin-bottom: 63px !important
       }

       .col-sm-mb64 {
           margin-bottom: 64px !important
       }

       .col-sm-mb65 {
           margin-bottom: 65px !important
       }

       .col-sm-mb66 {
           margin-bottom: 66px !important
       }

       .col-sm-mb67 {
           margin-bottom: 67px !important
       }

       .col-sm-mb68 {
           margin-bottom: 68px !important
       }

       .col-sm-mb69 {
           margin-bottom: 69px !important
       }

       .col-sm-mb70 {
           margin-bottom: 70px !important
       }

       .col-sm-mb71 {
           margin-bottom: 71px !important
       }

       .col-sm-mb72 {
           margin-bottom: 72px !important
       }

       .col-sm-mb73 {
           margin-bottom: 73px !important
       }

       .col-sm-mb74 {
           margin-bottom: 74px !important
       }

       .col-sm-mb75 {
           margin-bottom: 75px !important
       }

       .col-sm-mb76 {
           margin-bottom: 76px !important
       }

       .col-sm-mb77 {
           margin-bottom: 77px !important
       }

       .col-sm-mb78 {
           margin-bottom: 78px !important
       }

       .col-sm-mb79 {
           margin-bottom: 79px !important
       }

       .col-sm-mb80 {
           margin-bottom: 80px !important
       }

       .col-sm-mb81 {
           margin-bottom: 81px !important
       }

       .col-sm-mb82 {
           margin-bottom: 82px !important
       }

       .col-sm-mb83 {
           margin-bottom: 83px !important
       }

       .col-sm-mb84 {
           margin-bottom: 84px !important
       }

       .col-sm-mb85 {
           margin-bottom: 85px !important
       }

       .col-sm-mb86 {
           margin-bottom: 86px !important
       }

       .col-sm-mb87 {
           margin-bottom: 87px !important
       }

       .col-sm-mb88 {
           margin-bottom: 88px !important
       }

       .col-sm-mb89 {
           margin-bottom: 89px !important
       }

       .col-sm-mb90 {
           margin-bottom: 90px !important
       }

       .col-sm-mb91 {
           margin-bottom: 91px !important
       }

       .col-sm-mb92 {
           margin-bottom: 92px !important
       }

       .col-sm-mb93 {
           margin-bottom: 93px !important
       }

       .col-sm-mb94 {
           margin-bottom: 94px !important
       }

       .col-sm-mb95 {
           margin-bottom: 95px !important
       }

       .col-sm-mb96 {
           margin-bottom: 96px !important
       }

       .col-sm-mb97 {
           margin-bottom: 97px !important
       }

       .col-sm-mb98 {
           margin-bottom: 98px !important
       }

       .col-sm-mb99 {
           margin-bottom: 99px !important
       }

       .col-sm-mb100 {
           margin-bottom: 100px !important
       }

       .col-sm-mb101 {
           margin-bottom: 101px !important
       }

       .col-sm-mb102 {
           margin-bottom: 102px !important
       }

       .col-sm-mb103 {
           margin-bottom: 103px !important
       }

       .col-sm-mb104 {
           margin-bottom: 104px !important
       }

       .col-sm-mb105 {
           margin-bottom: 105px !important
       }

       .col-sm-mb106 {
           margin-bottom: 106px !important
       }

       .col-sm-mb107 {
           margin-bottom: 107px !important
       }

       .col-sm-mb108 {
           margin-bottom: 108px !important
       }

       .col-sm-mb109 {
           margin-bottom: 109px !important
       }

       .col-sm-mb110 {
           margin-bottom: 110px !important
       }

       .col-sm-mb111 {
           margin-bottom: 111px !important
       }

       .col-sm-mb112 {
           margin-bottom: 112px !important
       }

       .col-sm-mb113 {
           margin-bottom: 113px !important
       }

       .col-sm-mb114 {
           margin-bottom: 114px !important
       }

       .col-sm-mb115 {
           margin-bottom: 115px !important
       }

       .col-sm-mb116 {
           margin-bottom: 116px !important
       }

       .col-sm-mb117 {
           margin-bottom: 117px !important
       }

       .col-sm-mb118 {
           margin-bottom: 118px !important
       }

       .col-sm-mb119 {
           margin-bottom: 119px !important
       }

       .col-sm-mb120 {
           margin-bottom: 120px !important
       }

       .col-sm-mb121 {
           margin-bottom: 121px !important
       }

       .col-sm-mb122 {
           margin-bottom: 122px !important
       }

       .col-sm-mb123 {
           margin-bottom: 123px !important
       }

       .col-sm-mb124 {
           margin-bottom: 124px !important
       }

       .col-sm-mb125 {
           margin-bottom: 125px !important
       }

       .col-sm-mb126 {
           margin-bottom: 126px !important
       }

       .col-sm-mb127 {
           margin-bottom: 127px !important
       }

       .col-sm-mb128 {
           margin-bottom: 128px !important
       }

       .col-sm-mb129 {
           margin-bottom: 129px !important
       }

       .col-sm-mb130 {
           margin-bottom: 130px !important
       }

       .col-sm-mb131 {
           margin-bottom: 131px !important
       }

       .col-sm-mb132 {
           margin-bottom: 132px !important
       }

       .col-sm-mb133 {
           margin-bottom: 133px !important
       }

       .col-sm-mb134 {
           margin-bottom: 134px !important
       }

       .col-sm-mb135 {
           margin-bottom: 135px !important
       }

       .col-sm-mb136 {
           margin-bottom: 136px !important
       }

       .col-sm-mb137 {
           margin-bottom: 137px !important
       }

       .col-sm-mb138 {
           margin-bottom: 138px !important
       }

       .col-sm-mb139 {
           margin-bottom: 139px !important
       }

       .col-sm-mb140 {
           margin-bottom: 140px !important
       }

       .col-sm-mb141 {
           margin-bottom: 141px !important
       }

       .col-sm-mb142 {
           margin-bottom: 142px !important
       }

       .col-sm-mb143 {
           margin-bottom: 143px !important
       }

       .col-sm-mb144 {
           margin-bottom: 144px !important
       }

       .col-sm-mb145 {
           margin-bottom: 145px !important
       }

       .col-sm-mb146 {
           margin-bottom: 146px !important
       }

       .col-sm-mb147 {
           margin-bottom: 147px !important
       }

       .col-sm-mb148 {
           margin-bottom: 148px !important
       }

       .col-sm-mb149 {
           margin-bottom: 149px !important
       }

       .col-sm-mb150 {
           margin-bottom: 150px !important
       }

       .col-sm-mb151 {
           margin-bottom: 151px !important
       }

       .col-sm-mb152 {
           margin-bottom: 152px !important
       }

       .col-sm-mb153 {
           margin-bottom: 153px !important
       }

       .col-sm-mb154 {
           margin-bottom: 154px !important
       }

       .col-sm-mb155 {
           margin-bottom: 155px !important
       }

       .col-sm-mb156 {
           margin-bottom: 156px !important
       }

       .col-sm-mb157 {
           margin-bottom: 157px !important
       }

       .col-sm-mb158 {
           margin-bottom: 158px !important
       }

       .col-sm-mb159 {
           margin-bottom: 159px !important
       }

       .col-sm-mb160 {
           margin-bottom: 160px !important
       }

       .col-sm-mb161 {
           margin-bottom: 161px !important
       }

       .col-sm-mb162 {
           margin-bottom: 162px !important
       }

       .col-sm-mb163 {
           margin-bottom: 163px !important
       }

       .col-sm-mb164 {
           margin-bottom: 164px !important
       }

       .col-sm-mb165 {
           margin-bottom: 165px !important
       }

       .col-sm-mb166 {
           margin-bottom: 166px !important
       }

       .col-sm-mb167 {
           margin-bottom: 167px !important
       }

       .col-sm-mb168 {
           margin-bottom: 168px !important
       }

       .col-sm-mb169 {
           margin-bottom: 169px !important
       }

       .col-sm-mb170 {
           margin-bottom: 170px !important
       }

       .col-sm-mb171 {
           margin-bottom: 171px !important
       }

       .col-sm-mb172 {
           margin-bottom: 172px !important
       }

       .col-sm-mb173 {
           margin-bottom: 173px !important
       }

       .col-sm-mb174 {
           margin-bottom: 174px !important
       }

       .col-sm-mb175 {
           margin-bottom: 175px !important
       }

       .col-sm-mb176 {
           margin-bottom: 176px !important
       }

       .col-sm-mb177 {
           margin-bottom: 177px !important
       }

       .col-sm-mb178 {
           margin-bottom: 178px !important
       }

       .col-sm-mb179 {
           margin-bottom: 179px !important
       }

       .col-sm-mb180 {
           margin-bottom: 180px !important
       }

       .col-sm-mb181 {
           margin-bottom: 181px !important
       }

       .col-sm-mb182 {
           margin-bottom: 182px !important
       }

       .col-sm-mb183 {
           margin-bottom: 183px !important
       }

       .col-sm-mb184 {
           margin-bottom: 184px !important
       }

       .col-sm-mb185 {
           margin-bottom: 185px !important
       }

       .col-sm-mb186 {
           margin-bottom: 186px !important
       }

       .col-sm-mb187 {
           margin-bottom: 187px !important
       }

       .col-sm-mb188 {
           margin-bottom: 188px !important
       }

       .col-sm-mb189 {
           margin-bottom: 189px !important
       }

       .col-sm-mb190 {
           margin-bottom: 190px !important
       }

       .col-sm-mb191 {
           margin-bottom: 191px !important
       }

       .col-sm-mb192 {
           margin-bottom: 192px !important
       }

       .col-sm-mb193 {
           margin-bottom: 193px !important
       }

       .col-sm-mb194 {
           margin-bottom: 194px !important
       }

       .col-sm-mb195 {
           margin-bottom: 195px !important
       }

       .col-sm-mb196 {
           margin-bottom: 196px !important
       }

       .col-sm-mb197 {
           margin-bottom: 197px !important
       }

       .col-sm-mb198 {
           margin-bottom: 198px !important
       }

       .col-sm-mb199 {
           margin-bottom: 199px !important
       }

       .col-sm-mb200 {
           margin-bottom: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-mb0 {
           margin-bottom: 0px !important
       }

       .col-xs-mb1 {
           margin-bottom: 1px !important
       }

       .col-xs-mb2 {
           margin-bottom: 2px !important
       }

       .col-xs-mb3 {
           margin-bottom: 3px !important
       }

       .col-xs-mb4 {
           margin-bottom: 4px !important
       }

       .col-xs-mb5 {
           margin-bottom: 5px !important
       }

       .col-xs-mb6 {
           margin-bottom: 6px !important
       }

       .col-xs-mb7 {
           margin-bottom: 7px !important
       }

       .col-xs-mb8 {
           margin-bottom: 8px !important
       }

       .col-xs-mb9 {
           margin-bottom: 9px !important
       }

       .col-xs-mb10 {
           margin-bottom: 10px !important
       }

       .col-xs-mb11 {
           margin-bottom: 11px !important
       }

       .col-xs-mb12 {
           margin-bottom: 12px !important
       }

       .col-xs-mb13 {
           margin-bottom: 13px !important
       }

       .col-xs-mb14 {
           margin-bottom: 14px !important
       }

       .col-xs-mb15 {
           margin-bottom: 15px !important
       }

       .col-xs-mb16 {
           margin-bottom: 16px !important
       }

       .col-xs-mb17 {
           margin-bottom: 17px !important
       }

       .col-xs-mb18 {
           margin-bottom: 18px !important
       }

       .col-xs-mb19 {
           margin-bottom: 19px !important
       }

       .col-xs-mb20 {
           margin-bottom: 20px !important
       }

       .col-xs-mb21 {
           margin-bottom: 21px !important
       }

       .col-xs-mb22 {
           margin-bottom: 22px !important
       }

       .col-xs-mb23 {
           margin-bottom: 23px !important
       }

       .col-xs-mb24 {
           margin-bottom: 24px !important
       }

       .col-xs-mb25 {
           margin-bottom: 25px !important
       }

       .col-xs-mb26 {
           margin-bottom: 26px !important
       }

       .col-xs-mb27 {
           margin-bottom: 27px !important
       }

       .col-xs-mb28 {
           margin-bottom: 28px !important
       }

       .col-xs-mb29 {
           margin-bottom: 29px !important
       }

       .col-xs-mb30 {
           margin-bottom: 30px !important
       }

       .col-xs-mb31 {
           margin-bottom: 31px !important
       }

       .col-xs-mb32 {
           margin-bottom: 32px !important
       }

       .col-xs-mb33 {
           margin-bottom: 33px !important
       }

       .col-xs-mb34 {
           margin-bottom: 34px !important
       }

       .col-xs-mb35 {
           margin-bottom: 35px !important
       }

       .col-xs-mb36 {
           margin-bottom: 36px !important
       }

       .col-xs-mb37 {
           margin-bottom: 37px !important
       }

       .col-xs-mb38 {
           margin-bottom: 38px !important
       }

       .col-xs-mb39 {
           margin-bottom: 39px !important
       }

       .col-xs-mb40 {
           margin-bottom: 40px !important
       }

       .col-xs-mb41 {
           margin-bottom: 41px !important
       }

       .col-xs-mb42 {
           margin-bottom: 42px !important
       }

       .col-xs-mb43 {
           margin-bottom: 43px !important
       }

       .col-xs-mb44 {
           margin-bottom: 44px !important
       }

       .col-xs-mb45 {
           margin-bottom: 45px !important
       }

       .col-xs-mb46 {
           margin-bottom: 46px !important
       }

       .col-xs-mb47 {
           margin-bottom: 47px !important
       }

       .col-xs-mb48 {
           margin-bottom: 48px !important
       }

       .col-xs-mb49 {
           margin-bottom: 49px !important
       }

       .col-xs-mb50 {
           margin-bottom: 50px !important
       }

       .col-xs-mb51 {
           margin-bottom: 51px !important
       }

       .col-xs-mb52 {
           margin-bottom: 52px !important
       }

       .col-xs-mb53 {
           margin-bottom: 53px !important
       }

       .col-xs-mb54 {
           margin-bottom: 54px !important
       }

       .col-xs-mb55 {
           margin-bottom: 55px !important
       }

       .col-xs-mb56 {
           margin-bottom: 56px !important
       }

       .col-xs-mb57 {
           margin-bottom: 57px !important
       }

       .col-xs-mb58 {
           margin-bottom: 58px !important
       }

       .col-xs-mb59 {
           margin-bottom: 59px !important
       }

       .col-xs-mb60 {
           margin-bottom: 60px !important
       }

       .col-xs-mb61 {
           margin-bottom: 61px !important
       }

       .col-xs-mb62 {
           margin-bottom: 62px !important
       }

       .col-xs-mb63 {
           margin-bottom: 63px !important
       }

       .col-xs-mb64 {
           margin-bottom: 64px !important
       }

       .col-xs-mb65 {
           margin-bottom: 65px !important
       }

       .col-xs-mb66 {
           margin-bottom: 66px !important
       }

       .col-xs-mb67 {
           margin-bottom: 67px !important
       }

       .col-xs-mb68 {
           margin-bottom: 68px !important
       }

       .col-xs-mb69 {
           margin-bottom: 69px !important
       }

       .col-xs-mb70 {
           margin-bottom: 70px !important
       }

       .col-xs-mb71 {
           margin-bottom: 71px !important
       }

       .col-xs-mb72 {
           margin-bottom: 72px !important
       }

       .col-xs-mb73 {
           margin-bottom: 73px !important
       }

       .col-xs-mb74 {
           margin-bottom: 74px !important
       }

       .col-xs-mb75 {
           margin-bottom: 75px !important
       }

       .col-xs-mb76 {
           margin-bottom: 76px !important
       }

       .col-xs-mb77 {
           margin-bottom: 77px !important
       }

       .col-xs-mb78 {
           margin-bottom: 78px !important
       }

       .col-xs-mb79 {
           margin-bottom: 79px !important
       }

       .col-xs-mb80 {
           margin-bottom: 80px !important
       }

       .col-xs-mb81 {
           margin-bottom: 81px !important
       }

       .col-xs-mb82 {
           margin-bottom: 82px !important
       }

       .col-xs-mb83 {
           margin-bottom: 83px !important
       }

       .col-xs-mb84 {
           margin-bottom: 84px !important
       }

       .col-xs-mb85 {
           margin-bottom: 85px !important
       }

       .col-xs-mb86 {
           margin-bottom: 86px !important
       }

       .col-xs-mb87 {
           margin-bottom: 87px !important
       }

       .col-xs-mb88 {
           margin-bottom: 88px !important
       }

       .col-xs-mb89 {
           margin-bottom: 89px !important
       }

       .col-xs-mb90 {
           margin-bottom: 90px !important
       }

       .col-xs-mb91 {
           margin-bottom: 91px !important
       }

       .col-xs-mb92 {
           margin-bottom: 92px !important
       }

       .col-xs-mb93 {
           margin-bottom: 93px !important
       }

       .col-xs-mb94 {
           margin-bottom: 94px !important
       }

       .col-xs-mb95 {
           margin-bottom: 95px !important
       }

       .col-xs-mb96 {
           margin-bottom: 96px !important
       }

       .col-xs-mb97 {
           margin-bottom: 97px !important
       }

       .col-xs-mb98 {
           margin-bottom: 98px !important
       }

       .col-xs-mb99 {
           margin-bottom: 99px !important
       }

       .col-xs-mb100 {
           margin-bottom: 100px !important
       }

       .col-xs-mb101 {
           margin-bottom: 101px !important
       }

       .col-xs-mb102 {
           margin-bottom: 102px !important
       }

       .col-xs-mb103 {
           margin-bottom: 103px !important
       }

       .col-xs-mb104 {
           margin-bottom: 104px !important
       }

       .col-xs-mb105 {
           margin-bottom: 105px !important
       }

       .col-xs-mb106 {
           margin-bottom: 106px !important
       }

       .col-xs-mb107 {
           margin-bottom: 107px !important
       }

       .col-xs-mb108 {
           margin-bottom: 108px !important
       }

       .col-xs-mb109 {
           margin-bottom: 109px !important
       }

       .col-xs-mb110 {
           margin-bottom: 110px !important
       }

       .col-xs-mb111 {
           margin-bottom: 111px !important
       }

       .col-xs-mb112 {
           margin-bottom: 112px !important
       }

       .col-xs-mb113 {
           margin-bottom: 113px !important
       }

       .col-xs-mb114 {
           margin-bottom: 114px !important
       }

       .col-xs-mb115 {
           margin-bottom: 115px !important
       }

       .col-xs-mb116 {
           margin-bottom: 116px !important
       }

       .col-xs-mb117 {
           margin-bottom: 117px !important
       }

       .col-xs-mb118 {
           margin-bottom: 118px !important
       }

       .col-xs-mb119 {
           margin-bottom: 119px !important
       }

       .col-xs-mb120 {
           margin-bottom: 120px !important
       }

       .col-xs-mb121 {
           margin-bottom: 121px !important
       }

       .col-xs-mb122 {
           margin-bottom: 122px !important
       }

       .col-xs-mb123 {
           margin-bottom: 123px !important
       }

       .col-xs-mb124 {
           margin-bottom: 124px !important
       }

       .col-xs-mb125 {
           margin-bottom: 125px !important
       }

       .col-xs-mb126 {
           margin-bottom: 126px !important
       }

       .col-xs-mb127 {
           margin-bottom: 127px !important
       }

       .col-xs-mb128 {
           margin-bottom: 128px !important
       }

       .col-xs-mb129 {
           margin-bottom: 129px !important
       }

       .col-xs-mb130 {
           margin-bottom: 130px !important
       }

       .col-xs-mb131 {
           margin-bottom: 131px !important
       }

       .col-xs-mb132 {
           margin-bottom: 132px !important
       }

       .col-xs-mb133 {
           margin-bottom: 133px !important
       }

       .col-xs-mb134 {
           margin-bottom: 134px !important
       }

       .col-xs-mb135 {
           margin-bottom: 135px !important
       }

       .col-xs-mb136 {
           margin-bottom: 136px !important
       }

       .col-xs-mb137 {
           margin-bottom: 137px !important
       }

       .col-xs-mb138 {
           margin-bottom: 138px !important
       }

       .col-xs-mb139 {
           margin-bottom: 139px !important
       }

       .col-xs-mb140 {
           margin-bottom: 140px !important
       }

       .col-xs-mb141 {
           margin-bottom: 141px !important
       }

       .col-xs-mb142 {
           margin-bottom: 142px !important
       }

       .col-xs-mb143 {
           margin-bottom: 143px !important
       }

       .col-xs-mb144 {
           margin-bottom: 144px !important
       }

       .col-xs-mb145 {
           margin-bottom: 145px !important
       }

       .col-xs-mb146 {
           margin-bottom: 146px !important
       }

       .col-xs-mb147 {
           margin-bottom: 147px !important
       }

       .col-xs-mb148 {
           margin-bottom: 148px !important
       }

       .col-xs-mb149 {
           margin-bottom: 149px !important
       }

       .col-xs-mb150 {
           margin-bottom: 150px !important
       }

       .col-xs-mb151 {
           margin-bottom: 151px !important
       }

       .col-xs-mb152 {
           margin-bottom: 152px !important
       }

       .col-xs-mb153 {
           margin-bottom: 153px !important
       }

       .col-xs-mb154 {
           margin-bottom: 154px !important
       }

       .col-xs-mb155 {
           margin-bottom: 155px !important
       }

       .col-xs-mb156 {
           margin-bottom: 156px !important
       }

       .col-xs-mb157 {
           margin-bottom: 157px !important
       }

       .col-xs-mb158 {
           margin-bottom: 158px !important
       }

       .col-xs-mb159 {
           margin-bottom: 159px !important
       }

       .col-xs-mb160 {
           margin-bottom: 160px !important
       }

       .col-xs-mb161 {
           margin-bottom: 161px !important
       }

       .col-xs-mb162 {
           margin-bottom: 162px !important
       }

       .col-xs-mb163 {
           margin-bottom: 163px !important
       }

       .col-xs-mb164 {
           margin-bottom: 164px !important
       }

       .col-xs-mb165 {
           margin-bottom: 165px !important
       }

       .col-xs-mb166 {
           margin-bottom: 166px !important
       }

       .col-xs-mb167 {
           margin-bottom: 167px !important
       }

       .col-xs-mb168 {
           margin-bottom: 168px !important
       }

       .col-xs-mb169 {
           margin-bottom: 169px !important
       }

       .col-xs-mb170 {
           margin-bottom: 170px !important
       }

       .col-xs-mb171 {
           margin-bottom: 171px !important
       }

       .col-xs-mb172 {
           margin-bottom: 172px !important
       }

       .col-xs-mb173 {
           margin-bottom: 173px !important
       }

       .col-xs-mb174 {
           margin-bottom: 174px !important
       }

       .col-xs-mb175 {
           margin-bottom: 175px !important
       }

       .col-xs-mb176 {
           margin-bottom: 176px !important
       }

       .col-xs-mb177 {
           margin-bottom: 177px !important
       }

       .col-xs-mb178 {
           margin-bottom: 178px !important
       }

       .col-xs-mb179 {
           margin-bottom: 179px !important
       }

       .col-xs-mb180 {
           margin-bottom: 180px !important
       }

       .col-xs-mb181 {
           margin-bottom: 181px !important
       }

       .col-xs-mb182 {
           margin-bottom: 182px !important
       }

       .col-xs-mb183 {
           margin-bottom: 183px !important
       }

       .col-xs-mb184 {
           margin-bottom: 184px !important
       }

       .col-xs-mb185 {
           margin-bottom: 185px !important
       }

       .col-xs-mb186 {
           margin-bottom: 186px !important
       }

       .col-xs-mb187 {
           margin-bottom: 187px !important
       }

       .col-xs-mb188 {
           margin-bottom: 188px !important
       }

       .col-xs-mb189 {
           margin-bottom: 189px !important
       }

       .col-xs-mb190 {
           margin-bottom: 190px !important
       }

       .col-xs-mb191 {
           margin-bottom: 191px !important
       }

       .col-xs-mb192 {
           margin-bottom: 192px !important
       }

       .col-xs-mb193 {
           margin-bottom: 193px !important
       }

       .col-xs-mb194 {
           margin-bottom: 194px !important
       }

       .col-xs-mb195 {
           margin-bottom: 195px !important
       }

       .col-xs-mb196 {
           margin-bottom: 196px !important
       }

       .col-xs-mb197 {
           margin-bottom: 197px !important
       }

       .col-xs-mb198 {
           margin-bottom: 198px !important
       }

       .col-xs-mb199 {
           margin-bottom: 199px !important
       }

       .col-xs-mb200 {
           margin-bottom: 200px !important
       }
   }

   .ml0 {
       margin-left: 0px !important
   }

   .ml1 {
       margin-left: 1px !important
   }

   .ml2 {
       margin-left: 2px !important
   }

   .ml3 {
       margin-left: 3px !important
   }

   .ml4 {
       margin-left: 4px !important
   }

   .ml5 {
       margin-left: 5px !important
   }

   .ml6 {
       margin-left: 6px !important
   }

   .ml7 {
       margin-left: 7px !important
   }

   .ml8 {
       margin-left: 8px !important
   }

   .ml9 {
       margin-left: 9px !important
   }

   .ml10 {
       margin-left: 10px !important
   }

   .ml11 {
       margin-left: 11px !important
   }

   .ml12 {
       margin-left: 12px !important
   }

   .ml13 {
       margin-left: 13px !important
   }

   .ml14 {
       margin-left: 14px !important
   }

   .ml15 {
       margin-left: 15px !important
   }

   .ml16 {
       margin-left: 16px !important
   }

   .ml17 {
       margin-left: 17px !important
   }

   .ml18 {
       margin-left: 18px !important
   }

   .ml19 {
       margin-left: 19px !important
   }

   .ml20 {
       margin-left: 20px !important
   }

   .ml21 {
       margin-left: 21px !important
   }

   .ml22 {
       margin-left: 22px !important
   }

   .ml23 {
       margin-left: 23px !important
   }

   .ml24 {
       margin-left: 24px !important
   }

   .ml25 {
       margin-left: 25px !important
   }

   .ml26 {
       margin-left: 26px !important
   }

   .ml27 {
       margin-left: 27px !important
   }

   .ml28 {
       margin-left: 28px !important
   }

   .ml29 {
       margin-left: 29px !important
   }

   .ml30 {
       margin-left: 30px !important
   }

   .ml31 {
       margin-left: 31px !important
   }

   .ml32 {
       margin-left: 32px !important
   }

   .ml33 {
       margin-left: 33px !important
   }

   .ml34 {
       margin-left: 34px !important
   }

   .ml35 {
       margin-left: 35px !important
   }

   .ml36 {
       margin-left: 36px !important
   }

   .ml37 {
       margin-left: 37px !important
   }

   .ml38 {
       margin-left: 38px !important
   }

   .ml39 {
       margin-left: 39px !important
   }

   .ml40 {
       margin-left: 40px !important
   }

   .ml41 {
       margin-left: 41px !important
   }

   .ml42 {
       margin-left: 42px !important
   }

   .ml43 {
       margin-left: 43px !important
   }

   .ml44 {
       margin-left: 44px !important
   }

   .ml45 {
       margin-left: 45px !important
   }

   .ml46 {
       margin-left: 46px !important
   }

   .ml47 {
       margin-left: 47px !important
   }

   .ml48 {
       margin-left: 48px !important
   }

   .ml49 {
       margin-left: 49px !important
   }

   .ml50 {
       margin-left: 50px !important
   }

   .ml51 {
       margin-left: 51px !important
   }

   .ml52 {
       margin-left: 52px !important
   }

   .ml53 {
       margin-left: 53px !important
   }

   .ml54 {
       margin-left: 54px !important
   }

   .ml55 {
       margin-left: 55px !important
   }

   .ml56 {
       margin-left: 56px !important
   }

   .ml57 {
       margin-left: 57px !important
   }

   .ml58 {
       margin-left: 58px !important
   }

   .ml59 {
       margin-left: 59px !important
   }

   .ml60 {
       margin-left: 60px !important
   }

   .ml61 {
       margin-left: 61px !important
   }

   .ml62 {
       margin-left: 62px !important
   }

   .ml63 {
       margin-left: 63px !important
   }

   .ml64 {
       margin-left: 64px !important
   }

   .ml65 {
       margin-left: 65px !important
   }

   .ml66 {
       margin-left: 66px !important
   }

   .ml67 {
       margin-left: 67px !important
   }

   .ml68 {
       margin-left: 68px !important
   }

   .ml69 {
       margin-left: 69px !important
   }

   .ml70 {
       margin-left: 70px !important
   }

   .ml71 {
       margin-left: 71px !important
   }

   .ml72 {
       margin-left: 72px !important
   }

   .ml73 {
       margin-left: 73px !important
   }

   .ml74 {
       margin-left: 74px !important
   }

   .ml75 {
       margin-left: 75px !important
   }

   .ml76 {
       margin-left: 76px !important
   }

   .ml77 {
       margin-left: 77px !important
   }

   .ml78 {
       margin-left: 78px !important
   }

   .ml79 {
       margin-left: 79px !important
   }

   .ml80 {
       margin-left: 80px !important
   }

   .ml81 {
       margin-left: 81px !important
   }

   .ml82 {
       margin-left: 82px !important
   }

   .ml83 {
       margin-left: 83px !important
   }

   .ml84 {
       margin-left: 84px !important
   }

   .ml85 {
       margin-left: 85px !important
   }

   .ml86 {
       margin-left: 86px !important
   }

   .ml87 {
       margin-left: 87px !important
   }

   .ml88 {
       margin-left: 88px !important
   }

   .ml89 {
       margin-left: 89px !important
   }

   .ml90 {
       margin-left: 90px !important
   }

   .ml91 {
       margin-left: 91px !important
   }

   .ml92 {
       margin-left: 92px !important
   }

   .ml93 {
       margin-left: 93px !important
   }

   .ml94 {
       margin-left: 94px !important
   }

   .ml95 {
       margin-left: 95px !important
   }

   .ml96 {
       margin-left: 96px !important
   }

   .ml97 {
       margin-left: 97px !important
   }

   .ml98 {
       margin-left: 98px !important
   }

   .ml99 {
       margin-left: 99px !important
   }

   .ml100 {
       margin-left: 100px !important
   }

   .ml101 {
       margin-left: 101px !important
   }

   .ml102 {
       margin-left: 102px !important
   }

   .ml103 {
       margin-left: 103px !important
   }

   .ml104 {
       margin-left: 104px !important
   }

   .ml105 {
       margin-left: 105px !important
   }

   .ml106 {
       margin-left: 106px !important
   }

   .ml107 {
       margin-left: 107px !important
   }

   .ml108 {
       margin-left: 108px !important
   }

   .ml109 {
       margin-left: 109px !important
   }

   .ml110 {
       margin-left: 110px !important
   }

   .ml111 {
       margin-left: 111px !important
   }

   .ml112 {
       margin-left: 112px !important
   }

   .ml113 {
       margin-left: 113px !important
   }

   .ml114 {
       margin-left: 114px !important
   }

   .ml115 {
       margin-left: 115px !important
   }

   .ml116 {
       margin-left: 116px !important
   }

   .ml117 {
       margin-left: 117px !important
   }

   .ml118 {
       margin-left: 118px !important
   }

   .ml119 {
       margin-left: 119px !important
   }

   .ml120 {
       margin-left: 120px !important
   }

   .ml121 {
       margin-left: 121px !important
   }

   .ml122 {
       margin-left: 122px !important
   }

   .ml123 {
       margin-left: 123px !important
   }

   .ml124 {
       margin-left: 124px !important
   }

   .ml125 {
       margin-left: 125px !important
   }

   .ml126 {
       margin-left: 126px !important
   }

   .ml127 {
       margin-left: 127px !important
   }

   .ml128 {
       margin-left: 128px !important
   }

   .ml129 {
       margin-left: 129px !important
   }

   .ml130 {
       margin-left: 130px !important
   }

   .ml131 {
       margin-left: 131px !important
   }

   .ml132 {
       margin-left: 132px !important
   }

   .ml133 {
       margin-left: 133px !important
   }

   .ml134 {
       margin-left: 134px !important
   }

   .ml135 {
       margin-left: 135px !important
   }

   .ml136 {
       margin-left: 136px !important
   }

   .ml137 {
       margin-left: 137px !important
   }

   .ml138 {
       margin-left: 138px !important
   }

   .ml139 {
       margin-left: 139px !important
   }

   .ml140 {
       margin-left: 140px !important
   }

   .ml141 {
       margin-left: 141px !important
   }

   .ml142 {
       margin-left: 142px !important
   }

   .ml143 {
       margin-left: 143px !important
   }

   .ml144 {
       margin-left: 144px !important
   }

   .ml145 {
       margin-left: 145px !important
   }

   .ml146 {
       margin-left: 146px !important
   }

   .ml147 {
       margin-left: 147px !important
   }

   .ml148 {
       margin-left: 148px !important
   }

   .ml149 {
       margin-left: 149px !important
   }

   .ml150 {
       margin-left: 150px !important
   }

   .ml151 {
       margin-left: 151px !important
   }

   .ml152 {
       margin-left: 152px !important
   }

   .ml153 {
       margin-left: 153px !important
   }

   .ml154 {
       margin-left: 154px !important
   }

   .ml155 {
       margin-left: 155px !important
   }

   .ml156 {
       margin-left: 156px !important
   }

   .ml157 {
       margin-left: 157px !important
   }

   .ml158 {
       margin-left: 158px !important
   }

   .ml159 {
       margin-left: 159px !important
   }

   .ml160 {
       margin-left: 160px !important
   }

   .ml161 {
       margin-left: 161px !important
   }

   .ml162 {
       margin-left: 162px !important
   }

   .ml163 {
       margin-left: 163px !important
   }

   .ml164 {
       margin-left: 164px !important
   }

   .ml165 {
       margin-left: 165px !important
   }

   .ml166 {
       margin-left: 166px !important
   }

   .ml167 {
       margin-left: 167px !important
   }

   .ml168 {
       margin-left: 168px !important
   }

   .ml169 {
       margin-left: 169px !important
   }

   .ml170 {
       margin-left: 170px !important
   }

   .ml171 {
       margin-left: 171px !important
   }

   .ml172 {
       margin-left: 172px !important
   }

   .ml173 {
       margin-left: 173px !important
   }

   .ml174 {
       margin-left: 174px !important
   }

   .ml175 {
       margin-left: 175px !important
   }

   .ml176 {
       margin-left: 176px !important
   }

   .ml177 {
       margin-left: 177px !important
   }

   .ml178 {
       margin-left: 178px !important
   }

   .ml179 {
       margin-left: 179px !important
   }

   .ml180 {
       margin-left: 180px !important
   }

   .ml181 {
       margin-left: 181px !important
   }

   .ml182 {
       margin-left: 182px !important
   }

   .ml183 {
       margin-left: 183px !important
   }

   .ml184 {
       margin-left: 184px !important
   }

   .ml185 {
       margin-left: 185px !important
   }

   .ml186 {
       margin-left: 186px !important
   }

   .ml187 {
       margin-left: 187px !important
   }

   .ml188 {
       margin-left: 188px !important
   }

   .ml189 {
       margin-left: 189px !important
   }

   .ml190 {
       margin-left: 190px !important
   }

   .ml191 {
       margin-left: 191px !important
   }

   .ml192 {
       margin-left: 192px !important
   }

   .ml193 {
       margin-left: 193px !important
   }

   .ml194 {
       margin-left: 194px !important
   }

   .ml195 {
       margin-left: 195px !important
   }

   .ml196 {
       margin-left: 196px !important
   }

   .ml197 {
       margin-left: 197px !important
   }

   .ml198 {
       margin-left: 198px !important
   }

   .ml199 {
       margin-left: 199px !important
   }

   .ml200 {
       margin-left: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-ml0 {
           margin-left: 0px !important
       }

       .col-sm-ml1 {
           margin-left: 1px !important
       }

       .col-sm-ml2 {
           margin-left: 2px !important
       }

       .col-sm-ml3 {
           margin-left: 3px !important
       }

       .col-sm-ml4 {
           margin-left: 4px !important
       }

       .col-sm-ml5 {
           margin-left: 5px !important
       }

       .col-sm-ml6 {
           margin-left: 6px !important
       }

       .col-sm-ml7 {
           margin-left: 7px !important
       }

       .col-sm-ml8 {
           margin-left: 8px !important
       }

       .col-sm-ml9 {
           margin-left: 9px !important
       }

       .col-sm-ml10 {
           margin-left: 10px !important
       }

       .col-sm-ml11 {
           margin-left: 11px !important
       }

       .col-sm-ml12 {
           margin-left: 12px !important
       }

       .col-sm-ml13 {
           margin-left: 13px !important
       }

       .col-sm-ml14 {
           margin-left: 14px !important
       }

       .col-sm-ml15 {
           margin-left: 15px !important
       }

       .col-sm-ml16 {
           margin-left: 16px !important
       }

       .col-sm-ml17 {
           margin-left: 17px !important
       }

       .col-sm-ml18 {
           margin-left: 18px !important
       }

       .col-sm-ml19 {
           margin-left: 19px !important
       }

       .col-sm-ml20 {
           margin-left: 20px !important
       }

       .col-sm-ml21 {
           margin-left: 21px !important
       }

       .col-sm-ml22 {
           margin-left: 22px !important
       }

       .col-sm-ml23 {
           margin-left: 23px !important
       }

       .col-sm-ml24 {
           margin-left: 24px !important
       }

       .col-sm-ml25 {
           margin-left: 25px !important
       }

       .col-sm-ml26 {
           margin-left: 26px !important
       }

       .col-sm-ml27 {
           margin-left: 27px !important
       }

       .col-sm-ml28 {
           margin-left: 28px !important
       }

       .col-sm-ml29 {
           margin-left: 29px !important
       }

       .col-sm-ml30 {
           margin-left: 30px !important
       }

       .col-sm-ml31 {
           margin-left: 31px !important
       }

       .col-sm-ml32 {
           margin-left: 32px !important
       }

       .col-sm-ml33 {
           margin-left: 33px !important
       }

       .col-sm-ml34 {
           margin-left: 34px !important
       }

       .col-sm-ml35 {
           margin-left: 35px !important
       }

       .col-sm-ml36 {
           margin-left: 36px !important
       }

       .col-sm-ml37 {
           margin-left: 37px !important
       }

       .col-sm-ml38 {
           margin-left: 38px !important
       }

       .col-sm-ml39 {
           margin-left: 39px !important
       }

       .col-sm-ml40 {
           margin-left: 40px !important
       }

       .col-sm-ml41 {
           margin-left: 41px !important
       }

       .col-sm-ml42 {
           margin-left: 42px !important
       }

       .col-sm-ml43 {
           margin-left: 43px !important
       }

       .col-sm-ml44 {
           margin-left: 44px !important
       }

       .col-sm-ml45 {
           margin-left: 45px !important
       }

       .col-sm-ml46 {
           margin-left: 46px !important
       }

       .col-sm-ml47 {
           margin-left: 47px !important
       }

       .col-sm-ml48 {
           margin-left: 48px !important
       }

       .col-sm-ml49 {
           margin-left: 49px !important
       }

       .col-sm-ml50 {
           margin-left: 50px !important
       }

       .col-sm-ml51 {
           margin-left: 51px !important
       }

       .col-sm-ml52 {
           margin-left: 52px !important
       }

       .col-sm-ml53 {
           margin-left: 53px !important
       }

       .col-sm-ml54 {
           margin-left: 54px !important
       }

       .col-sm-ml55 {
           margin-left: 55px !important
       }

       .col-sm-ml56 {
           margin-left: 56px !important
       }

       .col-sm-ml57 {
           margin-left: 57px !important
       }

       .col-sm-ml58 {
           margin-left: 58px !important
       }

       .col-sm-ml59 {
           margin-left: 59px !important
       }

       .col-sm-ml60 {
           margin-left: 60px !important
       }

       .col-sm-ml61 {
           margin-left: 61px !important
       }

       .col-sm-ml62 {
           margin-left: 62px !important
       }

       .col-sm-ml63 {
           margin-left: 63px !important
       }

       .col-sm-ml64 {
           margin-left: 64px !important
       }

       .col-sm-ml65 {
           margin-left: 65px !important
       }

       .col-sm-ml66 {
           margin-left: 66px !important
       }

       .col-sm-ml67 {
           margin-left: 67px !important
       }

       .col-sm-ml68 {
           margin-left: 68px !important
       }

       .col-sm-ml69 {
           margin-left: 69px !important
       }

       .col-sm-ml70 {
           margin-left: 70px !important
       }

       .col-sm-ml71 {
           margin-left: 71px !important
       }

       .col-sm-ml72 {
           margin-left: 72px !important
       }

       .col-sm-ml73 {
           margin-left: 73px !important
       }

       .col-sm-ml74 {
           margin-left: 74px !important
       }

       .col-sm-ml75 {
           margin-left: 75px !important
       }

       .col-sm-ml76 {
           margin-left: 76px !important
       }

       .col-sm-ml77 {
           margin-left: 77px !important
       }

       .col-sm-ml78 {
           margin-left: 78px !important
       }

       .col-sm-ml79 {
           margin-left: 79px !important
       }

       .col-sm-ml80 {
           margin-left: 80px !important
       }

       .col-sm-ml81 {
           margin-left: 81px !important
       }

       .col-sm-ml82 {
           margin-left: 82px !important
       }

       .col-sm-ml83 {
           margin-left: 83px !important
       }

       .col-sm-ml84 {
           margin-left: 84px !important
       }

       .col-sm-ml85 {
           margin-left: 85px !important
       }

       .col-sm-ml86 {
           margin-left: 86px !important
       }

       .col-sm-ml87 {
           margin-left: 87px !important
       }

       .col-sm-ml88 {
           margin-left: 88px !important
       }

       .col-sm-ml89 {
           margin-left: 89px !important
       }

       .col-sm-ml90 {
           margin-left: 90px !important
       }

       .col-sm-ml91 {
           margin-left: 91px !important
       }

       .col-sm-ml92 {
           margin-left: 92px !important
       }

       .col-sm-ml93 {
           margin-left: 93px !important
       }

       .col-sm-ml94 {
           margin-left: 94px !important
       }

       .col-sm-ml95 {
           margin-left: 95px !important
       }

       .col-sm-ml96 {
           margin-left: 96px !important
       }

       .col-sm-ml97 {
           margin-left: 97px !important
       }

       .col-sm-ml98 {
           margin-left: 98px !important
       }

       .col-sm-ml99 {
           margin-left: 99px !important
       }

       .col-sm-ml100 {
           margin-left: 100px !important
       }

       .col-sm-ml101 {
           margin-left: 101px !important
       }

       .col-sm-ml102 {
           margin-left: 102px !important
       }

       .col-sm-ml103 {
           margin-left: 103px !important
       }

       .col-sm-ml104 {
           margin-left: 104px !important
       }

       .col-sm-ml105 {
           margin-left: 105px !important
       }

       .col-sm-ml106 {
           margin-left: 106px !important
       }

       .col-sm-ml107 {
           margin-left: 107px !important
       }

       .col-sm-ml108 {
           margin-left: 108px !important
       }

       .col-sm-ml109 {
           margin-left: 109px !important
       }

       .col-sm-ml110 {
           margin-left: 110px !important
       }

       .col-sm-ml111 {
           margin-left: 111px !important
       }

       .col-sm-ml112 {
           margin-left: 112px !important
       }

       .col-sm-ml113 {
           margin-left: 113px !important
       }

       .col-sm-ml114 {
           margin-left: 114px !important
       }

       .col-sm-ml115 {
           margin-left: 115px !important
       }

       .col-sm-ml116 {
           margin-left: 116px !important
       }

       .col-sm-ml117 {
           margin-left: 117px !important
       }

       .col-sm-ml118 {
           margin-left: 118px !important
       }

       .col-sm-ml119 {
           margin-left: 119px !important
       }

       .col-sm-ml120 {
           margin-left: 120px !important
       }

       .col-sm-ml121 {
           margin-left: 121px !important
       }

       .col-sm-ml122 {
           margin-left: 122px !important
       }

       .col-sm-ml123 {
           margin-left: 123px !important
       }

       .col-sm-ml124 {
           margin-left: 124px !important
       }

       .col-sm-ml125 {
           margin-left: 125px !important
       }

       .col-sm-ml126 {
           margin-left: 126px !important
       }

       .col-sm-ml127 {
           margin-left: 127px !important
       }

       .col-sm-ml128 {
           margin-left: 128px !important
       }

       .col-sm-ml129 {
           margin-left: 129px !important
       }

       .col-sm-ml130 {
           margin-left: 130px !important
       }

       .col-sm-ml131 {
           margin-left: 131px !important
       }

       .col-sm-ml132 {
           margin-left: 132px !important
       }

       .col-sm-ml133 {
           margin-left: 133px !important
       }

       .col-sm-ml134 {
           margin-left: 134px !important
       }

       .col-sm-ml135 {
           margin-left: 135px !important
       }

       .col-sm-ml136 {
           margin-left: 136px !important
       }

       .col-sm-ml137 {
           margin-left: 137px !important
       }

       .col-sm-ml138 {
           margin-left: 138px !important
       }

       .col-sm-ml139 {
           margin-left: 139px !important
       }

       .col-sm-ml140 {
           margin-left: 140px !important
       }

       .col-sm-ml141 {
           margin-left: 141px !important
       }

       .col-sm-ml142 {
           margin-left: 142px !important
       }

       .col-sm-ml143 {
           margin-left: 143px !important
       }

       .col-sm-ml144 {
           margin-left: 144px !important
       }

       .col-sm-ml145 {
           margin-left: 145px !important
       }

       .col-sm-ml146 {
           margin-left: 146px !important
       }

       .col-sm-ml147 {
           margin-left: 147px !important
       }

       .col-sm-ml148 {
           margin-left: 148px !important
       }

       .col-sm-ml149 {
           margin-left: 149px !important
       }

       .col-sm-ml150 {
           margin-left: 150px !important
       }

       .col-sm-ml151 {
           margin-left: 151px !important
       }

       .col-sm-ml152 {
           margin-left: 152px !important
       }

       .col-sm-ml153 {
           margin-left: 153px !important
       }

       .col-sm-ml154 {
           margin-left: 154px !important
       }

       .col-sm-ml155 {
           margin-left: 155px !important
       }

       .col-sm-ml156 {
           margin-left: 156px !important
       }

       .col-sm-ml157 {
           margin-left: 157px !important
       }

       .col-sm-ml158 {
           margin-left: 158px !important
       }

       .col-sm-ml159 {
           margin-left: 159px !important
       }

       .col-sm-ml160 {
           margin-left: 160px !important
       }

       .col-sm-ml161 {
           margin-left: 161px !important
       }

       .col-sm-ml162 {
           margin-left: 162px !important
       }

       .col-sm-ml163 {
           margin-left: 163px !important
       }

       .col-sm-ml164 {
           margin-left: 164px !important
       }

       .col-sm-ml165 {
           margin-left: 165px !important
       }

       .col-sm-ml166 {
           margin-left: 166px !important
       }

       .col-sm-ml167 {
           margin-left: 167px !important
       }

       .col-sm-ml168 {
           margin-left: 168px !important
       }

       .col-sm-ml169 {
           margin-left: 169px !important
       }

       .col-sm-ml170 {
           margin-left: 170px !important
       }

       .col-sm-ml171 {
           margin-left: 171px !important
       }

       .col-sm-ml172 {
           margin-left: 172px !important
       }

       .col-sm-ml173 {
           margin-left: 173px !important
       }

       .col-sm-ml174 {
           margin-left: 174px !important
       }

       .col-sm-ml175 {
           margin-left: 175px !important
       }

       .col-sm-ml176 {
           margin-left: 176px !important
       }

       .col-sm-ml177 {
           margin-left: 177px !important
       }

       .col-sm-ml178 {
           margin-left: 178px !important
       }

       .col-sm-ml179 {
           margin-left: 179px !important
       }

       .col-sm-ml180 {
           margin-left: 180px !important
       }

       .col-sm-ml181 {
           margin-left: 181px !important
       }

       .col-sm-ml182 {
           margin-left: 182px !important
       }

       .col-sm-ml183 {
           margin-left: 183px !important
       }

       .col-sm-ml184 {
           margin-left: 184px !important
       }

       .col-sm-ml185 {
           margin-left: 185px !important
       }

       .col-sm-ml186 {
           margin-left: 186px !important
       }

       .col-sm-ml187 {
           margin-left: 187px !important
       }

       .col-sm-ml188 {
           margin-left: 188px !important
       }

       .col-sm-ml189 {
           margin-left: 189px !important
       }

       .col-sm-ml190 {
           margin-left: 190px !important
       }

       .col-sm-ml191 {
           margin-left: 191px !important
       }

       .col-sm-ml192 {
           margin-left: 192px !important
       }

       .col-sm-ml193 {
           margin-left: 193px !important
       }

       .col-sm-ml194 {
           margin-left: 194px !important
       }

       .col-sm-ml195 {
           margin-left: 195px !important
       }

       .col-sm-ml196 {
           margin-left: 196px !important
       }

       .col-sm-ml197 {
           margin-left: 197px !important
       }

       .col-sm-ml198 {
           margin-left: 198px !important
       }

       .col-sm-ml199 {
           margin-left: 199px !important
       }

       .col-sm-ml200 {
           margin-left: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-ml0 {
           margin-left: 0px !important
       }

       .col-xs-ml1 {
           margin-left: 1px !important
       }

       .col-xs-ml2 {
           margin-left: 2px !important
       }

       .col-xs-ml3 {
           margin-left: 3px !important
       }

       .col-xs-ml4 {
           margin-left: 4px !important
       }

       .col-xs-ml5 {
           margin-left: 5px !important
       }

       .col-xs-ml6 {
           margin-left: 6px !important
       }

       .col-xs-ml7 {
           margin-left: 7px !important
       }

       .col-xs-ml8 {
           margin-left: 8px !important
       }

       .col-xs-ml9 {
           margin-left: 9px !important
       }

       .col-xs-ml10 {
           margin-left: 10px !important
       }

       .col-xs-ml11 {
           margin-left: 11px !important
       }

       .col-xs-ml12 {
           margin-left: 12px !important
       }

       .col-xs-ml13 {
           margin-left: 13px !important
       }

       .col-xs-ml14 {
           margin-left: 14px !important
       }

       .col-xs-ml15 {
           margin-left: 15px !important
       }

       .col-xs-ml16 {
           margin-left: 16px !important
       }

       .col-xs-ml17 {
           margin-left: 17px !important
       }

       .col-xs-ml18 {
           margin-left: 18px !important
       }

       .col-xs-ml19 {
           margin-left: 19px !important
       }

       .col-xs-ml20 {
           margin-left: 20px !important
       }

       .col-xs-ml21 {
           margin-left: 21px !important
       }

       .col-xs-ml22 {
           margin-left: 22px !important
       }

       .col-xs-ml23 {
           margin-left: 23px !important
       }

       .col-xs-ml24 {
           margin-left: 24px !important
       }

       .col-xs-ml25 {
           margin-left: 25px !important
       }

       .col-xs-ml26 {
           margin-left: 26px !important
       }

       .col-xs-ml27 {
           margin-left: 27px !important
       }

       .col-xs-ml28 {
           margin-left: 28px !important
       }

       .col-xs-ml29 {
           margin-left: 29px !important
       }

       .col-xs-ml30 {
           margin-left: 30px !important
       }

       .col-xs-ml31 {
           margin-left: 31px !important
       }

       .col-xs-ml32 {
           margin-left: 32px !important
       }

       .col-xs-ml33 {
           margin-left: 33px !important
       }

       .col-xs-ml34 {
           margin-left: 34px !important
       }

       .col-xs-ml35 {
           margin-left: 35px !important
       }

       .col-xs-ml36 {
           margin-left: 36px !important
       }

       .col-xs-ml37 {
           margin-left: 37px !important
       }

       .col-xs-ml38 {
           margin-left: 38px !important
       }

       .col-xs-ml39 {
           margin-left: 39px !important
       }

       .col-xs-ml40 {
           margin-left: 40px !important
       }

       .col-xs-ml41 {
           margin-left: 41px !important
       }

       .col-xs-ml42 {
           margin-left: 42px !important
       }

       .col-xs-ml43 {
           margin-left: 43px !important
       }

       .col-xs-ml44 {
           margin-left: 44px !important
       }

       .col-xs-ml45 {
           margin-left: 45px !important
       }

       .col-xs-ml46 {
           margin-left: 46px !important
       }

       .col-xs-ml47 {
           margin-left: 47px !important
       }

       .col-xs-ml48 {
           margin-left: 48px !important
       }

       .col-xs-ml49 {
           margin-left: 49px !important
       }

       .col-xs-ml50 {
           margin-left: 50px !important
       }

       .col-xs-ml51 {
           margin-left: 51px !important
       }

       .col-xs-ml52 {
           margin-left: 52px !important
       }

       .col-xs-ml53 {
           margin-left: 53px !important
       }

       .col-xs-ml54 {
           margin-left: 54px !important
       }

       .col-xs-ml55 {
           margin-left: 55px !important
       }

       .col-xs-ml56 {
           margin-left: 56px !important
       }

       .col-xs-ml57 {
           margin-left: 57px !important
       }

       .col-xs-ml58 {
           margin-left: 58px !important
       }

       .col-xs-ml59 {
           margin-left: 59px !important
       }

       .col-xs-ml60 {
           margin-left: 60px !important
       }

       .col-xs-ml61 {
           margin-left: 61px !important
       }

       .col-xs-ml62 {
           margin-left: 62px !important
       }

       .col-xs-ml63 {
           margin-left: 63px !important
       }

       .col-xs-ml64 {
           margin-left: 64px !important
       }

       .col-xs-ml65 {
           margin-left: 65px !important
       }

       .col-xs-ml66 {
           margin-left: 66px !important
       }

       .col-xs-ml67 {
           margin-left: 67px !important
       }

       .col-xs-ml68 {
           margin-left: 68px !important
       }

       .col-xs-ml69 {
           margin-left: 69px !important
       }

       .col-xs-ml70 {
           margin-left: 70px !important
       }

       .col-xs-ml71 {
           margin-left: 71px !important
       }

       .col-xs-ml72 {
           margin-left: 72px !important
       }

       .col-xs-ml73 {
           margin-left: 73px !important
       }

       .col-xs-ml74 {
           margin-left: 74px !important
       }

       .col-xs-ml75 {
           margin-left: 75px !important
       }

       .col-xs-ml76 {
           margin-left: 76px !important
       }

       .col-xs-ml77 {
           margin-left: 77px !important
       }

       .col-xs-ml78 {
           margin-left: 78px !important
       }

       .col-xs-ml79 {
           margin-left: 79px !important
       }

       .col-xs-ml80 {
           margin-left: 80px !important
       }

       .col-xs-ml81 {
           margin-left: 81px !important
       }

       .col-xs-ml82 {
           margin-left: 82px !important
       }

       .col-xs-ml83 {
           margin-left: 83px !important
       }

       .col-xs-ml84 {
           margin-left: 84px !important
       }

       .col-xs-ml85 {
           margin-left: 85px !important
       }

       .col-xs-ml86 {
           margin-left: 86px !important
       }

       .col-xs-ml87 {
           margin-left: 87px !important
       }

       .col-xs-ml88 {
           margin-left: 88px !important
       }

       .col-xs-ml89 {
           margin-left: 89px !important
       }

       .col-xs-ml90 {
           margin-left: 90px !important
       }

       .col-xs-ml91 {
           margin-left: 91px !important
       }

       .col-xs-ml92 {
           margin-left: 92px !important
       }

       .col-xs-ml93 {
           margin-left: 93px !important
       }

       .col-xs-ml94 {
           margin-left: 94px !important
       }

       .col-xs-ml95 {
           margin-left: 95px !important
       }

       .col-xs-ml96 {
           margin-left: 96px !important
       }

       .col-xs-ml97 {
           margin-left: 97px !important
       }

       .col-xs-ml98 {
           margin-left: 98px !important
       }

       .col-xs-ml99 {
           margin-left: 99px !important
       }

       .col-xs-ml100 {
           margin-left: 100px !important
       }

       .col-xs-ml101 {
           margin-left: 101px !important
       }

       .col-xs-ml102 {
           margin-left: 102px !important
       }

       .col-xs-ml103 {
           margin-left: 103px !important
       }

       .col-xs-ml104 {
           margin-left: 104px !important
       }

       .col-xs-ml105 {
           margin-left: 105px !important
       }

       .col-xs-ml106 {
           margin-left: 106px !important
       }

       .col-xs-ml107 {
           margin-left: 107px !important
       }

       .col-xs-ml108 {
           margin-left: 108px !important
       }

       .col-xs-ml109 {
           margin-left: 109px !important
       }

       .col-xs-ml110 {
           margin-left: 110px !important
       }

       .col-xs-ml111 {
           margin-left: 111px !important
       }

       .col-xs-ml112 {
           margin-left: 112px !important
       }

       .col-xs-ml113 {
           margin-left: 113px !important
       }

       .col-xs-ml114 {
           margin-left: 114px !important
       }

       .col-xs-ml115 {
           margin-left: 115px !important
       }

       .col-xs-ml116 {
           margin-left: 116px !important
       }

       .col-xs-ml117 {
           margin-left: 117px !important
       }

       .col-xs-ml118 {
           margin-left: 118px !important
       }

       .col-xs-ml119 {
           margin-left: 119px !important
       }

       .col-xs-ml120 {
           margin-left: 120px !important
       }

       .col-xs-ml121 {
           margin-left: 121px !important
       }

       .col-xs-ml122 {
           margin-left: 122px !important
       }

       .col-xs-ml123 {
           margin-left: 123px !important
       }

       .col-xs-ml124 {
           margin-left: 124px !important
       }

       .col-xs-ml125 {
           margin-left: 125px !important
       }

       .col-xs-ml126 {
           margin-left: 126px !important
       }

       .col-xs-ml127 {
           margin-left: 127px !important
       }

       .col-xs-ml128 {
           margin-left: 128px !important
       }

       .col-xs-ml129 {
           margin-left: 129px !important
       }

       .col-xs-ml130 {
           margin-left: 130px !important
       }

       .col-xs-ml131 {
           margin-left: 131px !important
       }

       .col-xs-ml132 {
           margin-left: 132px !important
       }

       .col-xs-ml133 {
           margin-left: 133px !important
       }

       .col-xs-ml134 {
           margin-left: 134px !important
       }

       .col-xs-ml135 {
           margin-left: 135px !important
       }

       .col-xs-ml136 {
           margin-left: 136px !important
       }

       .col-xs-ml137 {
           margin-left: 137px !important
       }

       .col-xs-ml138 {
           margin-left: 138px !important
       }

       .col-xs-ml139 {
           margin-left: 139px !important
       }

       .col-xs-ml140 {
           margin-left: 140px !important
       }

       .col-xs-ml141 {
           margin-left: 141px !important
       }

       .col-xs-ml142 {
           margin-left: 142px !important
       }

       .col-xs-ml143 {
           margin-left: 143px !important
       }

       .col-xs-ml144 {
           margin-left: 144px !important
       }

       .col-xs-ml145 {
           margin-left: 145px !important
       }

       .col-xs-ml146 {
           margin-left: 146px !important
       }

       .col-xs-ml147 {
           margin-left: 147px !important
       }

       .col-xs-ml148 {
           margin-left: 148px !important
       }

       .col-xs-ml149 {
           margin-left: 149px !important
       }

       .col-xs-ml150 {
           margin-left: 150px !important
       }

       .col-xs-ml151 {
           margin-left: 151px !important
       }

       .col-xs-ml152 {
           margin-left: 152px !important
       }

       .col-xs-ml153 {
           margin-left: 153px !important
       }

       .col-xs-ml154 {
           margin-left: 154px !important
       }

       .col-xs-ml155 {
           margin-left: 155px !important
       }

       .col-xs-ml156 {
           margin-left: 156px !important
       }

       .col-xs-ml157 {
           margin-left: 157px !important
       }

       .col-xs-ml158 {
           margin-left: 158px !important
       }

       .col-xs-ml159 {
           margin-left: 159px !important
       }

       .col-xs-ml160 {
           margin-left: 160px !important
       }

       .col-xs-ml161 {
           margin-left: 161px !important
       }

       .col-xs-ml162 {
           margin-left: 162px !important
       }

       .col-xs-ml163 {
           margin-left: 163px !important
       }

       .col-xs-ml164 {
           margin-left: 164px !important
       }

       .col-xs-ml165 {
           margin-left: 165px !important
       }

       .col-xs-ml166 {
           margin-left: 166px !important
       }

       .col-xs-ml167 {
           margin-left: 167px !important
       }

       .col-xs-ml168 {
           margin-left: 168px !important
       }

       .col-xs-ml169 {
           margin-left: 169px !important
       }

       .col-xs-ml170 {
           margin-left: 170px !important
       }

       .col-xs-ml171 {
           margin-left: 171px !important
       }

       .col-xs-ml172 {
           margin-left: 172px !important
       }

       .col-xs-ml173 {
           margin-left: 173px !important
       }

       .col-xs-ml174 {
           margin-left: 174px !important
       }

       .col-xs-ml175 {
           margin-left: 175px !important
       }

       .col-xs-ml176 {
           margin-left: 176px !important
       }

       .col-xs-ml177 {
           margin-left: 177px !important
       }

       .col-xs-ml178 {
           margin-left: 178px !important
       }

       .col-xs-ml179 {
           margin-left: 179px !important
       }

       .col-xs-ml180 {
           margin-left: 180px !important
       }

       .col-xs-ml181 {
           margin-left: 181px !important
       }

       .col-xs-ml182 {
           margin-left: 182px !important
       }

       .col-xs-ml183 {
           margin-left: 183px !important
       }

       .col-xs-ml184 {
           margin-left: 184px !important
       }

       .col-xs-ml185 {
           margin-left: 185px !important
       }

       .col-xs-ml186 {
           margin-left: 186px !important
       }

       .col-xs-ml187 {
           margin-left: 187px !important
       }

       .col-xs-ml188 {
           margin-left: 188px !important
       }

       .col-xs-ml189 {
           margin-left: 189px !important
       }

       .col-xs-ml190 {
           margin-left: 190px !important
       }

       .col-xs-ml191 {
           margin-left: 191px !important
       }

       .col-xs-ml192 {
           margin-left: 192px !important
       }

       .col-xs-ml193 {
           margin-left: 193px !important
       }

       .col-xs-ml194 {
           margin-left: 194px !important
       }

       .col-xs-ml195 {
           margin-left: 195px !important
       }

       .col-xs-ml196 {
           margin-left: 196px !important
       }

       .col-xs-ml197 {
           margin-left: 197px !important
       }

       .col-xs-ml198 {
           margin-left: 198px !important
       }

       .col-xs-ml199 {
           margin-left: 199px !important
       }

       .col-xs-ml200 {
           margin-left: 200px !important
       }
   }

   .mr0 {
       margin-right: 0px !important
   }

   .mr1 {
       margin-right: 1px !important
   }

   .mr2 {
       margin-right: 2px !important
   }

   .mr3 {
       margin-right: 3px !important
   }

   .mr4 {
       margin-right: 4px !important
   }

   .mr5 {
       margin-right: 5px !important
   }

   .mr6 {
       margin-right: 6px !important
   }

   .mr7 {
       margin-right: 7px !important
   }

   .mr8 {
       margin-right: 8px !important
   }

   .mr9 {
       margin-right: 9px !important
   }

   .mr10 {
       margin-right: 10px !important
   }

   .mr11 {
       margin-right: 11px !important
   }

   .mr12 {
       margin-right: 12px !important
   }

   .mr13 {
       margin-right: 13px !important
   }

   .mr14 {
       margin-right: 14px !important
   }

   .mr15 {
       margin-right: 15px !important
   }

   .mr16 {
       margin-right: 16px !important
   }

   .mr17 {
       margin-right: 17px !important
   }

   .mr18 {
       margin-right: 18px !important
   }

   .mr19 {
       margin-right: 19px !important
   }

   .mr20 {
       margin-right: 20px !important
   }

   .mr21 {
       margin-right: 21px !important
   }

   .mr22 {
       margin-right: 22px !important
   }

   .mr23 {
       margin-right: 23px !important
   }

   .mr24 {
       margin-right: 24px !important
   }

   .mr25 {
       margin-right: 25px !important
   }

   .mr26 {
       margin-right: 26px !important
   }

   .mr27 {
       margin-right: 27px !important
   }

   .mr28 {
       margin-right: 28px !important
   }

   .mr29 {
       margin-right: 29px !important
   }

   .mr30 {
       margin-right: 30px !important
   }

   .mr31 {
       margin-right: 31px !important
   }

   .mr32 {
       margin-right: 32px !important
   }

   .mr33 {
       margin-right: 33px !important
   }

   .mr34 {
       margin-right: 34px !important
   }

   .mr35 {
       margin-right: 35px !important
   }

   .mr36 {
       margin-right: 36px !important
   }

   .mr37 {
       margin-right: 37px !important
   }

   .mr38 {
       margin-right: 38px !important
   }

   .mr39 {
       margin-right: 39px !important
   }

   .mr40 {
       margin-right: 40px !important
   }

   .mr41 {
       margin-right: 41px !important
   }

   .mr42 {
       margin-right: 42px !important
   }

   .mr43 {
       margin-right: 43px !important
   }

   .mr44 {
       margin-right: 44px !important
   }

   .mr45 {
       margin-right: 45px !important
   }

   .mr46 {
       margin-right: 46px !important
   }

   .mr47 {
       margin-right: 47px !important
   }

   .mr48 {
       margin-right: 48px !important
   }

   .mr49 {
       margin-right: 49px !important
   }

   .mr50 {
       margin-right: 50px !important
   }

   .mr51 {
       margin-right: 51px !important
   }

   .mr52 {
       margin-right: 52px !important
   }

   .mr53 {
       margin-right: 53px !important
   }

   .mr54 {
       margin-right: 54px !important
   }

   .mr55 {
       margin-right: 55px !important
   }

   .mr56 {
       margin-right: 56px !important
   }

   .mr57 {
       margin-right: 57px !important
   }

   .mr58 {
       margin-right: 58px !important
   }

   .mr59 {
       margin-right: 59px !important
   }

   .mr60 {
       margin-right: 60px !important
   }

   .mr61 {
       margin-right: 61px !important
   }

   .mr62 {
       margin-right: 62px !important
   }

   .mr63 {
       margin-right: 63px !important
   }

   .mr64 {
       margin-right: 64px !important
   }

   .mr65 {
       margin-right: 65px !important
   }

   .mr66 {
       margin-right: 66px !important
   }

   .mr67 {
       margin-right: 67px !important
   }

   .mr68 {
       margin-right: 68px !important
   }

   .mr69 {
       margin-right: 69px !important
   }

   .mr70 {
       margin-right: 70px !important
   }

   .mr71 {
       margin-right: 71px !important
   }

   .mr72 {
       margin-right: 72px !important
   }

   .mr73 {
       margin-right: 73px !important
   }

   .mr74 {
       margin-right: 74px !important
   }

   .mr75 {
       margin-right: 75px !important
   }

   .mr76 {
       margin-right: 76px !important
   }

   .mr77 {
       margin-right: 77px !important
   }

   .mr78 {
       margin-right: 78px !important
   }

   .mr79 {
       margin-right: 79px !important
   }

   .mr80 {
       margin-right: 80px !important
   }

   .mr81 {
       margin-right: 81px !important
   }

   .mr82 {
       margin-right: 82px !important
   }

   .mr83 {
       margin-right: 83px !important
   }

   .mr84 {
       margin-right: 84px !important
   }

   .mr85 {
       margin-right: 85px !important
   }

   .mr86 {
       margin-right: 86px !important
   }

   .mr87 {
       margin-right: 87px !important
   }

   .mr88 {
       margin-right: 88px !important
   }

   .mr89 {
       margin-right: 89px !important
   }

   .mr90 {
       margin-right: 90px !important
   }

   .mr91 {
       margin-right: 91px !important
   }

   .mr92 {
       margin-right: 92px !important
   }

   .mr93 {
       margin-right: 93px !important
   }

   .mr94 {
       margin-right: 94px !important
   }

   .mr95 {
       margin-right: 95px !important
   }

   .mr96 {
       margin-right: 96px !important
   }

   .mr97 {
       margin-right: 97px !important
   }

   .mr98 {
       margin-right: 98px !important
   }

   .mr99 {
       margin-right: 99px !important
   }

   .mr100 {
       margin-right: 100px !important
   }

   .mr101 {
       margin-right: 101px !important
   }

   .mr102 {
       margin-right: 102px !important
   }

   .mr103 {
       margin-right: 103px !important
   }

   .mr104 {
       margin-right: 104px !important
   }

   .mr105 {
       margin-right: 105px !important
   }

   .mr106 {
       margin-right: 106px !important
   }

   .mr107 {
       margin-right: 107px !important
   }

   .mr108 {
       margin-right: 108px !important
   }

   .mr109 {
       margin-right: 109px !important
   }

   .mr110 {
       margin-right: 110px !important
   }

   .mr111 {
       margin-right: 111px !important
   }

   .mr112 {
       margin-right: 112px !important
   }

   .mr113 {
       margin-right: 113px !important
   }

   .mr114 {
       margin-right: 114px !important
   }

   .mr115 {
       margin-right: 115px !important
   }

   .mr116 {
       margin-right: 116px !important
   }

   .mr117 {
       margin-right: 117px !important
   }

   .mr118 {
       margin-right: 118px !important
   }

   .mr119 {
       margin-right: 119px !important
   }

   .mr120 {
       margin-right: 120px !important
   }

   .mr121 {
       margin-right: 121px !important
   }

   .mr122 {
       margin-right: 122px !important
   }

   .mr123 {
       margin-right: 123px !important
   }

   .mr124 {
       margin-right: 124px !important
   }

   .mr125 {
       margin-right: 125px !important
   }

   .mr126 {
       margin-right: 126px !important
   }

   .mr127 {
       margin-right: 127px !important
   }

   .mr128 {
       margin-right: 128px !important
   }

   .mr129 {
       margin-right: 129px !important
   }

   .mr130 {
       margin-right: 130px !important
   }

   .mr131 {
       margin-right: 131px !important
   }

   .mr132 {
       margin-right: 132px !important
   }

   .mr133 {
       margin-right: 133px !important
   }

   .mr134 {
       margin-right: 134px !important
   }

   .mr135 {
       margin-right: 135px !important
   }

   .mr136 {
       margin-right: 136px !important
   }

   .mr137 {
       margin-right: 137px !important
   }

   .mr138 {
       margin-right: 138px !important
   }

   .mr139 {
       margin-right: 139px !important
   }

   .mr140 {
       margin-right: 140px !important
   }

   .mr141 {
       margin-right: 141px !important
   }

   .mr142 {
       margin-right: 142px !important
   }

   .mr143 {
       margin-right: 143px !important
   }

   .mr144 {
       margin-right: 144px !important
   }

   .mr145 {
       margin-right: 145px !important
   }

   .mr146 {
       margin-right: 146px !important
   }

   .mr147 {
       margin-right: 147px !important
   }

   .mr148 {
       margin-right: 148px !important
   }

   .mr149 {
       margin-right: 149px !important
   }

   .mr150 {
       margin-right: 150px !important
   }

   .mr151 {
       margin-right: 151px !important
   }

   .mr152 {
       margin-right: 152px !important
   }

   .mr153 {
       margin-right: 153px !important
   }

   .mr154 {
       margin-right: 154px !important
   }

   .mr155 {
       margin-right: 155px !important
   }

   .mr156 {
       margin-right: 156px !important
   }

   .mr157 {
       margin-right: 157px !important
   }

   .mr158 {
       margin-right: 158px !important
   }

   .mr159 {
       margin-right: 159px !important
   }

   .mr160 {
       margin-right: 160px !important
   }

   .mr161 {
       margin-right: 161px !important
   }

   .mr162 {
       margin-right: 162px !important
   }

   .mr163 {
       margin-right: 163px !important
   }

   .mr164 {
       margin-right: 164px !important
   }

   .mr165 {
       margin-right: 165px !important
   }

   .mr166 {
       margin-right: 166px !important
   }

   .mr167 {
       margin-right: 167px !important
   }

   .mr168 {
       margin-right: 168px !important
   }

   .mr169 {
       margin-right: 169px !important
   }

   .mr170 {
       margin-right: 170px !important
   }

   .mr171 {
       margin-right: 171px !important
   }

   .mr172 {
       margin-right: 172px !important
   }

   .mr173 {
       margin-right: 173px !important
   }

   .mr174 {
       margin-right: 174px !important
   }

   .mr175 {
       margin-right: 175px !important
   }

   .mr176 {
       margin-right: 176px !important
   }

   .mr177 {
       margin-right: 177px !important
   }

   .mr178 {
       margin-right: 178px !important
   }

   .mr179 {
       margin-right: 179px !important
   }

   .mr180 {
       margin-right: 180px !important
   }

   .mr181 {
       margin-right: 181px !important
   }

   .mr182 {
       margin-right: 182px !important
   }

   .mr183 {
       margin-right: 183px !important
   }

   .mr184 {
       margin-right: 184px !important
   }

   .mr185 {
       margin-right: 185px !important
   }

   .mr186 {
       margin-right: 186px !important
   }

   .mr187 {
       margin-right: 187px !important
   }

   .mr188 {
       margin-right: 188px !important
   }

   .mr189 {
       margin-right: 189px !important
   }

   .mr190 {
       margin-right: 190px !important
   }

   .mr191 {
       margin-right: 191px !important
   }

   .mr192 {
       margin-right: 192px !important
   }

   .mr193 {
       margin-right: 193px !important
   }

   .mr194 {
       margin-right: 194px !important
   }

   .mr195 {
       margin-right: 195px !important
   }

   .mr196 {
       margin-right: 196px !important
   }

   .mr197 {
       margin-right: 197px !important
   }

   .mr198 {
       margin-right: 198px !important
   }

   .mr199 {
       margin-right: 199px !important
   }

   .mr200 {
       margin-right: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-mr0 {
           margin-right: 0px !important
       }

       .col-sm-mr1 {
           margin-right: 1px !important
       }

       .col-sm-mr2 {
           margin-right: 2px !important
       }

       .col-sm-mr3 {
           margin-right: 3px !important
       }

       .col-sm-mr4 {
           margin-right: 4px !important
       }

       .col-sm-mr5 {
           margin-right: 5px !important
       }

       .col-sm-mr6 {
           margin-right: 6px !important
       }

       .col-sm-mr7 {
           margin-right: 7px !important
       }

       .col-sm-mr8 {
           margin-right: 8px !important
       }

       .col-sm-mr9 {
           margin-right: 9px !important
       }

       .col-sm-mr10 {
           margin-right: 10px !important
       }

       .col-sm-mr11 {
           margin-right: 11px !important
       }

       .col-sm-mr12 {
           margin-right: 12px !important
       }

       .col-sm-mr13 {
           margin-right: 13px !important
       }

       .col-sm-mr14 {
           margin-right: 14px !important
       }

       .col-sm-mr15 {
           margin-right: 15px !important
       }

       .col-sm-mr16 {
           margin-right: 16px !important
       }

       .col-sm-mr17 {
           margin-right: 17px !important
       }

       .col-sm-mr18 {
           margin-right: 18px !important
       }

       .col-sm-mr19 {
           margin-right: 19px !important
       }

       .col-sm-mr20 {
           margin-right: 20px !important
       }

       .col-sm-mr21 {
           margin-right: 21px !important
       }

       .col-sm-mr22 {
           margin-right: 22px !important
       }

       .col-sm-mr23 {
           margin-right: 23px !important
       }

       .col-sm-mr24 {
           margin-right: 24px !important
       }

       .col-sm-mr25 {
           margin-right: 25px !important
       }

       .col-sm-mr26 {
           margin-right: 26px !important
       }

       .col-sm-mr27 {
           margin-right: 27px !important
       }

       .col-sm-mr28 {
           margin-right: 28px !important
       }

       .col-sm-mr29 {
           margin-right: 29px !important
       }

       .col-sm-mr30 {
           margin-right: 30px !important
       }

       .col-sm-mr31 {
           margin-right: 31px !important
       }

       .col-sm-mr32 {
           margin-right: 32px !important
       }

       .col-sm-mr33 {
           margin-right: 33px !important
       }

       .col-sm-mr34 {
           margin-right: 34px !important
       }

       .col-sm-mr35 {
           margin-right: 35px !important
       }

       .col-sm-mr36 {
           margin-right: 36px !important
       }

       .col-sm-mr37 {
           margin-right: 37px !important
       }

       .col-sm-mr38 {
           margin-right: 38px !important
       }

       .col-sm-mr39 {
           margin-right: 39px !important
       }

       .col-sm-mr40 {
           margin-right: 40px !important
       }

       .col-sm-mr41 {
           margin-right: 41px !important
       }

       .col-sm-mr42 {
           margin-right: 42px !important
       }

       .col-sm-mr43 {
           margin-right: 43px !important
       }

       .col-sm-mr44 {
           margin-right: 44px !important
       }

       .col-sm-mr45 {
           margin-right: 45px !important
       }

       .col-sm-mr46 {
           margin-right: 46px !important
       }

       .col-sm-mr47 {
           margin-right: 47px !important
       }

       .col-sm-mr48 {
           margin-right: 48px !important
       }

       .col-sm-mr49 {
           margin-right: 49px !important
       }

       .col-sm-mr50 {
           margin-right: 50px !important
       }

       .col-sm-mr51 {
           margin-right: 51px !important
       }

       .col-sm-mr52 {
           margin-right: 52px !important
       }

       .col-sm-mr53 {
           margin-right: 53px !important
       }

       .col-sm-mr54 {
           margin-right: 54px !important
       }

       .col-sm-mr55 {
           margin-right: 55px !important
       }

       .col-sm-mr56 {
           margin-right: 56px !important
       }

       .col-sm-mr57 {
           margin-right: 57px !important
       }

       .col-sm-mr58 {
           margin-right: 58px !important
       }

       .col-sm-mr59 {
           margin-right: 59px !important
       }

       .col-sm-mr60 {
           margin-right: 60px !important
       }

       .col-sm-mr61 {
           margin-right: 61px !important
       }

       .col-sm-mr62 {
           margin-right: 62px !important
       }

       .col-sm-mr63 {
           margin-right: 63px !important
       }

       .col-sm-mr64 {
           margin-right: 64px !important
       }

       .col-sm-mr65 {
           margin-right: 65px !important
       }

       .col-sm-mr66 {
           margin-right: 66px !important
       }

       .col-sm-mr67 {
           margin-right: 67px !important
       }

       .col-sm-mr68 {
           margin-right: 68px !important
       }

       .col-sm-mr69 {
           margin-right: 69px !important
       }

       .col-sm-mr70 {
           margin-right: 70px !important
       }

       .col-sm-mr71 {
           margin-right: 71px !important
       }

       .col-sm-mr72 {
           margin-right: 72px !important
       }

       .col-sm-mr73 {
           margin-right: 73px !important
       }

       .col-sm-mr74 {
           margin-right: 74px !important
       }

       .col-sm-mr75 {
           margin-right: 75px !important
       }

       .col-sm-mr76 {
           margin-right: 76px !important
       }

       .col-sm-mr77 {
           margin-right: 77px !important
       }

       .col-sm-mr78 {
           margin-right: 78px !important
       }

       .col-sm-mr79 {
           margin-right: 79px !important
       }

       .col-sm-mr80 {
           margin-right: 80px !important
       }

       .col-sm-mr81 {
           margin-right: 81px !important
       }

       .col-sm-mr82 {
           margin-right: 82px !important
       }

       .col-sm-mr83 {
           margin-right: 83px !important
       }

       .col-sm-mr84 {
           margin-right: 84px !important
       }

       .col-sm-mr85 {
           margin-right: 85px !important
       }

       .col-sm-mr86 {
           margin-right: 86px !important
       }

       .col-sm-mr87 {
           margin-right: 87px !important
       }

       .col-sm-mr88 {
           margin-right: 88px !important
       }

       .col-sm-mr89 {
           margin-right: 89px !important
       }

       .col-sm-mr90 {
           margin-right: 90px !important
       }

       .col-sm-mr91 {
           margin-right: 91px !important
       }

       .col-sm-mr92 {
           margin-right: 92px !important
       }

       .col-sm-mr93 {
           margin-right: 93px !important
       }

       .col-sm-mr94 {
           margin-right: 94px !important
       }

       .col-sm-mr95 {
           margin-right: 95px !important
       }

       .col-sm-mr96 {
           margin-right: 96px !important
       }

       .col-sm-mr97 {
           margin-right: 97px !important
       }

       .col-sm-mr98 {
           margin-right: 98px !important
       }

       .col-sm-mr99 {
           margin-right: 99px !important
       }

       .col-sm-mr100 {
           margin-right: 100px !important
       }

       .col-sm-mr101 {
           margin-right: 101px !important
       }

       .col-sm-mr102 {
           margin-right: 102px !important
       }

       .col-sm-mr103 {
           margin-right: 103px !important
       }

       .col-sm-mr104 {
           margin-right: 104px !important
       }

       .col-sm-mr105 {
           margin-right: 105px !important
       }

       .col-sm-mr106 {
           margin-right: 106px !important
       }

       .col-sm-mr107 {
           margin-right: 107px !important
       }

       .col-sm-mr108 {
           margin-right: 108px !important
       }

       .col-sm-mr109 {
           margin-right: 109px !important
       }

       .col-sm-mr110 {
           margin-right: 110px !important
       }

       .col-sm-mr111 {
           margin-right: 111px !important
       }

       .col-sm-mr112 {
           margin-right: 112px !important
       }

       .col-sm-mr113 {
           margin-right: 113px !important
       }

       .col-sm-mr114 {
           margin-right: 114px !important
       }

       .col-sm-mr115 {
           margin-right: 115px !important
       }

       .col-sm-mr116 {
           margin-right: 116px !important
       }

       .col-sm-mr117 {
           margin-right: 117px !important
       }

       .col-sm-mr118 {
           margin-right: 118px !important
       }

       .col-sm-mr119 {
           margin-right: 119px !important
       }

       .col-sm-mr120 {
           margin-right: 120px !important
       }

       .col-sm-mr121 {
           margin-right: 121px !important
       }

       .col-sm-mr122 {
           margin-right: 122px !important
       }

       .col-sm-mr123 {
           margin-right: 123px !important
       }

       .col-sm-mr124 {
           margin-right: 124px !important
       }

       .col-sm-mr125 {
           margin-right: 125px !important
       }

       .col-sm-mr126 {
           margin-right: 126px !important
       }

       .col-sm-mr127 {
           margin-right: 127px !important
       }

       .col-sm-mr128 {
           margin-right: 128px !important
       }

       .col-sm-mr129 {
           margin-right: 129px !important
       }

       .col-sm-mr130 {
           margin-right: 130px !important
       }

       .col-sm-mr131 {
           margin-right: 131px !important
       }

       .col-sm-mr132 {
           margin-right: 132px !important
       }

       .col-sm-mr133 {
           margin-right: 133px !important
       }

       .col-sm-mr134 {
           margin-right: 134px !important
       }

       .col-sm-mr135 {
           margin-right: 135px !important
       }

       .col-sm-mr136 {
           margin-right: 136px !important
       }

       .col-sm-mr137 {
           margin-right: 137px !important
       }

       .col-sm-mr138 {
           margin-right: 138px !important
       }

       .col-sm-mr139 {
           margin-right: 139px !important
       }

       .col-sm-mr140 {
           margin-right: 140px !important
       }

       .col-sm-mr141 {
           margin-right: 141px !important
       }

       .col-sm-mr142 {
           margin-right: 142px !important
       }

       .col-sm-mr143 {
           margin-right: 143px !important
       }

       .col-sm-mr144 {
           margin-right: 144px !important
       }

       .col-sm-mr145 {
           margin-right: 145px !important
       }

       .col-sm-mr146 {
           margin-right: 146px !important
       }

       .col-sm-mr147 {
           margin-right: 147px !important
       }

       .col-sm-mr148 {
           margin-right: 148px !important
       }

       .col-sm-mr149 {
           margin-right: 149px !important
       }

       .col-sm-mr150 {
           margin-right: 150px !important
       }

       .col-sm-mr151 {
           margin-right: 151px !important
       }

       .col-sm-mr152 {
           margin-right: 152px !important
       }

       .col-sm-mr153 {
           margin-right: 153px !important
       }

       .col-sm-mr154 {
           margin-right: 154px !important
       }

       .col-sm-mr155 {
           margin-right: 155px !important
       }

       .col-sm-mr156 {
           margin-right: 156px !important
       }

       .col-sm-mr157 {
           margin-right: 157px !important
       }

       .col-sm-mr158 {
           margin-right: 158px !important
       }

       .col-sm-mr159 {
           margin-right: 159px !important
       }

       .col-sm-mr160 {
           margin-right: 160px !important
       }

       .col-sm-mr161 {
           margin-right: 161px !important
       }

       .col-sm-mr162 {
           margin-right: 162px !important
       }

       .col-sm-mr163 {
           margin-right: 163px !important
       }

       .col-sm-mr164 {
           margin-right: 164px !important
       }

       .col-sm-mr165 {
           margin-right: 165px !important
       }

       .col-sm-mr166 {
           margin-right: 166px !important
       }

       .col-sm-mr167 {
           margin-right: 167px !important
       }

       .col-sm-mr168 {
           margin-right: 168px !important
       }

       .col-sm-mr169 {
           margin-right: 169px !important
       }

       .col-sm-mr170 {
           margin-right: 170px !important
       }

       .col-sm-mr171 {
           margin-right: 171px !important
       }

       .col-sm-mr172 {
           margin-right: 172px !important
       }

       .col-sm-mr173 {
           margin-right: 173px !important
       }

       .col-sm-mr174 {
           margin-right: 174px !important
       }

       .col-sm-mr175 {
           margin-right: 175px !important
       }

       .col-sm-mr176 {
           margin-right: 176px !important
       }

       .col-sm-mr177 {
           margin-right: 177px !important
       }

       .col-sm-mr178 {
           margin-right: 178px !important
       }

       .col-sm-mr179 {
           margin-right: 179px !important
       }

       .col-sm-mr180 {
           margin-right: 180px !important
       }

       .col-sm-mr181 {
           margin-right: 181px !important
       }

       .col-sm-mr182 {
           margin-right: 182px !important
       }

       .col-sm-mr183 {
           margin-right: 183px !important
       }

       .col-sm-mr184 {
           margin-right: 184px !important
       }

       .col-sm-mr185 {
           margin-right: 185px !important
       }

       .col-sm-mr186 {
           margin-right: 186px !important
       }

       .col-sm-mr187 {
           margin-right: 187px !important
       }

       .col-sm-mr188 {
           margin-right: 188px !important
       }

       .col-sm-mr189 {
           margin-right: 189px !important
       }

       .col-sm-mr190 {
           margin-right: 190px !important
       }

       .col-sm-mr191 {
           margin-right: 191px !important
       }

       .col-sm-mr192 {
           margin-right: 192px !important
       }

       .col-sm-mr193 {
           margin-right: 193px !important
       }

       .col-sm-mr194 {
           margin-right: 194px !important
       }

       .col-sm-mr195 {
           margin-right: 195px !important
       }

       .col-sm-mr196 {
           margin-right: 196px !important
       }

       .col-sm-mr197 {
           margin-right: 197px !important
       }

       .col-sm-mr198 {
           margin-right: 198px !important
       }

       .col-sm-mr199 {
           margin-right: 199px !important
       }

       .col-sm-mr200 {
           margin-right: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-mr0 {
           margin-right: 0px !important
       }

       .col-xs-mr1 {
           margin-right: 1px !important
       }

       .col-xs-mr2 {
           margin-right: 2px !important
       }

       .col-xs-mr3 {
           margin-right: 3px !important
       }

       .col-xs-mr4 {
           margin-right: 4px !important
       }

       .col-xs-mr5 {
           margin-right: 5px !important
       }

       .col-xs-mr6 {
           margin-right: 6px !important
       }

       .col-xs-mr7 {
           margin-right: 7px !important
       }

       .col-xs-mr8 {
           margin-right: 8px !important
       }

       .col-xs-mr9 {
           margin-right: 9px !important
       }

       .col-xs-mr10 {
           margin-right: 10px !important
       }

       .col-xs-mr11 {
           margin-right: 11px !important
       }

       .col-xs-mr12 {
           margin-right: 12px !important
       }

       .col-xs-mr13 {
           margin-right: 13px !important
       }

       .col-xs-mr14 {
           margin-right: 14px !important
       }

       .col-xs-mr15 {
           margin-right: 15px !important
       }

       .col-xs-mr16 {
           margin-right: 16px !important
       }

       .col-xs-mr17 {
           margin-right: 17px !important
       }

       .col-xs-mr18 {
           margin-right: 18px !important
       }

       .col-xs-mr19 {
           margin-right: 19px !important
       }

       .col-xs-mr20 {
           margin-right: 20px !important
       }

       .col-xs-mr21 {
           margin-right: 21px !important
       }

       .col-xs-mr22 {
           margin-right: 22px !important
       }

       .col-xs-mr23 {
           margin-right: 23px !important
       }

       .col-xs-mr24 {
           margin-right: 24px !important
       }

       .col-xs-mr25 {
           margin-right: 25px !important
       }

       .col-xs-mr26 {
           margin-right: 26px !important
       }

       .col-xs-mr27 {
           margin-right: 27px !important
       }

       .col-xs-mr28 {
           margin-right: 28px !important
       }

       .col-xs-mr29 {
           margin-right: 29px !important
       }

       .col-xs-mr30 {
           margin-right: 30px !important
       }

       .col-xs-mr31 {
           margin-right: 31px !important
       }

       .col-xs-mr32 {
           margin-right: 32px !important
       }

       .col-xs-mr33 {
           margin-right: 33px !important
       }

       .col-xs-mr34 {
           margin-right: 34px !important
       }

       .col-xs-mr35 {
           margin-right: 35px !important
       }

       .col-xs-mr36 {
           margin-right: 36px !important
       }

       .col-xs-mr37 {
           margin-right: 37px !important
       }

       .col-xs-mr38 {
           margin-right: 38px !important
       }

       .col-xs-mr39 {
           margin-right: 39px !important
       }

       .col-xs-mr40 {
           margin-right: 40px !important
       }

       .col-xs-mr41 {
           margin-right: 41px !important
       }

       .col-xs-mr42 {
           margin-right: 42px !important
       }

       .col-xs-mr43 {
           margin-right: 43px !important
       }

       .col-xs-mr44 {
           margin-right: 44px !important
       }

       .col-xs-mr45 {
           margin-right: 45px !important
       }

       .col-xs-mr46 {
           margin-right: 46px !important
       }

       .col-xs-mr47 {
           margin-right: 47px !important
       }

       .col-xs-mr48 {
           margin-right: 48px !important
       }

       .col-xs-mr49 {
           margin-right: 49px !important
       }

       .col-xs-mr50 {
           margin-right: 50px !important
       }

       .col-xs-mr51 {
           margin-right: 51px !important
       }

       .col-xs-mr52 {
           margin-right: 52px !important
       }

       .col-xs-mr53 {
           margin-right: 53px !important
       }

       .col-xs-mr54 {
           margin-right: 54px !important
       }

       .col-xs-mr55 {
           margin-right: 55px !important
       }

       .col-xs-mr56 {
           margin-right: 56px !important
       }

       .col-xs-mr57 {
           margin-right: 57px !important
       }

       .col-xs-mr58 {
           margin-right: 58px !important
       }

       .col-xs-mr59 {
           margin-right: 59px !important
       }

       .col-xs-mr60 {
           margin-right: 60px !important
       }

       .col-xs-mr61 {
           margin-right: 61px !important
       }

       .col-xs-mr62 {
           margin-right: 62px !important
       }

       .col-xs-mr63 {
           margin-right: 63px !important
       }

       .col-xs-mr64 {
           margin-right: 64px !important
       }

       .col-xs-mr65 {
           margin-right: 65px !important
       }

       .col-xs-mr66 {
           margin-right: 66px !important
       }

       .col-xs-mr67 {
           margin-right: 67px !important
       }

       .col-xs-mr68 {
           margin-right: 68px !important
       }

       .col-xs-mr69 {
           margin-right: 69px !important
       }

       .col-xs-mr70 {
           margin-right: 70px !important
       }

       .col-xs-mr71 {
           margin-right: 71px !important
       }

       .col-xs-mr72 {
           margin-right: 72px !important
       }

       .col-xs-mr73 {
           margin-right: 73px !important
       }

       .col-xs-mr74 {
           margin-right: 74px !important
       }

       .col-xs-mr75 {
           margin-right: 75px !important
       }

       .col-xs-mr76 {
           margin-right: 76px !important
       }

       .col-xs-mr77 {
           margin-right: 77px !important
       }

       .col-xs-mr78 {
           margin-right: 78px !important
       }

       .col-xs-mr79 {
           margin-right: 79px !important
       }

       .col-xs-mr80 {
           margin-right: 80px !important
       }

       .col-xs-mr81 {
           margin-right: 81px !important
       }

       .col-xs-mr82 {
           margin-right: 82px !important
       }

       .col-xs-mr83 {
           margin-right: 83px !important
       }

       .col-xs-mr84 {
           margin-right: 84px !important
       }

       .col-xs-mr85 {
           margin-right: 85px !important
       }

       .col-xs-mr86 {
           margin-right: 86px !important
       }

       .col-xs-mr87 {
           margin-right: 87px !important
       }

       .col-xs-mr88 {
           margin-right: 88px !important
       }

       .col-xs-mr89 {
           margin-right: 89px !important
       }

       .col-xs-mr90 {
           margin-right: 90px !important
       }

       .col-xs-mr91 {
           margin-right: 91px !important
       }

       .col-xs-mr92 {
           margin-right: 92px !important
       }

       .col-xs-mr93 {
           margin-right: 93px !important
       }

       .col-xs-mr94 {
           margin-right: 94px !important
       }

       .col-xs-mr95 {
           margin-right: 95px !important
       }

       .col-xs-mr96 {
           margin-right: 96px !important
       }

       .col-xs-mr97 {
           margin-right: 97px !important
       }

       .col-xs-mr98 {
           margin-right: 98px !important
       }

       .col-xs-mr99 {
           margin-right: 99px !important
       }

       .col-xs-mr100 {
           margin-right: 100px !important
       }

       .col-xs-mr101 {
           margin-right: 101px !important
       }

       .col-xs-mr102 {
           margin-right: 102px !important
       }

       .col-xs-mr103 {
           margin-right: 103px !important
       }

       .col-xs-mr104 {
           margin-right: 104px !important
       }

       .col-xs-mr105 {
           margin-right: 105px !important
       }

       .col-xs-mr106 {
           margin-right: 106px !important
       }

       .col-xs-mr107 {
           margin-right: 107px !important
       }

       .col-xs-mr108 {
           margin-right: 108px !important
       }

       .col-xs-mr109 {
           margin-right: 109px !important
       }

       .col-xs-mr110 {
           margin-right: 110px !important
       }

       .col-xs-mr111 {
           margin-right: 111px !important
       }

       .col-xs-mr112 {
           margin-right: 112px !important
       }

       .col-xs-mr113 {
           margin-right: 113px !important
       }

       .col-xs-mr114 {
           margin-right: 114px !important
       }

       .col-xs-mr115 {
           margin-right: 115px !important
       }

       .col-xs-mr116 {
           margin-right: 116px !important
       }

       .col-xs-mr117 {
           margin-right: 117px !important
       }

       .col-xs-mr118 {
           margin-right: 118px !important
       }

       .col-xs-mr119 {
           margin-right: 119px !important
       }

       .col-xs-mr120 {
           margin-right: 120px !important
       }

       .col-xs-mr121 {
           margin-right: 121px !important
       }

       .col-xs-mr122 {
           margin-right: 122px !important
       }

       .col-xs-mr123 {
           margin-right: 123px !important
       }

       .col-xs-mr124 {
           margin-right: 124px !important
       }

       .col-xs-mr125 {
           margin-right: 125px !important
       }

       .col-xs-mr126 {
           margin-right: 126px !important
       }

       .col-xs-mr127 {
           margin-right: 127px !important
       }

       .col-xs-mr128 {
           margin-right: 128px !important
       }

       .col-xs-mr129 {
           margin-right: 129px !important
       }

       .col-xs-mr130 {
           margin-right: 130px !important
       }

       .col-xs-mr131 {
           margin-right: 131px !important
       }

       .col-xs-mr132 {
           margin-right: 132px !important
       }

       .col-xs-mr133 {
           margin-right: 133px !important
       }

       .col-xs-mr134 {
           margin-right: 134px !important
       }

       .col-xs-mr135 {
           margin-right: 135px !important
       }

       .col-xs-mr136 {
           margin-right: 136px !important
       }

       .col-xs-mr137 {
           margin-right: 137px !important
       }

       .col-xs-mr138 {
           margin-right: 138px !important
       }

       .col-xs-mr139 {
           margin-right: 139px !important
       }

       .col-xs-mr140 {
           margin-right: 140px !important
       }

       .col-xs-mr141 {
           margin-right: 141px !important
       }

       .col-xs-mr142 {
           margin-right: 142px !important
       }

       .col-xs-mr143 {
           margin-right: 143px !important
       }

       .col-xs-mr144 {
           margin-right: 144px !important
       }

       .col-xs-mr145 {
           margin-right: 145px !important
       }

       .col-xs-mr146 {
           margin-right: 146px !important
       }

       .col-xs-mr147 {
           margin-right: 147px !important
       }

       .col-xs-mr148 {
           margin-right: 148px !important
       }

       .col-xs-mr149 {
           margin-right: 149px !important
       }

       .col-xs-mr150 {
           margin-right: 150px !important
       }

       .col-xs-mr151 {
           margin-right: 151px !important
       }

       .col-xs-mr152 {
           margin-right: 152px !important
       }

       .col-xs-mr153 {
           margin-right: 153px !important
       }

       .col-xs-mr154 {
           margin-right: 154px !important
       }

       .col-xs-mr155 {
           margin-right: 155px !important
       }

       .col-xs-mr156 {
           margin-right: 156px !important
       }

       .col-xs-mr157 {
           margin-right: 157px !important
       }

       .col-xs-mr158 {
           margin-right: 158px !important
       }

       .col-xs-mr159 {
           margin-right: 159px !important
       }

       .col-xs-mr160 {
           margin-right: 160px !important
       }

       .col-xs-mr161 {
           margin-right: 161px !important
       }

       .col-xs-mr162 {
           margin-right: 162px !important
       }

       .col-xs-mr163 {
           margin-right: 163px !important
       }

       .col-xs-mr164 {
           margin-right: 164px !important
       }

       .col-xs-mr165 {
           margin-right: 165px !important
       }

       .col-xs-mr166 {
           margin-right: 166px !important
       }

       .col-xs-mr167 {
           margin-right: 167px !important
       }

       .col-xs-mr168 {
           margin-right: 168px !important
       }

       .col-xs-mr169 {
           margin-right: 169px !important
       }

       .col-xs-mr170 {
           margin-right: 170px !important
       }

       .col-xs-mr171 {
           margin-right: 171px !important
       }

       .col-xs-mr172 {
           margin-right: 172px !important
       }

       .col-xs-mr173 {
           margin-right: 173px !important
       }

       .col-xs-mr174 {
           margin-right: 174px !important
       }

       .col-xs-mr175 {
           margin-right: 175px !important
       }

       .col-xs-mr176 {
           margin-right: 176px !important
       }

       .col-xs-mr177 {
           margin-right: 177px !important
       }

       .col-xs-mr178 {
           margin-right: 178px !important
       }

       .col-xs-mr179 {
           margin-right: 179px !important
       }

       .col-xs-mr180 {
           margin-right: 180px !important
       }

       .col-xs-mr181 {
           margin-right: 181px !important
       }

       .col-xs-mr182 {
           margin-right: 182px !important
       }

       .col-xs-mr183 {
           margin-right: 183px !important
       }

       .col-xs-mr184 {
           margin-right: 184px !important
       }

       .col-xs-mr185 {
           margin-right: 185px !important
       }

       .col-xs-mr186 {
           margin-right: 186px !important
       }

       .col-xs-mr187 {
           margin-right: 187px !important
       }

       .col-xs-mr188 {
           margin-right: 188px !important
       }

       .col-xs-mr189 {
           margin-right: 189px !important
       }

       .col-xs-mr190 {
           margin-right: 190px !important
       }

       .col-xs-mr191 {
           margin-right: 191px !important
       }

       .col-xs-mr192 {
           margin-right: 192px !important
       }

       .col-xs-mr193 {
           margin-right: 193px !important
       }

       .col-xs-mr194 {
           margin-right: 194px !important
       }

       .col-xs-mr195 {
           margin-right: 195px !important
       }

       .col-xs-mr196 {
           margin-right: 196px !important
       }

       .col-xs-mr197 {
           margin-right: 197px !important
       }

       .col-xs-mr198 {
           margin-right: 198px !important
       }

       .col-xs-mr199 {
           margin-right: 199px !important
       }

       .col-xs-mr200 {
           margin-right: 200px !important
       }
   }

   .p0 {
       padding: 0px !important
   }

   .p1 {
       padding: 1px !important
   }

   .p2 {
       padding: 2px !important
   }

   .p3 {
       padding: 3px !important
   }

   .p4 {
       padding: 4px !important
   }

   .p5 {
       padding: 5px !important
   }

   .p6 {
       padding: 6px !important
   }

   .p7 {
       padding: 7px !important
   }

   .p8 {
       padding: 8px !important
   }

   .p9 {
       padding: 9px !important
   }

   .p10 {
       padding: 10px !important
   }

   .p11 {
       padding: 11px !important
   }

   .p12 {
       padding: 12px !important
   }

   .p13 {
       padding: 13px !important
   }

   .p14 {
       padding: 14px !important
   }

   .p15 {
       padding: 15px !important
   }

   .p16 {
       padding: 16px !important
   }

   .p17 {
       padding: 17px !important
   }

   .p18 {
       padding: 18px !important
   }

   .p19 {
       padding: 19px !important
   }

   .p20 {
       padding: 20px !important
   }

   .p21 {
       padding: 21px !important
   }

   .p22 {
       padding: 22px !important
   }

   .p23 {
       padding: 23px !important
   }

   .p24 {
       padding: 24px !important
   }

   .p25 {
       padding: 25px !important
   }

   .p26 {
       padding: 26px !important
   }

   .p27 {
       padding: 27px !important
   }

   .p28 {
       padding: 28px !important
   }

   .p29 {
       padding: 29px !important
   }

   .p30 {
       padding: 30px !important
   }

   .p31 {
       padding: 31px !important
   }

   .p32 {
       padding: 32px !important
   }

   .p33 {
       padding: 33px !important
   }

   .p34 {
       padding: 34px !important
   }

   .p35 {
       padding: 35px !important
   }

   .p36 {
       padding: 36px !important
   }

   .p37 {
       padding: 37px !important
   }

   .p38 {
       padding: 38px !important
   }

   .p39 {
       padding: 39px !important
   }

   .p40 {
       padding: 40px !important
   }

   .p41 {
       padding: 41px !important
   }

   .p42 {
       padding: 42px !important
   }

   .p43 {
       padding: 43px !important
   }

   .p44 {
       padding: 44px !important
   }

   .p45 {
       padding: 45px !important
   }

   .p46 {
       padding: 46px !important
   }

   .p47 {
       padding: 47px !important
   }

   .p48 {
       padding: 48px !important
   }

   .p49 {
       padding: 49px !important
   }

   .p50 {
       padding: 50px !important
   }

   .p51 {
       padding: 51px !important
   }

   .p52 {
       padding: 52px !important
   }

   .p53 {
       padding: 53px !important
   }

   .p54 {
       padding: 54px !important
   }

   .p55 {
       padding: 55px !important
   }

   .p56 {
       padding: 56px !important
   }

   .p57 {
       padding: 57px !important
   }

   .p58 {
       padding: 58px !important
   }

   .p59 {
       padding: 59px !important
   }

   .p60 {
       padding: 60px !important
   }

   .p61 {
       padding: 61px !important
   }

   .p62 {
       padding: 62px !important
   }

   .p63 {
       padding: 63px !important
   }

   .p64 {
       padding: 64px !important
   }

   .p65 {
       padding: 65px !important
   }

   .p66 {
       padding: 66px !important
   }

   .p67 {
       padding: 67px !important
   }

   .p68 {
       padding: 68px !important
   }

   .p69 {
       padding: 69px !important
   }

   .p70 {
       padding: 70px !important
   }

   .p71 {
       padding: 71px !important
   }

   .p72 {
       padding: 72px !important
   }

   .p73 {
       padding: 73px !important
   }

   .p74 {
       padding: 74px !important
   }

   .p75 {
       padding: 75px !important
   }

   .p76 {
       padding: 76px !important
   }

   .p77 {
       padding: 77px !important
   }

   .p78 {
       padding: 78px !important
   }

   .p79 {
       padding: 79px !important
   }

   .p80 {
       padding: 80px !important
   }

   .p81 {
       padding: 81px !important
   }

   .p82 {
       padding: 82px !important
   }

   .p83 {
       padding: 83px !important
   }

   .p84 {
       padding: 84px !important
   }

   .p85 {
       padding: 85px !important
   }

   .p86 {
       padding: 86px !important
   }

   .p87 {
       padding: 87px !important
   }

   .p88 {
       padding: 88px !important
   }

   .p89 {
       padding: 89px !important
   }

   .p90 {
       padding: 90px !important
   }

   .p91 {
       padding: 91px !important
   }

   .p92 {
       padding: 92px !important
   }

   .p93 {
       padding: 93px !important
   }

   .p94 {
       padding: 94px !important
   }

   .p95 {
       padding: 95px !important
   }

   .p96 {
       padding: 96px !important
   }

   .p97 {
       padding: 97px !important
   }

   .p98 {
       padding: 98px !important
   }

   .p99 {
       padding: 99px !important
   }

   .p100 {
       padding: 100px !important
   }

   .p101 {
       padding: 101px !important
   }

   .p102 {
       padding: 102px !important
   }

   .p103 {
       padding: 103px !important
   }

   .p104 {
       padding: 104px !important
   }

   .p105 {
       padding: 105px !important
   }

   .p106 {
       padding: 106px !important
   }

   .p107 {
       padding: 107px !important
   }

   .p108 {
       padding: 108px !important
   }

   .p109 {
       padding: 109px !important
   }

   .p110 {
       padding: 110px !important
   }

   .p111 {
       padding: 111px !important
   }

   .p112 {
       padding: 112px !important
   }

   .p113 {
       padding: 113px !important
   }

   .p114 {
       padding: 114px !important
   }

   .p115 {
       padding: 115px !important
   }

   .p116 {
       padding: 116px !important
   }

   .p117 {
       padding: 117px !important
   }

   .p118 {
       padding: 118px !important
   }

   .p119 {
       padding: 119px !important
   }

   .p120 {
       padding: 120px !important
   }

   .p121 {
       padding: 121px !important
   }

   .p122 {
       padding: 122px !important
   }

   .p123 {
       padding: 123px !important
   }

   .p124 {
       padding: 124px !important
   }

   .p125 {
       padding: 125px !important
   }

   .p126 {
       padding: 126px !important
   }

   .p127 {
       padding: 127px !important
   }

   .p128 {
       padding: 128px !important
   }

   .p129 {
       padding: 129px !important
   }

   .p130 {
       padding: 130px !important
   }

   .p131 {
       padding: 131px !important
   }

   .p132 {
       padding: 132px !important
   }

   .p133 {
       padding: 133px !important
   }

   .p134 {
       padding: 134px !important
   }

   .p135 {
       padding: 135px !important
   }

   .p136 {
       padding: 136px !important
   }

   .p137 {
       padding: 137px !important
   }

   .p138 {
       padding: 138px !important
   }

   .p139 {
       padding: 139px !important
   }

   .p140 {
       padding: 140px !important
   }

   .p141 {
       padding: 141px !important
   }

   .p142 {
       padding: 142px !important
   }

   .p143 {
       padding: 143px !important
   }

   .p144 {
       padding: 144px !important
   }

   .p145 {
       padding: 145px !important
   }

   .p146 {
       padding: 146px !important
   }

   .p147 {
       padding: 147px !important
   }

   .p148 {
       padding: 148px !important
   }

   .p149 {
       padding: 149px !important
   }

   .p150 {
       padding: 150px !important
   }

   .p151 {
       padding: 151px !important
   }

   .p152 {
       padding: 152px !important
   }

   .p153 {
       padding: 153px !important
   }

   .p154 {
       padding: 154px !important
   }

   .p155 {
       padding: 155px !important
   }

   .p156 {
       padding: 156px !important
   }

   .p157 {
       padding: 157px !important
   }

   .p158 {
       padding: 158px !important
   }

   .p159 {
       padding: 159px !important
   }

   .p160 {
       padding: 160px !important
   }

   .p161 {
       padding: 161px !important
   }

   .p162 {
       padding: 162px !important
   }

   .p163 {
       padding: 163px !important
   }

   .p164 {
       padding: 164px !important
   }

   .p165 {
       padding: 165px !important
   }

   .p166 {
       padding: 166px !important
   }

   .p167 {
       padding: 167px !important
   }

   .p168 {
       padding: 168px !important
   }

   .p169 {
       padding: 169px !important
   }

   .p170 {
       padding: 170px !important
   }

   .p171 {
       padding: 171px !important
   }

   .p172 {
       padding: 172px !important
   }

   .p173 {
       padding: 173px !important
   }

   .p174 {
       padding: 174px !important
   }

   .p175 {
       padding: 175px !important
   }

   .p176 {
       padding: 176px !important
   }

   .p177 {
       padding: 177px !important
   }

   .p178 {
       padding: 178px !important
   }

   .p179 {
       padding: 179px !important
   }

   .p180 {
       padding: 180px !important
   }

   .p181 {
       padding: 181px !important
   }

   .p182 {
       padding: 182px !important
   }

   .p183 {
       padding: 183px !important
   }

   .p184 {
       padding: 184px !important
   }

   .p185 {
       padding: 185px !important
   }

   .p186 {
       padding: 186px !important
   }

   .p187 {
       padding: 187px !important
   }

   .p188 {
       padding: 188px !important
   }

   .p189 {
       padding: 189px !important
   }

   .p190 {
       padding: 190px !important
   }

   .p191 {
       padding: 191px !important
   }

   .p192 {
       padding: 192px !important
   }

   .p193 {
       padding: 193px !important
   }

   .p194 {
       padding: 194px !important
   }

   .p195 {
       padding: 195px !important
   }

   .p196 {
       padding: 196px !important
   }

   .p197 {
       padding: 197px !important
   }

   .p198 {
       padding: 198px !important
   }

   .p199 {
       padding: 199px !important
   }

   .p200 {
       padding: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-p0 {
           padding: 0px !important
       }

       .col-sm-p1 {
           padding: 1px !important
       }

       .col-sm-p2 {
           padding: 2px !important
       }

       .col-sm-p3 {
           padding: 3px !important
       }

       .col-sm-p4 {
           padding: 4px !important
       }

       .col-sm-p5 {
           padding: 5px !important
       }

       .col-sm-p6 {
           padding: 6px !important
       }

       .col-sm-p7 {
           padding: 7px !important
       }

       .col-sm-p8 {
           padding: 8px !important
       }

       .col-sm-p9 {
           padding: 9px !important
       }

       .col-sm-p10 {
           padding: 10px !important
       }

       .col-sm-p11 {
           padding: 11px !important
       }

       .col-sm-p12 {
           padding: 12px !important
       }

       .col-sm-p13 {
           padding: 13px !important
       }

       .col-sm-p14 {
           padding: 14px !important
       }

       .col-sm-p15 {
           padding: 15px !important
       }

       .col-sm-p16 {
           padding: 16px !important
       }

       .col-sm-p17 {
           padding: 17px !important
       }

       .col-sm-p18 {
           padding: 18px !important
       }

       .col-sm-p19 {
           padding: 19px !important
       }

       .col-sm-p20 {
           padding: 20px !important
       }

       .col-sm-p21 {
           padding: 21px !important
       }

       .col-sm-p22 {
           padding: 22px !important
       }

       .col-sm-p23 {
           padding: 23px !important
       }

       .col-sm-p24 {
           padding: 24px !important
       }

       .col-sm-p25 {
           padding: 25px !important
       }

       .col-sm-p26 {
           padding: 26px !important
       }

       .col-sm-p27 {
           padding: 27px !important
       }

       .col-sm-p28 {
           padding: 28px !important
       }

       .col-sm-p29 {
           padding: 29px !important
       }

       .col-sm-p30 {
           padding: 30px !important
       }

       .col-sm-p31 {
           padding: 31px !important
       }

       .col-sm-p32 {
           padding: 32px !important
       }

       .col-sm-p33 {
           padding: 33px !important
       }

       .col-sm-p34 {
           padding: 34px !important
       }

       .col-sm-p35 {
           padding: 35px !important
       }

       .col-sm-p36 {
           padding: 36px !important
       }

       .col-sm-p37 {
           padding: 37px !important
       }

       .col-sm-p38 {
           padding: 38px !important
       }

       .col-sm-p39 {
           padding: 39px !important
       }

       .col-sm-p40 {
           padding: 40px !important
       }

       .col-sm-p41 {
           padding: 41px !important
       }

       .col-sm-p42 {
           padding: 42px !important
       }

       .col-sm-p43 {
           padding: 43px !important
       }

       .col-sm-p44 {
           padding: 44px !important
       }

       .col-sm-p45 {
           padding: 45px !important
       }

       .col-sm-p46 {
           padding: 46px !important
       }

       .col-sm-p47 {
           padding: 47px !important
       }

       .col-sm-p48 {
           padding: 48px !important
       }

       .col-sm-p49 {
           padding: 49px !important
       }

       .col-sm-p50 {
           padding: 50px !important
       }

       .col-sm-p51 {
           padding: 51px !important
       }

       .col-sm-p52 {
           padding: 52px !important
       }

       .col-sm-p53 {
           padding: 53px !important
       }

       .col-sm-p54 {
           padding: 54px !important
       }

       .col-sm-p55 {
           padding: 55px !important
       }

       .col-sm-p56 {
           padding: 56px !important
       }

       .col-sm-p57 {
           padding: 57px !important
       }

       .col-sm-p58 {
           padding: 58px !important
       }

       .col-sm-p59 {
           padding: 59px !important
       }

       .col-sm-p60 {
           padding: 60px !important
       }

       .col-sm-p61 {
           padding: 61px !important
       }

       .col-sm-p62 {
           padding: 62px !important
       }

       .col-sm-p63 {
           padding: 63px !important
       }

       .col-sm-p64 {
           padding: 64px !important
       }

       .col-sm-p65 {
           padding: 65px !important
       }

       .col-sm-p66 {
           padding: 66px !important
       }

       .col-sm-p67 {
           padding: 67px !important
       }

       .col-sm-p68 {
           padding: 68px !important
       }

       .col-sm-p69 {
           padding: 69px !important
       }

       .col-sm-p70 {
           padding: 70px !important
       }

       .col-sm-p71 {
           padding: 71px !important
       }

       .col-sm-p72 {
           padding: 72px !important
       }

       .col-sm-p73 {
           padding: 73px !important
       }

       .col-sm-p74 {
           padding: 74px !important
       }

       .col-sm-p75 {
           padding: 75px !important
       }

       .col-sm-p76 {
           padding: 76px !important
       }

       .col-sm-p77 {
           padding: 77px !important
       }

       .col-sm-p78 {
           padding: 78px !important
       }

       .col-sm-p79 {
           padding: 79px !important
       }

       .col-sm-p80 {
           padding: 80px !important
       }

       .col-sm-p81 {
           padding: 81px !important
       }

       .col-sm-p82 {
           padding: 82px !important
       }

       .col-sm-p83 {
           padding: 83px !important
       }

       .col-sm-p84 {
           padding: 84px !important
       }

       .col-sm-p85 {
           padding: 85px !important
       }

       .col-sm-p86 {
           padding: 86px !important
       }

       .col-sm-p87 {
           padding: 87px !important
       }

       .col-sm-p88 {
           padding: 88px !important
       }

       .col-sm-p89 {
           padding: 89px !important
       }

       .col-sm-p90 {
           padding: 90px !important
       }

       .col-sm-p91 {
           padding: 91px !important
       }

       .col-sm-p92 {
           padding: 92px !important
       }

       .col-sm-p93 {
           padding: 93px !important
       }

       .col-sm-p94 {
           padding: 94px !important
       }

       .col-sm-p95 {
           padding: 95px !important
       }

       .col-sm-p96 {
           padding: 96px !important
       }

       .col-sm-p97 {
           padding: 97px !important
       }

       .col-sm-p98 {
           padding: 98px !important
       }

       .col-sm-p99 {
           padding: 99px !important
       }

       .col-sm-p100 {
           padding: 100px !important
       }

       .col-sm-p101 {
           padding: 101px !important
       }

       .col-sm-p102 {
           padding: 102px !important
       }

       .col-sm-p103 {
           padding: 103px !important
       }

       .col-sm-p104 {
           padding: 104px !important
       }

       .col-sm-p105 {
           padding: 105px !important
       }

       .col-sm-p106 {
           padding: 106px !important
       }

       .col-sm-p107 {
           padding: 107px !important
       }

       .col-sm-p108 {
           padding: 108px !important
       }

       .col-sm-p109 {
           padding: 109px !important
       }

       .col-sm-p110 {
           padding: 110px !important
       }

       .col-sm-p111 {
           padding: 111px !important
       }

       .col-sm-p112 {
           padding: 112px !important
       }

       .col-sm-p113 {
           padding: 113px !important
       }

       .col-sm-p114 {
           padding: 114px !important
       }

       .col-sm-p115 {
           padding: 115px !important
       }

       .col-sm-p116 {
           padding: 116px !important
       }

       .col-sm-p117 {
           padding: 117px !important
       }

       .col-sm-p118 {
           padding: 118px !important
       }

       .col-sm-p119 {
           padding: 119px !important
       }

       .col-sm-p120 {
           padding: 120px !important
       }

       .col-sm-p121 {
           padding: 121px !important
       }

       .col-sm-p122 {
           padding: 122px !important
       }

       .col-sm-p123 {
           padding: 123px !important
       }

       .col-sm-p124 {
           padding: 124px !important
       }

       .col-sm-p125 {
           padding: 125px !important
       }

       .col-sm-p126 {
           padding: 126px !important
       }

       .col-sm-p127 {
           padding: 127px !important
       }

       .col-sm-p128 {
           padding: 128px !important
       }

       .col-sm-p129 {
           padding: 129px !important
       }

       .col-sm-p130 {
           padding: 130px !important
       }

       .col-sm-p131 {
           padding: 131px !important
       }

       .col-sm-p132 {
           padding: 132px !important
       }

       .col-sm-p133 {
           padding: 133px !important
       }

       .col-sm-p134 {
           padding: 134px !important
       }

       .col-sm-p135 {
           padding: 135px !important
       }

       .col-sm-p136 {
           padding: 136px !important
       }

       .col-sm-p137 {
           padding: 137px !important
       }

       .col-sm-p138 {
           padding: 138px !important
       }

       .col-sm-p139 {
           padding: 139px !important
       }

       .col-sm-p140 {
           padding: 140px !important
       }

       .col-sm-p141 {
           padding: 141px !important
       }

       .col-sm-p142 {
           padding: 142px !important
       }

       .col-sm-p143 {
           padding: 143px !important
       }

       .col-sm-p144 {
           padding: 144px !important
       }

       .col-sm-p145 {
           padding: 145px !important
       }

       .col-sm-p146 {
           padding: 146px !important
       }

       .col-sm-p147 {
           padding: 147px !important
       }

       .col-sm-p148 {
           padding: 148px !important
       }

       .col-sm-p149 {
           padding: 149px !important
       }

       .col-sm-p150 {
           padding: 150px !important
       }

       .col-sm-p151 {
           padding: 151px !important
       }

       .col-sm-p152 {
           padding: 152px !important
       }

       .col-sm-p153 {
           padding: 153px !important
       }

       .col-sm-p154 {
           padding: 154px !important
       }

       .col-sm-p155 {
           padding: 155px !important
       }

       .col-sm-p156 {
           padding: 156px !important
       }

       .col-sm-p157 {
           padding: 157px !important
       }

       .col-sm-p158 {
           padding: 158px !important
       }

       .col-sm-p159 {
           padding: 159px !important
       }

       .col-sm-p160 {
           padding: 160px !important
       }

       .col-sm-p161 {
           padding: 161px !important
       }

       .col-sm-p162 {
           padding: 162px !important
       }

       .col-sm-p163 {
           padding: 163px !important
       }

       .col-sm-p164 {
           padding: 164px !important
       }

       .col-sm-p165 {
           padding: 165px !important
       }

       .col-sm-p166 {
           padding: 166px !important
       }

       .col-sm-p167 {
           padding: 167px !important
       }

       .col-sm-p168 {
           padding: 168px !important
       }

       .col-sm-p169 {
           padding: 169px !important
       }

       .col-sm-p170 {
           padding: 170px !important
       }

       .col-sm-p171 {
           padding: 171px !important
       }

       .col-sm-p172 {
           padding: 172px !important
       }

       .col-sm-p173 {
           padding: 173px !important
       }

       .col-sm-p174 {
           padding: 174px !important
       }

       .col-sm-p175 {
           padding: 175px !important
       }

       .col-sm-p176 {
           padding: 176px !important
       }

       .col-sm-p177 {
           padding: 177px !important
       }

       .col-sm-p178 {
           padding: 178px !important
       }

       .col-sm-p179 {
           padding: 179px !important
       }

       .col-sm-p180 {
           padding: 180px !important
       }

       .col-sm-p181 {
           padding: 181px !important
       }

       .col-sm-p182 {
           padding: 182px !important
       }

       .col-sm-p183 {
           padding: 183px !important
       }

       .col-sm-p184 {
           padding: 184px !important
       }

       .col-sm-p185 {
           padding: 185px !important
       }

       .col-sm-p186 {
           padding: 186px !important
       }

       .col-sm-p187 {
           padding: 187px !important
       }

       .col-sm-p188 {
           padding: 188px !important
       }

       .col-sm-p189 {
           padding: 189px !important
       }

       .col-sm-p190 {
           padding: 190px !important
       }

       .col-sm-p191 {
           padding: 191px !important
       }

       .col-sm-p192 {
           padding: 192px !important
       }

       .col-sm-p193 {
           padding: 193px !important
       }

       .col-sm-p194 {
           padding: 194px !important
       }

       .col-sm-p195 {
           padding: 195px !important
       }

       .col-sm-p196 {
           padding: 196px !important
       }

       .col-sm-p197 {
           padding: 197px !important
       }

       .col-sm-p198 {
           padding: 198px !important
       }

       .col-sm-p199 {
           padding: 199px !important
       }

       .col-sm-p200 {
           padding: 200px !important
       }
   }

   .pt0 {
       padding-top: 0px !important
   }

   .pt1 {
       padding-top: 1px !important
   }

   .pt2 {
       padding-top: 2px !important
   }

   .pt3 {
       padding-top: 3px !important
   }

   .pt4 {
       padding-top: 4px !important
   }

   .pt5 {
       padding-top: 5px !important
   }

   .pt6 {
       padding-top: 6px !important
   }

   .pt7 {
       padding-top: 7px !important
   }

   .pt8 {
       padding-top: 8px !important
   }

   .pt9 {
       padding-top: 9px !important
   }

   .pt10 {
       padding-top: 10px !important
   }

   .pt11 {
       padding-top: 11px !important
   }

   .pt12 {
       padding-top: 12px !important
   }

   .pt13 {
       padding-top: 13px !important
   }

   .pt14 {
       padding-top: 14px !important
   }

   .pt15 {
       padding-top: 15px !important
   }

   .pt16 {
       padding-top: 16px !important
   }

   .pt17 {
       padding-top: 17px !important
   }

   .pt18 {
       padding-top: 18px !important
   }

   .pt19 {
       padding-top: 19px !important
   }

   .pt20 {
       padding-top: 20px !important
   }

   .pt21 {
       padding-top: 21px !important
   }

   .pt22 {
       padding-top: 22px !important
   }

   .pt23 {
       padding-top: 23px !important
   }

   .pt24 {
       padding-top: 24px !important
   }

   .pt25 {
       padding-top: 25px !important
   }

   .pt26 {
       padding-top: 26px !important
   }

   .pt27 {
       padding-top: 27px !important
   }

   .pt28 {
       padding-top: 28px !important
   }

   .pt29 {
       padding-top: 29px !important
   }

   .pt30 {
       padding-top: 30px !important
   }

   .pt31 {
       padding-top: 31px !important
   }

   .pt32 {
       padding-top: 32px !important
   }

   .pt33 {
       padding-top: 33px !important
   }

   .pt34 {
       padding-top: 34px !important
   }

   .pt35 {
       padding-top: 35px !important
   }

   .pt36 {
       padding-top: 36px !important
   }

   .pt37 {
       padding-top: 37px !important
   }

   .pt38 {
       padding-top: 38px !important
   }

   .pt39 {
       padding-top: 39px !important
   }

   .pt40 {
       padding-top: 40px !important
   }

   .pt41 {
       padding-top: 41px !important
   }

   .pt42 {
       padding-top: 42px !important
   }

   .pt43 {
       padding-top: 43px !important
   }

   .pt44 {
       padding-top: 44px !important
   }

   .pt45 {
       padding-top: 45px !important
   }

   .pt46 {
       padding-top: 46px !important
   }

   .pt47 {
       padding-top: 47px !important
   }

   .pt48 {
       padding-top: 48px !important
   }

   .pt49 {
       padding-top: 49px !important
   }

   .pt50 {
       padding-top: 50px !important
   }

   .pt51 {
       padding-top: 51px !important
   }

   .pt52 {
       padding-top: 52px !important
   }

   .pt53 {
       padding-top: 53px !important
   }

   .pt54 {
       padding-top: 54px !important
   }

   .pt55 {
       padding-top: 55px !important
   }

   .pt56 {
       padding-top: 56px !important
   }

   .pt57 {
       padding-top: 57px !important
   }

   .pt58 {
       padding-top: 58px !important
   }

   .pt59 {
       padding-top: 59px !important
   }

   .pt60 {
       padding-top: 60px !important
   }

   .pt61 {
       padding-top: 61px !important
   }

   .pt62 {
       padding-top: 62px !important
   }

   .pt63 {
       padding-top: 63px !important
   }

   .pt64 {
       padding-top: 64px !important
   }

   .pt65 {
       padding-top: 65px !important
   }

   .pt66 {
       padding-top: 66px !important
   }

   .pt67 {
       padding-top: 67px !important
   }

   .pt68 {
       padding-top: 68px !important
   }

   .pt69 {
       padding-top: 69px !important
   }

   .pt70 {
       padding-top: 70px !important
   }

   .pt71 {
       padding-top: 71px !important
   }

   .pt72 {
       padding-top: 72px !important
   }

   .pt73 {
       padding-top: 73px !important
   }

   .pt74 {
       padding-top: 74px !important
   }

   .pt75 {
       padding-top: 75px !important
   }

   .pt76 {
       padding-top: 76px !important
   }

   .pt77 {
       padding-top: 77px !important
   }

   .pt78 {
       padding-top: 78px !important
   }

   .pt79 {
       padding-top: 79px !important
   }

   .pt80 {
       padding-top: 80px !important
   }

   .pt81 {
       padding-top: 81px !important
   }

   .pt82 {
       padding-top: 82px !important
   }

   .pt83 {
       padding-top: 83px !important
   }

   .pt84 {
       padding-top: 84px !important
   }

   .pt85 {
       padding-top: 85px !important
   }

   .pt86 {
       padding-top: 86px !important
   }

   .pt87 {
       padding-top: 87px !important
   }

   .pt88 {
       padding-top: 88px !important
   }

   .pt89 {
       padding-top: 89px !important
   }

   .pt90 {
       padding-top: 90px !important
   }

   .pt91 {
       padding-top: 91px !important
   }

   .pt92 {
       padding-top: 92px !important
   }

   .pt93 {
       padding-top: 93px !important
   }

   .pt94 {
       padding-top: 94px !important
   }

   .pt95 {
       padding-top: 95px !important
   }

   .pt96 {
       padding-top: 96px !important
   }

   .pt97 {
       padding-top: 97px !important
   }

   .pt98 {
       padding-top: 98px !important
   }

   .pt99 {
       padding-top: 99px !important
   }

   .pt100 {
       padding-top: 100px !important
   }

   .pt101 {
       padding-top: 101px !important
   }

   .pt102 {
       padding-top: 102px !important
   }

   .pt103 {
       padding-top: 103px !important
   }

   .pt104 {
       padding-top: 104px !important
   }

   .pt105 {
       padding-top: 105px !important
   }

   .pt106 {
       padding-top: 106px !important
   }

   .pt107 {
       padding-top: 107px !important
   }

   .pt108 {
       padding-top: 108px !important
   }

   .pt109 {
       padding-top: 109px !important
   }

   .pt110 {
       padding-top: 110px !important
   }

   .pt111 {
       padding-top: 111px !important
   }

   .pt112 {
       padding-top: 112px !important
   }

   .pt113 {
       padding-top: 113px !important
   }

   .pt114 {
       padding-top: 114px !important
   }

   .pt115 {
       padding-top: 115px !important
   }

   .pt116 {
       padding-top: 116px !important
   }

   .pt117 {
       padding-top: 117px !important
   }

   .pt118 {
       padding-top: 118px !important
   }

   .pt119 {
       padding-top: 119px !important
   }

   .pt120 {
       padding-top: 120px !important
   }

   .pt121 {
       padding-top: 121px !important
   }

   .pt122 {
       padding-top: 122px !important
   }

   .pt123 {
       padding-top: 123px !important
   }

   .pt124 {
       padding-top: 124px !important
   }

   .pt125 {
       padding-top: 125px !important
   }

   .pt126 {
       padding-top: 126px !important
   }

   .pt127 {
       padding-top: 127px !important
   }

   .pt128 {
       padding-top: 128px !important
   }

   .pt129 {
       padding-top: 129px !important
   }

   .pt130 {
       padding-top: 130px !important
   }

   .pt131 {
       padding-top: 131px !important
   }

   .pt132 {
       padding-top: 132px !important
   }

   .pt133 {
       padding-top: 133px !important
   }

   .pt134 {
       padding-top: 134px !important
   }

   .pt135 {
       padding-top: 135px !important
   }

   .pt136 {
       padding-top: 136px !important
   }

   .pt137 {
       padding-top: 137px !important
   }

   .pt138 {
       padding-top: 138px !important
   }

   .pt139 {
       padding-top: 139px !important
   }

   .pt140 {
       padding-top: 140px !important
   }

   .pt141 {
       padding-top: 141px !important
   }

   .pt142 {
       padding-top: 142px !important
   }

   .pt143 {
       padding-top: 143px !important
   }

   .pt144 {
       padding-top: 144px !important
   }

   .pt145 {
       padding-top: 145px !important
   }

   .pt146 {
       padding-top: 146px !important
   }

   .pt147 {
       padding-top: 147px !important
   }

   .pt148 {
       padding-top: 148px !important
   }

   .pt149 {
       padding-top: 149px !important
   }

   .pt150 {
       padding-top: 150px !important
   }

   .pt151 {
       padding-top: 151px !important
   }

   .pt152 {
       padding-top: 152px !important
   }

   .pt153 {
       padding-top: 153px !important
   }

   .pt154 {
       padding-top: 154px !important
   }

   .pt155 {
       padding-top: 155px !important
   }

   .pt156 {
       padding-top: 156px !important
   }

   .pt157 {
       padding-top: 157px !important
   }

   .pt158 {
       padding-top: 158px !important
   }

   .pt159 {
       padding-top: 159px !important
   }

   .pt160 {
       padding-top: 160px !important
   }

   .pt161 {
       padding-top: 161px !important
   }

   .pt162 {
       padding-top: 162px !important
   }

   .pt163 {
       padding-top: 163px !important
   }

   .pt164 {
       padding-top: 164px !important
   }

   .pt165 {
       padding-top: 165px !important
   }

   .pt166 {
       padding-top: 166px !important
   }

   .pt167 {
       padding-top: 167px !important
   }

   .pt168 {
       padding-top: 168px !important
   }

   .pt169 {
       padding-top: 169px !important
   }

   .pt170 {
       padding-top: 170px !important
   }

   .pt171 {
       padding-top: 171px !important
   }

   .pt172 {
       padding-top: 172px !important
   }

   .pt173 {
       padding-top: 173px !important
   }

   .pt174 {
       padding-top: 174px !important
   }

   .pt175 {
       padding-top: 175px !important
   }

   .pt176 {
       padding-top: 176px !important
   }

   .pt177 {
       padding-top: 177px !important
   }

   .pt178 {
       padding-top: 178px !important
   }

   .pt179 {
       padding-top: 179px !important
   }

   .pt180 {
       padding-top: 180px !important
   }

   .pt181 {
       padding-top: 181px !important
   }

   .pt182 {
       padding-top: 182px !important
   }

   .pt183 {
       padding-top: 183px !important
   }

   .pt184 {
       padding-top: 184px !important
   }

   .pt185 {
       padding-top: 185px !important
   }

   .pt186 {
       padding-top: 186px !important
   }

   .pt187 {
       padding-top: 187px !important
   }

   .pt188 {
       padding-top: 188px !important
   }

   .pt189 {
       padding-top: 189px !important
   }

   .pt190 {
       padding-top: 190px !important
   }

   .pt191 {
       padding-top: 191px !important
   }

   .pt192 {
       padding-top: 192px !important
   }

   .pt193 {
       padding-top: 193px !important
   }

   .pt194 {
       padding-top: 194px !important
   }

   .pt195 {
       padding-top: 195px !important
   }

   .pt196 {
       padding-top: 196px !important
   }

   .pt197 {
       padding-top: 197px !important
   }

   .pt198 {
       padding-top: 198px !important
   }

   .pt199 {
       padding-top: 199px !important
   }

   .pt200 {
       padding-top: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-pt0 {
           padding-top: 0px !important
       }

       .col-sm-pt1 {
           padding-top: 1px !important
       }

       .col-sm-pt2 {
           padding-top: 2px !important
       }

       .col-sm-pt3 {
           padding-top: 3px !important
       }

       .col-sm-pt4 {
           padding-top: 4px !important
       }

       .col-sm-pt5 {
           padding-top: 5px !important
       }

       .col-sm-pt6 {
           padding-top: 6px !important
       }

       .col-sm-pt7 {
           padding-top: 7px !important
       }

       .col-sm-pt8 {
           padding-top: 8px !important
       }

       .col-sm-pt9 {
           padding-top: 9px !important
       }

       .col-sm-pt10 {
           padding-top: 10px !important
       }

       .col-sm-pt11 {
           padding-top: 11px !important
       }

       .col-sm-pt12 {
           padding-top: 12px !important
       }

       .col-sm-pt13 {
           padding-top: 13px !important
       }

       .col-sm-pt14 {
           padding-top: 14px !important
       }

       .col-sm-pt15 {
           padding-top: 15px !important
       }

       .col-sm-pt16 {
           padding-top: 16px !important
       }

       .col-sm-pt17 {
           padding-top: 17px !important
       }

       .col-sm-pt18 {
           padding-top: 18px !important
       }

       .col-sm-pt19 {
           padding-top: 19px !important
       }

       .col-sm-pt20 {
           padding-top: 20px !important
       }

       .col-sm-pt21 {
           padding-top: 21px !important
       }

       .col-sm-pt22 {
           padding-top: 22px !important
       }

       .col-sm-pt23 {
           padding-top: 23px !important
       }

       .col-sm-pt24 {
           padding-top: 24px !important
       }

       .col-sm-pt25 {
           padding-top: 25px !important
       }

       .col-sm-pt26 {
           padding-top: 26px !important
       }

       .col-sm-pt27 {
           padding-top: 27px !important
       }

       .col-sm-pt28 {
           padding-top: 28px !important
       }

       .col-sm-pt29 {
           padding-top: 29px !important
       }

       .col-sm-pt30 {
           padding-top: 30px !important
       }

       .col-sm-pt31 {
           padding-top: 31px !important
       }

       .col-sm-pt32 {
           padding-top: 32px !important
       }

       .col-sm-pt33 {
           padding-top: 33px !important
       }

       .col-sm-pt34 {
           padding-top: 34px !important
       }

       .col-sm-pt35 {
           padding-top: 35px !important
       }

       .col-sm-pt36 {
           padding-top: 36px !important
       }

       .col-sm-pt37 {
           padding-top: 37px !important
       }

       .col-sm-pt38 {
           padding-top: 38px !important
       }

       .col-sm-pt39 {
           padding-top: 39px !important
       }

       .col-sm-pt40 {
           padding-top: 40px !important
       }

       .col-sm-pt41 {
           padding-top: 41px !important
       }

       .col-sm-pt42 {
           padding-top: 42px !important
       }

       .col-sm-pt43 {
           padding-top: 43px !important
       }

       .col-sm-pt44 {
           padding-top: 44px !important
       }

       .col-sm-pt45 {
           padding-top: 45px !important
       }

       .col-sm-pt46 {
           padding-top: 46px !important
       }

       .col-sm-pt47 {
           padding-top: 47px !important
       }

       .col-sm-pt48 {
           padding-top: 48px !important
       }

       .col-sm-pt49 {
           padding-top: 49px !important
       }

       .col-sm-pt50 {
           padding-top: 50px !important
       }

       .col-sm-pt51 {
           padding-top: 51px !important
       }

       .col-sm-pt52 {
           padding-top: 52px !important
       }

       .col-sm-pt53 {
           padding-top: 53px !important
       }

       .col-sm-pt54 {
           padding-top: 54px !important
       }

       .col-sm-pt55 {
           padding-top: 55px !important
       }

       .col-sm-pt56 {
           padding-top: 56px !important
       }

       .col-sm-pt57 {
           padding-top: 57px !important
       }

       .col-sm-pt58 {
           padding-top: 58px !important
       }

       .col-sm-pt59 {
           padding-top: 59px !important
       }

       .col-sm-pt60 {
           padding-top: 60px !important
       }

       .col-sm-pt61 {
           padding-top: 61px !important
       }

       .col-sm-pt62 {
           padding-top: 62px !important
       }

       .col-sm-pt63 {
           padding-top: 63px !important
       }

       .col-sm-pt64 {
           padding-top: 64px !important
       }

       .col-sm-pt65 {
           padding-top: 65px !important
       }

       .col-sm-pt66 {
           padding-top: 66px !important
       }

       .col-sm-pt67 {
           padding-top: 67px !important
       }

       .col-sm-pt68 {
           padding-top: 68px !important
       }

       .col-sm-pt69 {
           padding-top: 69px !important
       }

       .col-sm-pt70 {
           padding-top: 70px !important
       }

       .col-sm-pt71 {
           padding-top: 71px !important
       }

       .col-sm-pt72 {
           padding-top: 72px !important
       }

       .col-sm-pt73 {
           padding-top: 73px !important
       }

       .col-sm-pt74 {
           padding-top: 74px !important
       }

       .col-sm-pt75 {
           padding-top: 75px !important
       }

       .col-sm-pt76 {
           padding-top: 76px !important
       }

       .col-sm-pt77 {
           padding-top: 77px !important
       }

       .col-sm-pt78 {
           padding-top: 78px !important
       }

       .col-sm-pt79 {
           padding-top: 79px !important
       }

       .col-sm-pt80 {
           padding-top: 80px !important
       }

       .col-sm-pt81 {
           padding-top: 81px !important
       }

       .col-sm-pt82 {
           padding-top: 82px !important
       }

       .col-sm-pt83 {
           padding-top: 83px !important
       }

       .col-sm-pt84 {
           padding-top: 84px !important
       }

       .col-sm-pt85 {
           padding-top: 85px !important
       }

       .col-sm-pt86 {
           padding-top: 86px !important
       }

       .col-sm-pt87 {
           padding-top: 87px !important
       }

       .col-sm-pt88 {
           padding-top: 88px !important
       }

       .col-sm-pt89 {
           padding-top: 89px !important
       }

       .col-sm-pt90 {
           padding-top: 90px !important
       }

       .col-sm-pt91 {
           padding-top: 91px !important
       }

       .col-sm-pt92 {
           padding-top: 92px !important
       }

       .col-sm-pt93 {
           padding-top: 93px !important
       }

       .col-sm-pt94 {
           padding-top: 94px !important
       }

       .col-sm-pt95 {
           padding-top: 95px !important
       }

       .col-sm-pt96 {
           padding-top: 96px !important
       }

       .col-sm-pt97 {
           padding-top: 97px !important
       }

       .col-sm-pt98 {
           padding-top: 98px !important
       }

       .col-sm-pt99 {
           padding-top: 99px !important
       }

       .col-sm-pt100 {
           padding-top: 100px !important
       }

       .col-sm-pt101 {
           padding-top: 101px !important
       }

       .col-sm-pt102 {
           padding-top: 102px !important
       }

       .col-sm-pt103 {
           padding-top: 103px !important
       }

       .col-sm-pt104 {
           padding-top: 104px !important
       }

       .col-sm-pt105 {
           padding-top: 105px !important
       }

       .col-sm-pt106 {
           padding-top: 106px !important
       }

       .col-sm-pt107 {
           padding-top: 107px !important
       }

       .col-sm-pt108 {
           padding-top: 108px !important
       }

       .col-sm-pt109 {
           padding-top: 109px !important
       }

       .col-sm-pt110 {
           padding-top: 110px !important
       }

       .col-sm-pt111 {
           padding-top: 111px !important
       }

       .col-sm-pt112 {
           padding-top: 112px !important
       }

       .col-sm-pt113 {
           padding-top: 113px !important
       }

       .col-sm-pt114 {
           padding-top: 114px !important
       }

       .col-sm-pt115 {
           padding-top: 115px !important
       }

       .col-sm-pt116 {
           padding-top: 116px !important
       }

       .col-sm-pt117 {
           padding-top: 117px !important
       }

       .col-sm-pt118 {
           padding-top: 118px !important
       }

       .col-sm-pt119 {
           padding-top: 119px !important
       }

       .col-sm-pt120 {
           padding-top: 120px !important
       }

       .col-sm-pt121 {
           padding-top: 121px !important
       }

       .col-sm-pt122 {
           padding-top: 122px !important
       }

       .col-sm-pt123 {
           padding-top: 123px !important
       }

       .col-sm-pt124 {
           padding-top: 124px !important
       }

       .col-sm-pt125 {
           padding-top: 125px !important
       }

       .col-sm-pt126 {
           padding-top: 126px !important
       }

       .col-sm-pt127 {
           padding-top: 127px !important
       }

       .col-sm-pt128 {
           padding-top: 128px !important
       }

       .col-sm-pt129 {
           padding-top: 129px !important
       }

       .col-sm-pt130 {
           padding-top: 130px !important
       }

       .col-sm-pt131 {
           padding-top: 131px !important
       }

       .col-sm-pt132 {
           padding-top: 132px !important
       }

       .col-sm-pt133 {
           padding-top: 133px !important
       }

       .col-sm-pt134 {
           padding-top: 134px !important
       }

       .col-sm-pt135 {
           padding-top: 135px !important
       }

       .col-sm-pt136 {
           padding-top: 136px !important
       }

       .col-sm-pt137 {
           padding-top: 137px !important
       }

       .col-sm-pt138 {
           padding-top: 138px !important
       }

       .col-sm-pt139 {
           padding-top: 139px !important
       }

       .col-sm-pt140 {
           padding-top: 140px !important
       }

       .col-sm-pt141 {
           padding-top: 141px !important
       }

       .col-sm-pt142 {
           padding-top: 142px !important
       }

       .col-sm-pt143 {
           padding-top: 143px !important
       }

       .col-sm-pt144 {
           padding-top: 144px !important
       }

       .col-sm-pt145 {
           padding-top: 145px !important
       }

       .col-sm-pt146 {
           padding-top: 146px !important
       }

       .col-sm-pt147 {
           padding-top: 147px !important
       }

       .col-sm-pt148 {
           padding-top: 148px !important
       }

       .col-sm-pt149 {
           padding-top: 149px !important
       }

       .col-sm-pt150 {
           padding-top: 150px !important
       }

       .col-sm-pt151 {
           padding-top: 151px !important
       }

       .col-sm-pt152 {
           padding-top: 152px !important
       }

       .col-sm-pt153 {
           padding-top: 153px !important
       }

       .col-sm-pt154 {
           padding-top: 154px !important
       }

       .col-sm-pt155 {
           padding-top: 155px !important
       }

       .col-sm-pt156 {
           padding-top: 156px !important
       }

       .col-sm-pt157 {
           padding-top: 157px !important
       }

       .col-sm-pt158 {
           padding-top: 158px !important
       }

       .col-sm-pt159 {
           padding-top: 159px !important
       }

       .col-sm-pt160 {
           padding-top: 160px !important
       }

       .col-sm-pt161 {
           padding-top: 161px !important
       }

       .col-sm-pt162 {
           padding-top: 162px !important
       }

       .col-sm-pt163 {
           padding-top: 163px !important
       }

       .col-sm-pt164 {
           padding-top: 164px !important
       }

       .col-sm-pt165 {
           padding-top: 165px !important
       }

       .col-sm-pt166 {
           padding-top: 166px !important
       }

       .col-sm-pt167 {
           padding-top: 167px !important
       }

       .col-sm-pt168 {
           padding-top: 168px !important
       }

       .col-sm-pt169 {
           padding-top: 169px !important
       }

       .col-sm-pt170 {
           padding-top: 170px !important
       }

       .col-sm-pt171 {
           padding-top: 171px !important
       }

       .col-sm-pt172 {
           padding-top: 172px !important
       }

       .col-sm-pt173 {
           padding-top: 173px !important
       }

       .col-sm-pt174 {
           padding-top: 174px !important
       }

       .col-sm-pt175 {
           padding-top: 175px !important
       }

       .col-sm-pt176 {
           padding-top: 176px !important
       }

       .col-sm-pt177 {
           padding-top: 177px !important
       }

       .col-sm-pt178 {
           padding-top: 178px !important
       }

       .col-sm-pt179 {
           padding-top: 179px !important
       }

       .col-sm-pt180 {
           padding-top: 180px !important
       }

       .col-sm-pt181 {
           padding-top: 181px !important
       }

       .col-sm-pt182 {
           padding-top: 182px !important
       }

       .col-sm-pt183 {
           padding-top: 183px !important
       }

       .col-sm-pt184 {
           padding-top: 184px !important
       }

       .col-sm-pt185 {
           padding-top: 185px !important
       }

       .col-sm-pt186 {
           padding-top: 186px !important
       }

       .col-sm-pt187 {
           padding-top: 187px !important
       }

       .col-sm-pt188 {
           padding-top: 188px !important
       }

       .col-sm-pt189 {
           padding-top: 189px !important
       }

       .col-sm-pt190 {
           padding-top: 190px !important
       }

       .col-sm-pt191 {
           padding-top: 191px !important
       }

       .col-sm-pt192 {
           padding-top: 192px !important
       }

       .col-sm-pt193 {
           padding-top: 193px !important
       }

       .col-sm-pt194 {
           padding-top: 194px !important
       }

       .col-sm-pt195 {
           padding-top: 195px !important
       }

       .col-sm-pt196 {
           padding-top: 196px !important
       }

       .col-sm-pt197 {
           padding-top: 197px !important
       }

       .col-sm-pt198 {
           padding-top: 198px !important
       }

       .col-sm-pt199 {
           padding-top: 199px !important
       }

       .col-sm-pt200 {
           padding-top: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-pt0 {
           padding-top: 0px !important
       }

       .col-xs-pt1 {
           padding-top: 1px !important
       }

       .col-xs-pt2 {
           padding-top: 2px !important
       }

       .col-xs-pt3 {
           padding-top: 3px !important
       }

       .col-xs-pt4 {
           padding-top: 4px !important
       }

       .col-xs-pt5 {
           padding-top: 5px !important
       }

       .col-xs-pt6 {
           padding-top: 6px !important
       }

       .col-xs-pt7 {
           padding-top: 7px !important
       }

       .col-xs-pt8 {
           padding-top: 8px !important
       }

       .col-xs-pt9 {
           padding-top: 9px !important
       }

       .col-xs-pt10 {
           padding-top: 10px !important
       }

       .col-xs-pt11 {
           padding-top: 11px !important
       }

       .col-xs-pt12 {
           padding-top: 12px !important
       }

       .col-xs-pt13 {
           padding-top: 13px !important
       }

       .col-xs-pt14 {
           padding-top: 14px !important
       }

       .col-xs-pt15 {
           padding-top: 15px !important
       }

       .col-xs-pt16 {
           padding-top: 16px !important
       }

       .col-xs-pt17 {
           padding-top: 17px !important
       }

       .col-xs-pt18 {
           padding-top: 18px !important
       }

       .col-xs-pt19 {
           padding-top: 19px !important
       }

       .col-xs-pt20 {
           padding-top: 20px !important
       }

       .col-xs-pt21 {
           padding-top: 21px !important
       }

       .col-xs-pt22 {
           padding-top: 22px !important
       }

       .col-xs-pt23 {
           padding-top: 23px !important
       }

       .col-xs-pt24 {
           padding-top: 24px !important
       }

       .col-xs-pt25 {
           padding-top: 25px !important
       }

       .col-xs-pt26 {
           padding-top: 26px !important
       }

       .col-xs-pt27 {
           padding-top: 27px !important
       }

       .col-xs-pt28 {
           padding-top: 28px !important
       }

       .col-xs-pt29 {
           padding-top: 29px !important
       }

       .col-xs-pt30 {
           padding-top: 30px !important
       }

       .col-xs-pt31 {
           padding-top: 31px !important
       }

       .col-xs-pt32 {
           padding-top: 32px !important
       }

       .col-xs-pt33 {
           padding-top: 33px !important
       }

       .col-xs-pt34 {
           padding-top: 34px !important
       }

       .col-xs-pt35 {
           padding-top: 35px !important
       }

       .col-xs-pt36 {
           padding-top: 36px !important
       }

       .col-xs-pt37 {
           padding-top: 37px !important
       }

       .col-xs-pt38 {
           padding-top: 38px !important
       }

       .col-xs-pt39 {
           padding-top: 39px !important
       }

       .col-xs-pt40 {
           padding-top: 40px !important
       }

       .col-xs-pt41 {
           padding-top: 41px !important
       }

       .col-xs-pt42 {
           padding-top: 42px !important
       }

       .col-xs-pt43 {
           padding-top: 43px !important
       }

       .col-xs-pt44 {
           padding-top: 44px !important
       }

       .col-xs-pt45 {
           padding-top: 45px !important
       }

       .col-xs-pt46 {
           padding-top: 46px !important
       }

       .col-xs-pt47 {
           padding-top: 47px !important
       }

       .col-xs-pt48 {
           padding-top: 48px !important
       }

       .col-xs-pt49 {
           padding-top: 49px !important
       }

       .col-xs-pt50 {
           padding-top: 50px !important
       }

       .col-xs-pt51 {
           padding-top: 51px !important
       }

       .col-xs-pt52 {
           padding-top: 52px !important
       }

       .col-xs-pt53 {
           padding-top: 53px !important
       }

       .col-xs-pt54 {
           padding-top: 54px !important
       }

       .col-xs-pt55 {
           padding-top: 55px !important
       }

       .col-xs-pt56 {
           padding-top: 56px !important
       }

       .col-xs-pt57 {
           padding-top: 57px !important
       }

       .col-xs-pt58 {
           padding-top: 58px !important
       }

       .col-xs-pt59 {
           padding-top: 59px !important
       }

       .col-xs-pt60 {
           padding-top: 60px !important
       }

       .col-xs-pt61 {
           padding-top: 61px !important
       }

       .col-xs-pt62 {
           padding-top: 62px !important
       }

       .col-xs-pt63 {
           padding-top: 63px !important
       }

       .col-xs-pt64 {
           padding-top: 64px !important
       }

       .col-xs-pt65 {
           padding-top: 65px !important
       }

       .col-xs-pt66 {
           padding-top: 66px !important
       }

       .col-xs-pt67 {
           padding-top: 67px !important
       }

       .col-xs-pt68 {
           padding-top: 68px !important
       }

       .col-xs-pt69 {
           padding-top: 69px !important
       }

       .col-xs-pt70 {
           padding-top: 70px !important
       }

       .col-xs-pt71 {
           padding-top: 71px !important
       }

       .col-xs-pt72 {
           padding-top: 72px !important
       }

       .col-xs-pt73 {
           padding-top: 73px !important
       }

       .col-xs-pt74 {
           padding-top: 74px !important
       }

       .col-xs-pt75 {
           padding-top: 75px !important
       }

       .col-xs-pt76 {
           padding-top: 76px !important
       }

       .col-xs-pt77 {
           padding-top: 77px !important
       }

       .col-xs-pt78 {
           padding-top: 78px !important
       }

       .col-xs-pt79 {
           padding-top: 79px !important
       }

       .col-xs-pt80 {
           padding-top: 80px !important
       }

       .col-xs-pt81 {
           padding-top: 81px !important
       }

       .col-xs-pt82 {
           padding-top: 82px !important
       }

       .col-xs-pt83 {
           padding-top: 83px !important
       }

       .col-xs-pt84 {
           padding-top: 84px !important
       }

       .col-xs-pt85 {
           padding-top: 85px !important
       }

       .col-xs-pt86 {
           padding-top: 86px !important
       }

       .col-xs-pt87 {
           padding-top: 87px !important
       }

       .col-xs-pt88 {
           padding-top: 88px !important
       }

       .col-xs-pt89 {
           padding-top: 89px !important
       }

       .col-xs-pt90 {
           padding-top: 90px !important
       }

       .col-xs-pt91 {
           padding-top: 91px !important
       }

       .col-xs-pt92 {
           padding-top: 92px !important
       }

       .col-xs-pt93 {
           padding-top: 93px !important
       }

       .col-xs-pt94 {
           padding-top: 94px !important
       }

       .col-xs-pt95 {
           padding-top: 95px !important
       }

       .col-xs-pt96 {
           padding-top: 96px !important
       }

       .col-xs-pt97 {
           padding-top: 97px !important
       }

       .col-xs-pt98 {
           padding-top: 98px !important
       }

       .col-xs-pt99 {
           padding-top: 99px !important
       }

       .col-xs-pt100 {
           padding-top: 100px !important
       }

       .col-xs-pt101 {
           padding-top: 101px !important
       }

       .col-xs-pt102 {
           padding-top: 102px !important
       }

       .col-xs-pt103 {
           padding-top: 103px !important
       }

       .col-xs-pt104 {
           padding-top: 104px !important
       }

       .col-xs-pt105 {
           padding-top: 105px !important
       }

       .col-xs-pt106 {
           padding-top: 106px !important
       }

       .col-xs-pt107 {
           padding-top: 107px !important
       }

       .col-xs-pt108 {
           padding-top: 108px !important
       }

       .col-xs-pt109 {
           padding-top: 109px !important
       }

       .col-xs-pt110 {
           padding-top: 110px !important
       }

       .col-xs-pt111 {
           padding-top: 111px !important
       }

       .col-xs-pt112 {
           padding-top: 112px !important
       }

       .col-xs-pt113 {
           padding-top: 113px !important
       }

       .col-xs-pt114 {
           padding-top: 114px !important
       }

       .col-xs-pt115 {
           padding-top: 115px !important
       }

       .col-xs-pt116 {
           padding-top: 116px !important
       }

       .col-xs-pt117 {
           padding-top: 117px !important
       }

       .col-xs-pt118 {
           padding-top: 118px !important
       }

       .col-xs-pt119 {
           padding-top: 119px !important
       }

       .col-xs-pt120 {
           padding-top: 120px !important
       }

       .col-xs-pt121 {
           padding-top: 121px !important
       }

       .col-xs-pt122 {
           padding-top: 122px !important
       }

       .col-xs-pt123 {
           padding-top: 123px !important
       }

       .col-xs-pt124 {
           padding-top: 124px !important
       }

       .col-xs-pt125 {
           padding-top: 125px !important
       }

       .col-xs-pt126 {
           padding-top: 126px !important
       }

       .col-xs-pt127 {
           padding-top: 127px !important
       }

       .col-xs-pt128 {
           padding-top: 128px !important
       }

       .col-xs-pt129 {
           padding-top: 129px !important
       }

       .col-xs-pt130 {
           padding-top: 130px !important
       }

       .col-xs-pt131 {
           padding-top: 131px !important
       }

       .col-xs-pt132 {
           padding-top: 132px !important
       }

       .col-xs-pt133 {
           padding-top: 133px !important
       }

       .col-xs-pt134 {
           padding-top: 134px !important
       }

       .col-xs-pt135 {
           padding-top: 135px !important
       }

       .col-xs-pt136 {
           padding-top: 136px !important
       }

       .col-xs-pt137 {
           padding-top: 137px !important
       }

       .col-xs-pt138 {
           padding-top: 138px !important
       }

       .col-xs-pt139 {
           padding-top: 139px !important
       }

       .col-xs-pt140 {
           padding-top: 140px !important
       }

       .col-xs-pt141 {
           padding-top: 141px !important
       }

       .col-xs-pt142 {
           padding-top: 142px !important
       }

       .col-xs-pt143 {
           padding-top: 143px !important
       }

       .col-xs-pt144 {
           padding-top: 144px !important
       }

       .col-xs-pt145 {
           padding-top: 145px !important
       }

       .col-xs-pt146 {
           padding-top: 146px !important
       }

       .col-xs-pt147 {
           padding-top: 147px !important
       }

       .col-xs-pt148 {
           padding-top: 148px !important
       }

       .col-xs-pt149 {
           padding-top: 149px !important
       }

       .col-xs-pt150 {
           padding-top: 150px !important
       }

       .col-xs-pt151 {
           padding-top: 151px !important
       }

       .col-xs-pt152 {
           padding-top: 152px !important
       }

       .col-xs-pt153 {
           padding-top: 153px !important
       }

       .col-xs-pt154 {
           padding-top: 154px !important
       }

       .col-xs-pt155 {
           padding-top: 155px !important
       }

       .col-xs-pt156 {
           padding-top: 156px !important
       }

       .col-xs-pt157 {
           padding-top: 157px !important
       }

       .col-xs-pt158 {
           padding-top: 158px !important
       }

       .col-xs-pt159 {
           padding-top: 159px !important
       }

       .col-xs-pt160 {
           padding-top: 160px !important
       }

       .col-xs-pt161 {
           padding-top: 161px !important
       }

       .col-xs-pt162 {
           padding-top: 162px !important
       }

       .col-xs-pt163 {
           padding-top: 163px !important
       }

       .col-xs-pt164 {
           padding-top: 164px !important
       }

       .col-xs-pt165 {
           padding-top: 165px !important
       }

       .col-xs-pt166 {
           padding-top: 166px !important
       }

       .col-xs-pt167 {
           padding-top: 167px !important
       }

       .col-xs-pt168 {
           padding-top: 168px !important
       }

       .col-xs-pt169 {
           padding-top: 169px !important
       }

       .col-xs-pt170 {
           padding-top: 170px !important
       }

       .col-xs-pt171 {
           padding-top: 171px !important
       }

       .col-xs-pt172 {
           padding-top: 172px !important
       }

       .col-xs-pt173 {
           padding-top: 173px !important
       }

       .col-xs-pt174 {
           padding-top: 174px !important
       }

       .col-xs-pt175 {
           padding-top: 175px !important
       }

       .col-xs-pt176 {
           padding-top: 176px !important
       }

       .col-xs-pt177 {
           padding-top: 177px !important
       }

       .col-xs-pt178 {
           padding-top: 178px !important
       }

       .col-xs-pt179 {
           padding-top: 179px !important
       }

       .col-xs-pt180 {
           padding-top: 180px !important
       }

       .col-xs-pt181 {
           padding-top: 181px !important
       }

       .col-xs-pt182 {
           padding-top: 182px !important
       }

       .col-xs-pt183 {
           padding-top: 183px !important
       }

       .col-xs-pt184 {
           padding-top: 184px !important
       }

       .col-xs-pt185 {
           padding-top: 185px !important
       }

       .col-xs-pt186 {
           padding-top: 186px !important
       }

       .col-xs-pt187 {
           padding-top: 187px !important
       }

       .col-xs-pt188 {
           padding-top: 188px !important
       }

       .col-xs-pt189 {
           padding-top: 189px !important
       }

       .col-xs-pt190 {
           padding-top: 190px !important
       }

       .col-xs-pt191 {
           padding-top: 191px !important
       }

       .col-xs-pt192 {
           padding-top: 192px !important
       }

       .col-xs-pt193 {
           padding-top: 193px !important
       }

       .col-xs-pt194 {
           padding-top: 194px !important
       }

       .col-xs-pt195 {
           padding-top: 195px !important
       }

       .col-xs-pt196 {
           padding-top: 196px !important
       }

       .col-xs-pt197 {
           padding-top: 197px !important
       }

       .col-xs-pt198 {
           padding-top: 198px !important
       }

       .col-xs-pt199 {
           padding-top: 199px !important
       }

       .col-xs-pt200 {
           padding-top: 200px !important
       }
   }

   .pb0 {
       padding-bottom: 0px !important
   }

   .pb1 {
       padding-bottom: 1px !important
   }

   .pb2 {
       padding-bottom: 2px !important
   }

   .pb3 {
       padding-bottom: 3px !important
   }

   .pb4 {
       padding-bottom: 4px !important
   }

   .pb5 {
       padding-bottom: 5px !important
   }

   .pb6 {
       padding-bottom: 6px !important
   }

   .pb7 {
       padding-bottom: 7px !important
   }

   .pb8 {
       padding-bottom: 8px !important
   }

   .pb9 {
       padding-bottom: 9px !important
   }

   .pb10 {
       padding-bottom: 10px !important
   }

   .pb11 {
       padding-bottom: 11px !important
   }

   .pb12 {
       padding-bottom: 12px !important
   }

   .pb13 {
       padding-bottom: 13px !important
   }

   .pb14 {
       padding-bottom: 14px !important
   }

   .pb15 {
       padding-bottom: 15px !important
   }

   .pb16 {
       padding-bottom: 16px !important
   }

   .pb17 {
       padding-bottom: 17px !important
   }

   .pb18 {
       padding-bottom: 18px !important
   }

   .pb19 {
       padding-bottom: 19px !important
   }

   .pb20 {
       padding-bottom: 20px !important
   }

   .pb21 {
       padding-bottom: 21px !important
   }

   .pb22 {
       padding-bottom: 22px !important
   }

   .pb23 {
       padding-bottom: 23px !important
   }

   .pb24 {
       padding-bottom: 24px !important
   }

   .pb25 {
       padding-bottom: 25px !important
   }

   .pb26 {
       padding-bottom: 26px !important
   }

   .pb27 {
       padding-bottom: 27px !important
   }

   .pb28 {
       padding-bottom: 28px !important
   }

   .pb29 {
       padding-bottom: 29px !important
   }

   .pb30 {
       padding-bottom: 30px !important
   }

   .pb31 {
       padding-bottom: 31px !important
   }

   .pb32 {
       padding-bottom: 32px !important
   }

   .pb33 {
       padding-bottom: 33px !important
   }

   .pb34 {
       padding-bottom: 34px !important
   }

   .pb35 {
       padding-bottom: 35px !important
   }

   .pb36 {
       padding-bottom: 36px !important
   }

   .pb37 {
       padding-bottom: 37px !important
   }

   .pb38 {
       padding-bottom: 38px !important
   }

   .pb39 {
       padding-bottom: 39px !important
   }

   .pb40 {
       padding-bottom: 40px !important
   }

   .pb41 {
       padding-bottom: 41px !important
   }

   .pb42 {
       padding-bottom: 42px !important
   }

   .pb43 {
       padding-bottom: 43px !important
   }

   .pb44 {
       padding-bottom: 44px !important
   }

   .pb45 {
       padding-bottom: 45px !important
   }

   .pb46 {
       padding-bottom: 46px !important
   }

   .pb47 {
       padding-bottom: 47px !important
   }

   .pb48 {
       padding-bottom: 48px !important
   }

   .pb49 {
       padding-bottom: 49px !important
   }

   .pb50 {
       padding-bottom: 50px !important
   }

   .pb51 {
       padding-bottom: 51px !important
   }

   .pb52 {
       padding-bottom: 52px !important
   }

   .pb53 {
       padding-bottom: 53px !important
   }

   .pb54 {
       padding-bottom: 54px !important
   }

   .pb55 {
       padding-bottom: 55px !important
   }

   .pb56 {
       padding-bottom: 56px !important
   }

   .pb57 {
       padding-bottom: 57px !important
   }

   .pb58 {
       padding-bottom: 58px !important
   }

   .pb59 {
       padding-bottom: 59px !important
   }

   .pb60 {
       padding-bottom: 60px !important
   }

   .pb61 {
       padding-bottom: 61px !important
   }

   .pb62 {
       padding-bottom: 62px !important
   }

   .pb63 {
       padding-bottom: 63px !important
   }

   .pb64 {
       padding-bottom: 64px !important
   }

   .pb65 {
       padding-bottom: 65px !important
   }

   .pb66 {
       padding-bottom: 66px !important
   }

   .pb67 {
       padding-bottom: 67px !important
   }

   .pb68 {
       padding-bottom: 68px !important
   }

   .pb69 {
       padding-bottom: 69px !important
   }

   .pb70 {
       padding-bottom: 70px !important
   }

   .pb71 {
       padding-bottom: 71px !important
   }

   .pb72 {
       padding-bottom: 72px !important
   }

   .pb73 {
       padding-bottom: 73px !important
   }

   .pb74 {
       padding-bottom: 74px !important
   }

   .pb75 {
       padding-bottom: 75px !important
   }

   .pb76 {
       padding-bottom: 76px !important
   }

   .pb77 {
       padding-bottom: 77px !important
   }

   .pb78 {
       padding-bottom: 78px !important
   }

   .pb79 {
       padding-bottom: 79px !important
   }

   .pb80 {
       padding-bottom: 80px !important
   }

   .pb81 {
       padding-bottom: 81px !important
   }

   .pb82 {
       padding-bottom: 82px !important
   }

   .pb83 {
       padding-bottom: 83px !important
   }

   .pb84 {
       padding-bottom: 84px !important
   }

   .pb85 {
       padding-bottom: 85px !important
   }

   .pb86 {
       padding-bottom: 86px !important
   }

   .pb87 {
       padding-bottom: 87px !important
   }

   .pb88 {
       padding-bottom: 88px !important
   }

   .pb89 {
       padding-bottom: 89px !important
   }

   .pb90 {
       padding-bottom: 90px !important
   }

   .pb91 {
       padding-bottom: 91px !important
   }

   .pb92 {
       padding-bottom: 92px !important
   }

   .pb93 {
       padding-bottom: 93px !important
   }

   .pb94 {
       padding-bottom: 94px !important
   }

   .pb95 {
       padding-bottom: 95px !important
   }

   .pb96 {
       padding-bottom: 96px !important
   }

   .pb97 {
       padding-bottom: 97px !important
   }

   .pb98 {
       padding-bottom: 98px !important
   }

   .pb99 {
       padding-bottom: 99px !important
   }

   .pb100 {
       padding-bottom: 100px !important
   }

   .pb101 {
       padding-bottom: 101px !important
   }

   .pb102 {
       padding-bottom: 102px !important
   }

   .pb103 {
       padding-bottom: 103px !important
   }

   .pb104 {
       padding-bottom: 104px !important
   }

   .pb105 {
       padding-bottom: 105px !important
   }

   .pb106 {
       padding-bottom: 106px !important
   }

   .pb107 {
       padding-bottom: 107px !important
   }

   .pb108 {
       padding-bottom: 108px !important
   }

   .pb109 {
       padding-bottom: 109px !important
   }

   .pb110 {
       padding-bottom: 110px !important
   }

   .pb111 {
       padding-bottom: 111px !important
   }

   .pb112 {
       padding-bottom: 112px !important
   }

   .pb113 {
       padding-bottom: 113px !important
   }

   .pb114 {
       padding-bottom: 114px !important
   }

   .pb115 {
       padding-bottom: 115px !important
   }

   .pb116 {
       padding-bottom: 116px !important
   }

   .pb117 {
       padding-bottom: 117px !important
   }

   .pb118 {
       padding-bottom: 118px !important
   }

   .pb119 {
       padding-bottom: 119px !important
   }

   .pb120 {
       padding-bottom: 120px !important
   }

   .pb121 {
       padding-bottom: 121px !important
   }

   .pb122 {
       padding-bottom: 122px !important
   }

   .pb123 {
       padding-bottom: 123px !important
   }

   .pb124 {
       padding-bottom: 124px !important
   }

   .pb125 {
       padding-bottom: 125px !important
   }

   .pb126 {
       padding-bottom: 126px !important
   }

   .pb127 {
       padding-bottom: 127px !important
   }

   .pb128 {
       padding-bottom: 128px !important
   }

   .pb129 {
       padding-bottom: 129px !important
   }

   .pb130 {
       padding-bottom: 130px !important
   }

   .pb131 {
       padding-bottom: 131px !important
   }

   .pb132 {
       padding-bottom: 132px !important
   }

   .pb133 {
       padding-bottom: 133px !important
   }

   .pb134 {
       padding-bottom: 134px !important
   }

   .pb135 {
       padding-bottom: 135px !important
   }

   .pb136 {
       padding-bottom: 136px !important
   }

   .pb137 {
       padding-bottom: 137px !important
   }

   .pb138 {
       padding-bottom: 138px !important
   }

   .pb139 {
       padding-bottom: 139px !important
   }

   .pb140 {
       padding-bottom: 140px !important
   }

   .pb141 {
       padding-bottom: 141px !important
   }

   .pb142 {
       padding-bottom: 142px !important
   }

   .pb143 {
       padding-bottom: 143px !important
   }

   .pb144 {
       padding-bottom: 144px !important
   }

   .pb145 {
       padding-bottom: 145px !important
   }

   .pb146 {
       padding-bottom: 146px !important
   }

   .pb147 {
       padding-bottom: 147px !important
   }

   .pb148 {
       padding-bottom: 148px !important
   }

   .pb149 {
       padding-bottom: 149px !important
   }

   .pb150 {
       padding-bottom: 150px !important
   }

   .pb151 {
       padding-bottom: 151px !important
   }

   .pb152 {
       padding-bottom: 152px !important
   }

   .pb153 {
       padding-bottom: 153px !important
   }

   .pb154 {
       padding-bottom: 154px !important
   }

   .pb155 {
       padding-bottom: 155px !important
   }

   .pb156 {
       padding-bottom: 156px !important
   }

   .pb157 {
       padding-bottom: 157px !important
   }

   .pb158 {
       padding-bottom: 158px !important
   }

   .pb159 {
       padding-bottom: 159px !important
   }

   .pb160 {
       padding-bottom: 160px !important
   }

   .pb161 {
       padding-bottom: 161px !important
   }

   .pb162 {
       padding-bottom: 162px !important
   }

   .pb163 {
       padding-bottom: 163px !important
   }

   .pb164 {
       padding-bottom: 164px !important
   }

   .pb165 {
       padding-bottom: 165px !important
   }

   .pb166 {
       padding-bottom: 166px !important
   }

   .pb167 {
       padding-bottom: 167px !important
   }

   .pb168 {
       padding-bottom: 168px !important
   }

   .pb169 {
       padding-bottom: 169px !important
   }

   .pb170 {
       padding-bottom: 170px !important
   }

   .pb171 {
       padding-bottom: 171px !important
   }

   .pb172 {
       padding-bottom: 172px !important
   }

   .pb173 {
       padding-bottom: 173px !important
   }

   .pb174 {
       padding-bottom: 174px !important
   }

   .pb175 {
       padding-bottom: 175px !important
   }

   .pb176 {
       padding-bottom: 176px !important
   }

   .pb177 {
       padding-bottom: 177px !important
   }

   .pb178 {
       padding-bottom: 178px !important
   }

   .pb179 {
       padding-bottom: 179px !important
   }

   .pb180 {
       padding-bottom: 180px !important
   }

   .pb181 {
       padding-bottom: 181px !important
   }

   .pb182 {
       padding-bottom: 182px !important
   }

   .pb183 {
       padding-bottom: 183px !important
   }

   .pb184 {
       padding-bottom: 184px !important
   }

   .pb185 {
       padding-bottom: 185px !important
   }

   .pb186 {
       padding-bottom: 186px !important
   }

   .pb187 {
       padding-bottom: 187px !important
   }

   .pb188 {
       padding-bottom: 188px !important
   }

   .pb189 {
       padding-bottom: 189px !important
   }

   .pb190 {
       padding-bottom: 190px !important
   }

   .pb191 {
       padding-bottom: 191px !important
   }

   .pb192 {
       padding-bottom: 192px !important
   }

   .pb193 {
       padding-bottom: 193px !important
   }

   .pb194 {
       padding-bottom: 194px !important
   }

   .pb195 {
       padding-bottom: 195px !important
   }

   .pb196 {
       padding-bottom: 196px !important
   }

   .pb197 {
       padding-bottom: 197px !important
   }

   .pb198 {
       padding-bottom: 198px !important
   }

   .pb199 {
       padding-bottom: 199px !important
   }

   .pb200 {
       padding-bottom: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-pb0 {
           padding-bottom: 0px !important
       }

       .col-sm-pb1 {
           padding-bottom: 1px !important
       }

       .col-sm-pb2 {
           padding-bottom: 2px !important
       }

       .col-sm-pb3 {
           padding-bottom: 3px !important
       }

       .col-sm-pb4 {
           padding-bottom: 4px !important
       }

       .col-sm-pb5 {
           padding-bottom: 5px !important
       }

       .col-sm-pb6 {
           padding-bottom: 6px !important
       }

       .col-sm-pb7 {
           padding-bottom: 7px !important
       }

       .col-sm-pb8 {
           padding-bottom: 8px !important
       }

       .col-sm-pb9 {
           padding-bottom: 9px !important
       }

       .col-sm-pb10 {
           padding-bottom: 10px !important
       }

       .col-sm-pb11 {
           padding-bottom: 11px !important
       }

       .col-sm-pb12 {
           padding-bottom: 12px !important
       }

       .col-sm-pb13 {
           padding-bottom: 13px !important
       }

       .col-sm-pb14 {
           padding-bottom: 14px !important
       }

       .col-sm-pb15 {
           padding-bottom: 15px !important
       }

       .col-sm-pb16 {
           padding-bottom: 16px !important
       }

       .col-sm-pb17 {
           padding-bottom: 17px !important
       }

       .col-sm-pb18 {
           padding-bottom: 18px !important
       }

       .col-sm-pb19 {
           padding-bottom: 19px !important
       }

       .col-sm-pb20 {
           padding-bottom: 20px !important
       }

       .col-sm-pb21 {
           padding-bottom: 21px !important
       }

       .col-sm-pb22 {
           padding-bottom: 22px !important
       }

       .col-sm-pb23 {
           padding-bottom: 23px !important
       }

       .col-sm-pb24 {
           padding-bottom: 24px !important
       }

       .col-sm-pb25 {
           padding-bottom: 25px !important
       }

       .col-sm-pb26 {
           padding-bottom: 26px !important
       }

       .col-sm-pb27 {
           padding-bottom: 27px !important
       }

       .col-sm-pb28 {
           padding-bottom: 28px !important
       }

       .col-sm-pb29 {
           padding-bottom: 29px !important
       }

       .col-sm-pb30 {
           padding-bottom: 30px !important
       }

       .col-sm-pb31 {
           padding-bottom: 31px !important
       }

       .col-sm-pb32 {
           padding-bottom: 32px !important
       }

       .col-sm-pb33 {
           padding-bottom: 33px !important
       }

       .col-sm-pb34 {
           padding-bottom: 34px !important
       }

       .col-sm-pb35 {
           padding-bottom: 35px !important
       }

       .col-sm-pb36 {
           padding-bottom: 36px !important
       }

       .col-sm-pb37 {
           padding-bottom: 37px !important
       }

       .col-sm-pb38 {
           padding-bottom: 38px !important
       }

       .col-sm-pb39 {
           padding-bottom: 39px !important
       }

       .col-sm-pb40 {
           padding-bottom: 40px !important
       }

       .col-sm-pb41 {
           padding-bottom: 41px !important
       }

       .col-sm-pb42 {
           padding-bottom: 42px !important
       }

       .col-sm-pb43 {
           padding-bottom: 43px !important
       }

       .col-sm-pb44 {
           padding-bottom: 44px !important
       }

       .col-sm-pb45 {
           padding-bottom: 45px !important
       }

       .col-sm-pb46 {
           padding-bottom: 46px !important
       }

       .col-sm-pb47 {
           padding-bottom: 47px !important
       }

       .col-sm-pb48 {
           padding-bottom: 48px !important
       }

       .col-sm-pb49 {
           padding-bottom: 49px !important
       }

       .col-sm-pb50 {
           padding-bottom: 50px !important
       }

       .col-sm-pb51 {
           padding-bottom: 51px !important
       }

       .col-sm-pb52 {
           padding-bottom: 52px !important
       }

       .col-sm-pb53 {
           padding-bottom: 53px !important
       }

       .col-sm-pb54 {
           padding-bottom: 54px !important
       }

       .col-sm-pb55 {
           padding-bottom: 55px !important
       }

       .col-sm-pb56 {
           padding-bottom: 56px !important
       }

       .col-sm-pb57 {
           padding-bottom: 57px !important
       }

       .col-sm-pb58 {
           padding-bottom: 58px !important
       }

       .col-sm-pb59 {
           padding-bottom: 59px !important
       }

       .col-sm-pb60 {
           padding-bottom: 60px !important
       }

       .col-sm-pb61 {
           padding-bottom: 61px !important
       }

       .col-sm-pb62 {
           padding-bottom: 62px !important
       }

       .col-sm-pb63 {
           padding-bottom: 63px !important
       }

       .col-sm-pb64 {
           padding-bottom: 64px !important
       }

       .col-sm-pb65 {
           padding-bottom: 65px !important
       }

       .col-sm-pb66 {
           padding-bottom: 66px !important
       }

       .col-sm-pb67 {
           padding-bottom: 67px !important
       }

       .col-sm-pb68 {
           padding-bottom: 68px !important
       }

       .col-sm-pb69 {
           padding-bottom: 69px !important
       }

       .col-sm-pb70 {
           padding-bottom: 70px !important
       }

       .col-sm-pb71 {
           padding-bottom: 71px !important
       }

       .col-sm-pb72 {
           padding-bottom: 72px !important
       }

       .col-sm-pb73 {
           padding-bottom: 73px !important
       }

       .col-sm-pb74 {
           padding-bottom: 74px !important
       }

       .col-sm-pb75 {
           padding-bottom: 75px !important
       }

       .col-sm-pb76 {
           padding-bottom: 76px !important
       }

       .col-sm-pb77 {
           padding-bottom: 77px !important
       }

       .col-sm-pb78 {
           padding-bottom: 78px !important
       }

       .col-sm-pb79 {
           padding-bottom: 79px !important
       }

       .col-sm-pb80 {
           padding-bottom: 80px !important
       }

       .col-sm-pb81 {
           padding-bottom: 81px !important
       }

       .col-sm-pb82 {
           padding-bottom: 82px !important
       }

       .col-sm-pb83 {
           padding-bottom: 83px !important
       }

       .col-sm-pb84 {
           padding-bottom: 84px !important
       }

       .col-sm-pb85 {
           padding-bottom: 85px !important
       }

       .col-sm-pb86 {
           padding-bottom: 86px !important
       }

       .col-sm-pb87 {
           padding-bottom: 87px !important
       }

       .col-sm-pb88 {
           padding-bottom: 88px !important
       }

       .col-sm-pb89 {
           padding-bottom: 89px !important
       }

       .col-sm-pb90 {
           padding-bottom: 90px !important
       }

       .col-sm-pb91 {
           padding-bottom: 91px !important
       }

       .col-sm-pb92 {
           padding-bottom: 92px !important
       }

       .col-sm-pb93 {
           padding-bottom: 93px !important
       }

       .col-sm-pb94 {
           padding-bottom: 94px !important
       }

       .col-sm-pb95 {
           padding-bottom: 95px !important
       }

       .col-sm-pb96 {
           padding-bottom: 96px !important
       }

       .col-sm-pb97 {
           padding-bottom: 97px !important
       }

       .col-sm-pb98 {
           padding-bottom: 98px !important
       }

       .col-sm-pb99 {
           padding-bottom: 99px !important
       }

       .col-sm-pb100 {
           padding-bottom: 100px !important
       }

       .col-sm-pb101 {
           padding-bottom: 101px !important
       }

       .col-sm-pb102 {
           padding-bottom: 102px !important
       }

       .col-sm-pb103 {
           padding-bottom: 103px !important
       }

       .col-sm-pb104 {
           padding-bottom: 104px !important
       }

       .col-sm-pb105 {
           padding-bottom: 105px !important
       }

       .col-sm-pb106 {
           padding-bottom: 106px !important
       }

       .col-sm-pb107 {
           padding-bottom: 107px !important
       }

       .col-sm-pb108 {
           padding-bottom: 108px !important
       }

       .col-sm-pb109 {
           padding-bottom: 109px !important
       }

       .col-sm-pb110 {
           padding-bottom: 110px !important
       }

       .col-sm-pb111 {
           padding-bottom: 111px !important
       }

       .col-sm-pb112 {
           padding-bottom: 112px !important
       }

       .col-sm-pb113 {
           padding-bottom: 113px !important
       }

       .col-sm-pb114 {
           padding-bottom: 114px !important
       }

       .col-sm-pb115 {
           padding-bottom: 115px !important
       }

       .col-sm-pb116 {
           padding-bottom: 116px !important
       }

       .col-sm-pb117 {
           padding-bottom: 117px !important
       }

       .col-sm-pb118 {
           padding-bottom: 118px !important
       }

       .col-sm-pb119 {
           padding-bottom: 119px !important
       }

       .col-sm-pb120 {
           padding-bottom: 120px !important
       }

       .col-sm-pb121 {
           padding-bottom: 121px !important
       }

       .col-sm-pb122 {
           padding-bottom: 122px !important
       }

       .col-sm-pb123 {
           padding-bottom: 123px !important
       }

       .col-sm-pb124 {
           padding-bottom: 124px !important
       }

       .col-sm-pb125 {
           padding-bottom: 125px !important
       }

       .col-sm-pb126 {
           padding-bottom: 126px !important
       }

       .col-sm-pb127 {
           padding-bottom: 127px !important
       }

       .col-sm-pb128 {
           padding-bottom: 128px !important
       }

       .col-sm-pb129 {
           padding-bottom: 129px !important
       }

       .col-sm-pb130 {
           padding-bottom: 130px !important
       }

       .col-sm-pb131 {
           padding-bottom: 131px !important
       }

       .col-sm-pb132 {
           padding-bottom: 132px !important
       }

       .col-sm-pb133 {
           padding-bottom: 133px !important
       }

       .col-sm-pb134 {
           padding-bottom: 134px !important
       }

       .col-sm-pb135 {
           padding-bottom: 135px !important
       }

       .col-sm-pb136 {
           padding-bottom: 136px !important
       }

       .col-sm-pb137 {
           padding-bottom: 137px !important
       }

       .col-sm-pb138 {
           padding-bottom: 138px !important
       }

       .col-sm-pb139 {
           padding-bottom: 139px !important
       }

       .col-sm-pb140 {
           padding-bottom: 140px !important
       }

       .col-sm-pb141 {
           padding-bottom: 141px !important
       }

       .col-sm-pb142 {
           padding-bottom: 142px !important
       }

       .col-sm-pb143 {
           padding-bottom: 143px !important
       }

       .col-sm-pb144 {
           padding-bottom: 144px !important
       }

       .col-sm-pb145 {
           padding-bottom: 145px !important
       }

       .col-sm-pb146 {
           padding-bottom: 146px !important
       }

       .col-sm-pb147 {
           padding-bottom: 147px !important
       }

       .col-sm-pb148 {
           padding-bottom: 148px !important
       }

       .col-sm-pb149 {
           padding-bottom: 149px !important
       }

       .col-sm-pb150 {
           padding-bottom: 150px !important
       }

       .col-sm-pb151 {
           padding-bottom: 151px !important
       }

       .col-sm-pb152 {
           padding-bottom: 152px !important
       }

       .col-sm-pb153 {
           padding-bottom: 153px !important
       }

       .col-sm-pb154 {
           padding-bottom: 154px !important
       }

       .col-sm-pb155 {
           padding-bottom: 155px !important
       }

       .col-sm-pb156 {
           padding-bottom: 156px !important
       }

       .col-sm-pb157 {
           padding-bottom: 157px !important
       }

       .col-sm-pb158 {
           padding-bottom: 158px !important
       }

       .col-sm-pb159 {
           padding-bottom: 159px !important
       }

       .col-sm-pb160 {
           padding-bottom: 160px !important
       }

       .col-sm-pb161 {
           padding-bottom: 161px !important
       }

       .col-sm-pb162 {
           padding-bottom: 162px !important
       }

       .col-sm-pb163 {
           padding-bottom: 163px !important
       }

       .col-sm-pb164 {
           padding-bottom: 164px !important
       }

       .col-sm-pb165 {
           padding-bottom: 165px !important
       }

       .col-sm-pb166 {
           padding-bottom: 166px !important
       }

       .col-sm-pb167 {
           padding-bottom: 167px !important
       }

       .col-sm-pb168 {
           padding-bottom: 168px !important
       }

       .col-sm-pb169 {
           padding-bottom: 169px !important
       }

       .col-sm-pb170 {
           padding-bottom: 170px !important
       }

       .col-sm-pb171 {
           padding-bottom: 171px !important
       }

       .col-sm-pb172 {
           padding-bottom: 172px !important
       }

       .col-sm-pb173 {
           padding-bottom: 173px !important
       }

       .col-sm-pb174 {
           padding-bottom: 174px !important
       }

       .col-sm-pb175 {
           padding-bottom: 175px !important
       }

       .col-sm-pb176 {
           padding-bottom: 176px !important
       }

       .col-sm-pb177 {
           padding-bottom: 177px !important
       }

       .col-sm-pb178 {
           padding-bottom: 178px !important
       }

       .col-sm-pb179 {
           padding-bottom: 179px !important
       }

       .col-sm-pb180 {
           padding-bottom: 180px !important
       }

       .col-sm-pb181 {
           padding-bottom: 181px !important
       }

       .col-sm-pb182 {
           padding-bottom: 182px !important
       }

       .col-sm-pb183 {
           padding-bottom: 183px !important
       }

       .col-sm-pb184 {
           padding-bottom: 184px !important
       }

       .col-sm-pb185 {
           padding-bottom: 185px !important
       }

       .col-sm-pb186 {
           padding-bottom: 186px !important
       }

       .col-sm-pb187 {
           padding-bottom: 187px !important
       }

       .col-sm-pb188 {
           padding-bottom: 188px !important
       }

       .col-sm-pb189 {
           padding-bottom: 189px !important
       }

       .col-sm-pb190 {
           padding-bottom: 190px !important
       }

       .col-sm-pb191 {
           padding-bottom: 191px !important
       }

       .col-sm-pb192 {
           padding-bottom: 192px !important
       }

       .col-sm-pb193 {
           padding-bottom: 193px !important
       }

       .col-sm-pb194 {
           padding-bottom: 194px !important
       }

       .col-sm-pb195 {
           padding-bottom: 195px !important
       }

       .col-sm-pb196 {
           padding-bottom: 196px !important
       }

       .col-sm-pb197 {
           padding-bottom: 197px !important
       }

       .col-sm-pb198 {
           padding-bottom: 198px !important
       }

       .col-sm-pb199 {
           padding-bottom: 199px !important
       }

       .col-sm-pb200 {
           padding-bottom: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-pb0 {
           padding-bottom: 0px !important
       }

       .col-xs-pb1 {
           padding-bottom: 1px !important
       }

       .col-xs-pb2 {
           padding-bottom: 2px !important
       }

       .col-xs-pb3 {
           padding-bottom: 3px !important
       }

       .col-xs-pb4 {
           padding-bottom: 4px !important
       }

       .col-xs-pb5 {
           padding-bottom: 5px !important
       }

       .col-xs-pb6 {
           padding-bottom: 6px !important
       }

       .col-xs-pb7 {
           padding-bottom: 7px !important
       }

       .col-xs-pb8 {
           padding-bottom: 8px !important
       }

       .col-xs-pb9 {
           padding-bottom: 9px !important
       }

       .col-xs-pb10 {
           padding-bottom: 10px !important
       }

       .col-xs-pb11 {
           padding-bottom: 11px !important
       }

       .col-xs-pb12 {
           padding-bottom: 12px !important
       }

       .col-xs-pb13 {
           padding-bottom: 13px !important
       }

       .col-xs-pb14 {
           padding-bottom: 14px !important
       }

       .col-xs-pb15 {
           padding-bottom: 15px !important
       }

       .col-xs-pb16 {
           padding-bottom: 16px !important
       }

       .col-xs-pb17 {
           padding-bottom: 17px !important
       }

       .col-xs-pb18 {
           padding-bottom: 18px !important
       }

       .col-xs-pb19 {
           padding-bottom: 19px !important
       }

       .col-xs-pb20 {
           padding-bottom: 20px !important
       }

       .col-xs-pb21 {
           padding-bottom: 21px !important
       }

       .col-xs-pb22 {
           padding-bottom: 22px !important
       }

       .col-xs-pb23 {
           padding-bottom: 23px !important
       }

       .col-xs-pb24 {
           padding-bottom: 24px !important
       }

       .col-xs-pb25 {
           padding-bottom: 25px !important
       }

       .col-xs-pb26 {
           padding-bottom: 26px !important
       }

       .col-xs-pb27 {
           padding-bottom: 27px !important
       }

       .col-xs-pb28 {
           padding-bottom: 28px !important
       }

       .col-xs-pb29 {
           padding-bottom: 29px !important
       }

       .col-xs-pb30 {
           padding-bottom: 30px !important
       }

       .col-xs-pb31 {
           padding-bottom: 31px !important
       }

       .col-xs-pb32 {
           padding-bottom: 32px !important
       }

       .col-xs-pb33 {
           padding-bottom: 33px !important
       }

       .col-xs-pb34 {
           padding-bottom: 34px !important
       }

       .col-xs-pb35 {
           padding-bottom: 35px !important
       }

       .col-xs-pb36 {
           padding-bottom: 36px !important
       }

       .col-xs-pb37 {
           padding-bottom: 37px !important
       }

       .col-xs-pb38 {
           padding-bottom: 38px !important
       }

       .col-xs-pb39 {
           padding-bottom: 39px !important
       }

       .col-xs-pb40 {
           padding-bottom: 40px !important
       }

       .col-xs-pb41 {
           padding-bottom: 41px !important
       }

       .col-xs-pb42 {
           padding-bottom: 42px !important
       }

       .col-xs-pb43 {
           padding-bottom: 43px !important
       }

       .col-xs-pb44 {
           padding-bottom: 44px !important
       }

       .col-xs-pb45 {
           padding-bottom: 45px !important
       }

       .col-xs-pb46 {
           padding-bottom: 46px !important
       }

       .col-xs-pb47 {
           padding-bottom: 47px !important
       }

       .col-xs-pb48 {
           padding-bottom: 48px !important
       }

       .col-xs-pb49 {
           padding-bottom: 49px !important
       }

       .col-xs-pb50 {
           padding-bottom: 50px !important
       }

       .col-xs-pb51 {
           padding-bottom: 51px !important
       }

       .col-xs-pb52 {
           padding-bottom: 52px !important
       }

       .col-xs-pb53 {
           padding-bottom: 53px !important
       }

       .col-xs-pb54 {
           padding-bottom: 54px !important
       }

       .col-xs-pb55 {
           padding-bottom: 55px !important
       }

       .col-xs-pb56 {
           padding-bottom: 56px !important
       }

       .col-xs-pb57 {
           padding-bottom: 57px !important
       }

       .col-xs-pb58 {
           padding-bottom: 58px !important
       }

       .col-xs-pb59 {
           padding-bottom: 59px !important
       }

       .col-xs-pb60 {
           padding-bottom: 60px !important
       }

       .col-xs-pb61 {
           padding-bottom: 61px !important
       }

       .col-xs-pb62 {
           padding-bottom: 62px !important
       }

       .col-xs-pb63 {
           padding-bottom: 63px !important
       }

       .col-xs-pb64 {
           padding-bottom: 64px !important
       }

       .col-xs-pb65 {
           padding-bottom: 65px !important
       }

       .col-xs-pb66 {
           padding-bottom: 66px !important
       }

       .col-xs-pb67 {
           padding-bottom: 67px !important
       }

       .col-xs-pb68 {
           padding-bottom: 68px !important
       }

       .col-xs-pb69 {
           padding-bottom: 69px !important
       }

       .col-xs-pb70 {
           padding-bottom: 70px !important
       }

       .col-xs-pb71 {
           padding-bottom: 71px !important
       }

       .col-xs-pb72 {
           padding-bottom: 72px !important
       }

       .col-xs-pb73 {
           padding-bottom: 73px !important
       }

       .col-xs-pb74 {
           padding-bottom: 74px !important
       }

       .col-xs-pb75 {
           padding-bottom: 75px !important
       }

       .col-xs-pb76 {
           padding-bottom: 76px !important
       }

       .col-xs-pb77 {
           padding-bottom: 77px !important
       }

       .col-xs-pb78 {
           padding-bottom: 78px !important
       }

       .col-xs-pb79 {
           padding-bottom: 79px !important
       }

       .col-xs-pb80 {
           padding-bottom: 80px !important
       }

       .col-xs-pb81 {
           padding-bottom: 81px !important
       }

       .col-xs-pb82 {
           padding-bottom: 82px !important
       }

       .col-xs-pb83 {
           padding-bottom: 83px !important
       }

       .col-xs-pb84 {
           padding-bottom: 84px !important
       }

       .col-xs-pb85 {
           padding-bottom: 85px !important
       }

       .col-xs-pb86 {
           padding-bottom: 86px !important
       }

       .col-xs-pb87 {
           padding-bottom: 87px !important
       }

       .col-xs-pb88 {
           padding-bottom: 88px !important
       }

       .col-xs-pb89 {
           padding-bottom: 89px !important
       }

       .col-xs-pb90 {
           padding-bottom: 90px !important
       }

       .col-xs-pb91 {
           padding-bottom: 91px !important
       }

       .col-xs-pb92 {
           padding-bottom: 92px !important
       }

       .col-xs-pb93 {
           padding-bottom: 93px !important
       }

       .col-xs-pb94 {
           padding-bottom: 94px !important
       }

       .col-xs-pb95 {
           padding-bottom: 95px !important
       }

       .col-xs-pb96 {
           padding-bottom: 96px !important
       }

       .col-xs-pb97 {
           padding-bottom: 97px !important
       }

       .col-xs-pb98 {
           padding-bottom: 98px !important
       }

       .col-xs-pb99 {
           padding-bottom: 99px !important
       }

       .col-xs-pb100 {
           padding-bottom: 100px !important
       }

       .col-xs-pb101 {
           padding-bottom: 101px !important
       }

       .col-xs-pb102 {
           padding-bottom: 102px !important
       }

       .col-xs-pb103 {
           padding-bottom: 103px !important
       }

       .col-xs-pb104 {
           padding-bottom: 104px !important
       }

       .col-xs-pb105 {
           padding-bottom: 105px !important
       }

       .col-xs-pb106 {
           padding-bottom: 106px !important
       }

       .col-xs-pb107 {
           padding-bottom: 107px !important
       }

       .col-xs-pb108 {
           padding-bottom: 108px !important
       }

       .col-xs-pb109 {
           padding-bottom: 109px !important
       }

       .col-xs-pb110 {
           padding-bottom: 110px !important
       }

       .col-xs-pb111 {
           padding-bottom: 111px !important
       }

       .col-xs-pb112 {
           padding-bottom: 112px !important
       }

       .col-xs-pb113 {
           padding-bottom: 113px !important
       }

       .col-xs-pb114 {
           padding-bottom: 114px !important
       }

       .col-xs-pb115 {
           padding-bottom: 115px !important
       }

       .col-xs-pb116 {
           padding-bottom: 116px !important
       }

       .col-xs-pb117 {
           padding-bottom: 117px !important
       }

       .col-xs-pb118 {
           padding-bottom: 118px !important
       }

       .col-xs-pb119 {
           padding-bottom: 119px !important
       }

       .col-xs-pb120 {
           padding-bottom: 120px !important
       }

       .col-xs-pb121 {
           padding-bottom: 121px !important
       }

       .col-xs-pb122 {
           padding-bottom: 122px !important
       }

       .col-xs-pb123 {
           padding-bottom: 123px !important
       }

       .col-xs-pb124 {
           padding-bottom: 124px !important
       }

       .col-xs-pb125 {
           padding-bottom: 125px !important
       }

       .col-xs-pb126 {
           padding-bottom: 126px !important
       }

       .col-xs-pb127 {
           padding-bottom: 127px !important
       }

       .col-xs-pb128 {
           padding-bottom: 128px !important
       }

       .col-xs-pb129 {
           padding-bottom: 129px !important
       }

       .col-xs-pb130 {
           padding-bottom: 130px !important
       }

       .col-xs-pb131 {
           padding-bottom: 131px !important
       }

       .col-xs-pb132 {
           padding-bottom: 132px !important
       }

       .col-xs-pb133 {
           padding-bottom: 133px !important
       }

       .col-xs-pb134 {
           padding-bottom: 134px !important
       }

       .col-xs-pb135 {
           padding-bottom: 135px !important
       }

       .col-xs-pb136 {
           padding-bottom: 136px !important
       }

       .col-xs-pb137 {
           padding-bottom: 137px !important
       }

       .col-xs-pb138 {
           padding-bottom: 138px !important
       }

       .col-xs-pb139 {
           padding-bottom: 139px !important
       }

       .col-xs-pb140 {
           padding-bottom: 140px !important
       }

       .col-xs-pb141 {
           padding-bottom: 141px !important
       }

       .col-xs-pb142 {
           padding-bottom: 142px !important
       }

       .col-xs-pb143 {
           padding-bottom: 143px !important
       }

       .col-xs-pb144 {
           padding-bottom: 144px !important
       }

       .col-xs-pb145 {
           padding-bottom: 145px !important
       }

       .col-xs-pb146 {
           padding-bottom: 146px !important
       }

       .col-xs-pb147 {
           padding-bottom: 147px !important
       }

       .col-xs-pb148 {
           padding-bottom: 148px !important
       }

       .col-xs-pb149 {
           padding-bottom: 149px !important
       }

       .col-xs-pb150 {
           padding-bottom: 150px !important
       }

       .col-xs-pb151 {
           padding-bottom: 151px !important
       }

       .col-xs-pb152 {
           padding-bottom: 152px !important
       }

       .col-xs-pb153 {
           padding-bottom: 153px !important
       }

       .col-xs-pb154 {
           padding-bottom: 154px !important
       }

       .col-xs-pb155 {
           padding-bottom: 155px !important
       }

       .col-xs-pb156 {
           padding-bottom: 156px !important
       }

       .col-xs-pb157 {
           padding-bottom: 157px !important
       }

       .col-xs-pb158 {
           padding-bottom: 158px !important
       }

       .col-xs-pb159 {
           padding-bottom: 159px !important
       }

       .col-xs-pb160 {
           padding-bottom: 160px !important
       }

       .col-xs-pb161 {
           padding-bottom: 161px !important
       }

       .col-xs-pb162 {
           padding-bottom: 162px !important
       }

       .col-xs-pb163 {
           padding-bottom: 163px !important
       }

       .col-xs-pb164 {
           padding-bottom: 164px !important
       }

       .col-xs-pb165 {
           padding-bottom: 165px !important
       }

       .col-xs-pb166 {
           padding-bottom: 166px !important
       }

       .col-xs-pb167 {
           padding-bottom: 167px !important
       }

       .col-xs-pb168 {
           padding-bottom: 168px !important
       }

       .col-xs-pb169 {
           padding-bottom: 169px !important
       }

       .col-xs-pb170 {
           padding-bottom: 170px !important
       }

       .col-xs-pb171 {
           padding-bottom: 171px !important
       }

       .col-xs-pb172 {
           padding-bottom: 172px !important
       }

       .col-xs-pb173 {
           padding-bottom: 173px !important
       }

       .col-xs-pb174 {
           padding-bottom: 174px !important
       }

       .col-xs-pb175 {
           padding-bottom: 175px !important
       }

       .col-xs-pb176 {
           padding-bottom: 176px !important
       }

       .col-xs-pb177 {
           padding-bottom: 177px !important
       }

       .col-xs-pb178 {
           padding-bottom: 178px !important
       }

       .col-xs-pb179 {
           padding-bottom: 179px !important
       }

       .col-xs-pb180 {
           padding-bottom: 180px !important
       }

       .col-xs-pb181 {
           padding-bottom: 181px !important
       }

       .col-xs-pb182 {
           padding-bottom: 182px !important
       }

       .col-xs-pb183 {
           padding-bottom: 183px !important
       }

       .col-xs-pb184 {
           padding-bottom: 184px !important
       }

       .col-xs-pb185 {
           padding-bottom: 185px !important
       }

       .col-xs-pb186 {
           padding-bottom: 186px !important
       }

       .col-xs-pb187 {
           padding-bottom: 187px !important
       }

       .col-xs-pb188 {
           padding-bottom: 188px !important
       }

       .col-xs-pb189 {
           padding-bottom: 189px !important
       }

       .col-xs-pb190 {
           padding-bottom: 190px !important
       }

       .col-xs-pb191 {
           padding-bottom: 191px !important
       }

       .col-xs-pb192 {
           padding-bottom: 192px !important
       }

       .col-xs-pb193 {
           padding-bottom: 193px !important
       }

       .col-xs-pb194 {
           padding-bottom: 194px !important
       }

       .col-xs-pb195 {
           padding-bottom: 195px !important
       }

       .col-xs-pb196 {
           padding-bottom: 196px !important
       }

       .col-xs-pb197 {
           padding-bottom: 197px !important
       }

       .col-xs-pb198 {
           padding-bottom: 198px !important
       }

       .col-xs-pb199 {
           padding-bottom: 199px !important
       }

       .col-xs-pb200 {
           padding-bottom: 200px !important
       }
   }

   .pl0 {
       padding-left: 0px !important
   }

   .pl1 {
       padding-left: 1px !important
   }

   .pl2 {
       padding-left: 2px !important
   }

   .pl3 {
       padding-left: 3px !important
   }

   .pl4 {
       padding-left: 4px !important
   }

   .pl5 {
       padding-left: 5px !important
   }

   .pl6 {
       padding-left: 6px !important
   }

   .pl7 {
       padding-left: 7px !important
   }

   .pl8 {
       padding-left: 8px !important
   }

   .pl9 {
       padding-left: 9px !important
   }

   .pl10 {
       padding-left: 10px !important
   }

   .pl11 {
       padding-left: 11px !important
   }

   .pl12 {
       padding-left: 12px !important
   }

   .pl13 {
       padding-left: 13px !important
   }

   .pl14 {
       padding-left: 14px !important
   }

   .pl15 {
       padding-left: 15px !important
   }

   .pl16 {
       padding-left: 16px !important
   }

   .pl17 {
       padding-left: 17px !important
   }

   .pl18 {
       padding-left: 18px !important
   }

   .pl19 {
       padding-left: 19px !important
   }

   .pl20 {
       padding-left: 20px !important
   }

   .pl21 {
       padding-left: 21px !important
   }

   .pl22 {
       padding-left: 22px !important
   }

   .pl23 {
       padding-left: 23px !important
   }

   .pl24 {
       padding-left: 24px !important
   }

   .pl25 {
       padding-left: 25px !important
   }

   .pl26 {
       padding-left: 26px !important
   }

   .pl27 {
       padding-left: 27px !important
   }

   .pl28 {
       padding-left: 28px !important
   }

   .pl29 {
       padding-left: 29px !important
   }

   .pl30 {
       padding-left: 30px !important
   }

   .pl31 {
       padding-left: 31px !important
   }

   .pl32 {
       padding-left: 32px !important
   }

   .pl33 {
       padding-left: 33px !important
   }

   .pl34 {
       padding-left: 34px !important
   }

   .pl35 {
       padding-left: 35px !important
   }

   .pl36 {
       padding-left: 36px !important
   }

   .pl37 {
       padding-left: 37px !important
   }

   .pl38 {
       padding-left: 38px !important
   }

   .pl39 {
       padding-left: 39px !important
   }

   .pl40 {
       padding-left: 40px !important
   }

   .pl41 {
       padding-left: 41px !important
   }

   .pl42 {
       padding-left: 42px !important
   }

   .pl43 {
       padding-left: 43px !important
   }

   .pl44 {
       padding-left: 44px !important
   }

   .pl45 {
       padding-left: 45px !important
   }

   .pl46 {
       padding-left: 46px !important
   }

   .pl47 {
       padding-left: 47px !important
   }

   .pl48 {
       padding-left: 48px !important
   }

   .pl49 {
       padding-left: 49px !important
   }

   .pl50 {
       padding-left: 50px !important
   }

   .pl51 {
       padding-left: 51px !important
   }

   .pl52 {
       padding-left: 52px !important
   }

   .pl53 {
       padding-left: 53px !important
   }

   .pl54 {
       padding-left: 54px !important
   }

   .pl55 {
       padding-left: 55px !important
   }

   .pl56 {
       padding-left: 56px !important
   }

   .pl57 {
       padding-left: 57px !important
   }

   .pl58 {
       padding-left: 58px !important
   }

   .pl59 {
       padding-left: 59px !important
   }

   .pl60 {
       padding-left: 60px !important
   }

   .pl61 {
       padding-left: 61px !important
   }

   .pl62 {
       padding-left: 62px !important
   }

   .pl63 {
       padding-left: 63px !important
   }

   .pl64 {
       padding-left: 64px !important
   }

   .pl65 {
       padding-left: 65px !important
   }

   .pl66 {
       padding-left: 66px !important
   }

   .pl67 {
       padding-left: 67px !important
   }

   .pl68 {
       padding-left: 68px !important
   }

   .pl69 {
       padding-left: 69px !important
   }

   .pl70 {
       padding-left: 70px !important
   }

   .pl71 {
       padding-left: 71px !important
   }

   .pl72 {
       padding-left: 72px !important
   }

   .pl73 {
       padding-left: 73px !important
   }

   .pl74 {
       padding-left: 74px !important
   }

   .pl75 {
       padding-left: 75px !important
   }

   .pl76 {
       padding-left: 76px !important
   }

   .pl77 {
       padding-left: 77px !important
   }

   .pl78 {
       padding-left: 78px !important
   }

   .pl79 {
       padding-left: 79px !important
   }

   .pl80 {
       padding-left: 80px !important
   }

   .pl81 {
       padding-left: 81px !important
   }

   .pl82 {
       padding-left: 82px !important
   }

   .pl83 {
       padding-left: 83px !important
   }

   .pl84 {
       padding-left: 84px !important
   }

   .pl85 {
       padding-left: 85px !important
   }

   .pl86 {
       padding-left: 86px !important
   }

   .pl87 {
       padding-left: 87px !important
   }

   .pl88 {
       padding-left: 88px !important
   }

   .pl89 {
       padding-left: 89px !important
   }

   .pl90 {
       padding-left: 90px !important
   }

   .pl91 {
       padding-left: 91px !important
   }

   .pl92 {
       padding-left: 92px !important
   }

   .pl93 {
       padding-left: 93px !important
   }

   .pl94 {
       padding-left: 94px !important
   }

   .pl95 {
       padding-left: 95px !important
   }

   .pl96 {
       padding-left: 96px !important
   }

   .pl97 {
       padding-left: 97px !important
   }

   .pl98 {
       padding-left: 98px !important
   }

   .pl99 {
       padding-left: 99px !important
   }

   .pl100 {
       padding-left: 100px !important
   }

   .pl101 {
       padding-left: 101px !important
   }

   .pl102 {
       padding-left: 102px !important
   }

   .pl103 {
       padding-left: 103px !important
   }

   .pl104 {
       padding-left: 104px !important
   }

   .pl105 {
       padding-left: 105px !important
   }

   .pl106 {
       padding-left: 106px !important
   }

   .pl107 {
       padding-left: 107px !important
   }

   .pl108 {
       padding-left: 108px !important
   }

   .pl109 {
       padding-left: 109px !important
   }

   .pl110 {
       padding-left: 110px !important
   }

   .pl111 {
       padding-left: 111px !important
   }

   .pl112 {
       padding-left: 112px !important
   }

   .pl113 {
       padding-left: 113px !important
   }

   .pl114 {
       padding-left: 114px !important
   }

   .pl115 {
       padding-left: 115px !important
   }

   .pl116 {
       padding-left: 116px !important
   }

   .pl117 {
       padding-left: 117px !important
   }

   .pl118 {
       padding-left: 118px !important
   }

   .pl119 {
       padding-left: 119px !important
   }

   .pl120 {
       padding-left: 120px !important
   }

   .pl121 {
       padding-left: 121px !important
   }

   .pl122 {
       padding-left: 122px !important
   }

   .pl123 {
       padding-left: 123px !important
   }

   .pl124 {
       padding-left: 124px !important
   }

   .pl125 {
       padding-left: 125px !important
   }

   .pl126 {
       padding-left: 126px !important
   }

   .pl127 {
       padding-left: 127px !important
   }

   .pl128 {
       padding-left: 128px !important
   }

   .pl129 {
       padding-left: 129px !important
   }

   .pl130 {
       padding-left: 130px !important
   }

   .pl131 {
       padding-left: 131px !important
   }

   .pl132 {
       padding-left: 132px !important
   }

   .pl133 {
       padding-left: 133px !important
   }

   .pl134 {
       padding-left: 134px !important
   }

   .pl135 {
       padding-left: 135px !important
   }

   .pl136 {
       padding-left: 136px !important
   }

   .pl137 {
       padding-left: 137px !important
   }

   .pl138 {
       padding-left: 138px !important
   }

   .pl139 {
       padding-left: 139px !important
   }

   .pl140 {
       padding-left: 140px !important
   }

   .pl141 {
       padding-left: 141px !important
   }

   .pl142 {
       padding-left: 142px !important
   }

   .pl143 {
       padding-left: 143px !important
   }

   .pl144 {
       padding-left: 144px !important
   }

   .pl145 {
       padding-left: 145px !important
   }

   .pl146 {
       padding-left: 146px !important
   }

   .pl147 {
       padding-left: 147px !important
   }

   .pl148 {
       padding-left: 148px !important
   }

   .pl149 {
       padding-left: 149px !important
   }

   .pl150 {
       padding-left: 150px !important
   }

   .pl151 {
       padding-left: 151px !important
   }

   .pl152 {
       padding-left: 152px !important
   }

   .pl153 {
       padding-left: 153px !important
   }

   .pl154 {
       padding-left: 154px !important
   }

   .pl155 {
       padding-left: 155px !important
   }

   .pl156 {
       padding-left: 156px !important
   }

   .pl157 {
       padding-left: 157px !important
   }

   .pl158 {
       padding-left: 158px !important
   }

   .pl159 {
       padding-left: 159px !important
   }

   .pl160 {
       padding-left: 160px !important
   }

   .pl161 {
       padding-left: 161px !important
   }

   .pl162 {
       padding-left: 162px !important
   }

   .pl163 {
       padding-left: 163px !important
   }

   .pl164 {
       padding-left: 164px !important
   }

   .pl165 {
       padding-left: 165px !important
   }

   .pl166 {
       padding-left: 166px !important
   }

   .pl167 {
       padding-left: 167px !important
   }

   .pl168 {
       padding-left: 168px !important
   }

   .pl169 {
       padding-left: 169px !important
   }

   .pl170 {
       padding-left: 170px !important
   }

   .pl171 {
       padding-left: 171px !important
   }

   .pl172 {
       padding-left: 172px !important
   }

   .pl173 {
       padding-left: 173px !important
   }

   .pl174 {
       padding-left: 174px !important
   }

   .pl175 {
       padding-left: 175px !important
   }

   .pl176 {
       padding-left: 176px !important
   }

   .pl177 {
       padding-left: 177px !important
   }

   .pl178 {
       padding-left: 178px !important
   }

   .pl179 {
       padding-left: 179px !important
   }

   .pl180 {
       padding-left: 180px !important
   }

   .pl181 {
       padding-left: 181px !important
   }

   .pl182 {
       padding-left: 182px !important
   }

   .pl183 {
       padding-left: 183px !important
   }

   .pl184 {
       padding-left: 184px !important
   }

   .pl185 {
       padding-left: 185px !important
   }

   .pl186 {
       padding-left: 186px !important
   }

   .pl187 {
       padding-left: 187px !important
   }

   .pl188 {
       padding-left: 188px !important
   }

   .pl189 {
       padding-left: 189px !important
   }

   .pl190 {
       padding-left: 190px !important
   }

   .pl191 {
       padding-left: 191px !important
   }

   .pl192 {
       padding-left: 192px !important
   }

   .pl193 {
       padding-left: 193px !important
   }

   .pl194 {
       padding-left: 194px !important
   }

   .pl195 {
       padding-left: 195px !important
   }

   .pl196 {
       padding-left: 196px !important
   }

   .pl197 {
       padding-left: 197px !important
   }

   .pl198 {
       padding-left: 198px !important
   }

   .pl199 {
       padding-left: 199px !important
   }

   .pl200 {
       padding-left: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-pl0 {
           padding-left: 0px !important
       }

       .col-sm-pl1 {
           padding-left: 1px !important
       }

       .col-sm-pl2 {
           padding-left: 2px !important
       }

       .col-sm-pl3 {
           padding-left: 3px !important
       }

       .col-sm-pl4 {
           padding-left: 4px !important
       }

       .col-sm-pl5 {
           padding-left: 5px !important
       }

       .col-sm-pl6 {
           padding-left: 6px !important
       }

       .col-sm-pl7 {
           padding-left: 7px !important
       }

       .col-sm-pl8 {
           padding-left: 8px !important
       }

       .col-sm-pl9 {
           padding-left: 9px !important
       }

       .col-sm-pl10 {
           padding-left: 10px !important
       }

       .col-sm-pl11 {
           padding-left: 11px !important
       }

       .col-sm-pl12 {
           padding-left: 12px !important
       }

       .col-sm-pl13 {
           padding-left: 13px !important
       }

       .col-sm-pl14 {
           padding-left: 14px !important
       }

       .col-sm-pl15 {
           padding-left: 15px !important
       }

       .col-sm-pl16 {
           padding-left: 16px !important
       }

       .col-sm-pl17 {
           padding-left: 17px !important
       }

       .col-sm-pl18 {
           padding-left: 18px !important
       }

       .col-sm-pl19 {
           padding-left: 19px !important
       }

       .col-sm-pl20 {
           padding-left: 20px !important
       }

       .col-sm-pl21 {
           padding-left: 21px !important
       }

       .col-sm-pl22 {
           padding-left: 22px !important
       }

       .col-sm-pl23 {
           padding-left: 23px !important
       }

       .col-sm-pl24 {
           padding-left: 24px !important
       }

       .col-sm-pl25 {
           padding-left: 25px !important
       }

       .col-sm-pl26 {
           padding-left: 26px !important
       }

       .col-sm-pl27 {
           padding-left: 27px !important
       }

       .col-sm-pl28 {
           padding-left: 28px !important
       }

       .col-sm-pl29 {
           padding-left: 29px !important
       }

       .col-sm-pl30 {
           padding-left: 30px !important
       }

       .col-sm-pl31 {
           padding-left: 31px !important
       }

       .col-sm-pl32 {
           padding-left: 32px !important
       }

       .col-sm-pl33 {
           padding-left: 33px !important
       }

       .col-sm-pl34 {
           padding-left: 34px !important
       }

       .col-sm-pl35 {
           padding-left: 35px !important
       }

       .col-sm-pl36 {
           padding-left: 36px !important
       }

       .col-sm-pl37 {
           padding-left: 37px !important
       }

       .col-sm-pl38 {
           padding-left: 38px !important
       }

       .col-sm-pl39 {
           padding-left: 39px !important
       }

       .col-sm-pl40 {
           padding-left: 40px !important
       }

       .col-sm-pl41 {
           padding-left: 41px !important
       }

       .col-sm-pl42 {
           padding-left: 42px !important
       }

       .col-sm-pl43 {
           padding-left: 43px !important
       }

       .col-sm-pl44 {
           padding-left: 44px !important
       }

       .col-sm-pl45 {
           padding-left: 45px !important
       }

       .col-sm-pl46 {
           padding-left: 46px !important
       }

       .col-sm-pl47 {
           padding-left: 47px !important
       }

       .col-sm-pl48 {
           padding-left: 48px !important
       }

       .col-sm-pl49 {
           padding-left: 49px !important
       }

       .col-sm-pl50 {
           padding-left: 50px !important
       }

       .col-sm-pl51 {
           padding-left: 51px !important
       }

       .col-sm-pl52 {
           padding-left: 52px !important
       }

       .col-sm-pl53 {
           padding-left: 53px !important
       }

       .col-sm-pl54 {
           padding-left: 54px !important
       }

       .col-sm-pl55 {
           padding-left: 55px !important
       }

       .col-sm-pl56 {
           padding-left: 56px !important
       }

       .col-sm-pl57 {
           padding-left: 57px !important
       }

       .col-sm-pl58 {
           padding-left: 58px !important
       }

       .col-sm-pl59 {
           padding-left: 59px !important
       }

       .col-sm-pl60 {
           padding-left: 60px !important
       }

       .col-sm-pl61 {
           padding-left: 61px !important
       }

       .col-sm-pl62 {
           padding-left: 62px !important
       }

       .col-sm-pl63 {
           padding-left: 63px !important
       }

       .col-sm-pl64 {
           padding-left: 64px !important
       }

       .col-sm-pl65 {
           padding-left: 65px !important
       }

       .col-sm-pl66 {
           padding-left: 66px !important
       }

       .col-sm-pl67 {
           padding-left: 67px !important
       }

       .col-sm-pl68 {
           padding-left: 68px !important
       }

       .col-sm-pl69 {
           padding-left: 69px !important
       }

       .col-sm-pl70 {
           padding-left: 70px !important
       }

       .col-sm-pl71 {
           padding-left: 71px !important
       }

       .col-sm-pl72 {
           padding-left: 72px !important
       }

       .col-sm-pl73 {
           padding-left: 73px !important
       }

       .col-sm-pl74 {
           padding-left: 74px !important
       }

       .col-sm-pl75 {
           padding-left: 75px !important
       }

       .col-sm-pl76 {
           padding-left: 76px !important
       }

       .col-sm-pl77 {
           padding-left: 77px !important
       }

       .col-sm-pl78 {
           padding-left: 78px !important
       }

       .col-sm-pl79 {
           padding-left: 79px !important
       }

       .col-sm-pl80 {
           padding-left: 80px !important
       }

       .col-sm-pl81 {
           padding-left: 81px !important
       }

       .col-sm-pl82 {
           padding-left: 82px !important
       }

       .col-sm-pl83 {
           padding-left: 83px !important
       }

       .col-sm-pl84 {
           padding-left: 84px !important
       }

       .col-sm-pl85 {
           padding-left: 85px !important
       }

       .col-sm-pl86 {
           padding-left: 86px !important
       }

       .col-sm-pl87 {
           padding-left: 87px !important
       }

       .col-sm-pl88 {
           padding-left: 88px !important
       }

       .col-sm-pl89 {
           padding-left: 89px !important
       }

       .col-sm-pl90 {
           padding-left: 90px !important
       }

       .col-sm-pl91 {
           padding-left: 91px !important
       }

       .col-sm-pl92 {
           padding-left: 92px !important
       }

       .col-sm-pl93 {
           padding-left: 93px !important
       }

       .col-sm-pl94 {
           padding-left: 94px !important
       }

       .col-sm-pl95 {
           padding-left: 95px !important
       }

       .col-sm-pl96 {
           padding-left: 96px !important
       }

       .col-sm-pl97 {
           padding-left: 97px !important
       }

       .col-sm-pl98 {
           padding-left: 98px !important
       }

       .col-sm-pl99 {
           padding-left: 99px !important
       }

       .col-sm-pl100 {
           padding-left: 100px !important
       }

       .col-sm-pl101 {
           padding-left: 101px !important
       }

       .col-sm-pl102 {
           padding-left: 102px !important
       }

       .col-sm-pl103 {
           padding-left: 103px !important
       }

       .col-sm-pl104 {
           padding-left: 104px !important
       }

       .col-sm-pl105 {
           padding-left: 105px !important
       }

       .col-sm-pl106 {
           padding-left: 106px !important
       }

       .col-sm-pl107 {
           padding-left: 107px !important
       }

       .col-sm-pl108 {
           padding-left: 108px !important
       }

       .col-sm-pl109 {
           padding-left: 109px !important
       }

       .col-sm-pl110 {
           padding-left: 110px !important
       }

       .col-sm-pl111 {
           padding-left: 111px !important
       }

       .col-sm-pl112 {
           padding-left: 112px !important
       }

       .col-sm-pl113 {
           padding-left: 113px !important
       }

       .col-sm-pl114 {
           padding-left: 114px !important
       }

       .col-sm-pl115 {
           padding-left: 115px !important
       }

       .col-sm-pl116 {
           padding-left: 116px !important
       }

       .col-sm-pl117 {
           padding-left: 117px !important
       }

       .col-sm-pl118 {
           padding-left: 118px !important
       }

       .col-sm-pl119 {
           padding-left: 119px !important
       }

       .col-sm-pl120 {
           padding-left: 120px !important
       }

       .col-sm-pl121 {
           padding-left: 121px !important
       }

       .col-sm-pl122 {
           padding-left: 122px !important
       }

       .col-sm-pl123 {
           padding-left: 123px !important
       }

       .col-sm-pl124 {
           padding-left: 124px !important
       }

       .col-sm-pl125 {
           padding-left: 125px !important
       }

       .col-sm-pl126 {
           padding-left: 126px !important
       }

       .col-sm-pl127 {
           padding-left: 127px !important
       }

       .col-sm-pl128 {
           padding-left: 128px !important
       }

       .col-sm-pl129 {
           padding-left: 129px !important
       }

       .col-sm-pl130 {
           padding-left: 130px !important
       }

       .col-sm-pl131 {
           padding-left: 131px !important
       }

       .col-sm-pl132 {
           padding-left: 132px !important
       }

       .col-sm-pl133 {
           padding-left: 133px !important
       }

       .col-sm-pl134 {
           padding-left: 134px !important
       }

       .col-sm-pl135 {
           padding-left: 135px !important
       }

       .col-sm-pl136 {
           padding-left: 136px !important
       }

       .col-sm-pl137 {
           padding-left: 137px !important
       }

       .col-sm-pl138 {
           padding-left: 138px !important
       }

       .col-sm-pl139 {
           padding-left: 139px !important
       }

       .col-sm-pl140 {
           padding-left: 140px !important
       }

       .col-sm-pl141 {
           padding-left: 141px !important
       }

       .col-sm-pl142 {
           padding-left: 142px !important
       }

       .col-sm-pl143 {
           padding-left: 143px !important
       }

       .col-sm-pl144 {
           padding-left: 144px !important
       }

       .col-sm-pl145 {
           padding-left: 145px !important
       }

       .col-sm-pl146 {
           padding-left: 146px !important
       }

       .col-sm-pl147 {
           padding-left: 147px !important
       }

       .col-sm-pl148 {
           padding-left: 148px !important
       }

       .col-sm-pl149 {
           padding-left: 149px !important
       }

       .col-sm-pl150 {
           padding-left: 150px !important
       }

       .col-sm-pl151 {
           padding-left: 151px !important
       }

       .col-sm-pl152 {
           padding-left: 152px !important
       }

       .col-sm-pl153 {
           padding-left: 153px !important
       }

       .col-sm-pl154 {
           padding-left: 154px !important
       }

       .col-sm-pl155 {
           padding-left: 155px !important
       }

       .col-sm-pl156 {
           padding-left: 156px !important
       }

       .col-sm-pl157 {
           padding-left: 157px !important
       }

       .col-sm-pl158 {
           padding-left: 158px !important
       }

       .col-sm-pl159 {
           padding-left: 159px !important
       }

       .col-sm-pl160 {
           padding-left: 160px !important
       }

       .col-sm-pl161 {
           padding-left: 161px !important
       }

       .col-sm-pl162 {
           padding-left: 162px !important
       }

       .col-sm-pl163 {
           padding-left: 163px !important
       }

       .col-sm-pl164 {
           padding-left: 164px !important
       }

       .col-sm-pl165 {
           padding-left: 165px !important
       }

       .col-sm-pl166 {
           padding-left: 166px !important
       }

       .col-sm-pl167 {
           padding-left: 167px !important
       }

       .col-sm-pl168 {
           padding-left: 168px !important
       }

       .col-sm-pl169 {
           padding-left: 169px !important
       }

       .col-sm-pl170 {
           padding-left: 170px !important
       }

       .col-sm-pl171 {
           padding-left: 171px !important
       }

       .col-sm-pl172 {
           padding-left: 172px !important
       }

       .col-sm-pl173 {
           padding-left: 173px !important
       }

       .col-sm-pl174 {
           padding-left: 174px !important
       }

       .col-sm-pl175 {
           padding-left: 175px !important
       }

       .col-sm-pl176 {
           padding-left: 176px !important
       }

       .col-sm-pl177 {
           padding-left: 177px !important
       }

       .col-sm-pl178 {
           padding-left: 178px !important
       }

       .col-sm-pl179 {
           padding-left: 179px !important
       }

       .col-sm-pl180 {
           padding-left: 180px !important
       }

       .col-sm-pl181 {
           padding-left: 181px !important
       }

       .col-sm-pl182 {
           padding-left: 182px !important
       }

       .col-sm-pl183 {
           padding-left: 183px !important
       }

       .col-sm-pl184 {
           padding-left: 184px !important
       }

       .col-sm-pl185 {
           padding-left: 185px !important
       }

       .col-sm-pl186 {
           padding-left: 186px !important
       }

       .col-sm-pl187 {
           padding-left: 187px !important
       }

       .col-sm-pl188 {
           padding-left: 188px !important
       }

       .col-sm-pl189 {
           padding-left: 189px !important
       }

       .col-sm-pl190 {
           padding-left: 190px !important
       }

       .col-sm-pl191 {
           padding-left: 191px !important
       }

       .col-sm-pl192 {
           padding-left: 192px !important
       }

       .col-sm-pl193 {
           padding-left: 193px !important
       }

       .col-sm-pl194 {
           padding-left: 194px !important
       }

       .col-sm-pl195 {
           padding-left: 195px !important
       }

       .col-sm-pl196 {
           padding-left: 196px !important
       }

       .col-sm-pl197 {
           padding-left: 197px !important
       }

       .col-sm-pl198 {
           padding-left: 198px !important
       }

       .col-sm-pl199 {
           padding-left: 199px !important
       }

       .col-sm-pl200 {
           padding-left: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-pl0 {
           padding-left: 0px !important
       }

       .col-xs-pl1 {
           padding-left: 1px !important
       }

       .col-xs-pl2 {
           padding-left: 2px !important
       }

       .col-xs-pl3 {
           padding-left: 3px !important
       }

       .col-xs-pl4 {
           padding-left: 4px !important
       }

       .col-xs-pl5 {
           padding-left: 5px !important
       }

       .col-xs-pl6 {
           padding-left: 6px !important
       }

       .col-xs-pl7 {
           padding-left: 7px !important
       }

       .col-xs-pl8 {
           padding-left: 8px !important
       }

       .col-xs-pl9 {
           padding-left: 9px !important
       }

       .col-xs-pl10 {
           padding-left: 10px !important
       }

       .col-xs-pl11 {
           padding-left: 11px !important
       }

       .col-xs-pl12 {
           padding-left: 12px !important
       }

       .col-xs-pl13 {
           padding-left: 13px !important
       }

       .col-xs-pl14 {
           padding-left: 14px !important
       }

       .col-xs-pl15 {
           padding-left: 15px !important
       }

       .col-xs-pl16 {
           padding-left: 16px !important
       }

       .col-xs-pl17 {
           padding-left: 17px !important
       }

       .col-xs-pl18 {
           padding-left: 18px !important
       }

       .col-xs-pl19 {
           padding-left: 19px !important
       }

       .col-xs-pl20 {
           padding-left: 20px !important
       }

       .col-xs-pl21 {
           padding-left: 21px !important
       }

       .col-xs-pl22 {
           padding-left: 22px !important
       }

       .col-xs-pl23 {
           padding-left: 23px !important
       }

       .col-xs-pl24 {
           padding-left: 24px !important
       }

       .col-xs-pl25 {
           padding-left: 25px !important
       }

       .col-xs-pl26 {
           padding-left: 26px !important
       }

       .col-xs-pl27 {
           padding-left: 27px !important
       }

       .col-xs-pl28 {
           padding-left: 28px !important
       }

       .col-xs-pl29 {
           padding-left: 29px !important
       }

       .col-xs-pl30 {
           padding-left: 30px !important
       }

       .col-xs-pl31 {
           padding-left: 31px !important
       }

       .col-xs-pl32 {
           padding-left: 32px !important
       }

       .col-xs-pl33 {
           padding-left: 33px !important
       }

       .col-xs-pl34 {
           padding-left: 34px !important
       }

       .col-xs-pl35 {
           padding-left: 35px !important
       }

       .col-xs-pl36 {
           padding-left: 36px !important
       }

       .col-xs-pl37 {
           padding-left: 37px !important
       }

       .col-xs-pl38 {
           padding-left: 38px !important
       }

       .col-xs-pl39 {
           padding-left: 39px !important
       }

       .col-xs-pl40 {
           padding-left: 40px !important
       }

       .col-xs-pl41 {
           padding-left: 41px !important
       }

       .col-xs-pl42 {
           padding-left: 42px !important
       }

       .col-xs-pl43 {
           padding-left: 43px !important
       }

       .col-xs-pl44 {
           padding-left: 44px !important
       }

       .col-xs-pl45 {
           padding-left: 45px !important
       }

       .col-xs-pl46 {
           padding-left: 46px !important
       }

       .col-xs-pl47 {
           padding-left: 47px !important
       }

       .col-xs-pl48 {
           padding-left: 48px !important
       }

       .col-xs-pl49 {
           padding-left: 49px !important
       }

       .col-xs-pl50 {
           padding-left: 50px !important
       }

       .col-xs-pl51 {
           padding-left: 51px !important
       }

       .col-xs-pl52 {
           padding-left: 52px !important
       }

       .col-xs-pl53 {
           padding-left: 53px !important
       }

       .col-xs-pl54 {
           padding-left: 54px !important
       }

       .col-xs-pl55 {
           padding-left: 55px !important
       }

       .col-xs-pl56 {
           padding-left: 56px !important
       }

       .col-xs-pl57 {
           padding-left: 57px !important
       }

       .col-xs-pl58 {
           padding-left: 58px !important
       }

       .col-xs-pl59 {
           padding-left: 59px !important
       }

       .col-xs-pl60 {
           padding-left: 60px !important
       }

       .col-xs-pl61 {
           padding-left: 61px !important
       }

       .col-xs-pl62 {
           padding-left: 62px !important
       }

       .col-xs-pl63 {
           padding-left: 63px !important
       }

       .col-xs-pl64 {
           padding-left: 64px !important
       }

       .col-xs-pl65 {
           padding-left: 65px !important
       }

       .col-xs-pl66 {
           padding-left: 66px !important
       }

       .col-xs-pl67 {
           padding-left: 67px !important
       }

       .col-xs-pl68 {
           padding-left: 68px !important
       }

       .col-xs-pl69 {
           padding-left: 69px !important
       }

       .col-xs-pl70 {
           padding-left: 70px !important
       }

       .col-xs-pl71 {
           padding-left: 71px !important
       }

       .col-xs-pl72 {
           padding-left: 72px !important
       }

       .col-xs-pl73 {
           padding-left: 73px !important
       }

       .col-xs-pl74 {
           padding-left: 74px !important
       }

       .col-xs-pl75 {
           padding-left: 75px !important
       }

       .col-xs-pl76 {
           padding-left: 76px !important
       }

       .col-xs-pl77 {
           padding-left: 77px !important
       }

       .col-xs-pl78 {
           padding-left: 78px !important
       }

       .col-xs-pl79 {
           padding-left: 79px !important
       }

       .col-xs-pl80 {
           padding-left: 80px !important
       }

       .col-xs-pl81 {
           padding-left: 81px !important
       }

       .col-xs-pl82 {
           padding-left: 82px !important
       }

       .col-xs-pl83 {
           padding-left: 83px !important
       }

       .col-xs-pl84 {
           padding-left: 84px !important
       }

       .col-xs-pl85 {
           padding-left: 85px !important
       }

       .col-xs-pl86 {
           padding-left: 86px !important
       }

       .col-xs-pl87 {
           padding-left: 87px !important
       }

       .col-xs-pl88 {
           padding-left: 88px !important
       }

       .col-xs-pl89 {
           padding-left: 89px !important
       }

       .col-xs-pl90 {
           padding-left: 90px !important
       }

       .col-xs-pl91 {
           padding-left: 91px !important
       }

       .col-xs-pl92 {
           padding-left: 92px !important
       }

       .col-xs-pl93 {
           padding-left: 93px !important
       }

       .col-xs-pl94 {
           padding-left: 94px !important
       }

       .col-xs-pl95 {
           padding-left: 95px !important
       }

       .col-xs-pl96 {
           padding-left: 96px !important
       }

       .col-xs-pl97 {
           padding-left: 97px !important
       }

       .col-xs-pl98 {
           padding-left: 98px !important
       }

       .col-xs-pl99 {
           padding-left: 99px !important
       }

       .col-xs-pl100 {
           padding-left: 100px !important
       }

       .col-xs-pl101 {
           padding-left: 101px !important
       }

       .col-xs-pl102 {
           padding-left: 102px !important
       }

       .col-xs-pl103 {
           padding-left: 103px !important
       }

       .col-xs-pl104 {
           padding-left: 104px !important
       }

       .col-xs-pl105 {
           padding-left: 105px !important
       }

       .col-xs-pl106 {
           padding-left: 106px !important
       }

       .col-xs-pl107 {
           padding-left: 107px !important
       }

       .col-xs-pl108 {
           padding-left: 108px !important
       }

       .col-xs-pl109 {
           padding-left: 109px !important
       }

       .col-xs-pl110 {
           padding-left: 110px !important
       }

       .col-xs-pl111 {
           padding-left: 111px !important
       }

       .col-xs-pl112 {
           padding-left: 112px !important
       }

       .col-xs-pl113 {
           padding-left: 113px !important
       }

       .col-xs-pl114 {
           padding-left: 114px !important
       }

       .col-xs-pl115 {
           padding-left: 115px !important
       }

       .col-xs-pl116 {
           padding-left: 116px !important
       }

       .col-xs-pl117 {
           padding-left: 117px !important
       }

       .col-xs-pl118 {
           padding-left: 118px !important
       }

       .col-xs-pl119 {
           padding-left: 119px !important
       }

       .col-xs-pl120 {
           padding-left: 120px !important
       }

       .col-xs-pl121 {
           padding-left: 121px !important
       }

       .col-xs-pl122 {
           padding-left: 122px !important
       }

       .col-xs-pl123 {
           padding-left: 123px !important
       }

       .col-xs-pl124 {
           padding-left: 124px !important
       }

       .col-xs-pl125 {
           padding-left: 125px !important
       }

       .col-xs-pl126 {
           padding-left: 126px !important
       }

       .col-xs-pl127 {
           padding-left: 127px !important
       }

       .col-xs-pl128 {
           padding-left: 128px !important
       }

       .col-xs-pl129 {
           padding-left: 129px !important
       }

       .col-xs-pl130 {
           padding-left: 130px !important
       }

       .col-xs-pl131 {
           padding-left: 131px !important
       }

       .col-xs-pl132 {
           padding-left: 132px !important
       }

       .col-xs-pl133 {
           padding-left: 133px !important
       }

       .col-xs-pl134 {
           padding-left: 134px !important
       }

       .col-xs-pl135 {
           padding-left: 135px !important
       }

       .col-xs-pl136 {
           padding-left: 136px !important
       }

       .col-xs-pl137 {
           padding-left: 137px !important
       }

       .col-xs-pl138 {
           padding-left: 138px !important
       }

       .col-xs-pl139 {
           padding-left: 139px !important
       }

       .col-xs-pl140 {
           padding-left: 140px !important
       }

       .col-xs-pl141 {
           padding-left: 141px !important
       }

       .col-xs-pl142 {
           padding-left: 142px !important
       }

       .col-xs-pl143 {
           padding-left: 143px !important
       }

       .col-xs-pl144 {
           padding-left: 144px !important
       }

       .col-xs-pl145 {
           padding-left: 145px !important
       }

       .col-xs-pl146 {
           padding-left: 146px !important
       }

       .col-xs-pl147 {
           padding-left: 147px !important
       }

       .col-xs-pl148 {
           padding-left: 148px !important
       }

       .col-xs-pl149 {
           padding-left: 149px !important
       }

       .col-xs-pl150 {
           padding-left: 150px !important
       }

       .col-xs-pl151 {
           padding-left: 151px !important
       }

       .col-xs-pl152 {
           padding-left: 152px !important
       }

       .col-xs-pl153 {
           padding-left: 153px !important
       }

       .col-xs-pl154 {
           padding-left: 154px !important
       }

       .col-xs-pl155 {
           padding-left: 155px !important
       }

       .col-xs-pl156 {
           padding-left: 156px !important
       }

       .col-xs-pl157 {
           padding-left: 157px !important
       }

       .col-xs-pl158 {
           padding-left: 158px !important
       }

       .col-xs-pl159 {
           padding-left: 159px !important
       }

       .col-xs-pl160 {
           padding-left: 160px !important
       }

       .col-xs-pl161 {
           padding-left: 161px !important
       }

       .col-xs-pl162 {
           padding-left: 162px !important
       }

       .col-xs-pl163 {
           padding-left: 163px !important
       }

       .col-xs-pl164 {
           padding-left: 164px !important
       }

       .col-xs-pl165 {
           padding-left: 165px !important
       }

       .col-xs-pl166 {
           padding-left: 166px !important
       }

       .col-xs-pl167 {
           padding-left: 167px !important
       }

       .col-xs-pl168 {
           padding-left: 168px !important
       }

       .col-xs-pl169 {
           padding-left: 169px !important
       }

       .col-xs-pl170 {
           padding-left: 170px !important
       }

       .col-xs-pl171 {
           padding-left: 171px !important
       }

       .col-xs-pl172 {
           padding-left: 172px !important
       }

       .col-xs-pl173 {
           padding-left: 173px !important
       }

       .col-xs-pl174 {
           padding-left: 174px !important
       }

       .col-xs-pl175 {
           padding-left: 175px !important
       }

       .col-xs-pl176 {
           padding-left: 176px !important
       }

       .col-xs-pl177 {
           padding-left: 177px !important
       }

       .col-xs-pl178 {
           padding-left: 178px !important
       }

       .col-xs-pl179 {
           padding-left: 179px !important
       }

       .col-xs-pl180 {
           padding-left: 180px !important
       }

       .col-xs-pl181 {
           padding-left: 181px !important
       }

       .col-xs-pl182 {
           padding-left: 182px !important
       }

       .col-xs-pl183 {
           padding-left: 183px !important
       }

       .col-xs-pl184 {
           padding-left: 184px !important
       }

       .col-xs-pl185 {
           padding-left: 185px !important
       }

       .col-xs-pl186 {
           padding-left: 186px !important
       }

       .col-xs-pl187 {
           padding-left: 187px !important
       }

       .col-xs-pl188 {
           padding-left: 188px !important
       }

       .col-xs-pl189 {
           padding-left: 189px !important
       }

       .col-xs-pl190 {
           padding-left: 190px !important
       }

       .col-xs-pl191 {
           padding-left: 191px !important
       }

       .col-xs-pl192 {
           padding-left: 192px !important
       }

       .col-xs-pl193 {
           padding-left: 193px !important
       }

       .col-xs-pl194 {
           padding-left: 194px !important
       }

       .col-xs-pl195 {
           padding-left: 195px !important
       }

       .col-xs-pl196 {
           padding-left: 196px !important
       }

       .col-xs-pl197 {
           padding-left: 197px !important
       }

       .col-xs-pl198 {
           padding-left: 198px !important
       }

       .col-xs-pl199 {
           padding-left: 199px !important
       }

       .col-xs-pl200 {
           padding-left: 200px !important
       }
   }

   .pr0 {
       padding-right: 0px !important
   }

   .pr1 {
       padding-right: 1px !important
   }

   .pr2 {
       padding-right: 2px !important
   }

   .pr3 {
       padding-right: 3px !important
   }

   .pr4 {
       padding-right: 4px !important
   }

   .pr5 {
       padding-right: 5px !important
   }

   .pr6 {
       padding-right: 6px !important
   }

   .pr7 {
       padding-right: 7px !important
   }

   .pr8 {
       padding-right: 8px !important
   }

   .pr9 {
       padding-right: 9px !important
   }

   .pr10 {
       padding-right: 10px !important
   }

   .pr11 {
       padding-right: 11px !important
   }

   .pr12 {
       padding-right: 12px !important
   }

   .pr13 {
       padding-right: 13px !important
   }

   .pr14 {
       padding-right: 14px !important
   }

   .pr15 {
       padding-right: 15px !important
   }

   .pr16 {
       padding-right: 16px !important
   }

   .pr17 {
       padding-right: 17px !important
   }

   .pr18 {
       padding-right: 18px !important
   }

   .pr19 {
       padding-right: 19px !important
   }

   .pr20 {
       padding-right: 20px !important
   }

   .pr21 {
       padding-right: 21px !important
   }

   .pr22 {
       padding-right: 22px !important
   }

   .pr23 {
       padding-right: 23px !important
   }

   .pr24 {
       padding-right: 24px !important
   }

   .pr25 {
       padding-right: 25px !important
   }

   .pr26 {
       padding-right: 26px !important
   }

   .pr27 {
       padding-right: 27px !important
   }

   .pr28 {
       padding-right: 28px !important
   }

   .pr29 {
       padding-right: 29px !important
   }

   .pr30 {
       padding-right: 30px !important
   }

   .pr31 {
       padding-right: 31px !important
   }

   .pr32 {
       padding-right: 32px !important
   }

   .pr33 {
       padding-right: 33px !important
   }

   .pr34 {
       padding-right: 34px !important
   }

   .pr35 {
       padding-right: 35px !important
   }

   .pr36 {
       padding-right: 36px !important
   }

   .pr37 {
       padding-right: 37px !important
   }

   .pr38 {
       padding-right: 38px !important
   }

   .pr39 {
       padding-right: 39px !important
   }

   .pr40 {
       padding-right: 40px !important
   }

   .pr41 {
       padding-right: 41px !important
   }

   .pr42 {
       padding-right: 42px !important
   }

   .pr43 {
       padding-right: 43px !important
   }

   .pr44 {
       padding-right: 44px !important
   }

   .pr45 {
       padding-right: 45px !important
   }

   .pr46 {
       padding-right: 46px !important
   }

   .pr47 {
       padding-right: 47px !important
   }

   .pr48 {
       padding-right: 48px !important
   }

   .pr49 {
       padding-right: 49px !important
   }

   .pr50 {
       padding-right: 50px !important
   }

   .pr51 {
       padding-right: 51px !important
   }

   .pr52 {
       padding-right: 52px !important
   }

   .pr53 {
       padding-right: 53px !important
   }

   .pr54 {
       padding-right: 54px !important
   }

   .pr55 {
       padding-right: 55px !important
   }

   .pr56 {
       padding-right: 56px !important
   }

   .pr57 {
       padding-right: 57px !important
   }

   .pr58 {
       padding-right: 58px !important
   }

   .pr59 {
       padding-right: 59px !important
   }

   .pr60 {
       padding-right: 60px !important
   }

   .pr61 {
       padding-right: 61px !important
   }

   .pr62 {
       padding-right: 62px !important
   }

   .pr63 {
       padding-right: 63px !important
   }

   .pr64 {
       padding-right: 64px !important
   }

   .pr65 {
       padding-right: 65px !important
   }

   .pr66 {
       padding-right: 66px !important
   }

   .pr67 {
       padding-right: 67px !important
   }

   .pr68 {
       padding-right: 68px !important
   }

   .pr69 {
       padding-right: 69px !important
   }

   .pr70 {
       padding-right: 70px !important
   }

   .pr71 {
       padding-right: 71px !important
   }

   .pr72 {
       padding-right: 72px !important
   }

   .pr73 {
       padding-right: 73px !important
   }

   .pr74 {
       padding-right: 74px !important
   }

   .pr75 {
       padding-right: 75px !important
   }

   .pr76 {
       padding-right: 76px !important
   }

   .pr77 {
       padding-right: 77px !important
   }

   .pr78 {
       padding-right: 78px !important
   }

   .pr79 {
       padding-right: 79px !important
   }

   .pr80 {
       padding-right: 80px !important
   }

   .pr81 {
       padding-right: 81px !important
   }

   .pr82 {
       padding-right: 82px !important
   }

   .pr83 {
       padding-right: 83px !important
   }

   .pr84 {
       padding-right: 84px !important
   }

   .pr85 {
       padding-right: 85px !important
   }

   .pr86 {
       padding-right: 86px !important
   }

   .pr87 {
       padding-right: 87px !important
   }

   .pr88 {
       padding-right: 88px !important
   }

   .pr89 {
       padding-right: 89px !important
   }

   .pr90 {
       padding-right: 90px !important
   }

   .pr91 {
       padding-right: 91px !important
   }

   .pr92 {
       padding-right: 92px !important
   }

   .pr93 {
       padding-right: 93px !important
   }

   .pr94 {
       padding-right: 94px !important
   }

   .pr95 {
       padding-right: 95px !important
   }

   .pr96 {
       padding-right: 96px !important
   }

   .pr97 {
       padding-right: 97px !important
   }

   .pr98 {
       padding-right: 98px !important
   }

   .pr99 {
       padding-right: 99px !important
   }

   .pr100 {
       padding-right: 100px !important
   }

   .pr101 {
       padding-right: 101px !important
   }

   .pr102 {
       padding-right: 102px !important
   }

   .pr103 {
       padding-right: 103px !important
   }

   .pr104 {
       padding-right: 104px !important
   }

   .pr105 {
       padding-right: 105px !important
   }

   .pr106 {
       padding-right: 106px !important
   }

   .pr107 {
       padding-right: 107px !important
   }

   .pr108 {
       padding-right: 108px !important
   }

   .pr109 {
       padding-right: 109px !important
   }

   .pr110 {
       padding-right: 110px !important
   }

   .pr111 {
       padding-right: 111px !important
   }

   .pr112 {
       padding-right: 112px !important
   }

   .pr113 {
       padding-right: 113px !important
   }

   .pr114 {
       padding-right: 114px !important
   }

   .pr115 {
       padding-right: 115px !important
   }

   .pr116 {
       padding-right: 116px !important
   }

   .pr117 {
       padding-right: 117px !important
   }

   .pr118 {
       padding-right: 118px !important
   }

   .pr119 {
       padding-right: 119px !important
   }

   .pr120 {
       padding-right: 120px !important
   }

   .pr121 {
       padding-right: 121px !important
   }

   .pr122 {
       padding-right: 122px !important
   }

   .pr123 {
       padding-right: 123px !important
   }

   .pr124 {
       padding-right: 124px !important
   }

   .pr125 {
       padding-right: 125px !important
   }

   .pr126 {
       padding-right: 126px !important
   }

   .pr127 {
       padding-right: 127px !important
   }

   .pr128 {
       padding-right: 128px !important
   }

   .pr129 {
       padding-right: 129px !important
   }

   .pr130 {
       padding-right: 130px !important
   }

   .pr131 {
       padding-right: 131px !important
   }

   .pr132 {
       padding-right: 132px !important
   }

   .pr133 {
       padding-right: 133px !important
   }

   .pr134 {
       padding-right: 134px !important
   }

   .pr135 {
       padding-right: 135px !important
   }

   .pr136 {
       padding-right: 136px !important
   }

   .pr137 {
       padding-right: 137px !important
   }

   .pr138 {
       padding-right: 138px !important
   }

   .pr139 {
       padding-right: 139px !important
   }

   .pr140 {
       padding-right: 140px !important
   }

   .pr141 {
       padding-right: 141px !important
   }

   .pr142 {
       padding-right: 142px !important
   }

   .pr143 {
       padding-right: 143px !important
   }

   .pr144 {
       padding-right: 144px !important
   }

   .pr145 {
       padding-right: 145px !important
   }

   .pr146 {
       padding-right: 146px !important
   }

   .pr147 {
       padding-right: 147px !important
   }

   .pr148 {
       padding-right: 148px !important
   }

   .pr149 {
       padding-right: 149px !important
   }

   .pr150 {
       padding-right: 150px !important
   }

   .pr151 {
       padding-right: 151px !important
   }

   .pr152 {
       padding-right: 152px !important
   }

   .pr153 {
       padding-right: 153px !important
   }

   .pr154 {
       padding-right: 154px !important
   }

   .pr155 {
       padding-right: 155px !important
   }

   .pr156 {
       padding-right: 156px !important
   }

   .pr157 {
       padding-right: 157px !important
   }

   .pr158 {
       padding-right: 158px !important
   }

   .pr159 {
       padding-right: 159px !important
   }

   .pr160 {
       padding-right: 160px !important
   }

   .pr161 {
       padding-right: 161px !important
   }

   .pr162 {
       padding-right: 162px !important
   }

   .pr163 {
       padding-right: 163px !important
   }

   .pr164 {
       padding-right: 164px !important
   }

   .pr165 {
       padding-right: 165px !important
   }

   .pr166 {
       padding-right: 166px !important
   }

   .pr167 {
       padding-right: 167px !important
   }

   .pr168 {
       padding-right: 168px !important
   }

   .pr169 {
       padding-right: 169px !important
   }

   .pr170 {
       padding-right: 170px !important
   }

   .pr171 {
       padding-right: 171px !important
   }

   .pr172 {
       padding-right: 172px !important
   }

   .pr173 {
       padding-right: 173px !important
   }

   .pr174 {
       padding-right: 174px !important
   }

   .pr175 {
       padding-right: 175px !important
   }

   .pr176 {
       padding-right: 176px !important
   }

   .pr177 {
       padding-right: 177px !important
   }

   .pr178 {
       padding-right: 178px !important
   }

   .pr179 {
       padding-right: 179px !important
   }

   .pr180 {
       padding-right: 180px !important
   }

   .pr181 {
       padding-right: 181px !important
   }

   .pr182 {
       padding-right: 182px !important
   }

   .pr183 {
       padding-right: 183px !important
   }

   .pr184 {
       padding-right: 184px !important
   }

   .pr185 {
       padding-right: 185px !important
   }

   .pr186 {
       padding-right: 186px !important
   }

   .pr187 {
       padding-right: 187px !important
   }

   .pr188 {
       padding-right: 188px !important
   }

   .pr189 {
       padding-right: 189px !important
   }

   .pr190 {
       padding-right: 190px !important
   }

   .pr191 {
       padding-right: 191px !important
   }

   .pr192 {
       padding-right: 192px !important
   }

   .pr193 {
       padding-right: 193px !important
   }

   .pr194 {
       padding-right: 194px !important
   }

   .pr195 {
       padding-right: 195px !important
   }

   .pr196 {
       padding-right: 196px !important
   }

   .pr197 {
       padding-right: 197px !important
   }

   .pr198 {
       padding-right: 198px !important
   }

   .pr199 {
       padding-right: 199px !important
   }

   .pr200 {
       padding-right: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-pr0 {
           padding-right: 0px !important
       }

       .col-sm-pr1 {
           padding-right: 1px !important
       }

       .col-sm-pr2 {
           padding-right: 2px !important
       }

       .col-sm-pr3 {
           padding-right: 3px !important
       }

       .col-sm-pr4 {
           padding-right: 4px !important
       }

       .col-sm-pr5 {
           padding-right: 5px !important
       }

       .col-sm-pr6 {
           padding-right: 6px !important
       }

       .col-sm-pr7 {
           padding-right: 7px !important
       }

       .col-sm-pr8 {
           padding-right: 8px !important
       }

       .col-sm-pr9 {
           padding-right: 9px !important
       }

       .col-sm-pr10 {
           padding-right: 10px !important
       }

       .col-sm-pr11 {
           padding-right: 11px !important
       }

       .col-sm-pr12 {
           padding-right: 12px !important
       }

       .col-sm-pr13 {
           padding-right: 13px !important
       }

       .col-sm-pr14 {
           padding-right: 14px !important
       }

       .col-sm-pr15 {
           padding-right: 15px !important
       }

       .col-sm-pr16 {
           padding-right: 16px !important
       }

       .col-sm-pr17 {
           padding-right: 17px !important
       }

       .col-sm-pr18 {
           padding-right: 18px !important
       }

       .col-sm-pr19 {
           padding-right: 19px !important
       }

       .col-sm-pr20 {
           padding-right: 20px !important
       }

       .col-sm-pr21 {
           padding-right: 21px !important
       }

       .col-sm-pr22 {
           padding-right: 22px !important
       }

       .col-sm-pr23 {
           padding-right: 23px !important
       }

       .col-sm-pr24 {
           padding-right: 24px !important
       }

       .col-sm-pr25 {
           padding-right: 25px !important
       }

       .col-sm-pr26 {
           padding-right: 26px !important
       }

       .col-sm-pr27 {
           padding-right: 27px !important
       }

       .col-sm-pr28 {
           padding-right: 28px !important
       }

       .col-sm-pr29 {
           padding-right: 29px !important
       }

       .col-sm-pr30 {
           padding-right: 30px !important
       }

       .col-sm-pr31 {
           padding-right: 31px !important
       }

       .col-sm-pr32 {
           padding-right: 32px !important
       }

       .col-sm-pr33 {
           padding-right: 33px !important
       }

       .col-sm-pr34 {
           padding-right: 34px !important
       }

       .col-sm-pr35 {
           padding-right: 35px !important
       }

       .col-sm-pr36 {
           padding-right: 36px !important
       }

       .col-sm-pr37 {
           padding-right: 37px !important
       }

       .col-sm-pr38 {
           padding-right: 38px !important
       }

       .col-sm-pr39 {
           padding-right: 39px !important
       }

       .col-sm-pr40 {
           padding-right: 40px !important
       }

       .col-sm-pr41 {
           padding-right: 41px !important
       }

       .col-sm-pr42 {
           padding-right: 42px !important
       }

       .col-sm-pr43 {
           padding-right: 43px !important
       }

       .col-sm-pr44 {
           padding-right: 44px !important
       }

       .col-sm-pr45 {
           padding-right: 45px !important
       }

       .col-sm-pr46 {
           padding-right: 46px !important
       }

       .col-sm-pr47 {
           padding-right: 47px !important
       }

       .col-sm-pr48 {
           padding-right: 48px !important
       }

       .col-sm-pr49 {
           padding-right: 49px !important
       }

       .col-sm-pr50 {
           padding-right: 50px !important
       }

       .col-sm-pr51 {
           padding-right: 51px !important
       }

       .col-sm-pr52 {
           padding-right: 52px !important
       }

       .col-sm-pr53 {
           padding-right: 53px !important
       }

       .col-sm-pr54 {
           padding-right: 54px !important
       }

       .col-sm-pr55 {
           padding-right: 55px !important
       }

       .col-sm-pr56 {
           padding-right: 56px !important
       }

       .col-sm-pr57 {
           padding-right: 57px !important
       }

       .col-sm-pr58 {
           padding-right: 58px !important
       }

       .col-sm-pr59 {
           padding-right: 59px !important
       }

       .col-sm-pr60 {
           padding-right: 60px !important
       }

       .col-sm-pr61 {
           padding-right: 61px !important
       }

       .col-sm-pr62 {
           padding-right: 62px !important
       }

       .col-sm-pr63 {
           padding-right: 63px !important
       }

       .col-sm-pr64 {
           padding-right: 64px !important
       }

       .col-sm-pr65 {
           padding-right: 65px !important
       }

       .col-sm-pr66 {
           padding-right: 66px !important
       }

       .col-sm-pr67 {
           padding-right: 67px !important
       }

       .col-sm-pr68 {
           padding-right: 68px !important
       }

       .col-sm-pr69 {
           padding-right: 69px !important
       }

       .col-sm-pr70 {
           padding-right: 70px !important
       }

       .col-sm-pr71 {
           padding-right: 71px !important
       }

       .col-sm-pr72 {
           padding-right: 72px !important
       }

       .col-sm-pr73 {
           padding-right: 73px !important
       }

       .col-sm-pr74 {
           padding-right: 74px !important
       }

       .col-sm-pr75 {
           padding-right: 75px !important
       }

       .col-sm-pr76 {
           padding-right: 76px !important
       }

       .col-sm-pr77 {
           padding-right: 77px !important
       }

       .col-sm-pr78 {
           padding-right: 78px !important
       }

       .col-sm-pr79 {
           padding-right: 79px !important
       }

       .col-sm-pr80 {
           padding-right: 80px !important
       }

       .col-sm-pr81 {
           padding-right: 81px !important
       }

       .col-sm-pr82 {
           padding-right: 82px !important
       }

       .col-sm-pr83 {
           padding-right: 83px !important
       }

       .col-sm-pr84 {
           padding-right: 84px !important
       }

       .col-sm-pr85 {
           padding-right: 85px !important
       }

       .col-sm-pr86 {
           padding-right: 86px !important
       }

       .col-sm-pr87 {
           padding-right: 87px !important
       }

       .col-sm-pr88 {
           padding-right: 88px !important
       }

       .col-sm-pr89 {
           padding-right: 89px !important
       }

       .col-sm-pr90 {
           padding-right: 90px !important
       }

       .col-sm-pr91 {
           padding-right: 91px !important
       }

       .col-sm-pr92 {
           padding-right: 92px !important
       }

       .col-sm-pr93 {
           padding-right: 93px !important
       }

       .col-sm-pr94 {
           padding-right: 94px !important
       }

       .col-sm-pr95 {
           padding-right: 95px !important
       }

       .col-sm-pr96 {
           padding-right: 96px !important
       }

       .col-sm-pr97 {
           padding-right: 97px !important
       }

       .col-sm-pr98 {
           padding-right: 98px !important
       }

       .col-sm-pr99 {
           padding-right: 99px !important
       }

       .col-sm-pr100 {
           padding-right: 100px !important
       }

       .col-sm-pr101 {
           padding-right: 101px !important
       }

       .col-sm-pr102 {
           padding-right: 102px !important
       }

       .col-sm-pr103 {
           padding-right: 103px !important
       }

       .col-sm-pr104 {
           padding-right: 104px !important
       }

       .col-sm-pr105 {
           padding-right: 105px !important
       }

       .col-sm-pr106 {
           padding-right: 106px !important
       }

       .col-sm-pr107 {
           padding-right: 107px !important
       }

       .col-sm-pr108 {
           padding-right: 108px !important
       }

       .col-sm-pr109 {
           padding-right: 109px !important
       }

       .col-sm-pr110 {
           padding-right: 110px !important
       }

       .col-sm-pr111 {
           padding-right: 111px !important
       }

       .col-sm-pr112 {
           padding-right: 112px !important
       }

       .col-sm-pr113 {
           padding-right: 113px !important
       }

       .col-sm-pr114 {
           padding-right: 114px !important
       }

       .col-sm-pr115 {
           padding-right: 115px !important
       }

       .col-sm-pr116 {
           padding-right: 116px !important
       }

       .col-sm-pr117 {
           padding-right: 117px !important
       }

       .col-sm-pr118 {
           padding-right: 118px !important
       }

       .col-sm-pr119 {
           padding-right: 119px !important
       }

       .col-sm-pr120 {
           padding-right: 120px !important
       }

       .col-sm-pr121 {
           padding-right: 121px !important
       }

       .col-sm-pr122 {
           padding-right: 122px !important
       }

       .col-sm-pr123 {
           padding-right: 123px !important
       }

       .col-sm-pr124 {
           padding-right: 124px !important
       }

       .col-sm-pr125 {
           padding-right: 125px !important
       }

       .col-sm-pr126 {
           padding-right: 126px !important
       }

       .col-sm-pr127 {
           padding-right: 127px !important
       }

       .col-sm-pr128 {
           padding-right: 128px !important
       }

       .col-sm-pr129 {
           padding-right: 129px !important
       }

       .col-sm-pr130 {
           padding-right: 130px !important
       }

       .col-sm-pr131 {
           padding-right: 131px !important
       }

       .col-sm-pr132 {
           padding-right: 132px !important
       }

       .col-sm-pr133 {
           padding-right: 133px !important
       }

       .col-sm-pr134 {
           padding-right: 134px !important
       }

       .col-sm-pr135 {
           padding-right: 135px !important
       }

       .col-sm-pr136 {
           padding-right: 136px !important
       }

       .col-sm-pr137 {
           padding-right: 137px !important
       }

       .col-sm-pr138 {
           padding-right: 138px !important
       }

       .col-sm-pr139 {
           padding-right: 139px !important
       }

       .col-sm-pr140 {
           padding-right: 140px !important
       }

       .col-sm-pr141 {
           padding-right: 141px !important
       }

       .col-sm-pr142 {
           padding-right: 142px !important
       }

       .col-sm-pr143 {
           padding-right: 143px !important
       }

       .col-sm-pr144 {
           padding-right: 144px !important
       }

       .col-sm-pr145 {
           padding-right: 145px !important
       }

       .col-sm-pr146 {
           padding-right: 146px !important
       }

       .col-sm-pr147 {
           padding-right: 147px !important
       }

       .col-sm-pr148 {
           padding-right: 148px !important
       }

       .col-sm-pr149 {
           padding-right: 149px !important
       }

       .col-sm-pr150 {
           padding-right: 150px !important
       }

       .col-sm-pr151 {
           padding-right: 151px !important
       }

       .col-sm-pr152 {
           padding-right: 152px !important
       }

       .col-sm-pr153 {
           padding-right: 153px !important
       }

       .col-sm-pr154 {
           padding-right: 154px !important
       }

       .col-sm-pr155 {
           padding-right: 155px !important
       }

       .col-sm-pr156 {
           padding-right: 156px !important
       }

       .col-sm-pr157 {
           padding-right: 157px !important
       }

       .col-sm-pr158 {
           padding-right: 158px !important
       }

       .col-sm-pr159 {
           padding-right: 159px !important
       }

       .col-sm-pr160 {
           padding-right: 160px !important
       }

       .col-sm-pr161 {
           padding-right: 161px !important
       }

       .col-sm-pr162 {
           padding-right: 162px !important
       }

       .col-sm-pr163 {
           padding-right: 163px !important
       }

       .col-sm-pr164 {
           padding-right: 164px !important
       }

       .col-sm-pr165 {
           padding-right: 165px !important
       }

       .col-sm-pr166 {
           padding-right: 166px !important
       }

       .col-sm-pr167 {
           padding-right: 167px !important
       }

       .col-sm-pr168 {
           padding-right: 168px !important
       }

       .col-sm-pr169 {
           padding-right: 169px !important
       }

       .col-sm-pr170 {
           padding-right: 170px !important
       }

       .col-sm-pr171 {
           padding-right: 171px !important
       }

       .col-sm-pr172 {
           padding-right: 172px !important
       }

       .col-sm-pr173 {
           padding-right: 173px !important
       }

       .col-sm-pr174 {
           padding-right: 174px !important
       }

       .col-sm-pr175 {
           padding-right: 175px !important
       }

       .col-sm-pr176 {
           padding-right: 176px !important
       }

       .col-sm-pr177 {
           padding-right: 177px !important
       }

       .col-sm-pr178 {
           padding-right: 178px !important
       }

       .col-sm-pr179 {
           padding-right: 179px !important
       }

       .col-sm-pr180 {
           padding-right: 180px !important
       }

       .col-sm-pr181 {
           padding-right: 181px !important
       }

       .col-sm-pr182 {
           padding-right: 182px !important
       }

       .col-sm-pr183 {
           padding-right: 183px !important
       }

       .col-sm-pr184 {
           padding-right: 184px !important
       }

       .col-sm-pr185 {
           padding-right: 185px !important
       }

       .col-sm-pr186 {
           padding-right: 186px !important
       }

       .col-sm-pr187 {
           padding-right: 187px !important
       }

       .col-sm-pr188 {
           padding-right: 188px !important
       }

       .col-sm-pr189 {
           padding-right: 189px !important
       }

       .col-sm-pr190 {
           padding-right: 190px !important
       }

       .col-sm-pr191 {
           padding-right: 191px !important
       }

       .col-sm-pr192 {
           padding-right: 192px !important
       }

       .col-sm-pr193 {
           padding-right: 193px !important
       }

       .col-sm-pr194 {
           padding-right: 194px !important
       }

       .col-sm-pr195 {
           padding-right: 195px !important
       }

       .col-sm-pr196 {
           padding-right: 196px !important
       }

       .col-sm-pr197 {
           padding-right: 197px !important
       }

       .col-sm-pr198 {
           padding-right: 198px !important
       }

       .col-sm-pr199 {
           padding-right: 199px !important
       }

       .col-sm-pr200 {
           padding-right: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-pr0 {
           padding-right: 0px !important
       }

       .col-xs-pr1 {
           padding-right: 1px !important
       }

       .col-xs-pr2 {
           padding-right: 2px !important
       }

       .col-xs-pr3 {
           padding-right: 3px !important
       }

       .col-xs-pr4 {
           padding-right: 4px !important
       }

       .col-xs-pr5 {
           padding-right: 5px !important
       }

       .col-xs-pr6 {
           padding-right: 6px !important
       }

       .col-xs-pr7 {
           padding-right: 7px !important
       }

       .col-xs-pr8 {
           padding-right: 8px !important
       }

       .col-xs-pr9 {
           padding-right: 9px !important
       }

       .col-xs-pr10 {
           padding-right: 10px !important
       }

       .col-xs-pr11 {
           padding-right: 11px !important
       }

       .col-xs-pr12 {
           padding-right: 12px !important
       }

       .col-xs-pr13 {
           padding-right: 13px !important
       }

       .col-xs-pr14 {
           padding-right: 14px !important
       }

       .col-xs-pr15 {
           padding-right: 15px !important
       }

       .col-xs-pr16 {
           padding-right: 16px !important
       }

       .col-xs-pr17 {
           padding-right: 17px !important
       }

       .col-xs-pr18 {
           padding-right: 18px !important
       }

       .col-xs-pr19 {
           padding-right: 19px !important
       }

       .col-xs-pr20 {
           padding-right: 20px !important
       }

       .col-xs-pr21 {
           padding-right: 21px !important
       }

       .col-xs-pr22 {
           padding-right: 22px !important
       }

       .col-xs-pr23 {
           padding-right: 23px !important
       }

       .col-xs-pr24 {
           padding-right: 24px !important
       }

       .col-xs-pr25 {
           padding-right: 25px !important
       }

       .col-xs-pr26 {
           padding-right: 26px !important
       }

       .col-xs-pr27 {
           padding-right: 27px !important
       }

       .col-xs-pr28 {
           padding-right: 28px !important
       }

       .col-xs-pr29 {
           padding-right: 29px !important
       }

       .col-xs-pr30 {
           padding-right: 30px !important
       }

       .col-xs-pr31 {
           padding-right: 31px !important
       }

       .col-xs-pr32 {
           padding-right: 32px !important
       }

       .col-xs-pr33 {
           padding-right: 33px !important
       }

       .col-xs-pr34 {
           padding-right: 34px !important
       }

       .col-xs-pr35 {
           padding-right: 35px !important
       }

       .col-xs-pr36 {
           padding-right: 36px !important
       }

       .col-xs-pr37 {
           padding-right: 37px !important
       }

       .col-xs-pr38 {
           padding-right: 38px !important
       }

       .col-xs-pr39 {
           padding-right: 39px !important
       }

       .col-xs-pr40 {
           padding-right: 40px !important
       }

       .col-xs-pr41 {
           padding-right: 41px !important
       }

       .col-xs-pr42 {
           padding-right: 42px !important
       }

       .col-xs-pr43 {
           padding-right: 43px !important
       }

       .col-xs-pr44 {
           padding-right: 44px !important
       }

       .col-xs-pr45 {
           padding-right: 45px !important
       }

       .col-xs-pr46 {
           padding-right: 46px !important
       }

       .col-xs-pr47 {
           padding-right: 47px !important
       }

       .col-xs-pr48 {
           padding-right: 48px !important
       }

       .col-xs-pr49 {
           padding-right: 49px !important
       }

       .col-xs-pr50 {
           padding-right: 50px !important
       }

       .col-xs-pr51 {
           padding-right: 51px !important
       }

       .col-xs-pr52 {
           padding-right: 52px !important
       }

       .col-xs-pr53 {
           padding-right: 53px !important
       }

       .col-xs-pr54 {
           padding-right: 54px !important
       }

       .col-xs-pr55 {
           padding-right: 55px !important
       }

       .col-xs-pr56 {
           padding-right: 56px !important
       }

       .col-xs-pr57 {
           padding-right: 57px !important
       }

       .col-xs-pr58 {
           padding-right: 58px !important
       }

       .col-xs-pr59 {
           padding-right: 59px !important
       }

       .col-xs-pr60 {
           padding-right: 60px !important
       }

       .col-xs-pr61 {
           padding-right: 61px !important
       }

       .col-xs-pr62 {
           padding-right: 62px !important
       }

       .col-xs-pr63 {
           padding-right: 63px !important
       }

       .col-xs-pr64 {
           padding-right: 64px !important
       }

       .col-xs-pr65 {
           padding-right: 65px !important
       }

       .col-xs-pr66 {
           padding-right: 66px !important
       }

       .col-xs-pr67 {
           padding-right: 67px !important
       }

       .col-xs-pr68 {
           padding-right: 68px !important
       }

       .col-xs-pr69 {
           padding-right: 69px !important
       }

       .col-xs-pr70 {
           padding-right: 70px !important
       }

       .col-xs-pr71 {
           padding-right: 71px !important
       }

       .col-xs-pr72 {
           padding-right: 72px !important
       }

       .col-xs-pr73 {
           padding-right: 73px !important
       }

       .col-xs-pr74 {
           padding-right: 74px !important
       }

       .col-xs-pr75 {
           padding-right: 75px !important
       }

       .col-xs-pr76 {
           padding-right: 76px !important
       }

       .col-xs-pr77 {
           padding-right: 77px !important
       }

       .col-xs-pr78 {
           padding-right: 78px !important
       }

       .col-xs-pr79 {
           padding-right: 79px !important
       }

       .col-xs-pr80 {
           padding-right: 80px !important
       }

       .col-xs-pr81 {
           padding-right: 81px !important
       }

       .col-xs-pr82 {
           padding-right: 82px !important
       }

       .col-xs-pr83 {
           padding-right: 83px !important
       }

       .col-xs-pr84 {
           padding-right: 84px !important
       }

       .col-xs-pr85 {
           padding-right: 85px !important
       }

       .col-xs-pr86 {
           padding-right: 86px !important
       }

       .col-xs-pr87 {
           padding-right: 87px !important
       }

       .col-xs-pr88 {
           padding-right: 88px !important
       }

       .col-xs-pr89 {
           padding-right: 89px !important
       }

       .col-xs-pr90 {
           padding-right: 90px !important
       }

       .col-xs-pr91 {
           padding-right: 91px !important
       }

       .col-xs-pr92 {
           padding-right: 92px !important
       }

       .col-xs-pr93 {
           padding-right: 93px !important
       }

       .col-xs-pr94 {
           padding-right: 94px !important
       }

       .col-xs-pr95 {
           padding-right: 95px !important
       }

       .col-xs-pr96 {
           padding-right: 96px !important
       }

       .col-xs-pr97 {
           padding-right: 97px !important
       }

       .col-xs-pr98 {
           padding-right: 98px !important
       }

       .col-xs-pr99 {
           padding-right: 99px !important
       }

       .col-xs-pr100 {
           padding-right: 100px !important
       }

       .col-xs-pr101 {
           padding-right: 101px !important
       }

       .col-xs-pr102 {
           padding-right: 102px !important
       }

       .col-xs-pr103 {
           padding-right: 103px !important
       }

       .col-xs-pr104 {
           padding-right: 104px !important
       }

       .col-xs-pr105 {
           padding-right: 105px !important
       }

       .col-xs-pr106 {
           padding-right: 106px !important
       }

       .col-xs-pr107 {
           padding-right: 107px !important
       }

       .col-xs-pr108 {
           padding-right: 108px !important
       }

       .col-xs-pr109 {
           padding-right: 109px !important
       }

       .col-xs-pr110 {
           padding-right: 110px !important
       }

       .col-xs-pr111 {
           padding-right: 111px !important
       }

       .col-xs-pr112 {
           padding-right: 112px !important
       }

       .col-xs-pr113 {
           padding-right: 113px !important
       }

       .col-xs-pr114 {
           padding-right: 114px !important
       }

       .col-xs-pr115 {
           padding-right: 115px !important
       }

       .col-xs-pr116 {
           padding-right: 116px !important
       }

       .col-xs-pr117 {
           padding-right: 117px !important
       }

       .col-xs-pr118 {
           padding-right: 118px !important
       }

       .col-xs-pr119 {
           padding-right: 119px !important
       }

       .col-xs-pr120 {
           padding-right: 120px !important
       }

       .col-xs-pr121 {
           padding-right: 121px !important
       }

       .col-xs-pr122 {
           padding-right: 122px !important
       }

       .col-xs-pr123 {
           padding-right: 123px !important
       }

       .col-xs-pr124 {
           padding-right: 124px !important
       }

       .col-xs-pr125 {
           padding-right: 125px !important
       }

       .col-xs-pr126 {
           padding-right: 126px !important
       }

       .col-xs-pr127 {
           padding-right: 127px !important
       }

       .col-xs-pr128 {
           padding-right: 128px !important
       }

       .col-xs-pr129 {
           padding-right: 129px !important
       }

       .col-xs-pr130 {
           padding-right: 130px !important
       }

       .col-xs-pr131 {
           padding-right: 131px !important
       }

       .col-xs-pr132 {
           padding-right: 132px !important
       }

       .col-xs-pr133 {
           padding-right: 133px !important
       }

       .col-xs-pr134 {
           padding-right: 134px !important
       }

       .col-xs-pr135 {
           padding-right: 135px !important
       }

       .col-xs-pr136 {
           padding-right: 136px !important
       }

       .col-xs-pr137 {
           padding-right: 137px !important
       }

       .col-xs-pr138 {
           padding-right: 138px !important
       }

       .col-xs-pr139 {
           padding-right: 139px !important
       }

       .col-xs-pr140 {
           padding-right: 140px !important
       }

       .col-xs-pr141 {
           padding-right: 141px !important
       }

       .col-xs-pr142 {
           padding-right: 142px !important
       }

       .col-xs-pr143 {
           padding-right: 143px !important
       }

       .col-xs-pr144 {
           padding-right: 144px !important
       }

       .col-xs-pr145 {
           padding-right: 145px !important
       }

       .col-xs-pr146 {
           padding-right: 146px !important
       }

       .col-xs-pr147 {
           padding-right: 147px !important
       }

       .col-xs-pr148 {
           padding-right: 148px !important
       }

       .col-xs-pr149 {
           padding-right: 149px !important
       }

       .col-xs-pr150 {
           padding-right: 150px !important
       }

       .col-xs-pr151 {
           padding-right: 151px !important
       }

       .col-xs-pr152 {
           padding-right: 152px !important
       }

       .col-xs-pr153 {
           padding-right: 153px !important
       }

       .col-xs-pr154 {
           padding-right: 154px !important
       }

       .col-xs-pr155 {
           padding-right: 155px !important
       }

       .col-xs-pr156 {
           padding-right: 156px !important
       }

       .col-xs-pr157 {
           padding-right: 157px !important
       }

       .col-xs-pr158 {
           padding-right: 158px !important
       }

       .col-xs-pr159 {
           padding-right: 159px !important
       }

       .col-xs-pr160 {
           padding-right: 160px !important
       }

       .col-xs-pr161 {
           padding-right: 161px !important
       }

       .col-xs-pr162 {
           padding-right: 162px !important
       }

       .col-xs-pr163 {
           padding-right: 163px !important
       }

       .col-xs-pr164 {
           padding-right: 164px !important
       }

       .col-xs-pr165 {
           padding-right: 165px !important
       }

       .col-xs-pr166 {
           padding-right: 166px !important
       }

       .col-xs-pr167 {
           padding-right: 167px !important
       }

       .col-xs-pr168 {
           padding-right: 168px !important
       }

       .col-xs-pr169 {
           padding-right: 169px !important
       }

       .col-xs-pr170 {
           padding-right: 170px !important
       }

       .col-xs-pr171 {
           padding-right: 171px !important
       }

       .col-xs-pr172 {
           padding-right: 172px !important
       }

       .col-xs-pr173 {
           padding-right: 173px !important
       }

       .col-xs-pr174 {
           padding-right: 174px !important
       }

       .col-xs-pr175 {
           padding-right: 175px !important
       }

       .col-xs-pr176 {
           padding-right: 176px !important
       }

       .col-xs-pr177 {
           padding-right: 177px !important
       }

       .col-xs-pr178 {
           padding-right: 178px !important
       }

       .col-xs-pr179 {
           padding-right: 179px !important
       }

       .col-xs-pr180 {
           padding-right: 180px !important
       }

       .col-xs-pr181 {
           padding-right: 181px !important
       }

       .col-xs-pr182 {
           padding-right: 182px !important
       }

       .col-xs-pr183 {
           padding-right: 183px !important
       }

       .col-xs-pr184 {
           padding-right: 184px !important
       }

       .col-xs-pr185 {
           padding-right: 185px !important
       }

       .col-xs-pr186 {
           padding-right: 186px !important
       }

       .col-xs-pr187 {
           padding-right: 187px !important
       }

       .col-xs-pr188 {
           padding-right: 188px !important
       }

       .col-xs-pr189 {
           padding-right: 189px !important
       }

       .col-xs-pr190 {
           padding-right: 190px !important
       }

       .col-xs-pr191 {
           padding-right: 191px !important
       }

       .col-xs-pr192 {
           padding-right: 192px !important
       }

       .col-xs-pr193 {
           padding-right: 193px !important
       }

       .col-xs-pr194 {
           padding-right: 194px !important
       }

       .col-xs-pr195 {
           padding-right: 195px !important
       }

       .col-xs-pr196 {
           padding-right: 196px !important
       }

       .col-xs-pr197 {
           padding-right: 197px !important
       }

       .col-xs-pr198 {
           padding-right: 198px !important
       }

       .col-xs-pr199 {
           padding-right: 199px !important
       }

       .col-xs-pr200 {
           padding-right: 200px !important
       }
   }

   .fs0 {
       font-size: 0px !important
   }

   .fs1 {
       font-size: 1px !important
   }

   .fs2 {
       font-size: 2px !important
   }

   .fs3 {
       font-size: 3px !important
   }

   .fs4 {
       font-size: 4px !important
   }

   .fs5 {
       font-size: 5px !important
   }

   .fs6 {
       font-size: 6px !important
   }

   .fs7 {
       font-size: 7px !important
   }

   .fs8 {
       font-size: 8px !important
   }

   .fs9 {
       font-size: 9px !important
   }

   .fs10 {
       font-size: 10px !important
   }

   .fs11 {
       font-size: 11px !important
   }

   .fs12 {
       font-size: 12px !important
   }

   .fs13 {
       font-size: 13px !important
   }

   .fs14 {
       font-size: 14px !important
   }

   .fs15 {
       font-size: 15px !important
   }

   .fs16 {
       font-size: 16px !important
   }

   .fs17 {
       font-size: 17px !important
   }

   .fs18 {
       font-size: 18px !important
   }

   .fs19 {
       font-size: 19px !important
   }

   .fs20 {
       font-size: 20px !important
   }

   .fs21 {
       font-size: 21px !important
   }

   .fs22 {
       font-size: 22px !important
   }

   .fs23 {
       font-size: 23px !important
   }

   .fs24 {
       font-size: 24px !important
   }

   .fs25 {
       font-size: 25px !important
   }

   .fs26 {
       font-size: 26px !important
   }

   .fs27 {
       font-size: 27px !important
   }

   .fs28 {
       font-size: 28px !important
   }

   .fs29 {
       font-size: 29px !important
   }

   .fs30 {
       font-size: 30px !important
   }

   .fs31 {
       font-size: 31px !important
   }

   .fs32 {
       font-size: 32px !important
   }

   .fs33 {
       font-size: 33px !important
   }

   .fs34 {
       font-size: 34px !important
   }

   .fs35 {
       font-size: 35px !important
   }

   .fs36 {
       font-size: 36px !important
   }

   .fs37 {
       font-size: 37px !important
   }

   .fs38 {
       font-size: 38px !important
   }

   .fs39 {
       font-size: 39px !important
   }

   .fs40 {
       font-size: 40px !important
   }

   .fs41 {
       font-size: 41px !important
   }

   .fs42 {
       font-size: 42px !important
   }

   .fs43 {
       font-size: 43px !important
   }

   .fs44 {
       font-size: 44px !important
   }

   .fs45 {
       font-size: 45px !important
   }

   .fs46 {
       font-size: 46px !important
   }

   .fs47 {
       font-size: 47px !important
   }

   .fs48 {
       font-size: 48px !important
   }

   .fs49 {
       font-size: 49px !important
   }

   .fs50 {
       font-size: 50px !important
   }

   .fs51 {
       font-size: 51px !important
   }

   .fs52 {
       font-size: 52px !important
   }

   .fs53 {
       font-size: 53px !important
   }

   .fs54 {
       font-size: 54px !important
   }

   .fs55 {
       font-size: 55px !important
   }

   .fs56 {
       font-size: 56px !important
   }

   .fs57 {
       font-size: 57px !important
   }

   .fs58 {
       font-size: 58px !important
   }

   .fs59 {
       font-size: 59px !important
   }

   .fs60 {
       font-size: 60px !important
   }

   .fs61 {
       font-size: 61px !important
   }

   .fs62 {
       font-size: 62px !important
   }

   .fs63 {
       font-size: 63px !important
   }

   .fs64 {
       font-size: 64px !important
   }

   .fs65 {
       font-size: 65px !important
   }

   .fs66 {
       font-size: 66px !important
   }

   .fs67 {
       font-size: 67px !important
   }

   .fs68 {
       font-size: 68px !important
   }

   .fs69 {
       font-size: 69px !important
   }

   .fs70 {
       font-size: 70px !important
   }

   .fs71 {
       font-size: 71px !important
   }

   .fs72 {
       font-size: 72px !important
   }

   .fs73 {
       font-size: 73px !important
   }

   .fs74 {
       font-size: 74px !important
   }

   .fs75 {
       font-size: 75px !important
   }

   .fs76 {
       font-size: 76px !important
   }

   .fs77 {
       font-size: 77px !important
   }

   .fs78 {
       font-size: 78px !important
   }

   .fs79 {
       font-size: 79px !important
   }

   .fs80 {
       font-size: 80px !important
   }

   .fs81 {
       font-size: 81px !important
   }

   .fs82 {
       font-size: 82px !important
   }

   .fs83 {
       font-size: 83px !important
   }

   .fs84 {
       font-size: 84px !important
   }

   .fs85 {
       font-size: 85px !important
   }

   .fs86 {
       font-size: 86px !important
   }

   .fs87 {
       font-size: 87px !important
   }

   .fs88 {
       font-size: 88px !important
   }

   .fs89 {
       font-size: 89px !important
   }

   .fs90 {
       font-size: 90px !important
   }

   .fs91 {
       font-size: 91px !important
   }

   .fs92 {
       font-size: 92px !important
   }

   .fs93 {
       font-size: 93px !important
   }

   .fs94 {
       font-size: 94px !important
   }

   .fs95 {
       font-size: 95px !important
   }

   .fs96 {
       font-size: 96px !important
   }

   .fs97 {
       font-size: 97px !important
   }

   .fs98 {
       font-size: 98px !important
   }

   .fs99 {
       font-size: 99px !important
   }

   .fs100 {
       font-size: 100px !important
   }

   .fs101 {
       font-size: 101px !important
   }

   .fs102 {
       font-size: 102px !important
   }

   .fs103 {
       font-size: 103px !important
   }

   .fs104 {
       font-size: 104px !important
   }

   .fs105 {
       font-size: 105px !important
   }

   .fs106 {
       font-size: 106px !important
   }

   .fs107 {
       font-size: 107px !important
   }

   .fs108 {
       font-size: 108px !important
   }

   .fs109 {
       font-size: 109px !important
   }

   .fs110 {
       font-size: 110px !important
   }

   .fs111 {
       font-size: 111px !important
   }

   .fs112 {
       font-size: 112px !important
   }

   .fs113 {
       font-size: 113px !important
   }

   .fs114 {
       font-size: 114px !important
   }

   .fs115 {
       font-size: 115px !important
   }

   .fs116 {
       font-size: 116px !important
   }

   .fs117 {
       font-size: 117px !important
   }

   .fs118 {
       font-size: 118px !important
   }

   .fs119 {
       font-size: 119px !important
   }

   .fs120 {
       font-size: 120px !important
   }

   .fs121 {
       font-size: 121px !important
   }

   .fs122 {
       font-size: 122px !important
   }

   .fs123 {
       font-size: 123px !important
   }

   .fs124 {
       font-size: 124px !important
   }

   .fs125 {
       font-size: 125px !important
   }

   .fs126 {
       font-size: 126px !important
   }

   .fs127 {
       font-size: 127px !important
   }

   .fs128 {
       font-size: 128px !important
   }

   .fs129 {
       font-size: 129px !important
   }

   .fs130 {
       font-size: 130px !important
   }

   .fs131 {
       font-size: 131px !important
   }

   .fs132 {
       font-size: 132px !important
   }

   .fs133 {
       font-size: 133px !important
   }

   .fs134 {
       font-size: 134px !important
   }

   .fs135 {
       font-size: 135px !important
   }

   .fs136 {
       font-size: 136px !important
   }

   .fs137 {
       font-size: 137px !important
   }

   .fs138 {
       font-size: 138px !important
   }

   .fs139 {
       font-size: 139px !important
   }

   .fs140 {
       font-size: 140px !important
   }

   .fs141 {
       font-size: 141px !important
   }

   .fs142 {
       font-size: 142px !important
   }

   .fs143 {
       font-size: 143px !important
   }

   .fs144 {
       font-size: 144px !important
   }

   .fs145 {
       font-size: 145px !important
   }

   .fs146 {
       font-size: 146px !important
   }

   .fs147 {
       font-size: 147px !important
   }

   .fs148 {
       font-size: 148px !important
   }

   .fs149 {
       font-size: 149px !important
   }

   .fs150 {
       font-size: 150px !important
   }

   .fs151 {
       font-size: 151px !important
   }

   .fs152 {
       font-size: 152px !important
   }

   .fs153 {
       font-size: 153px !important
   }

   .fs154 {
       font-size: 154px !important
   }

   .fs155 {
       font-size: 155px !important
   }

   .fs156 {
       font-size: 156px !important
   }

   .fs157 {
       font-size: 157px !important
   }

   .fs158 {
       font-size: 158px !important
   }

   .fs159 {
       font-size: 159px !important
   }

   .fs160 {
       font-size: 160px !important
   }

   .fs161 {
       font-size: 161px !important
   }

   .fs162 {
       font-size: 162px !important
   }

   .fs163 {
       font-size: 163px !important
   }

   .fs164 {
       font-size: 164px !important
   }

   .fs165 {
       font-size: 165px !important
   }

   .fs166 {
       font-size: 166px !important
   }

   .fs167 {
       font-size: 167px !important
   }

   .fs168 {
       font-size: 168px !important
   }

   .fs169 {
       font-size: 169px !important
   }

   .fs170 {
       font-size: 170px !important
   }

   .fs171 {
       font-size: 171px !important
   }

   .fs172 {
       font-size: 172px !important
   }

   .fs173 {
       font-size: 173px !important
   }

   .fs174 {
       font-size: 174px !important
   }

   .fs175 {
       font-size: 175px !important
   }

   .fs176 {
       font-size: 176px !important
   }

   .fs177 {
       font-size: 177px !important
   }

   .fs178 {
       font-size: 178px !important
   }

   .fs179 {
       font-size: 179px !important
   }

   .fs180 {
       font-size: 180px !important
   }

   .fs181 {
       font-size: 181px !important
   }

   .fs182 {
       font-size: 182px !important
   }

   .fs183 {
       font-size: 183px !important
   }

   .fs184 {
       font-size: 184px !important
   }

   .fs185 {
       font-size: 185px !important
   }

   .fs186 {
       font-size: 186px !important
   }

   .fs187 {
       font-size: 187px !important
   }

   .fs188 {
       font-size: 188px !important
   }

   .fs189 {
       font-size: 189px !important
   }

   .fs190 {
       font-size: 190px !important
   }

   .fs191 {
       font-size: 191px !important
   }

   .fs192 {
       font-size: 192px !important
   }

   .fs193 {
       font-size: 193px !important
   }

   .fs194 {
       font-size: 194px !important
   }

   .fs195 {
       font-size: 195px !important
   }

   .fs196 {
       font-size: 196px !important
   }

   .fs197 {
       font-size: 197px !important
   }

   .fs198 {
       font-size: 198px !important
   }

   .fs199 {
       font-size: 199px !important
   }

   .fs200 {
       font-size: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-fs0 {
           font-size: 0px !important
       }

       .col-sm-fs1 {
           font-size: 1px !important
       }

       .col-sm-fs2 {
           font-size: 2px !important
       }

       .col-sm-fs3 {
           font-size: 3px !important
       }

       .col-sm-fs4 {
           font-size: 4px !important
       }

       .col-sm-fs5 {
           font-size: 5px !important
       }

       .col-sm-fs6 {
           font-size: 6px !important
       }

       .col-sm-fs7 {
           font-size: 7px !important
       }

       .col-sm-fs8 {
           font-size: 8px !important
       }

       .col-sm-fs9 {
           font-size: 9px !important
       }

       .col-sm-fs10 {
           font-size: 10px !important
       }

       .col-sm-fs11 {
           font-size: 11px !important
       }

       .col-sm-fs12 {
           font-size: 12px !important
       }

       .col-sm-fs13 {
           font-size: 13px !important
       }

       .col-sm-fs14 {
           font-size: 14px !important
       }

       .col-sm-fs15 {
           font-size: 15px !important
       }

       .col-sm-fs16 {
           font-size: 16px !important
       }

       .col-sm-fs17 {
           font-size: 17px !important
       }

       .col-sm-fs18 {
           font-size: 18px !important
       }

       .col-sm-fs19 {
           font-size: 19px !important
       }

       .col-sm-fs20 {
           font-size: 20px !important
       }

       .col-sm-fs21 {
           font-size: 21px !important
       }

       .col-sm-fs22 {
           font-size: 22px !important
       }

       .col-sm-fs23 {
           font-size: 23px !important
       }

       .col-sm-fs24 {
           font-size: 24px !important
       }

       .col-sm-fs25 {
           font-size: 25px !important
       }

       .col-sm-fs26 {
           font-size: 26px !important
       }

       .col-sm-fs27 {
           font-size: 27px !important
       }

       .col-sm-fs28 {
           font-size: 28px !important
       }

       .col-sm-fs29 {
           font-size: 29px !important
       }

       .col-sm-fs30 {
           font-size: 30px !important
       }

       .col-sm-fs31 {
           font-size: 31px !important
       }

       .col-sm-fs32 {
           font-size: 32px !important
       }

       .col-sm-fs33 {
           font-size: 33px !important
       }

       .col-sm-fs34 {
           font-size: 34px !important
       }

       .col-sm-fs35 {
           font-size: 35px !important
       }

       .col-sm-fs36 {
           font-size: 36px !important
       }

       .col-sm-fs37 {
           font-size: 37px !important
       }

       .col-sm-fs38 {
           font-size: 38px !important
       }

       .col-sm-fs39 {
           font-size: 39px !important
       }

       .col-sm-fs40 {
           font-size: 40px !important
       }

       .col-sm-fs41 {
           font-size: 41px !important
       }

       .col-sm-fs42 {
           font-size: 42px !important
       }

       .col-sm-fs43 {
           font-size: 43px !important
       }

       .col-sm-fs44 {
           font-size: 44px !important
       }

       .col-sm-fs45 {
           font-size: 45px !important
       }

       .col-sm-fs46 {
           font-size: 46px !important
       }

       .col-sm-fs47 {
           font-size: 47px !important
       }

       .col-sm-fs48 {
           font-size: 48px !important
       }

       .col-sm-fs49 {
           font-size: 49px !important
       }

       .col-sm-fs50 {
           font-size: 50px !important
       }

       .col-sm-fs51 {
           font-size: 51px !important
       }

       .col-sm-fs52 {
           font-size: 52px !important
       }

       .col-sm-fs53 {
           font-size: 53px !important
       }

       .col-sm-fs54 {
           font-size: 54px !important
       }

       .col-sm-fs55 {
           font-size: 55px !important
       }

       .col-sm-fs56 {
           font-size: 56px !important
       }

       .col-sm-fs57 {
           font-size: 57px !important
       }

       .col-sm-fs58 {
           font-size: 58px !important
       }

       .col-sm-fs59 {
           font-size: 59px !important
       }

       .col-sm-fs60 {
           font-size: 60px !important
       }

       .col-sm-fs61 {
           font-size: 61px !important
       }

       .col-sm-fs62 {
           font-size: 62px !important
       }

       .col-sm-fs63 {
           font-size: 63px !important
       }

       .col-sm-fs64 {
           font-size: 64px !important
       }

       .col-sm-fs65 {
           font-size: 65px !important
       }

       .col-sm-fs66 {
           font-size: 66px !important
       }

       .col-sm-fs67 {
           font-size: 67px !important
       }

       .col-sm-fs68 {
           font-size: 68px !important
       }

       .col-sm-fs69 {
           font-size: 69px !important
       }

       .col-sm-fs70 {
           font-size: 70px !important
       }

       .col-sm-fs71 {
           font-size: 71px !important
       }

       .col-sm-fs72 {
           font-size: 72px !important
       }

       .col-sm-fs73 {
           font-size: 73px !important
       }

       .col-sm-fs74 {
           font-size: 74px !important
       }

       .col-sm-fs75 {
           font-size: 75px !important
       }

       .col-sm-fs76 {
           font-size: 76px !important
       }

       .col-sm-fs77 {
           font-size: 77px !important
       }

       .col-sm-fs78 {
           font-size: 78px !important
       }

       .col-sm-fs79 {
           font-size: 79px !important
       }

       .col-sm-fs80 {
           font-size: 80px !important
       }

       .col-sm-fs81 {
           font-size: 81px !important
       }

       .col-sm-fs82 {
           font-size: 82px !important
       }

       .col-sm-fs83 {
           font-size: 83px !important
       }

       .col-sm-fs84 {
           font-size: 84px !important
       }

       .col-sm-fs85 {
           font-size: 85px !important
       }

       .col-sm-fs86 {
           font-size: 86px !important
       }

       .col-sm-fs87 {
           font-size: 87px !important
       }

       .col-sm-fs88 {
           font-size: 88px !important
       }

       .col-sm-fs89 {
           font-size: 89px !important
       }

       .col-sm-fs90 {
           font-size: 90px !important
       }

       .col-sm-fs91 {
           font-size: 91px !important
       }

       .col-sm-fs92 {
           font-size: 92px !important
       }

       .col-sm-fs93 {
           font-size: 93px !important
       }

       .col-sm-fs94 {
           font-size: 94px !important
       }

       .col-sm-fs95 {
           font-size: 95px !important
       }

       .col-sm-fs96 {
           font-size: 96px !important
       }

       .col-sm-fs97 {
           font-size: 97px !important
       }

       .col-sm-fs98 {
           font-size: 98px !important
       }

       .col-sm-fs99 {
           font-size: 99px !important
       }

       .col-sm-fs100 {
           font-size: 100px !important
       }

       .col-sm-fs101 {
           font-size: 101px !important
       }

       .col-sm-fs102 {
           font-size: 102px !important
       }

       .col-sm-fs103 {
           font-size: 103px !important
       }

       .col-sm-fs104 {
           font-size: 104px !important
       }

       .col-sm-fs105 {
           font-size: 105px !important
       }

       .col-sm-fs106 {
           font-size: 106px !important
       }

       .col-sm-fs107 {
           font-size: 107px !important
       }

       .col-sm-fs108 {
           font-size: 108px !important
       }

       .col-sm-fs109 {
           font-size: 109px !important
       }

       .col-sm-fs110 {
           font-size: 110px !important
       }

       .col-sm-fs111 {
           font-size: 111px !important
       }

       .col-sm-fs112 {
           font-size: 112px !important
       }

       .col-sm-fs113 {
           font-size: 113px !important
       }

       .col-sm-fs114 {
           font-size: 114px !important
       }

       .col-sm-fs115 {
           font-size: 115px !important
       }

       .col-sm-fs116 {
           font-size: 116px !important
       }

       .col-sm-fs117 {
           font-size: 117px !important
       }

       .col-sm-fs118 {
           font-size: 118px !important
       }

       .col-sm-fs119 {
           font-size: 119px !important
       }

       .col-sm-fs120 {
           font-size: 120px !important
       }

       .col-sm-fs121 {
           font-size: 121px !important
       }

       .col-sm-fs122 {
           font-size: 122px !important
       }

       .col-sm-fs123 {
           font-size: 123px !important
       }

       .col-sm-fs124 {
           font-size: 124px !important
       }

       .col-sm-fs125 {
           font-size: 125px !important
       }

       .col-sm-fs126 {
           font-size: 126px !important
       }

       .col-sm-fs127 {
           font-size: 127px !important
       }

       .col-sm-fs128 {
           font-size: 128px !important
       }

       .col-sm-fs129 {
           font-size: 129px !important
       }

       .col-sm-fs130 {
           font-size: 130px !important
       }

       .col-sm-fs131 {
           font-size: 131px !important
       }

       .col-sm-fs132 {
           font-size: 132px !important
       }

       .col-sm-fs133 {
           font-size: 133px !important
       }

       .col-sm-fs134 {
           font-size: 134px !important
       }

       .col-sm-fs135 {
           font-size: 135px !important
       }

       .col-sm-fs136 {
           font-size: 136px !important
       }

       .col-sm-fs137 {
           font-size: 137px !important
       }

       .col-sm-fs138 {
           font-size: 138px !important
       }

       .col-sm-fs139 {
           font-size: 139px !important
       }

       .col-sm-fs140 {
           font-size: 140px !important
       }

       .col-sm-fs141 {
           font-size: 141px !important
       }

       .col-sm-fs142 {
           font-size: 142px !important
       }

       .col-sm-fs143 {
           font-size: 143px !important
       }

       .col-sm-fs144 {
           font-size: 144px !important
       }

       .col-sm-fs145 {
           font-size: 145px !important
       }

       .col-sm-fs146 {
           font-size: 146px !important
       }

       .col-sm-fs147 {
           font-size: 147px !important
       }

       .col-sm-fs148 {
           font-size: 148px !important
       }

       .col-sm-fs149 {
           font-size: 149px !important
       }

       .col-sm-fs150 {
           font-size: 150px !important
       }

       .col-sm-fs151 {
           font-size: 151px !important
       }

       .col-sm-fs152 {
           font-size: 152px !important
       }

       .col-sm-fs153 {
           font-size: 153px !important
       }

       .col-sm-fs154 {
           font-size: 154px !important
       }

       .col-sm-fs155 {
           font-size: 155px !important
       }

       .col-sm-fs156 {
           font-size: 156px !important
       }

       .col-sm-fs157 {
           font-size: 157px !important
       }

       .col-sm-fs158 {
           font-size: 158px !important
       }

       .col-sm-fs159 {
           font-size: 159px !important
       }

       .col-sm-fs160 {
           font-size: 160px !important
       }

       .col-sm-fs161 {
           font-size: 161px !important
       }

       .col-sm-fs162 {
           font-size: 162px !important
       }

       .col-sm-fs163 {
           font-size: 163px !important
       }

       .col-sm-fs164 {
           font-size: 164px !important
       }

       .col-sm-fs165 {
           font-size: 165px !important
       }

       .col-sm-fs166 {
           font-size: 166px !important
       }

       .col-sm-fs167 {
           font-size: 167px !important
       }

       .col-sm-fs168 {
           font-size: 168px !important
       }

       .col-sm-fs169 {
           font-size: 169px !important
       }

       .col-sm-fs170 {
           font-size: 170px !important
       }

       .col-sm-fs171 {
           font-size: 171px !important
       }

       .col-sm-fs172 {
           font-size: 172px !important
       }

       .col-sm-fs173 {
           font-size: 173px !important
       }

       .col-sm-fs174 {
           font-size: 174px !important
       }

       .col-sm-fs175 {
           font-size: 175px !important
       }

       .col-sm-fs176 {
           font-size: 176px !important
       }

       .col-sm-fs177 {
           font-size: 177px !important
       }

       .col-sm-fs178 {
           font-size: 178px !important
       }

       .col-sm-fs179 {
           font-size: 179px !important
       }

       .col-sm-fs180 {
           font-size: 180px !important
       }

       .col-sm-fs181 {
           font-size: 181px !important
       }

       .col-sm-fs182 {
           font-size: 182px !important
       }

       .col-sm-fs183 {
           font-size: 183px !important
       }

       .col-sm-fs184 {
           font-size: 184px !important
       }

       .col-sm-fs185 {
           font-size: 185px !important
       }

       .col-sm-fs186 {
           font-size: 186px !important
       }

       .col-sm-fs187 {
           font-size: 187px !important
       }

       .col-sm-fs188 {
           font-size: 188px !important
       }

       .col-sm-fs189 {
           font-size: 189px !important
       }

       .col-sm-fs190 {
           font-size: 190px !important
       }

       .col-sm-fs191 {
           font-size: 191px !important
       }

       .col-sm-fs192 {
           font-size: 192px !important
       }

       .col-sm-fs193 {
           font-size: 193px !important
       }

       .col-sm-fs194 {
           font-size: 194px !important
       }

       .col-sm-fs195 {
           font-size: 195px !important
       }

       .col-sm-fs196 {
           font-size: 196px !important
       }

       .col-sm-fs197 {
           font-size: 197px !important
       }

       .col-sm-fs198 {
           font-size: 198px !important
       }

       .col-sm-fs199 {
           font-size: 199px !important
       }

       .col-sm-fs200 {
           font-size: 200px !important
       }
   }

   @media screen and (max-width:991px) {
       .col-xs-fs0 {
           font-size: 0px !important
       }

       .col-xs-fs1 {
           font-size: 1px !important
       }

       .col-xs-fs2 {
           font-size: 2px !important
       }

       .col-xs-fs3 {
           font-size: 3px !important
       }

       .col-xs-fs4 {
           font-size: 4px !important
       }

       .col-xs-fs5 {
           font-size: 5px !important
       }

       .col-xs-fs6 {
           font-size: 6px !important
       }

       .col-xs-fs7 {
           font-size: 7px !important
       }

       .col-xs-fs8 {
           font-size: 8px !important
       }

       .col-xs-fs9 {
           font-size: 9px !important
       }

       .col-xs-fs10 {
           font-size: 10px !important
       }

       .col-xs-fs11 {
           font-size: 11px !important
       }

       .col-xs-fs12 {
           font-size: 12px !important
       }

       .col-xs-fs13 {
           font-size: 13px !important
       }

       .col-xs-fs14 {
           font-size: 14px !important
       }

       .col-xs-fs15 {
           font-size: 15px !important
       }

       .col-xs-fs16 {
           font-size: 16px !important
       }

       .col-xs-fs17 {
           font-size: 17px !important
       }

       .col-xs-fs18 {
           font-size: 18px !important
       }

       .col-xs-fs19 {
           font-size: 19px !important
       }

       .col-xs-fs20 {
           font-size: 20px !important
       }

       .col-xs-fs21 {
           font-size: 21px !important
       }

       .col-xs-fs22 {
           font-size: 22px !important
       }

       .col-xs-fs23 {
           font-size: 23px !important
       }

       .col-xs-fs24 {
           font-size: 24px !important
       }

       .col-xs-fs25 {
           font-size: 25px !important
       }

       .col-xs-fs26 {
           font-size: 26px !important
       }

       .col-xs-fs27 {
           font-size: 27px !important
       }

       .col-xs-fs28 {
           font-size: 28px !important
       }

       .col-xs-fs29 {
           font-size: 29px !important
       }

       .col-xs-fs30 {
           font-size: 30px !important
       }

       .col-xs-fs31 {
           font-size: 31px !important
       }

       .col-xs-fs32 {
           font-size: 32px !important
       }

       .col-xs-fs33 {
           font-size: 33px !important
       }

       .col-xs-fs34 {
           font-size: 34px !important
       }

       .col-xs-fs35 {
           font-size: 35px !important
       }

       .col-xs-fs36 {
           font-size: 36px !important
       }

       .col-xs-fs37 {
           font-size: 37px !important
       }

       .col-xs-fs38 {
           font-size: 38px !important
       }

       .col-xs-fs39 {
           font-size: 39px !important
       }

       .col-xs-fs40 {
           font-size: 40px !important
       }

       .col-xs-fs41 {
           font-size: 41px !important
       }

       .col-xs-fs42 {
           font-size: 42px !important
       }

       .col-xs-fs43 {
           font-size: 43px !important
       }

       .col-xs-fs44 {
           font-size: 44px !important
       }

       .col-xs-fs45 {
           font-size: 45px !important
       }

       .col-xs-fs46 {
           font-size: 46px !important
       }

       .col-xs-fs47 {
           font-size: 47px !important
       }

       .col-xs-fs48 {
           font-size: 48px !important
       }

       .col-xs-fs49 {
           font-size: 49px !important
       }

       .col-xs-fs50 {
           font-size: 50px !important
       }

       .col-xs-fs51 {
           font-size: 51px !important
       }

       .col-xs-fs52 {
           font-size: 52px !important
       }

       .col-xs-fs53 {
           font-size: 53px !important
       }

       .col-xs-fs54 {
           font-size: 54px !important
       }

       .col-xs-fs55 {
           font-size: 55px !important
       }

       .col-xs-fs56 {
           font-size: 56px !important
       }

       .col-xs-fs57 {
           font-size: 57px !important
       }

       .col-xs-fs58 {
           font-size: 58px !important
       }

       .col-xs-fs59 {
           font-size: 59px !important
       }

       .col-xs-fs60 {
           font-size: 60px !important
       }

       .col-xs-fs61 {
           font-size: 61px !important
       }

       .col-xs-fs62 {
           font-size: 62px !important
       }

       .col-xs-fs63 {
           font-size: 63px !important
       }

       .col-xs-fs64 {
           font-size: 64px !important
       }

       .col-xs-fs65 {
           font-size: 65px !important
       }

       .col-xs-fs66 {
           font-size: 66px !important
       }

       .col-xs-fs67 {
           font-size: 67px !important
       }

       .col-xs-fs68 {
           font-size: 68px !important
       }

       .col-xs-fs69 {
           font-size: 69px !important
       }

       .col-xs-fs70 {
           font-size: 70px !important
       }

       .col-xs-fs71 {
           font-size: 71px !important
       }

       .col-xs-fs72 {
           font-size: 72px !important
       }

       .col-xs-fs73 {
           font-size: 73px !important
       }

       .col-xs-fs74 {
           font-size: 74px !important
       }

       .col-xs-fs75 {
           font-size: 75px !important
       }

       .col-xs-fs76 {
           font-size: 76px !important
       }

       .col-xs-fs77 {
           font-size: 77px !important
       }

       .col-xs-fs78 {
           font-size: 78px !important
       }

       .col-xs-fs79 {
           font-size: 79px !important
       }

       .col-xs-fs80 {
           font-size: 80px !important
       }

       .col-xs-fs81 {
           font-size: 81px !important
       }

       .col-xs-fs82 {
           font-size: 82px !important
       }

       .col-xs-fs83 {
           font-size: 83px !important
       }

       .col-xs-fs84 {
           font-size: 84px !important
       }

       .col-xs-fs85 {
           font-size: 85px !important
       }

       .col-xs-fs86 {
           font-size: 86px !important
       }

       .col-xs-fs87 {
           font-size: 87px !important
       }

       .col-xs-fs88 {
           font-size: 88px !important
       }

       .col-xs-fs89 {
           font-size: 89px !important
       }

       .col-xs-fs90 {
           font-size: 90px !important
       }

       .col-xs-fs91 {
           font-size: 91px !important
       }

       .col-xs-fs92 {
           font-size: 92px !important
       }

       .col-xs-fs93 {
           font-size: 93px !important
       }

       .col-xs-fs94 {
           font-size: 94px !important
       }

       .col-xs-fs95 {
           font-size: 95px !important
       }

       .col-xs-fs96 {
           font-size: 96px !important
       }

       .col-xs-fs97 {
           font-size: 97px !important
       }

       .col-xs-fs98 {
           font-size: 98px !important
       }

       .col-xs-fs99 {
           font-size: 99px !important
       }

       .col-xs-fs100 {
           font-size: 100px !important
       }

       .col-xs-fs101 {
           font-size: 101px !important
       }

       .col-xs-fs102 {
           font-size: 102px !important
       }

       .col-xs-fs103 {
           font-size: 103px !important
       }

       .col-xs-fs104 {
           font-size: 104px !important
       }

       .col-xs-fs105 {
           font-size: 105px !important
       }

       .col-xs-fs106 {
           font-size: 106px !important
       }

       .col-xs-fs107 {
           font-size: 107px !important
       }

       .col-xs-fs108 {
           font-size: 108px !important
       }

       .col-xs-fs109 {
           font-size: 109px !important
       }

       .col-xs-fs110 {
           font-size: 110px !important
       }

       .col-xs-fs111 {
           font-size: 111px !important
       }

       .col-xs-fs112 {
           font-size: 112px !important
       }

       .col-xs-fs113 {
           font-size: 113px !important
       }

       .col-xs-fs114 {
           font-size: 114px !important
       }

       .col-xs-fs115 {
           font-size: 115px !important
       }

       .col-xs-fs116 {
           font-size: 116px !important
       }

       .col-xs-fs117 {
           font-size: 117px !important
       }

       .col-xs-fs118 {
           font-size: 118px !important
       }

       .col-xs-fs119 {
           font-size: 119px !important
       }

       .col-xs-fs120 {
           font-size: 120px !important
       }

       .col-xs-fs121 {
           font-size: 121px !important
       }

       .col-xs-fs122 {
           font-size: 122px !important
       }

       .col-xs-fs123 {
           font-size: 123px !important
       }

       .col-xs-fs124 {
           font-size: 124px !important
       }

       .col-xs-fs125 {
           font-size: 125px !important
       }

       .col-xs-fs126 {
           font-size: 126px !important
       }

       .col-xs-fs127 {
           font-size: 127px !important
       }

       .col-xs-fs128 {
           font-size: 128px !important
       }

       .col-xs-fs129 {
           font-size: 129px !important
       }

       .col-xs-fs130 {
           font-size: 130px !important
       }

       .col-xs-fs131 {
           font-size: 131px !important
       }

       .col-xs-fs132 {
           font-size: 132px !important
       }

       .col-xs-fs133 {
           font-size: 133px !important
       }

       .col-xs-fs134 {
           font-size: 134px !important
       }

       .col-xs-fs135 {
           font-size: 135px !important
       }

       .col-xs-fs136 {
           font-size: 136px !important
       }

       .col-xs-fs137 {
           font-size: 137px !important
       }

       .col-xs-fs138 {
           font-size: 138px !important
       }

       .col-xs-fs139 {
           font-size: 139px !important
       }

       .col-xs-fs140 {
           font-size: 140px !important
       }

       .col-xs-fs141 {
           font-size: 141px !important
       }

       .col-xs-fs142 {
           font-size: 142px !important
       }

       .col-xs-fs143 {
           font-size: 143px !important
       }

       .col-xs-fs144 {
           font-size: 144px !important
       }

       .col-xs-fs145 {
           font-size: 145px !important
       }

       .col-xs-fs146 {
           font-size: 146px !important
       }

       .col-xs-fs147 {
           font-size: 147px !important
       }

       .col-xs-fs148 {
           font-size: 148px !important
       }

       .col-xs-fs149 {
           font-size: 149px !important
       }

       .col-xs-fs150 {
           font-size: 150px !important
       }

       .col-xs-fs151 {
           font-size: 151px !important
       }

       .col-xs-fs152 {
           font-size: 152px !important
       }

       .col-xs-fs153 {
           font-size: 153px !important
       }

       .col-xs-fs154 {
           font-size: 154px !important
       }

       .col-xs-fs155 {
           font-size: 155px !important
       }

       .col-xs-fs156 {
           font-size: 156px !important
       }

       .col-xs-fs157 {
           font-size: 157px !important
       }

       .col-xs-fs158 {
           font-size: 158px !important
       }

       .col-xs-fs159 {
           font-size: 159px !important
       }

       .col-xs-fs160 {
           font-size: 160px !important
       }

       .col-xs-fs161 {
           font-size: 161px !important
       }

       .col-xs-fs162 {
           font-size: 162px !important
       }

       .col-xs-fs163 {
           font-size: 163px !important
       }

       .col-xs-fs164 {
           font-size: 164px !important
       }

       .col-xs-fs165 {
           font-size: 165px !important
       }

       .col-xs-fs166 {
           font-size: 166px !important
       }

       .col-xs-fs167 {
           font-size: 167px !important
       }

       .col-xs-fs168 {
           font-size: 168px !important
       }

       .col-xs-fs169 {
           font-size: 169px !important
       }

       .col-xs-fs170 {
           font-size: 170px !important
       }

       .col-xs-fs171 {
           font-size: 171px !important
       }

       .col-xs-fs172 {
           font-size: 172px !important
       }

       .col-xs-fs173 {
           font-size: 173px !important
       }

       .col-xs-fs174 {
           font-size: 174px !important
       }

       .col-xs-fs175 {
           font-size: 175px !important
       }

       .col-xs-fs176 {
           font-size: 176px !important
       }

       .col-xs-fs177 {
           font-size: 177px !important
       }

       .col-xs-fs178 {
           font-size: 178px !important
       }

       .col-xs-fs179 {
           font-size: 179px !important
       }

       .col-xs-fs180 {
           font-size: 180px !important
       }

       .col-xs-fs181 {
           font-size: 181px !important
       }

       .col-xs-fs182 {
           font-size: 182px !important
       }

       .col-xs-fs183 {
           font-size: 183px !important
       }

       .col-xs-fs184 {
           font-size: 184px !important
       }

       .col-xs-fs185 {
           font-size: 185px !important
       }

       .col-xs-fs186 {
           font-size: 186px !important
       }

       .col-xs-fs187 {
           font-size: 187px !important
       }

       .col-xs-fs188 {
           font-size: 188px !important
       }

       .col-xs-fs189 {
           font-size: 189px !important
       }

       .col-xs-fs190 {
           font-size: 190px !important
       }

       .col-xs-fs191 {
           font-size: 191px !important
       }

       .col-xs-fs192 {
           font-size: 192px !important
       }

       .col-xs-fs193 {
           font-size: 193px !important
       }

       .col-xs-fs194 {
           font-size: 194px !important
       }

       .col-xs-fs195 {
           font-size: 195px !important
       }

       .col-xs-fs196 {
           font-size: 196px !important
       }

       .col-xs-fs197 {
           font-size: 197px !important
       }

       .col-xs-fs198 {
           font-size: 198px !important
       }

       .col-xs-fs199 {
           font-size: 199px !important
       }

       .col-xs-fs200 {
           font-size: 200px !important
       }
   }

   .z-1 {
       z-index: -1 !important
   }

   .z0 {
       z-index: 0 !important
   }

   .z1 {
       z-index: 1 !important
   }

   .z2 {
       z-index: 2 !important
   }

   .z3 {
       z-index: 3 !important
   }

   .z4 {
       z-index: 4 !important
   }

   .z5 {
       z-index: 5 !important
   }

   .z6 {
       z-index: 6 !important
   }

   .z7 {
       z-index: 7 !important
   }

   .z8 {
       z-index: 8 !important
   }

   .z9 {
       z-index: 9 !important
   }

   .z10 {
       z-index: 10 !important
   }

   .z11 {
       z-index: 11 !important
   }

   .z12 {
       z-index: 12 !important
   }

   .z13 {
       z-index: 13 !important
   }

   .z14 {
       z-index: 14 !important
   }

   .z15 {
       z-index: 15 !important
   }

   .z16 {
       z-index: 16 !important
   }

   .z17 {
       z-index: 17 !important
   }

   .z18 {
       z-index: 18 !important
   }

   .z19 {
       z-index: 19 !important
   }

   .z20 {
       z-index: 20 !important
   }

   .z21 {
       z-index: 21 !important
   }

   .z22 {
       z-index: 22 !important
   }

   .z23 {
       z-index: 23 !important
   }

   .z24 {
       z-index: 24 !important
   }

   .z25 {
       z-index: 25 !important
   }

   .z26 {
       z-index: 26 !important
   }

   .z27 {
       z-index: 27 !important
   }

   .z28 {
       z-index: 28 !important
   }

   .z29 {
       z-index: 29 !important
   }

   .z30 {
       z-index: 30 !important
   }

   .z31 {
       z-index: 31 !important
   }

   .z32 {
       z-index: 32 !important
   }

   .z33 {
       z-index: 33 !important
   }

   .z34 {
       z-index: 34 !important
   }

   .z35 {
       z-index: 35 !important
   }

   .z36 {
       z-index: 36 !important
   }

   .z37 {
       z-index: 37 !important
   }

   .z38 {
       z-index: 38 !important
   }

   .z39 {
       z-index: 39 !important
   }

   .z40 {
       z-index: 40 !important
   }

   .z41 {
       z-index: 41 !important
   }

   .z42 {
       z-index: 42 !important
   }

   .z43 {
       z-index: 43 !important
   }

   .z44 {
       z-index: 44 !important
   }

   .z45 {
       z-index: 45 !important
   }

   .z46 {
       z-index: 46 !important
   }

   .z47 {
       z-index: 47 !important
   }

   .z48 {
       z-index: 48 !important
   }

   .z49 {
       z-index: 49 !important
   }

   .z50 {
       z-index: 50 !important
   }

   .z51 {
       z-index: 51 !important
   }

   .z52 {
       z-index: 52 !important
   }

   .z53 {
       z-index: 53 !important
   }

   .z54 {
       z-index: 54 !important
   }

   .z55 {
       z-index: 55 !important
   }

   .z56 {
       z-index: 56 !important
   }

   .z57 {
       z-index: 57 !important
   }

   .z58 {
       z-index: 58 !important
   }

   .z59 {
       z-index: 59 !important
   }

   .z60 {
       z-index: 60 !important
   }

   .z61 {
       z-index: 61 !important
   }

   .z62 {
       z-index: 62 !important
   }

   .z63 {
       z-index: 63 !important
   }

   .z64 {
       z-index: 64 !important
   }

   .z65 {
       z-index: 65 !important
   }

   .z66 {
       z-index: 66 !important
   }

   .z67 {
       z-index: 67 !important
   }

   .z68 {
       z-index: 68 !important
   }

   .z69 {
       z-index: 69 !important
   }

   .z70 {
       z-index: 70 !important
   }

   .z71 {
       z-index: 71 !important
   }

   .z72 {
       z-index: 72 !important
   }

   .z73 {
       z-index: 73 !important
   }

   .z74 {
       z-index: 74 !important
   }

   .z75 {
       z-index: 75 !important
   }

   .z76 {
       z-index: 76 !important
   }

   .z77 {
       z-index: 77 !important
   }

   .z78 {
       z-index: 78 !important
   }

   .z79 {
       z-index: 79 !important
   }

   .z80 {
       z-index: 80 !important
   }

   .z81 {
       z-index: 81 !important
   }

   .z82 {
       z-index: 82 !important
   }

   .z83 {
       z-index: 83 !important
   }

   .z84 {
       z-index: 84 !important
   }

   .z85 {
       z-index: 85 !important
   }

   .z86 {
       z-index: 86 !important
   }

   .z87 {
       z-index: 87 !important
   }

   .z88 {
       z-index: 88 !important
   }

   .z89 {
       z-index: 89 !important
   }

   .z90 {
       z-index: 90 !important
   }

   .z91 {
       z-index: 91 !important
   }

   .z92 {
       z-index: 92 !important
   }

   .z93 {
       z-index: 93 !important
   }

   .z94 {
       z-index: 94 !important
   }

   .z95 {
       z-index: 95 !important
   }

   .z96 {
       z-index: 96 !important
   }

   .z97 {
       z-index: 97 !important
   }

   .z98 {
       z-index: 98 !important
   }

   .z99 {
       z-index: 99 !important
   }

   .z100 {
       z-index: 100 !important
   }

   .z101 {
       z-index: 101 !important
   }

   .z102 {
       z-index: 102 !important
   }

   .z103 {
       z-index: 103 !important
   }

   .z104 {
       z-index: 104 !important
   }

   .z105 {
       z-index: 105 !important
   }

   .z106 {
       z-index: 106 !important
   }

   .z107 {
       z-index: 107 !important
   }

   .z108 {
       z-index: 108 !important
   }

   .z109 {
       z-index: 109 !important
   }

   .z110 {
       z-index: 110 !important
   }

   .z111 {
       z-index: 111 !important
   }

   .z112 {
       z-index: 112 !important
   }

   .z113 {
       z-index: 113 !important
   }

   .z114 {
       z-index: 114 !important
   }

   .z115 {
       z-index: 115 !important
   }

   .z116 {
       z-index: 116 !important
   }

   .z117 {
       z-index: 117 !important
   }

   .z118 {
       z-index: 118 !important
   }

   .z119 {
       z-index: 119 !important
   }

   .z120 {
       z-index: 120 !important
   }

   .z121 {
       z-index: 121 !important
   }

   .z122 {
       z-index: 122 !important
   }

   .z123 {
       z-index: 123 !important
   }

   .z124 {
       z-index: 124 !important
   }

   .z125 {
       z-index: 125 !important
   }

   .z126 {
       z-index: 126 !important
   }

   .z127 {
       z-index: 127 !important
   }

   .z128 {
       z-index: 128 !important
   }

   .z129 {
       z-index: 129 !important
   }

   .z130 {
       z-index: 130 !important
   }

   .z131 {
       z-index: 131 !important
   }

   .z132 {
       z-index: 132 !important
   }

   .z133 {
       z-index: 133 !important
   }

   .z134 {
       z-index: 134 !important
   }

   .z135 {
       z-index: 135 !important
   }

   .z136 {
       z-index: 136 !important
   }

   .z137 {
       z-index: 137 !important
   }

   .z138 {
       z-index: 138 !important
   }

   .z139 {
       z-index: 139 !important
   }

   .z140 {
       z-index: 140 !important
   }

   .z141 {
       z-index: 141 !important
   }

   .z142 {
       z-index: 142 !important
   }

   .z143 {
       z-index: 143 !important
   }

   .z144 {
       z-index: 144 !important
   }

   .z145 {
       z-index: 145 !important
   }

   .z146 {
       z-index: 146 !important
   }

   .z147 {
       z-index: 147 !important
   }

   .z148 {
       z-index: 148 !important
   }

   .z149 {
       z-index: 149 !important
   }

   .z150 {
       z-index: 150 !important
   }

   .z151 {
       z-index: 151 !important
   }

   .z152 {
       z-index: 152 !important
   }

   .z153 {
       z-index: 153 !important
   }

   .z154 {
       z-index: 154 !important
   }

   .z155 {
       z-index: 155 !important
   }

   .z156 {
       z-index: 156 !important
   }

   .z157 {
       z-index: 157 !important
   }

   .z158 {
       z-index: 158 !important
   }

   .z159 {
       z-index: 159 !important
   }

   .z160 {
       z-index: 160 !important
   }

   .z161 {
       z-index: 161 !important
   }

   .z162 {
       z-index: 162 !important
   }

   .z163 {
       z-index: 163 !important
   }

   .z164 {
       z-index: 164 !important
   }

   .z165 {
       z-index: 165 !important
   }

   .z166 {
       z-index: 166 !important
   }

   .z167 {
       z-index: 167 !important
   }

   .z168 {
       z-index: 168 !important
   }

   .z169 {
       z-index: 169 !important
   }

   .z170 {
       z-index: 170 !important
   }

   .z171 {
       z-index: 171 !important
   }

   .z172 {
       z-index: 172 !important
   }

   .z173 {
       z-index: 173 !important
   }

   .z174 {
       z-index: 174 !important
   }

   .z175 {
       z-index: 175 !important
   }

   .z176 {
       z-index: 176 !important
   }

   .z177 {
       z-index: 177 !important
   }

   .z178 {
       z-index: 178 !important
   }

   .z179 {
       z-index: 179 !important
   }

   .z180 {
       z-index: 180 !important
   }

   .z181 {
       z-index: 181 !important
   }

   .z182 {
       z-index: 182 !important
   }

   .z183 {
       z-index: 183 !important
   }

   .z184 {
       z-index: 184 !important
   }

   .z185 {
       z-index: 185 !important
   }

   .z186 {
       z-index: 186 !important
   }

   .z187 {
       z-index: 187 !important
   }

   .z188 {
       z-index: 188 !important
   }

   .z189 {
       z-index: 189 !important
   }

   .z190 {
       z-index: 190 !important
   }

   .z191 {
       z-index: 191 !important
   }

   .z192 {
       z-index: 192 !important
   }

   .z193 {
       z-index: 193 !important
   }

   .z194 {
       z-index: 194 !important
   }

   .z195 {
       z-index: 195 !important
   }

   .z196 {
       z-index: 196 !important
   }

   .z197 {
       z-index: 197 !important
   }

   .z198 {
       z-index: 198 !important
   }

   .z199 {
       z-index: 199 !important
   }

   .z200 {
       z-index: 200 !important
   }

   @media screen and (max-width:991px) {
       .col-sm-z-1 {
           z-index: -1 !important
       }

       .col-sm-z0 {
           z-index: 0 !important
       }

       .col-sm-z1 {
           z-index: 1 !important
       }

       .col-sm-z2 {
           z-index: 2 !important
       }

       .col-sm-z3 {
           z-index: 3 !important
       }

       .col-sm-z4 {
           z-index: 4 !important
       }

       .col-sm-z5 {
           z-index: 5 !important
       }

       .col-sm-z6 {
           z-index: 6 !important
       }

       .col-sm-z7 {
           z-index: 7 !important
       }

       .col-sm-z8 {
           z-index: 8 !important
       }

       .col-sm-z9 {
           z-index: 9 !important
       }

       .col-sm-z10 {
           z-index: 10 !important
       }

       .col-sm-z11 {
           z-index: 11 !important
       }

       .col-sm-z12 {
           z-index: 12 !important
       }

       .col-sm-z13 {
           z-index: 13 !important
       }

       .col-sm-z14 {
           z-index: 14 !important
       }

       .col-sm-z15 {
           z-index: 15 !important
       }

       .col-sm-z16 {
           z-index: 16 !important
       }

       .col-sm-z17 {
           z-index: 17 !important
       }

       .col-sm-z18 {
           z-index: 18 !important
       }

       .col-sm-z19 {
           z-index: 19 !important
       }

       .col-sm-z20 {
           z-index: 20 !important
       }

       .col-sm-z21 {
           z-index: 21 !important
       }

       .col-sm-z22 {
           z-index: 22 !important
       }

       .col-sm-z23 {
           z-index: 23 !important
       }

       .col-sm-z24 {
           z-index: 24 !important
       }

       .col-sm-z25 {
           z-index: 25 !important
       }

       .col-sm-z26 {
           z-index: 26 !important
       }

       .col-sm-z27 {
           z-index: 27 !important
       }

       .col-sm-z28 {
           z-index: 28 !important
       }

       .col-sm-z29 {
           z-index: 29 !important
       }

       .col-sm-z30 {
           z-index: 30 !important
       }

       .col-sm-z31 {
           z-index: 31 !important
       }

       .col-sm-z32 {
           z-index: 32 !important
       }

       .col-sm-z33 {
           z-index: 33 !important
       }

       .col-sm-z34 {
           z-index: 34 !important
       }

       .col-sm-z35 {
           z-index: 35 !important
       }

       .col-sm-z36 {
           z-index: 36 !important
       }

       .col-sm-z37 {
           z-index: 37 !important
       }

       .col-sm-z38 {
           z-index: 38 !important
       }

       .col-sm-z39 {
           z-index: 39 !important
       }

       .col-sm-z40 {
           z-index: 40 !important
       }

       .col-sm-z41 {
           z-index: 41 !important
       }

       .col-sm-z42 {
           z-index: 42 !important
       }

       .col-sm-z43 {
           z-index: 43 !important
       }

       .col-sm-z44 {
           z-index: 44 !important
       }

       .col-sm-z45 {
           z-index: 45 !important
       }

       .col-sm-z46 {
           z-index: 46 !important
       }

       .col-sm-z47 {
           z-index: 47 !important
       }

       .col-sm-z48 {
           z-index: 48 !important
       }

       .col-sm-z49 {
           z-index: 49 !important
       }

       .col-sm-z50 {
           z-index: 50 !important
       }

       .col-sm-z51 {
           z-index: 51 !important
       }

       .col-sm-z52 {
           z-index: 52 !important
       }

       .col-sm-z53 {
           z-index: 53 !important
       }

       .col-sm-z54 {
           z-index: 54 !important
       }

       .col-sm-z55 {
           z-index: 55 !important
       }

       .col-sm-z56 {
           z-index: 56 !important
       }

       .col-sm-z57 {
           z-index: 57 !important
       }

       .col-sm-z58 {
           z-index: 58 !important
       }

       .col-sm-z59 {
           z-index: 59 !important
       }

       .col-sm-z60 {
           z-index: 60 !important
       }

       .col-sm-z61 {
           z-index: 61 !important
       }

       .col-sm-z62 {
           z-index: 62 !important
       }

       .col-sm-z63 {
           z-index: 63 !important
       }

       .col-sm-z64 {
           z-index: 64 !important
       }

       .col-sm-z65 {
           z-index: 65 !important
       }

       .col-sm-z66 {
           z-index: 66 !important
       }

       .col-sm-z67 {
           z-index: 67 !important
       }

       .col-sm-z68 {
           z-index: 68 !important
       }

       .col-sm-z69 {
           z-index: 69 !important
       }

       .col-sm-z70 {
           z-index: 70 !important
       }

       .col-sm-z71 {
           z-index: 71 !important
       }

       .col-sm-z72 {
           z-index: 72 !important
       }

       .col-sm-z73 {
           z-index: 73 !important
       }

       .col-sm-z74 {
           z-index: 74 !important
       }

       .col-sm-z75 {
           z-index: 75 !important
       }

       .col-sm-z76 {
           z-index: 76 !important
       }

       .col-sm-z77 {
           z-index: 77 !important
       }

       .col-sm-z78 {
           z-index: 78 !important
       }

       .col-sm-z79 {
           z-index: 79 !important
       }

       .col-sm-z80 {
           z-index: 80 !important
       }

       .col-sm-z81 {
           z-index: 81 !important
       }

       .col-sm-z82 {
           z-index: 82 !important
       }

       .col-sm-z83 {
           z-index: 83 !important
       }

       .col-sm-z84 {
           z-index: 84 !important
       }

       .col-sm-z85 {
           z-index: 85 !important
       }

       .col-sm-z86 {
           z-index: 86 !important
       }

       .col-sm-z87 {
           z-index: 87 !important
       }

       .col-sm-z88 {
           z-index: 88 !important
       }

       .col-sm-z89 {
           z-index: 89 !important
       }

       .col-sm-z90 {
           z-index: 90 !important
       }

       .col-sm-z91 {
           z-index: 91 !important
       }

       .col-sm-z92 {
           z-index: 92 !important
       }

       .col-sm-z93 {
           z-index: 93 !important
       }

       .col-sm-z94 {
           z-index: 94 !important
       }

       .col-sm-z95 {
           z-index: 95 !important
       }

       .col-sm-z96 {
           z-index: 96 !important
       }

       .col-sm-z97 {
           z-index: 97 !important
       }

       .col-sm-z98 {
           z-index: 98 !important
       }

       .col-sm-z99 {
           z-index: 99 !important
       }

       .col-sm-z100 {
           z-index: 100 !important
       }

       .col-sm-z101 {
           z-index: 101 !important
       }

       .col-sm-z102 {
           z-index: 102 !important
       }

       .col-sm-z103 {
           z-index: 103 !important
       }

       .col-sm-z104 {
           z-index: 104 !important
       }

       .col-sm-z105 {
           z-index: 105 !important
       }

       .col-sm-z106 {
           z-index: 106 !important
       }

       .col-sm-z107 {
           z-index: 107 !important
       }

       .col-sm-z108 {
           z-index: 108 !important
       }

       .col-sm-z109 {
           z-index: 109 !important
       }

       .col-sm-z110 {
           z-index: 110 !important
       }

       .col-sm-z111 {
           z-index: 111 !important
       }

       .col-sm-z112 {
           z-index: 112 !important
       }

       .col-sm-z113 {
           z-index: 113 !important
       }

       .col-sm-z114 {
           z-index: 114 !important
       }

       .col-sm-z115 {
           z-index: 115 !important
       }

       .col-sm-z116 {
           z-index: 116 !important
       }

       .col-sm-z117 {
           z-index: 117 !important
       }

       .col-sm-z118 {
           z-index: 118 !important
       }

       .col-sm-z119 {
           z-index: 119 !important
       }

       .col-sm-z120 {
           z-index: 120 !important
       }

       .col-sm-z121 {
           z-index: 121 !important
       }

       .col-sm-z122 {
           z-index: 122 !important
       }

       .col-sm-z123 {
           z-index: 123 !important
       }

       .col-sm-z124 {
           z-index: 124 !important
       }

       .col-sm-z125 {
           z-index: 125 !important
       }

       .col-sm-z126 {
           z-index: 126 !important
       }

       .col-sm-z127 {
           z-index: 127 !important
       }

       .col-sm-z128 {
           z-index: 128 !important
       }

       .col-sm-z129 {
           z-index: 129 !important
       }

       .col-sm-z130 {
           z-index: 130 !important
       }

       .col-sm-z131 {
           z-index: 131 !important
       }

       .col-sm-z132 {
           z-index: 132 !important
       }

       .col-sm-z133 {
           z-index: 133 !important
       }

       .col-sm-z134 {
           z-index: 134 !important
       }

       .col-sm-z135 {
           z-index: 135 !important
       }

       .col-sm-z136 {
           z-index: 136 !important
       }

       .col-sm-z137 {
           z-index: 137 !important
       }

       .col-sm-z138 {
           z-index: 138 !important
       }

       .col-sm-z139 {
           z-index: 139 !important
       }

       .col-sm-z140 {
           z-index: 140 !important
       }

       .col-sm-z141 {
           z-index: 141 !important
       }

       .col-sm-z142 {
           z-index: 142 !important
       }

       .col-sm-z143 {
           z-index: 143 !important
       }

       .col-sm-z144 {
           z-index: 144 !important
       }

       .col-sm-z145 {
           z-index: 145 !important
       }

       .col-sm-z146 {
           z-index: 146 !important
       }

       .col-sm-z147 {
           z-index: 147 !important
       }

       .col-sm-z148 {
           z-index: 148 !important
       }

       .col-sm-z149 {
           z-index: 149 !important
       }

       .col-sm-z150 {
           z-index: 150 !important
       }

       .col-sm-z151 {
           z-index: 151 !important
       }

       .col-sm-z152 {
           z-index: 152 !important
       }

       .col-sm-z153 {
           z-index: 153 !important
       }

       .col-sm-z154 {
           z-index: 154 !important
       }

       .col-sm-z155 {
           z-index: 155 !important
       }

       .col-sm-z156 {
           z-index: 156 !important
       }

       .col-sm-z157 {
           z-index: 157 !important
       }

       .col-sm-z158 {
           z-index: 158 !important
       }

       .col-sm-z159 {
           z-index: 159 !important
       }

       .col-sm-z160 {
           z-index: 160 !important
       }

       .col-sm-z161 {
           z-index: 161 !important
       }

       .col-sm-z162 {
           z-index: 162 !important
       }

       .col-sm-z163 {
           z-index: 163 !important
       }

       .col-sm-z164 {
           z-index: 164 !important
       }

       .col-sm-z165 {
           z-index: 165 !important
       }

       .col-sm-z166 {
           z-index: 166 !important
       }

       .col-sm-z167 {
           z-index: 167 !important
       }

       .col-sm-z168 {
           z-index: 168 !important
       }

       .col-sm-z169 {
           z-index: 169 !important
       }

       .col-sm-z170 {
           z-index: 170 !important
       }

       .col-sm-z171 {
           z-index: 171 !important
       }

       .col-sm-z172 {
           z-index: 172 !important
       }

       .col-sm-z173 {
           z-index: 173 !important
       }

       .col-sm-z174 {
           z-index: 174 !important
       }

       .col-sm-z175 {
           z-index: 175 !important
       }

       .col-sm-z176 {
           z-index: 176 !important
       }

       .col-sm-z177 {
           z-index: 177 !important
       }

       .col-sm-z178 {
           z-index: 178 !important
       }

       .col-sm-z179 {
           z-index: 179 !important
       }

       .col-sm-z180 {
           z-index: 180 !important
       }

       .col-sm-z181 {
           z-index: 181 !important
       }

       .col-sm-z182 {
           z-index: 182 !important
       }

       .col-sm-z183 {
           z-index: 183 !important
       }

       .col-sm-z184 {
           z-index: 184 !important
       }

       .col-sm-z185 {
           z-index: 185 !important
       }

       .col-sm-z186 {
           z-index: 186 !important
       }

       .col-sm-z187 {
           z-index: 187 !important
       }

       .col-sm-z188 {
           z-index: 188 !important
       }

       .col-sm-z189 {
           z-index: 189 !important
       }

       .col-sm-z190 {
           z-index: 190 !important
       }

       .col-sm-z191 {
           z-index: 191 !important
       }

       .col-sm-z192 {
           z-index: 192 !important
       }

       .col-sm-z193 {
           z-index: 193 !important
       }

       .col-sm-z194 {
           z-index: 194 !important
       }

       .col-sm-z195 {
           z-index: 195 !important
       }

       .col-sm-z196 {
           z-index: 196 !important
       }

       .col-sm-z197 {
           z-index: 197 !important
       }

       .col-sm-z198 {
           z-index: 198 !important
       }

       .col-sm-z199 {
           z-index: 199 !important
       }

       .col-sm-z200 {
           z-index: 200 !important
       }
   }

   @media (max-width:767px) {
       .col-xs-z-1 {
           z-index: -1 !important
       }

       .col-xs-z0 {
           z-index: 0 !important
       }

       .col-xs-z1 {
           z-index: 1 !important
       }

       .col-xs-z2 {
           z-index: 2 !important
       }

       .col-xs-z3 {
           z-index: 3 !important
       }

       .col-xs-z4 {
           z-index: 4 !important
       }

       .col-xs-z5 {
           z-index: 5 !important
       }

       .col-xs-z6 {
           z-index: 6 !important
       }

       .col-xs-z7 {
           z-index: 7 !important
       }

       .col-xs-z8 {
           z-index: 8 !important
       }

       .col-xs-z9 {
           z-index: 9 !important
       }

       .col-xs-z10 {
           z-index: 10 !important
       }

       .col-xs-z11 {
           z-index: 11 !important
       }

       .col-xs-z12 {
           z-index: 12 !important
       }

       .col-xs-z13 {
           z-index: 13 !important
       }

       .col-xs-z14 {
           z-index: 14 !important
       }

       .col-xs-z15 {
           z-index: 15 !important
       }

       .col-xs-z16 {
           z-index: 16 !important
       }

       .col-xs-z17 {
           z-index: 17 !important
       }

       .col-xs-z18 {
           z-index: 18 !important
       }

       .col-xs-z19 {
           z-index: 19 !important
       }

       .col-xs-z20 {
           z-index: 20 !important
       }

       .col-xs-z21 {
           z-index: 21 !important
       }

       .col-xs-z22 {
           z-index: 22 !important
       }

       .col-xs-z23 {
           z-index: 23 !important
       }

       .col-xs-z24 {
           z-index: 24 !important
       }

       .col-xs-z25 {
           z-index: 25 !important
       }

       .col-xs-z26 {
           z-index: 26 !important
       }

       .col-xs-z27 {
           z-index: 27 !important
       }

       .col-xs-z28 {
           z-index: 28 !important
       }

       .col-xs-z29 {
           z-index: 29 !important
       }

       .col-xs-z30 {
           z-index: 30 !important
       }

       .col-xs-z31 {
           z-index: 31 !important
       }

       .col-xs-z32 {
           z-index: 32 !important
       }

       .col-xs-z33 {
           z-index: 33 !important
       }

       .col-xs-z34 {
           z-index: 34 !important
       }

       .col-xs-z35 {
           z-index: 35 !important
       }

       .col-xs-z36 {
           z-index: 36 !important
       }

       .col-xs-z37 {
           z-index: 37 !important
       }

       .col-xs-z38 {
           z-index: 38 !important
       }

       .col-xs-z39 {
           z-index: 39 !important
       }

       .col-xs-z40 {
           z-index: 40 !important
       }

       .col-xs-z41 {
           z-index: 41 !important
       }

       .col-xs-z42 {
           z-index: 42 !important
       }

       .col-xs-z43 {
           z-index: 43 !important
       }

       .col-xs-z44 {
           z-index: 44 !important
       }

       .col-xs-z45 {
           z-index: 45 !important
       }

       .col-xs-z46 {
           z-index: 46 !important
       }

       .col-xs-z47 {
           z-index: 47 !important
       }

       .col-xs-z48 {
           z-index: 48 !important
       }

       .col-xs-z49 {
           z-index: 49 !important
       }

       .col-xs-z50 {
           z-index: 50 !important
       }

       .col-xs-z51 {
           z-index: 51 !important
       }

       .col-xs-z52 {
           z-index: 52 !important
       }

       .col-xs-z53 {
           z-index: 53 !important
       }

       .col-xs-z54 {
           z-index: 54 !important
       }

       .col-xs-z55 {
           z-index: 55 !important
       }

       .col-xs-z56 {
           z-index: 56 !important
       }

       .col-xs-z57 {
           z-index: 57 !important
       }

       .col-xs-z58 {
           z-index: 58 !important
       }

       .col-xs-z59 {
           z-index: 59 !important
       }

       .col-xs-z60 {
           z-index: 60 !important
       }

       .col-xs-z61 {
           z-index: 61 !important
       }

       .col-xs-z62 {
           z-index: 62 !important
       }

       .col-xs-z63 {
           z-index: 63 !important
       }

       .col-xs-z64 {
           z-index: 64 !important
       }

       .col-xs-z65 {
           z-index: 65 !important
       }

       .col-xs-z66 {
           z-index: 66 !important
       }

       .col-xs-z67 {
           z-index: 67 !important
       }

       .col-xs-z68 {
           z-index: 68 !important
       }

       .col-xs-z69 {
           z-index: 69 !important
       }

       .col-xs-z70 {
           z-index: 70 !important
       }

       .col-xs-z71 {
           z-index: 71 !important
       }

       .col-xs-z72 {
           z-index: 72 !important
       }

       .col-xs-z73 {
           z-index: 73 !important
       }

       .col-xs-z74 {
           z-index: 74 !important
       }

       .col-xs-z75 {
           z-index: 75 !important
       }

       .col-xs-z76 {
           z-index: 76 !important
       }

       .col-xs-z77 {
           z-index: 77 !important
       }

       .col-xs-z78 {
           z-index: 78 !important
       }

       .col-xs-z79 {
           z-index: 79 !important
       }

       .col-xs-z80 {
           z-index: 80 !important
       }

       .col-xs-z81 {
           z-index: 81 !important
       }

       .col-xs-z82 {
           z-index: 82 !important
       }

       .col-xs-z83 {
           z-index: 83 !important
       }

       .col-xs-z84 {
           z-index: 84 !important
       }

       .col-xs-z85 {
           z-index: 85 !important
       }

       .col-xs-z86 {
           z-index: 86 !important
       }

       .col-xs-z87 {
           z-index: 87 !important
       }

       .col-xs-z88 {
           z-index: 88 !important
       }

       .col-xs-z89 {
           z-index: 89 !important
       }

       .col-xs-z90 {
           z-index: 90 !important
       }

       .col-xs-z91 {
           z-index: 91 !important
       }

       .col-xs-z92 {
           z-index: 92 !important
       }

       .col-xs-z93 {
           z-index: 93 !important
       }

       .col-xs-z94 {
           z-index: 94 !important
       }

       .col-xs-z95 {
           z-index: 95 !important
       }

       .col-xs-z96 {
           z-index: 96 !important
       }

       .col-xs-z97 {
           z-index: 97 !important
       }

       .col-xs-z98 {
           z-index: 98 !important
       }

       .col-xs-z99 {
           z-index: 99 !important
       }

       .col-xs-z100 {
           z-index: 100 !important
       }

       .col-xs-z101 {
           z-index: 101 !important
       }

       .col-xs-z102 {
           z-index: 102 !important
       }

       .col-xs-z103 {
           z-index: 103 !important
       }

       .col-xs-z104 {
           z-index: 104 !important
       }

       .col-xs-z105 {
           z-index: 105 !important
       }

       .col-xs-z106 {
           z-index: 106 !important
       }

       .col-xs-z107 {
           z-index: 107 !important
       }

       .col-xs-z108 {
           z-index: 108 !important
       }

       .col-xs-z109 {
           z-index: 109 !important
       }

       .col-xs-z110 {
           z-index: 110 !important
       }

       .col-xs-z111 {
           z-index: 111 !important
       }

       .col-xs-z112 {
           z-index: 112 !important
       }

       .col-xs-z113 {
           z-index: 113 !important
       }

       .col-xs-z114 {
           z-index: 114 !important
       }

       .col-xs-z115 {
           z-index: 115 !important
       }

       .col-xs-z116 {
           z-index: 116 !important
       }

       .col-xs-z117 {
           z-index: 117 !important
       }

       .col-xs-z118 {
           z-index: 118 !important
       }

       .col-xs-z119 {
           z-index: 119 !important
       }

       .col-xs-z120 {
           z-index: 120 !important
       }

       .col-xs-z121 {
           z-index: 121 !important
       }

       .col-xs-z122 {
           z-index: 122 !important
       }

       .col-xs-z123 {
           z-index: 123 !important
       }

       .col-xs-z124 {
           z-index: 124 !important
       }

       .col-xs-z125 {
           z-index: 125 !important
       }

       .col-xs-z126 {
           z-index: 126 !important
       }

       .col-xs-z127 {
           z-index: 127 !important
       }

       .col-xs-z128 {
           z-index: 128 !important
       }

       .col-xs-z129 {
           z-index: 129 !important
       }

       .col-xs-z130 {
           z-index: 130 !important
       }

       .col-xs-z131 {
           z-index: 131 !important
       }

       .col-xs-z132 {
           z-index: 132 !important
       }

       .col-xs-z133 {
           z-index: 133 !important
       }

       .col-xs-z134 {
           z-index: 134 !important
       }

       .col-xs-z135 {
           z-index: 135 !important
       }

       .col-xs-z136 {
           z-index: 136 !important
       }

       .col-xs-z137 {
           z-index: 137 !important
       }

       .col-xs-z138 {
           z-index: 138 !important
       }

       .col-xs-z139 {
           z-index: 139 !important
       }

       .col-xs-z140 {
           z-index: 140 !important
       }

       .col-xs-z141 {
           z-index: 141 !important
       }

       .col-xs-z142 {
           z-index: 142 !important
       }

       .col-xs-z143 {
           z-index: 143 !important
       }

       .col-xs-z144 {
           z-index: 144 !important
       }

       .col-xs-z145 {
           z-index: 145 !important
       }

       .col-xs-z146 {
           z-index: 146 !important
       }

       .col-xs-z147 {
           z-index: 147 !important
       }

       .col-xs-z148 {
           z-index: 148 !important
       }

       .col-xs-z149 {
           z-index: 149 !important
       }

       .col-xs-z150 {
           z-index: 150 !important
       }

       .col-xs-z151 {
           z-index: 151 !important
       }

       .col-xs-z152 {
           z-index: 152 !important
       }

       .col-xs-z153 {
           z-index: 153 !important
       }

       .col-xs-z154 {
           z-index: 154 !important
       }

       .col-xs-z155 {
           z-index: 155 !important
       }

       .col-xs-z156 {
           z-index: 156 !important
       }

       .col-xs-z157 {
           z-index: 157 !important
       }

       .col-xs-z158 {
           z-index: 158 !important
       }

       .col-xs-z159 {
           z-index: 159 !important
       }

       .col-xs-z160 {
           z-index: 160 !important
       }

       .col-xs-z161 {
           z-index: 161 !important
       }

       .col-xs-z162 {
           z-index: 162 !important
       }

       .col-xs-z163 {
           z-index: 163 !important
       }

       .col-xs-z164 {
           z-index: 164 !important
       }

       .col-xs-z165 {
           z-index: 165 !important
       }

       .col-xs-z166 {
           z-index: 166 !important
       }

       .col-xs-z167 {
           z-index: 167 !important
       }

       .col-xs-z168 {
           z-index: 168 !important
       }

       .col-xs-z169 {
           z-index: 169 !important
       }

       .col-xs-z170 {
           z-index: 170 !important
       }

       .col-xs-z171 {
           z-index: 171 !important
       }

       .col-xs-z172 {
           z-index: 172 !important
       }

       .col-xs-z173 {
           z-index: 173 !important
       }

       .col-xs-z174 {
           z-index: 174 !important
       }

       .col-xs-z175 {
           z-index: 175 !important
       }

       .col-xs-z176 {
           z-index: 176 !important
       }

       .col-xs-z177 {
           z-index: 177 !important
       }

       .col-xs-z178 {
           z-index: 178 !important
       }

       .col-xs-z179 {
           z-index: 179 !important
       }

       .col-xs-z180 {
           z-index: 180 !important
       }

       .col-xs-z181 {
           z-index: 181 !important
       }

       .col-xs-z182 {
           z-index: 182 !important
       }

       .col-xs-z183 {
           z-index: 183 !important
       }

       .col-xs-z184 {
           z-index: 184 !important
       }

       .col-xs-z185 {
           z-index: 185 !important
       }

       .col-xs-z186 {
           z-index: 186 !important
       }

       .col-xs-z187 {
           z-index: 187 !important
       }

       .col-xs-z188 {
           z-index: 188 !important
       }

       .col-xs-z189 {
           z-index: 189 !important
       }

       .col-xs-z190 {
           z-index: 190 !important
       }

       .col-xs-z191 {
           z-index: 191 !important
       }

       .col-xs-z192 {
           z-index: 192 !important
       }

       .col-xs-z193 {
           z-index: 193 !important
       }

       .col-xs-z194 {
           z-index: 194 !important
       }

       .col-xs-z195 {
           z-index: 195 !important
       }

       .col-xs-z196 {
           z-index: 196 !important
       }

       .col-xs-z197 {
           z-index: 197 !important
       }

       .col-xs-z198 {
           z-index: 198 !important
       }

       .col-xs-z199 {
           z-index: 199 !important
       }

       .col-xs-z200 {
           z-index: 200 !important
       }
   }

   .wi {
       width: initial !important
   }

   .wa {
       width: auto !important
   }

   .w0 {
       width: 0% !important
   }

   .w1 {
       width: 1% !important
   }

   .w2 {
       width: 2% !important
   }

   .w3 {
       width: 3% !important
   }

   .w4 {
       width: 4% !important
   }

   .w5 {
       width: 5% !important
   }

   .w6 {
       width: 6% !important
   }

   .w7 {
       width: 7% !important
   }

   .w8 {
       width: 8% !important
   }

   .w9 {
       width: 9% !important
   }

   .w10 {
       width: 10% !important
   }

   .w11 {
       width: 11% !important
   }

   .w12 {
       width: 12% !important
   }

   .w13 {
       width: 13% !important
   }

   .w14 {
       width: 14% !important
   }

   .w15 {
       width: 15% !important
   }

   .w16 {
       width: 16% !important
   }

   .w17 {
       width: 17% !important
   }

   .w18 {
       width: 18% !important
   }

   .w19 {
       width: 19% !important
   }

   .w20 {
       width: 20% !important
   }

   .w21 {
       width: 21% !important
   }

   .w22 {
       width: 22% !important
   }

   .w23 {
       width: 23% !important
   }

   .w24 {
       width: 24% !important
   }

   .w25 {
       width: 25% !important
   }

   .w26 {
       width: 26% !important
   }

   .w27 {
       width: 27% !important
   }

   .w28 {
       width: 28% !important
   }

   .w29 {
       width: 29% !important
   }

   .w30 {
       width: 30% !important
   }

   .w31 {
       width: 31% !important
   }

   .w32 {
       width: 32% !important
   }

   .w33 {
       width: 33% !important
   }

   .w34 {
       width: 34% !important
   }

   .w35 {
       width: 35% !important
   }

   .w36 {
       width: 36% !important
   }

   .w37 {
       width: 37% !important
   }

   .w38 {
       width: 38% !important
   }

   .w39 {
       width: 39% !important
   }

   .w40 {
       width: 40% !important
   }

   .w41 {
       width: 41% !important
   }

   .w42 {
       width: 42% !important
   }

   .w43 {
       width: 43% !important
   }

   .w44 {
       width: 44% !important
   }

   .w45 {
       width: 45% !important
   }

   .w46 {
       width: 46% !important
   }

   .w47 {
       width: 47% !important
   }

   .w48 {
       width: 48% !important
   }

   .w49 {
       width: 49% !important
   }

   .w50 {
       width: 50% !important
   }

   .w51 {
       width: 51% !important
   }

   .w52 {
       width: 52% !important
   }

   .w53 {
       width: 53% !important
   }

   .w54 {
       width: 54% !important
   }

   .w55 {
       width: 55% !important
   }

   .w56 {
       width: 56% !important
   }

   .w57 {
       width: 57% !important
   }

   .w58 {
       width: 58% !important
   }

   .w59 {
       width: 59% !important
   }

   .w60 {
       width: 60% !important
   }

   .w61 {
       width: 61% !important
   }

   .w62 {
       width: 62% !important
   }

   .w63 {
       width: 63% !important
   }

   .w64 {
       width: 64% !important
   }

   .w65 {
       width: 65% !important
   }

   .w66 {
       width: 66% !important
   }

   .w67 {
       width: 67% !important
   }

   .w68 {
       width: 68% !important
   }

   .w69 {
       width: 69% !important
   }

   .w70 {
       width: 70% !important
   }

   .w71 {
       width: 71% !important
   }

   .w72 {
       width: 72% !important
   }

   .w73 {
       width: 73% !important
   }

   .w74 {
       width: 74% !important
   }

   .w75 {
       width: 75% !important
   }

   .w76 {
       width: 76% !important
   }

   .w77 {
       width: 77% !important
   }

   .w78 {
       width: 78% !important
   }

   .w79 {
       width: 79% !important
   }

   .w80 {
       width: 80% !important
   }

   .w81 {
       width: 81% !important
   }

   .w82 {
       width: 82% !important
   }

   .w83 {
       width: 83% !important
   }

   .w84 {
       width: 84% !important
   }

   .w85 {
       width: 85% !important
   }

   .w86 {
       width: 86% !important
   }

   .w87 {
       width: 87% !important
   }

   .w88 {
       width: 88% !important
   }

   .w89 {
       width: 89% !important
   }

   .w90 {
       width: 90% !important
   }

   .w91 {
       width: 91% !important
   }

   .w92 {
       width: 92% !important
   }

   .w93 {
       width: 93% !important
   }

   .w94 {
       width: 94% !important
   }

   .w95 {
       width: 95% !important
   }

   .w96 {
       width: 96% !important
   }

   .w97 {
       width: 97% !important
   }

   .w98 {
       width: 98% !important
   }

   .w99 {
       width: 99% !important
   }

   .w100 {
       width: 100% !important
   }

   .w101 {
       width: 101% !important
   }

   .w102 {
       width: 102% !important
   }

   .w103 {
       width: 103% !important
   }

   .w104 {
       width: 104% !important
   }

   .w105 {
       width: 105% !important
   }

   .w106 {
       width: 106% !important
   }

   .w107 {
       width: 107% !important
   }

   .w108 {
       width: 108% !important
   }

   .w109 {
       width: 109% !important
   }

   .w110 {
       width: 110% !important
   }

   .w111 {
       width: 111% !important
   }

   .w112 {
       width: 112% !important
   }

   .w113 {
       width: 113% !important
   }

   .w114 {
       width: 114% !important
   }

   .w115 {
       width: 115% !important
   }

   .w116 {
       width: 116% !important
   }

   .w117 {
       width: 117% !important
   }

   .w118 {
       width: 118% !important
   }

   .w119 {
       width: 119% !important
   }

   .w120 {
       width: 120% !important
   }

   .w121 {
       width: 121% !important
   }

   .w122 {
       width: 122% !important
   }

   .w123 {
       width: 123% !important
   }

   .w124 {
       width: 124% !important
   }

   .w125 {
       width: 125% !important
   }

   .w126 {
       width: 126% !important
   }

   .w127 {
       width: 127% !important
   }

   .w128 {
       width: 128% !important
   }

   .w129 {
       width: 129% !important
   }

   .w130 {
       width: 130% !important
   }

   .w131 {
       width: 131% !important
   }

   .w132 {
       width: 132% !important
   }

   .w133 {
       width: 133% !important
   }

   .w134 {
       width: 134% !important
   }

   .w135 {
       width: 135% !important
   }

   .w136 {
       width: 136% !important
   }

   .w137 {
       width: 137% !important
   }

   .w138 {
       width: 138% !important
   }

   .w139 {
       width: 139% !important
   }

   .w140 {
       width: 140% !important
   }

   .w141 {
       width: 141% !important
   }

   .w142 {
       width: 142% !important
   }

   .w143 {
       width: 143% !important
   }

   .w144 {
       width: 144% !important
   }

   .w145 {
       width: 145% !important
   }

   .w146 {
       width: 146% !important
   }

   .w147 {
       width: 147% !important
   }

   .w148 {
       width: 148% !important
   }

   .w149 {
       width: 149% !important
   }

   .w150 {
       width: 150% !important
   }

   .w151 {
       width: 151% !important
   }

   .w152 {
       width: 152% !important
   }

   .w153 {
       width: 153% !important
   }

   .w154 {
       width: 154% !important
   }

   .w155 {
       width: 155% !important
   }

   .w156 {
       width: 156% !important
   }

   .w157 {
       width: 157% !important
   }

   .w158 {
       width: 158% !important
   }

   .w159 {
       width: 159% !important
   }

   .w160 {
       width: 160% !important
   }

   .w161 {
       width: 161% !important
   }

   .w162 {
       width: 162% !important
   }

   .w163 {
       width: 163% !important
   }

   .w164 {
       width: 164% !important
   }

   .w165 {
       width: 165% !important
   }

   .w166 {
       width: 166% !important
   }

   .w167 {
       width: 167% !important
   }

   .w168 {
       width: 168% !important
   }

   .w169 {
       width: 169% !important
   }

   .w170 {
       width: 170% !important
   }

   .w171 {
       width: 171% !important
   }

   .w172 {
       width: 172% !important
   }

   .w173 {
       width: 173% !important
   }

   .w174 {
       width: 174% !important
   }

   .w175 {
       width: 175% !important
   }

   .w176 {
       width: 176% !important
   }

   .w177 {
       width: 177% !important
   }

   .w178 {
       width: 178% !important
   }

   .w179 {
       width: 179% !important
   }

   .w180 {
       width: 180% !important
   }

   .w181 {
       width: 181% !important
   }

   .w182 {
       width: 182% !important
   }

   .w183 {
       width: 183% !important
   }

   .w184 {
       width: 184% !important
   }

   .w185 {
       width: 185% !important
   }

   .w186 {
       width: 186% !important
   }

   .w187 {
       width: 187% !important
   }

   .w188 {
       width: 188% !important
   }

   .w189 {
       width: 189% !important
   }

   .w190 {
       width: 190% !important
   }

   .w191 {
       width: 191% !important
   }

   .w192 {
       width: 192% !important
   }

   .w193 {
       width: 193% !important
   }

   .w194 {
       width: 194% !important
   }

   .w195 {
       width: 195% !important
   }

   .w196 {
       width: 196% !important
   }

   .w197 {
       width: 197% !important
   }

   .w198 {
       width: 198% !important
   }

   .w199 {
       width: 199% !important
   }

   .w200 {
       width: 200% !important
   }

   @media screen and (max-width:991px) {
       .col-sm-wi {
           width: initial !important
       }

       .col-sm-wa {
           width: auto !important
       }

       .col-sm-w0 {
           width: 0% !important
       }

       .col-sm-w1 {
           width: 1% !important
       }

       .col-sm-w2 {
           width: 2% !important
       }

       .col-sm-w3 {
           width: 3% !important
       }

       .col-sm-w4 {
           width: 4% !important
       }

       .col-sm-w5 {
           width: 5% !important
       }

       .col-sm-w6 {
           width: 6% !important
       }

       .col-sm-w7 {
           width: 7% !important
       }

       .col-sm-w8 {
           width: 8% !important
       }

       .col-sm-w9 {
           width: 9% !important
       }

       .col-sm-w10 {
           width: 10% !important
       }

       .col-sm-w11 {
           width: 11% !important
       }

       .col-sm-w12 {
           width: 12% !important
       }

       .col-sm-w13 {
           width: 13% !important
       }

       .col-sm-w14 {
           width: 14% !important
       }

       .col-sm-w15 {
           width: 15% !important
       }

       .col-sm-w16 {
           width: 16% !important
       }

       .col-sm-w17 {
           width: 17% !important
       }

       .col-sm-w18 {
           width: 18% !important
       }

       .col-sm-w19 {
           width: 19% !important
       }

       .col-sm-w20 {
           width: 20% !important
       }

       .col-sm-w21 {
           width: 21% !important
       }

       .col-sm-w22 {
           width: 22% !important
       }

       .col-sm-w23 {
           width: 23% !important
       }

       .col-sm-w24 {
           width: 24% !important
       }

       .col-sm-w25 {
           width: 25% !important
       }

       .col-sm-w26 {
           width: 26% !important
       }

       .col-sm-w27 {
           width: 27% !important
       }

       .col-sm-w28 {
           width: 28% !important
       }

       .col-sm-w29 {
           width: 29% !important
       }

       .col-sm-w30 {
           width: 30% !important
       }

       .col-sm-w31 {
           width: 31% !important
       }

       .col-sm-w32 {
           width: 32% !important
       }

       .col-sm-w33 {
           width: 33% !important
       }

       .col-sm-w34 {
           width: 34% !important
       }

       .col-sm-w35 {
           width: 35% !important
       }

       .col-sm-w36 {
           width: 36% !important
       }

       .col-sm-w37 {
           width: 37% !important
       }

       .col-sm-w38 {
           width: 38% !important
       }

       .col-sm-w39 {
           width: 39% !important
       }

       .col-sm-w40 {
           width: 40% !important
       }

       .col-sm-w41 {
           width: 41% !important
       }

       .col-sm-w42 {
           width: 42% !important
       }

       .col-sm-w43 {
           width: 43% !important
       }

       .col-sm-w44 {
           width: 44% !important
       }

       .col-sm-w45 {
           width: 45% !important
       }

       .col-sm-w46 {
           width: 46% !important
       }

       .col-sm-w47 {
           width: 47% !important
       }

       .col-sm-w48 {
           width: 48% !important
       }

       .col-sm-w49 {
           width: 49% !important
       }

       .col-sm-w50 {
           width: 50% !important
       }

       .col-sm-w51 {
           width: 51% !important
       }

       .col-sm-w52 {
           width: 52% !important
       }

       .col-sm-w53 {
           width: 53% !important
       }

       .col-sm-w54 {
           width: 54% !important
       }

       .col-sm-w55 {
           width: 55% !important
       }

       .col-sm-w56 {
           width: 56% !important
       }

       .col-sm-w57 {
           width: 57% !important
       }

       .col-sm-w58 {
           width: 58% !important
       }

       .col-sm-w59 {
           width: 59% !important
       }

       .col-sm-w60 {
           width: 60% !important
       }

       .col-sm-w61 {
           width: 61% !important
       }

       .col-sm-w62 {
           width: 62% !important
       }

       .col-sm-w63 {
           width: 63% !important
       }

       .col-sm-w64 {
           width: 64% !important
       }

       .col-sm-w65 {
           width: 65% !important
       }

       .col-sm-w66 {
           width: 66% !important
       }

       .col-sm-w67 {
           width: 67% !important
       }

       .col-sm-w68 {
           width: 68% !important
       }

       .col-sm-w69 {
           width: 69% !important
       }

       .col-sm-w70 {
           width: 70% !important
       }

       .col-sm-w71 {
           width: 71% !important
       }

       .col-sm-w72 {
           width: 72% !important
       }

       .col-sm-w73 {
           width: 73% !important
       }

       .col-sm-w74 {
           width: 74% !important
       }

       .col-sm-w75 {
           width: 75% !important
       }

       .col-sm-w76 {
           width: 76% !important
       }

       .col-sm-w77 {
           width: 77% !important
       }

       .col-sm-w78 {
           width: 78% !important
       }

       .col-sm-w79 {
           width: 79% !important
       }

       .col-sm-w80 {
           width: 80% !important
       }

       .col-sm-w81 {
           width: 81% !important
       }

       .col-sm-w82 {
           width: 82% !important
       }

       .col-sm-w83 {
           width: 83% !important
       }

       .col-sm-w84 {
           width: 84% !important
       }

       .col-sm-w85 {
           width: 85% !important
       }

       .col-sm-w86 {
           width: 86% !important
       }

       .col-sm-w87 {
           width: 87% !important
       }

       .col-sm-w88 {
           width: 88% !important
       }

       .col-sm-w89 {
           width: 89% !important
       }

       .col-sm-w90 {
           width: 90% !important
       }

       .col-sm-w91 {
           width: 91% !important
       }

       .col-sm-w92 {
           width: 92% !important
       }

       .col-sm-w93 {
           width: 93% !important
       }

       .col-sm-w94 {
           width: 94% !important
       }

       .col-sm-w95 {
           width: 95% !important
       }

       .col-sm-w96 {
           width: 96% !important
       }

       .col-sm-w97 {
           width: 97% !important
       }

       .col-sm-w98 {
           width: 98% !important
       }

       .col-sm-w99 {
           width: 99% !important
       }

       .col-sm-w100 {
           width: 100% !important
       }

       .col-sm-w101 {
           width: 101% !important
       }

       .col-sm-w102 {
           width: 102% !important
       }

       .col-sm-w103 {
           width: 103% !important
       }

       .col-sm-w104 {
           width: 104% !important
       }

       .col-sm-w105 {
           width: 105% !important
       }

       .col-sm-w106 {
           width: 106% !important
       }

       .col-sm-w107 {
           width: 107% !important
       }

       .col-sm-w108 {
           width: 108% !important
       }

       .col-sm-w109 {
           width: 109% !important
       }

       .col-sm-w110 {
           width: 110% !important
       }

       .col-sm-w111 {
           width: 111% !important
       }

       .col-sm-w112 {
           width: 112% !important
       }

       .col-sm-w113 {
           width: 113% !important
       }

       .col-sm-w114 {
           width: 114% !important
       }

       .col-sm-w115 {
           width: 115% !important
       }

       .col-sm-w116 {
           width: 116% !important
       }

       .col-sm-w117 {
           width: 117% !important
       }

       .col-sm-w118 {
           width: 118% !important
       }

       .col-sm-w119 {
           width: 119% !important
       }

       .col-sm-w120 {
           width: 120% !important
       }

       .col-sm-w121 {
           width: 121% !important
       }

       .col-sm-w122 {
           width: 122% !important
       }

       .col-sm-w123 {
           width: 123% !important
       }

       .col-sm-w124 {
           width: 124% !important
       }

       .col-sm-w125 {
           width: 125% !important
       }

       .col-sm-w126 {
           width: 126% !important
       }

       .col-sm-w127 {
           width: 127% !important
       }

       .col-sm-w128 {
           width: 128% !important
       }

       .col-sm-w129 {
           width: 129% !important
       }

       .col-sm-w130 {
           width: 130% !important
       }

       .col-sm-w131 {
           width: 131% !important
       }

       .col-sm-w132 {
           width: 132% !important
       }

       .col-sm-w133 {
           width: 133% !important
       }

       .col-sm-w134 {
           width: 134% !important
       }

       .col-sm-w135 {
           width: 135% !important
       }

       .col-sm-w136 {
           width: 136% !important
       }

       .col-sm-w137 {
           width: 137% !important
       }

       .col-sm-w138 {
           width: 138% !important
       }

       .col-sm-w139 {
           width: 139% !important
       }

       .col-sm-w140 {
           width: 140% !important
       }

       .col-sm-w141 {
           width: 141% !important
       }

       .col-sm-w142 {
           width: 142% !important
       }

       .col-sm-w143 {
           width: 143% !important
       }

       .col-sm-w144 {
           width: 144% !important
       }

       .col-sm-w145 {
           width: 145% !important
       }

       .col-sm-w146 {
           width: 146% !important
       }

       .col-sm-w147 {
           width: 147% !important
       }

       .col-sm-w148 {
           width: 148% !important
       }

       .col-sm-w149 {
           width: 149% !important
       }

       .col-sm-w150 {
           width: 150% !important
       }

       .col-sm-w151 {
           width: 151% !important
       }

       .col-sm-w152 {
           width: 152% !important
       }

       .col-sm-w153 {
           width: 153% !important
       }

       .col-sm-w154 {
           width: 154% !important
       }

       .col-sm-w155 {
           width: 155% !important
       }

       .col-sm-w156 {
           width: 156% !important
       }

       .col-sm-w157 {
           width: 157% !important
       }

       .col-sm-w158 {
           width: 158% !important
       }

       .col-sm-w159 {
           width: 159% !important
       }

       .col-sm-w160 {
           width: 160% !important
       }

       .col-sm-w161 {
           width: 161% !important
       }

       .col-sm-w162 {
           width: 162% !important
       }

       .col-sm-w163 {
           width: 163% !important
       }

       .col-sm-w164 {
           width: 164% !important
       }

       .col-sm-w165 {
           width: 165% !important
       }

       .col-sm-w166 {
           width: 166% !important
       }

       .col-sm-w167 {
           width: 167% !important
       }

       .col-sm-w168 {
           width: 168% !important
       }

       .col-sm-w169 {
           width: 169% !important
       }

       .col-sm-w170 {
           width: 170% !important
       }

       .col-sm-w171 {
           width: 171% !important
       }

       .col-sm-w172 {
           width: 172% !important
       }

       .col-sm-w173 {
           width: 173% !important
       }

       .col-sm-w174 {
           width: 174% !important
       }

       .col-sm-w175 {
           width: 175% !important
       }

       .col-sm-w176 {
           width: 176% !important
       }

       .col-sm-w177 {
           width: 177% !important
       }

       .col-sm-w178 {
           width: 178% !important
       }

       .col-sm-w179 {
           width: 179% !important
       }

       .col-sm-w180 {
           width: 180% !important
       }

       .col-sm-w181 {
           width: 181% !important
       }

       .col-sm-w182 {
           width: 182% !important
       }

       .col-sm-w183 {
           width: 183% !important
       }

       .col-sm-w184 {
           width: 184% !important
       }

       .col-sm-w185 {
           width: 185% !important
       }

       .col-sm-w186 {
           width: 186% !important
       }

       .col-sm-w187 {
           width: 187% !important
       }

       .col-sm-w188 {
           width: 188% !important
       }

       .col-sm-w189 {
           width: 189% !important
       }

       .col-sm-w190 {
           width: 190% !important
       }

       .col-sm-w191 {
           width: 191% !important
       }

       .col-sm-w192 {
           width: 192% !important
       }

       .col-sm-w193 {
           width: 193% !important
       }

       .col-sm-w194 {
           width: 194% !important
       }

       .col-sm-w195 {
           width: 195% !important
       }

       .col-sm-w196 {
           width: 196% !important
       }

       .col-sm-w197 {
           width: 197% !important
       }

       .col-sm-w198 {
           width: 198% !important
       }

       .col-sm-w199 {
           width: 199% !important
       }

       .col-sm-w200 {
           width: 200% !important
       }
   }

   @media (max-width:767px) {
       .col-xs-wi {
           width: initial !important
       }

       .col-xs-wa {
           width: auto !important
       }

       .col-xs-w0 {
           width: 0% !important
       }

       .col-xs-w1 {
           width: 1% !important
       }

       .col-xs-w2 {
           width: 2% !important
       }

       .col-xs-w3 {
           width: 3% !important
       }

       .col-xs-w4 {
           width: 4% !important
       }

       .col-xs-w5 {
           width: 5% !important
       }

       .col-xs-w6 {
           width: 6% !important
       }

       .col-xs-w7 {
           width: 7% !important
       }

       .col-xs-w8 {
           width: 8% !important
       }

       .col-xs-w9 {
           width: 9% !important
       }

       .col-xs-w10 {
           width: 10% !important
       }

       .col-xs-w11 {
           width: 11% !important
       }

       .col-xs-w12 {
           width: 12% !important
       }

       .col-xs-w13 {
           width: 13% !important
       }

       .col-xs-w14 {
           width: 14% !important
       }

       .col-xs-w15 {
           width: 15% !important
       }

       .col-xs-w16 {
           width: 16% !important
       }

       .col-xs-w17 {
           width: 17% !important
       }

       .col-xs-w18 {
           width: 18% !important
       }

       .col-xs-w19 {
           width: 19% !important
       }

       .col-xs-w20 {
           width: 20% !important
       }

       .col-xs-w21 {
           width: 21% !important
       }

       .col-xs-w22 {
           width: 22% !important
       }

       .col-xs-w23 {
           width: 23% !important
       }

       .col-xs-w24 {
           width: 24% !important
       }

       .col-xs-w25 {
           width: 25% !important
       }

       .col-xs-w26 {
           width: 26% !important
       }

       .col-xs-w27 {
           width: 27% !important
       }

       .col-xs-w28 {
           width: 28% !important
       }

       .col-xs-w29 {
           width: 29% !important
       }

       .col-xs-w30 {
           width: 30% !important
       }

       .col-xs-w31 {
           width: 31% !important
       }

       .col-xs-w32 {
           width: 32% !important
       }

       .col-xs-w33 {
           width: 33% !important
       }

       .col-xs-w34 {
           width: 34% !important
       }

       .col-xs-w35 {
           width: 35% !important
       }

       .col-xs-w36 {
           width: 36% !important
       }

       .col-xs-w37 {
           width: 37% !important
       }

       .col-xs-w38 {
           width: 38% !important
       }

       .col-xs-w39 {
           width: 39% !important
       }

       .col-xs-w40 {
           width: 40% !important
       }

       .col-xs-w41 {
           width: 41% !important
       }

       .col-xs-w42 {
           width: 42% !important
       }

       .col-xs-w43 {
           width: 43% !important
       }

       .col-xs-w44 {
           width: 44% !important
       }

       .col-xs-w45 {
           width: 45% !important
       }

       .col-xs-w46 {
           width: 46% !important
       }

       .col-xs-w47 {
           width: 47% !important
       }

       .col-xs-w48 {
           width: 48% !important
       }

       .col-xs-w49 {
           width: 49% !important
       }

       .col-xs-w50 {
           width: 50% !important
       }

       .col-xs-w51 {
           width: 51% !important
       }

       .col-xs-w52 {
           width: 52% !important
       }

       .col-xs-w53 {
           width: 53% !important
       }

       .col-xs-w54 {
           width: 54% !important
       }

       .col-xs-w55 {
           width: 55% !important
       }

       .col-xs-w56 {
           width: 56% !important
       }

       .col-xs-w57 {
           width: 57% !important
       }

       .col-xs-w58 {
           width: 58% !important
       }

       .col-xs-w59 {
           width: 59% !important
       }

       .col-xs-w60 {
           width: 60% !important
       }

       .col-xs-w61 {
           width: 61% !important
       }

       .col-xs-w62 {
           width: 62% !important
       }

       .col-xs-w63 {
           width: 63% !important
       }

       .col-xs-w64 {
           width: 64% !important
       }

       .col-xs-w65 {
           width: 65% !important
       }

       .col-xs-w66 {
           width: 66% !important
       }

       .col-xs-w67 {
           width: 67% !important
       }

       .col-xs-w68 {
           width: 68% !important
       }

       .col-xs-w69 {
           width: 69% !important
       }

       .col-xs-w70 {
           width: 70% !important
       }

       .col-xs-w71 {
           width: 71% !important
       }

       .col-xs-w72 {
           width: 72% !important
       }

       .col-xs-w73 {
           width: 73% !important
       }

       .col-xs-w74 {
           width: 74% !important
       }

       .col-xs-w75 {
           width: 75% !important
       }

       .col-xs-w76 {
           width: 76% !important
       }

       .col-xs-w77 {
           width: 77% !important
       }

       .col-xs-w78 {
           width: 78% !important
       }

       .col-xs-w79 {
           width: 79% !important
       }

       .col-xs-w80 {
           width: 80% !important
       }

       .col-xs-w81 {
           width: 81% !important
       }

       .col-xs-w82 {
           width: 82% !important
       }

       .col-xs-w83 {
           width: 83% !important
       }

       .col-xs-w84 {
           width: 84% !important
       }

       .col-xs-w85 {
           width: 85% !important
       }

       .col-xs-w86 {
           width: 86% !important
       }

       .col-xs-w87 {
           width: 87% !important
       }

       .col-xs-w88 {
           width: 88% !important
       }

       .col-xs-w89 {
           width: 89% !important
       }

       .col-xs-w90 {
           width: 90% !important
       }

       .col-xs-w91 {
           width: 91% !important
       }

       .col-xs-w92 {
           width: 92% !important
       }

       .col-xs-w93 {
           width: 93% !important
       }

       .col-xs-w94 {
           width: 94% !important
       }

       .col-xs-w95 {
           width: 95% !important
       }

       .col-xs-w96 {
           width: 96% !important
       }

       .col-xs-w97 {
           width: 97% !important
       }

       .col-xs-w98 {
           width: 98% !important
       }

       .col-xs-w99 {
           width: 99% !important
       }

       .col-xs-w100 {
           width: 100% !important
       }

       .col-xs-w101 {
           width: 101% !important
       }

       .col-xs-w102 {
           width: 102% !important
       }

       .col-xs-w103 {
           width: 103% !important
       }

       .col-xs-w104 {
           width: 104% !important
       }

       .col-xs-w105 {
           width: 105% !important
       }

       .col-xs-w106 {
           width: 106% !important
       }

       .col-xs-w107 {
           width: 107% !important
       }

       .col-xs-w108 {
           width: 108% !important
       }

       .col-xs-w109 {
           width: 109% !important
       }

       .col-xs-w110 {
           width: 110% !important
       }

       .col-xs-w111 {
           width: 111% !important
       }

       .col-xs-w112 {
           width: 112% !important
       }

       .col-xs-w113 {
           width: 113% !important
       }

       .col-xs-w114 {
           width: 114% !important
       }

       .col-xs-w115 {
           width: 115% !important
       }

       .col-xs-w116 {
           width: 116% !important
       }

       .col-xs-w117 {
           width: 117% !important
       }

       .col-xs-w118 {
           width: 118% !important
       }

       .col-xs-w119 {
           width: 119% !important
       }

       .col-xs-w120 {
           width: 120% !important
       }

       .col-xs-w121 {
           width: 121% !important
       }

       .col-xs-w122 {
           width: 122% !important
       }

       .col-xs-w123 {
           width: 123% !important
       }

       .col-xs-w124 {
           width: 124% !important
       }

       .col-xs-w125 {
           width: 125% !important
       }

       .col-xs-w126 {
           width: 126% !important
       }

       .col-xs-w127 {
           width: 127% !important
       }

       .col-xs-w128 {
           width: 128% !important
       }

       .col-xs-w129 {
           width: 129% !important
       }

       .col-xs-w130 {
           width: 130% !important
       }

       .col-xs-w131 {
           width: 131% !important
       }

       .col-xs-w132 {
           width: 132% !important
       }

       .col-xs-w133 {
           width: 133% !important
       }

       .col-xs-w134 {
           width: 134% !important
       }

       .col-xs-w135 {
           width: 135% !important
       }

       .col-xs-w136 {
           width: 136% !important
       }

       .col-xs-w137 {
           width: 137% !important
       }

       .col-xs-w138 {
           width: 138% !important
       }

       .col-xs-w139 {
           width: 139% !important
       }

       .col-xs-w140 {
           width: 140% !important
       }

       .col-xs-w141 {
           width: 141% !important
       }

       .col-xs-w142 {
           width: 142% !important
       }

       .col-xs-w143 {
           width: 143% !important
       }

       .col-xs-w144 {
           width: 144% !important
       }

       .col-xs-w145 {
           width: 145% !important
       }

       .col-xs-w146 {
           width: 146% !important
       }

       .col-xs-w147 {
           width: 147% !important
       }

       .col-xs-w148 {
           width: 148% !important
       }

       .col-xs-w149 {
           width: 149% !important
       }

       .col-xs-w150 {
           width: 150% !important
       }

       .col-xs-w151 {
           width: 151% !important
       }

       .col-xs-w152 {
           width: 152% !important
       }

       .col-xs-w153 {
           width: 153% !important
       }

       .col-xs-w154 {
           width: 154% !important
       }

       .col-xs-w155 {
           width: 155% !important
       }

       .col-xs-w156 {
           width: 156% !important
       }

       .col-xs-w157 {
           width: 157% !important
       }

       .col-xs-w158 {
           width: 158% !important
       }

       .col-xs-w159 {
           width: 159% !important
       }

       .col-xs-w160 {
           width: 160% !important
       }

       .col-xs-w161 {
           width: 161% !important
       }

       .col-xs-w162 {
           width: 162% !important
       }

       .col-xs-w163 {
           width: 163% !important
       }

       .col-xs-w164 {
           width: 164% !important
       }

       .col-xs-w165 {
           width: 165% !important
       }

       .col-xs-w166 {
           width: 166% !important
       }

       .col-xs-w167 {
           width: 167% !important
       }

       .col-xs-w168 {
           width: 168% !important
       }

       .col-xs-w169 {
           width: 169% !important
       }

       .col-xs-w170 {
           width: 170% !important
       }

       .col-xs-w171 {
           width: 171% !important
       }

       .col-xs-w172 {
           width: 172% !important
       }

       .col-xs-w173 {
           width: 173% !important
       }

       .col-xs-w174 {
           width: 174% !important
       }

       .col-xs-w175 {
           width: 175% !important
       }

       .col-xs-w176 {
           width: 176% !important
       }

       .col-xs-w177 {
           width: 177% !important
       }

       .col-xs-w178 {
           width: 178% !important
       }

       .col-xs-w179 {
           width: 179% !important
       }

       .col-xs-w180 {
           width: 180% !important
       }

       .col-xs-w181 {
           width: 181% !important
       }

       .col-xs-w182 {
           width: 182% !important
       }

       .col-xs-w183 {
           width: 183% !important
       }

       .col-xs-w184 {
           width: 184% !important
       }

       .col-xs-w185 {
           width: 185% !important
       }

       .col-xs-w186 {
           width: 186% !important
       }

       .col-xs-w187 {
           width: 187% !important
       }

       .col-xs-w188 {
           width: 188% !important
       }

       .col-xs-w189 {
           width: 189% !important
       }

       .col-xs-w190 {
           width: 190% !important
       }

       .col-xs-w191 {
           width: 191% !important
       }

       .col-xs-w192 {
           width: 192% !important
       }

       .col-xs-w193 {
           width: 193% !important
       }

       .col-xs-w194 {
           width: 194% !important
       }

       .col-xs-w195 {
           width: 195% !important
       }

       .col-xs-w196 {
           width: 196% !important
       }

       .col-xs-w197 {
           width: 197% !important
       }

       .col-xs-w198 {
           width: 198% !important
       }

       .col-xs-w199 {
           width: 199% !important
       }

       .col-xs-w200 {
           width: 200% !important
       }
   }

   .ha {
       height: auto !important
   }

   .h0 {
       height: 0% !important
   }

   .h1 {
       height: 1% !important
   }

   .h2 {
       height: 2% !important
   }

   .h3 {
       height: 3% !important
   }

   .h4 {
       height: 4% !important
   }

   .h5 {
       height: 5% !important
   }

   .h6 {
       height: 6% !important
   }

   .h7 {
       height: 7% !important
   }

   .h8 {
       height: 8% !important
   }

   .h9 {
       height: 9% !important
   }

   .h10 {
       height: 10% !important
   }

   .h11 {
       height: 11% !important
   }

   .h12 {
       height: 12% !important
   }

   .h13 {
       height: 13% !important
   }

   .h14 {
       height: 14% !important
   }

   .h15 {
       height: 15% !important
   }

   .h16 {
       height: 16% !important
   }

   .h17 {
       height: 17% !important
   }

   .h18 {
       height: 18% !important
   }

   .h19 {
       height: 19% !important
   }

   .h20 {
       height: 20% !important
   }

   .h21 {
       height: 21% !important
   }

   .h22 {
       height: 22% !important
   }

   .h23 {
       height: 23% !important
   }

   .h24 {
       height: 24% !important
   }

   .h25 {
       height: 25% !important
   }

   .h26 {
       height: 26% !important
   }

   .h27 {
       height: 27% !important
   }

   .h28 {
       height: 28% !important
   }

   .h29 {
       height: 29% !important
   }

   .h30 {
       height: 30% !important
   }

   .h31 {
       height: 31% !important
   }

   .h32 {
       height: 32% !important
   }

   .h33 {
       height: 33% !important
   }

   .h34 {
       height: 34% !important
   }

   .h35 {
       height: 35% !important
   }

   .h36 {
       height: 36% !important
   }

   .h37 {
       height: 37% !important
   }

   .h38 {
       height: 38% !important
   }

   .h39 {
       height: 39% !important
   }

   .h40 {
       height: 40% !important
   }

   .h41 {
       height: 41% !important
   }

   .h42 {
       height: 42% !important
   }

   .h43 {
       height: 43% !important
   }

   .h44 {
       height: 44% !important
   }

   .h45 {
       height: 45% !important
   }

   .h46 {
       height: 46% !important
   }

   .h47 {
       height: 47% !important
   }

   .h48 {
       height: 48% !important
   }

   .h49 {
       height: 49% !important
   }

   .h50 {
       height: 50% !important
   }

   .h51 {
       height: 51% !important
   }

   .h52 {
       height: 52% !important
   }

   .h53 {
       height: 53% !important
   }

   .h54 {
       height: 54% !important
   }

   .h55 {
       height: 55% !important
   }

   .h56 {
       height: 56% !important
   }

   .h57 {
       height: 57% !important
   }

   .h58 {
       height: 58% !important
   }

   .h59 {
       height: 59% !important
   }

   .h60 {
       height: 60% !important
   }

   .h61 {
       height: 61% !important
   }

   .h62 {
       height: 62% !important
   }

   .h63 {
       height: 63% !important
   }

   .h64 {
       height: 64% !important
   }

   .h65 {
       height: 65% !important
   }

   .h66 {
       height: 66% !important
   }

   .h67 {
       height: 67% !important
   }

   .h68 {
       height: 68% !important
   }

   .h69 {
       height: 69% !important
   }

   .h70 {
       height: 70% !important
   }

   .h71 {
       height: 71% !important
   }

   .h72 {
       height: 72% !important
   }

   .h73 {
       height: 73% !important
   }

   .h74 {
       height: 74% !important
   }

   .h75 {
       height: 75% !important
   }

   .h76 {
       height: 76% !important
   }

   .h77 {
       height: 77% !important
   }

   .h78 {
       height: 78% !important
   }

   .h79 {
       height: 79% !important
   }

   .h80 {
       height: 80% !important
   }

   .h81 {
       height: 81% !important
   }

   .h82 {
       height: 82% !important
   }

   .h83 {
       height: 83% !important
   }

   .h84 {
       height: 84% !important
   }

   .h85 {
       height: 85% !important
   }

   .h86 {
       height: 86% !important
   }

   .h87 {
       height: 87% !important
   }

   .h88 {
       height: 88% !important
   }

   .h89 {
       height: 89% !important
   }

   .h90 {
       height: 90% !important
   }

   .h91 {
       height: 91% !important
   }

   .h92 {
       height: 92% !important
   }

   .h93 {
       height: 93% !important
   }

   .h94 {
       height: 94% !important
   }

   .h95 {
       height: 95% !important
   }

   .h96 {
       height: 96% !important
   }

   .h97 {
       height: 97% !important
   }

   .h98 {
       height: 98% !important
   }

   .h99 {
       height: 99% !important
   }

   .h100 {
       height: 100% !important
   }

   .h101 {
       height: 101% !important
   }

   .h102 {
       height: 102% !important
   }

   .h103 {
       height: 103% !important
   }

   .h104 {
       height: 104% !important
   }

   .h105 {
       height: 105% !important
   }

   .h106 {
       height: 106% !important
   }

   .h107 {
       height: 107% !important
   }

   .h108 {
       height: 108% !important
   }

   .h109 {
       height: 109% !important
   }

   .h110 {
       height: 110% !important
   }

   .h111 {
       height: 111% !important
   }

   .h112 {
       height: 112% !important
   }

   .h113 {
       height: 113% !important
   }

   .h114 {
       height: 114% !important
   }

   .h115 {
       height: 115% !important
   }

   .h116 {
       height: 116% !important
   }

   .h117 {
       height: 117% !important
   }

   .h118 {
       height: 118% !important
   }

   .h119 {
       height: 119% !important
   }

   .h120 {
       height: 120% !important
   }

   .h121 {
       height: 121% !important
   }

   .h122 {
       height: 122% !important
   }

   .h123 {
       height: 123% !important
   }

   .h124 {
       height: 124% !important
   }

   .h125 {
       height: 125% !important
   }

   .h126 {
       height: 126% !important
   }

   .h127 {
       height: 127% !important
   }

   .h128 {
       height: 128% !important
   }

   .h129 {
       height: 129% !important
   }

   .h130 {
       height: 130% !important
   }

   .h131 {
       height: 131% !important
   }

   .h132 {
       height: 132% !important
   }

   .h133 {
       height: 133% !important
   }

   .h134 {
       height: 134% !important
   }

   .h135 {
       height: 135% !important
   }

   .h136 {
       height: 136% !important
   }

   .h137 {
       height: 137% !important
   }

   .h138 {
       height: 138% !important
   }

   .h139 {
       height: 139% !important
   }

   .h140 {
       height: 140% !important
   }

   .h141 {
       height: 141% !important
   }

   .h142 {
       height: 142% !important
   }

   .h143 {
       height: 143% !important
   }

   .h144 {
       height: 144% !important
   }

   .h145 {
       height: 145% !important
   }

   .h146 {
       height: 146% !important
   }

   .h147 {
       height: 147% !important
   }

   .h148 {
       height: 148% !important
   }

   .h149 {
       height: 149% !important
   }

   .h150 {
       height: 150% !important
   }

   .h151 {
       height: 151% !important
   }

   .h152 {
       height: 152% !important
   }

   .h153 {
       height: 153% !important
   }

   .h154 {
       height: 154% !important
   }

   .h155 {
       height: 155% !important
   }

   .h156 {
       height: 156% !important
   }

   .h157 {
       height: 157% !important
   }

   .h158 {
       height: 158% !important
   }

   .h159 {
       height: 159% !important
   }

   .h160 {
       height: 160% !important
   }

   .h161 {
       height: 161% !important
   }

   .h162 {
       height: 162% !important
   }

   .h163 {
       height: 163% !important
   }

   .h164 {
       height: 164% !important
   }

   .h165 {
       height: 165% !important
   }

   .h166 {
       height: 166% !important
   }

   .h167 {
       height: 167% !important
   }

   .h168 {
       height: 168% !important
   }

   .h169 {
       height: 169% !important
   }

   .h170 {
       height: 170% !important
   }

   .h171 {
       height: 171% !important
   }

   .h172 {
       height: 172% !important
   }

   .h173 {
       height: 173% !important
   }

   .h174 {
       height: 174% !important
   }

   .h175 {
       height: 175% !important
   }

   .h176 {
       height: 176% !important
   }

   .h177 {
       height: 177% !important
   }

   .h178 {
       height: 178% !important
   }

   .h179 {
       height: 179% !important
   }

   .h180 {
       height: 180% !important
   }

   .h181 {
       height: 181% !important
   }

   .h182 {
       height: 182% !important
   }

   .h183 {
       height: 183% !important
   }

   .h184 {
       height: 184% !important
   }

   .h185 {
       height: 185% !important
   }

   .h186 {
       height: 186% !important
   }

   .h187 {
       height: 187% !important
   }

   .h188 {
       height: 188% !important
   }

   .h189 {
       height: 189% !important
   }

   .h190 {
       height: 190% !important
   }

   .h191 {
       height: 191% !important
   }

   .h192 {
       height: 192% !important
   }

   .h193 {
       height: 193% !important
   }

   .h194 {
       height: 194% !important
   }

   .h195 {
       height: 195% !important
   }

   .h196 {
       height: 196% !important
   }

   .h197 {
       height: 197% !important
   }

   .h198 {
       height: 198% !important
   }

   .h199 {
       height: 199% !important
   }

   .h200 {
       height: 200% !important
   }

   @media screen and (max-width:991px) {
       .col-sm-ha {
           height: auto !important
       }

       .col-sm-h0 {
           height: 0% !important
       }

       .col-sm-h1 {
           height: 1% !important
       }

       .col-sm-h2 {
           height: 2% !important
       }

       .col-sm-h3 {
           height: 3% !important
       }

       .col-sm-h4 {
           height: 4% !important
       }

       .col-sm-h5 {
           height: 5% !important
       }

       .col-sm-h6 {
           height: 6% !important
       }

       .col-sm-h7 {
           height: 7% !important
       }

       .col-sm-h8 {
           height: 8% !important
       }

       .col-sm-h9 {
           height: 9% !important
       }

       .col-sm-h10 {
           height: 10% !important
       }

       .col-sm-h11 {
           height: 11% !important
       }

       .col-sm-h12 {
           height: 12% !important
       }

       .col-sm-h13 {
           height: 13% !important
       }

       .col-sm-h14 {
           height: 14% !important
       }

       .col-sm-h15 {
           height: 15% !important
       }

       .col-sm-h16 {
           height: 16% !important
       }

       .col-sm-h17 {
           height: 17% !important
       }

       .col-sm-h18 {
           height: 18% !important
       }

       .col-sm-h19 {
           height: 19% !important
       }

       .col-sm-h20 {
           height: 20% !important
       }

       .col-sm-h21 {
           height: 21% !important
       }

       .col-sm-h22 {
           height: 22% !important
       }

       .col-sm-h23 {
           height: 23% !important
       }

       .col-sm-h24 {
           height: 24% !important
       }

       .col-sm-h25 {
           height: 25% !important
       }

       .col-sm-h26 {
           height: 26% !important
       }

       .col-sm-h27 {
           height: 27% !important
       }

       .col-sm-h28 {
           height: 28% !important
       }

       .col-sm-h29 {
           height: 29% !important
       }

       .col-sm-h30 {
           height: 30% !important
       }

       .col-sm-h31 {
           height: 31% !important
       }

       .col-sm-h32 {
           height: 32% !important
       }

       .col-sm-h33 {
           height: 33% !important
       }

       .col-sm-h34 {
           height: 34% !important
       }

       .col-sm-h35 {
           height: 35% !important
       }

       .col-sm-h36 {
           height: 36% !important
       }

       .col-sm-h37 {
           height: 37% !important
       }

       .col-sm-h38 {
           height: 38% !important
       }

       .col-sm-h39 {
           height: 39% !important
       }

       .col-sm-h40 {
           height: 40% !important
       }

       .col-sm-h41 {
           height: 41% !important
       }

       .col-sm-h42 {
           height: 42% !important
       }

       .col-sm-h43 {
           height: 43% !important
       }

       .col-sm-h44 {
           height: 44% !important
       }

       .col-sm-h45 {
           height: 45% !important
       }

       .col-sm-h46 {
           height: 46% !important
       }

       .col-sm-h47 {
           height: 47% !important
       }

       .col-sm-h48 {
           height: 48% !important
       }

       .col-sm-h49 {
           height: 49% !important
       }

       .col-sm-h50 {
           height: 50% !important
       }

       .col-sm-h51 {
           height: 51% !important
       }

       .col-sm-h52 {
           height: 52% !important
       }

       .col-sm-h53 {
           height: 53% !important
       }

       .col-sm-h54 {
           height: 54% !important
       }

       .col-sm-h55 {
           height: 55% !important
       }

       .col-sm-h56 {
           height: 56% !important
       }

       .col-sm-h57 {
           height: 57% !important
       }

       .col-sm-h58 {
           height: 58% !important
       }

       .col-sm-h59 {
           height: 59% !important
       }

       .col-sm-h60 {
           height: 60% !important
       }

       .col-sm-h61 {
           height: 61% !important
       }

       .col-sm-h62 {
           height: 62% !important
       }

       .col-sm-h63 {
           height: 63% !important
       }

       .col-sm-h64 {
           height: 64% !important
       }

       .col-sm-h65 {
           height: 65% !important
       }

       .col-sm-h66 {
           height: 66% !important
       }

       .col-sm-h67 {
           height: 67% !important
       }

       .col-sm-h68 {
           height: 68% !important
       }

       .col-sm-h69 {
           height: 69% !important
       }

       .col-sm-h70 {
           height: 70% !important
       }

       .col-sm-h71 {
           height: 71% !important
       }

       .col-sm-h72 {
           height: 72% !important
       }

       .col-sm-h73 {
           height: 73% !important
       }

       .col-sm-h74 {
           height: 74% !important
       }

       .col-sm-h75 {
           height: 75% !important
       }

       .col-sm-h76 {
           height: 76% !important
       }

       .col-sm-h77 {
           height: 77% !important
       }

       .col-sm-h78 {
           height: 78% !important
       }

       .col-sm-h79 {
           height: 79% !important
       }

       .col-sm-h80 {
           height: 80% !important
       }

       .col-sm-h81 {
           height: 81% !important
       }

       .col-sm-h82 {
           height: 82% !important
       }

       .col-sm-h83 {
           height: 83% !important
       }

       .col-sm-h84 {
           height: 84% !important
       }

       .col-sm-h85 {
           height: 85% !important
       }

       .col-sm-h86 {
           height: 86% !important
       }

       .col-sm-h87 {
           height: 87% !important
       }

       .col-sm-h88 {
           height: 88% !important
       }

       .col-sm-h89 {
           height: 89% !important
       }

       .col-sm-h90 {
           height: 90% !important
       }

       .col-sm-h91 {
           height: 91% !important
       }

       .col-sm-h92 {
           height: 92% !important
       }

       .col-sm-h93 {
           height: 93% !important
       }

       .col-sm-h94 {
           height: 94% !important
       }

       .col-sm-h95 {
           height: 95% !important
       }

       .col-sm-h96 {
           height: 96% !important
       }

       .col-sm-h97 {
           height: 97% !important
       }

       .col-sm-h98 {
           height: 98% !important
       }

       .col-sm-h99 {
           height: 99% !important
       }

       .col-sm-h100 {
           height: 100% !important
       }

       .col-sm-h101 {
           height: 101% !important
       }

       .col-sm-h102 {
           height: 102% !important
       }

       .col-sm-h103 {
           height: 103% !important
       }

       .col-sm-h104 {
           height: 104% !important
       }

       .col-sm-h105 {
           height: 105% !important
       }

       .col-sm-h106 {
           height: 106% !important
       }

       .col-sm-h107 {
           height: 107% !important
       }

       .col-sm-h108 {
           height: 108% !important
       }

       .col-sm-h109 {
           height: 109% !important
       }

       .col-sm-h110 {
           height: 110% !important
       }

       .col-sm-h111 {
           height: 111% !important
       }

       .col-sm-h112 {
           height: 112% !important
       }

       .col-sm-h113 {
           height: 113% !important
       }

       .col-sm-h114 {
           height: 114% !important
       }

       .col-sm-h115 {
           height: 115% !important
       }

       .col-sm-h116 {
           height: 116% !important
       }

       .col-sm-h117 {
           height: 117% !important
       }

       .col-sm-h118 {
           height: 118% !important
       }

       .col-sm-h119 {
           height: 119% !important
       }

       .col-sm-h120 {
           height: 120% !important
       }

       .col-sm-h121 {
           height: 121% !important
       }

       .col-sm-h122 {
           height: 122% !important
       }

       .col-sm-h123 {
           height: 123% !important
       }

       .col-sm-h124 {
           height: 124% !important
       }

       .col-sm-h125 {
           height: 125% !important
       }

       .col-sm-h126 {
           height: 126% !important
       }

       .col-sm-h127 {
           height: 127% !important
       }

       .col-sm-h128 {
           height: 128% !important
       }

       .col-sm-h129 {
           height: 129% !important
       }

       .col-sm-h130 {
           height: 130% !important
       }

       .col-sm-h131 {
           height: 131% !important
       }

       .col-sm-h132 {
           height: 132% !important
       }

       .col-sm-h133 {
           height: 133% !important
       }

       .col-sm-h134 {
           height: 134% !important
       }

       .col-sm-h135 {
           height: 135% !important
       }

       .col-sm-h136 {
           height: 136% !important
       }

       .col-sm-h137 {
           height: 137% !important
       }

       .col-sm-h138 {
           height: 138% !important
       }

       .col-sm-h139 {
           height: 139% !important
       }

       .col-sm-h140 {
           height: 140% !important
       }

       .col-sm-h141 {
           height: 141% !important
       }

       .col-sm-h142 {
           height: 142% !important
       }

       .col-sm-h143 {
           height: 143% !important
       }

       .col-sm-h144 {
           height: 144% !important
       }

       .col-sm-h145 {
           height: 145% !important
       }

       .col-sm-h146 {
           height: 146% !important
       }

       .col-sm-h147 {
           height: 147% !important
       }

       .col-sm-h148 {
           height: 148% !important
       }

       .col-sm-h149 {
           height: 149% !important
       }

       .col-sm-h150 {
           height: 150% !important
       }

       .col-sm-h151 {
           height: 151% !important
       }

       .col-sm-h152 {
           height: 152% !important
       }

       .col-sm-h153 {
           height: 153% !important
       }

       .col-sm-h154 {
           height: 154% !important
       }

       .col-sm-h155 {
           height: 155% !important
       }

       .col-sm-h156 {
           height: 156% !important
       }

       .col-sm-h157 {
           height: 157% !important
       }

       .col-sm-h158 {
           height: 158% !important
       }

       .col-sm-h159 {
           height: 159% !important
       }

       .col-sm-h160 {
           height: 160% !important
       }

       .col-sm-h161 {
           height: 161% !important
       }

       .col-sm-h162 {
           height: 162% !important
       }

       .col-sm-h163 {
           height: 163% !important
       }

       .col-sm-h164 {
           height: 164% !important
       }

       .col-sm-h165 {
           height: 165% !important
       }

       .col-sm-h166 {
           height: 166% !important
       }

       .col-sm-h167 {
           height: 167% !important
       }

       .col-sm-h168 {
           height: 168% !important
       }

       .col-sm-h169 {
           height: 169% !important
       }

       .col-sm-h170 {
           height: 170% !important
       }

       .col-sm-h171 {
           height: 171% !important
       }

       .col-sm-h172 {
           height: 172% !important
       }

       .col-sm-h173 {
           height: 173% !important
       }

       .col-sm-h174 {
           height: 174% !important
       }

       .col-sm-h175 {
           height: 175% !important
       }

       .col-sm-h176 {
           height: 176% !important
       }

       .col-sm-h177 {
           height: 177% !important
       }

       .col-sm-h178 {
           height: 178% !important
       }

       .col-sm-h179 {
           height: 179% !important
       }

       .col-sm-h180 {
           height: 180% !important
       }

       .col-sm-h181 {
           height: 181% !important
       }

       .col-sm-h182 {
           height: 182% !important
       }

       .col-sm-h183 {
           height: 183% !important
       }

       .col-sm-h184 {
           height: 184% !important
       }

       .col-sm-h185 {
           height: 185% !important
       }

       .col-sm-h186 {
           height: 186% !important
       }

       .col-sm-h187 {
           height: 187% !important
       }

       .col-sm-h188 {
           height: 188% !important
       }

       .col-sm-h189 {
           height: 189% !important
       }

       .col-sm-h190 {
           height: 190% !important
       }

       .col-sm-h191 {
           height: 191% !important
       }

       .col-sm-h192 {
           height: 192% !important
       }

       .col-sm-h193 {
           height: 193% !important
       }

       .col-sm-h194 {
           height: 194% !important
       }

       .col-sm-h195 {
           height: 195% !important
       }

       .col-sm-h196 {
           height: 196% !important
       }

       .col-sm-h197 {
           height: 197% !important
       }

       .col-sm-h198 {
           height: 198% !important
       }

       .col-sm-h199 {
           height: 199% !important
       }

       .col-sm-h200 {
           height: 200% !important
       }
   }

   @media (max-width:767px) {
       .col-xs-ha {
           height: auto !important
       }

       .col-xs-h0 {
           height: 0% !important
       }

       .col-xs-h1 {
           height: 1% !important
       }

       .col-xs-h2 {
           height: 2% !important
       }

       .col-xs-h3 {
           height: 3% !important
       }

       .col-xs-h4 {
           height: 4% !important
       }

       .col-xs-h5 {
           height: 5% !important
       }

       .col-xs-h6 {
           height: 6% !important
       }

       .col-xs-h7 {
           height: 7% !important
       }

       .col-xs-h8 {
           height: 8% !important
       }

       .col-xs-h9 {
           height: 9% !important
       }

       .col-xs-h10 {
           height: 10% !important
       }

       .col-xs-h11 {
           height: 11% !important
       }

       .col-xs-h12 {
           height: 12% !important
       }

       .col-xs-h13 {
           height: 13% !important
       }

       .col-xs-h14 {
           height: 14% !important
       }

       .col-xs-h15 {
           height: 15% !important
       }

       .col-xs-h16 {
           height: 16% !important
       }

       .col-xs-h17 {
           height: 17% !important
       }

       .col-xs-h18 {
           height: 18% !important
       }

       .col-xs-h19 {
           height: 19% !important
       }

       .col-xs-h20 {
           height: 20% !important
       }

       .col-xs-h21 {
           height: 21% !important
       }

       .col-xs-h22 {
           height: 22% !important
       }

       .col-xs-h23 {
           height: 23% !important
       }

       .col-xs-h24 {
           height: 24% !important
       }

       .col-xs-h25 {
           height: 25% !important
       }

       .col-xs-h26 {
           height: 26% !important
       }

       .col-xs-h27 {
           height: 27% !important
       }

       .col-xs-h28 {
           height: 28% !important
       }

       .col-xs-h29 {
           height: 29% !important
       }

       .col-xs-h30 {
           height: 30% !important
       }

       .col-xs-h31 {
           height: 31% !important
       }

       .col-xs-h32 {
           height: 32% !important
       }

       .col-xs-h33 {
           height: 33% !important
       }

       .col-xs-h34 {
           height: 34% !important
       }

       .col-xs-h35 {
           height: 35% !important
       }

       .col-xs-h36 {
           height: 36% !important
       }

       .col-xs-h37 {
           height: 37% !important
       }

       .col-xs-h38 {
           height: 38% !important
       }

       .col-xs-h39 {
           height: 39% !important
       }

       .col-xs-h40 {
           height: 40% !important
       }

       .col-xs-h41 {
           height: 41% !important
       }

       .col-xs-h42 {
           height: 42% !important
       }

       .col-xs-h43 {
           height: 43% !important
       }

       .col-xs-h44 {
           height: 44% !important
       }

       .col-xs-h45 {
           height: 45% !important
       }

       .col-xs-h46 {
           height: 46% !important
       }

       .col-xs-h47 {
           height: 47% !important
       }

       .col-xs-h48 {
           height: 48% !important
       }

       .col-xs-h49 {
           height: 49% !important
       }

       .col-xs-h50 {
           height: 50% !important
       }

       .col-xs-h51 {
           height: 51% !important
       }

       .col-xs-h52 {
           height: 52% !important
       }

       .col-xs-h53 {
           height: 53% !important
       }

       .col-xs-h54 {
           height: 54% !important
       }

       .col-xs-h55 {
           height: 55% !important
       }

       .col-xs-h56 {
           height: 56% !important
       }

       .col-xs-h57 {
           height: 57% !important
       }

       .col-xs-h58 {
           height: 58% !important
       }

       .col-xs-h59 {
           height: 59% !important
       }

       .col-xs-h60 {
           height: 60% !important
       }

       .col-xs-h61 {
           height: 61% !important
       }

       .col-xs-h62 {
           height: 62% !important
       }

       .col-xs-h63 {
           height: 63% !important
       }

       .col-xs-h64 {
           height: 64% !important
       }

       .col-xs-h65 {
           height: 65% !important
       }

       .col-xs-h66 {
           height: 66% !important
       }

       .col-xs-h67 {
           height: 67% !important
       }

       .col-xs-h68 {
           height: 68% !important
       }

       .col-xs-h69 {
           height: 69% !important
       }

       .col-xs-h70 {
           height: 70% !important
       }

       .col-xs-h71 {
           height: 71% !important
       }

       .col-xs-h72 {
           height: 72% !important
       }

       .col-xs-h73 {
           height: 73% !important
       }

       .col-xs-h74 {
           height: 74% !important
       }

       .col-xs-h75 {
           height: 75% !important
       }

       .col-xs-h76 {
           height: 76% !important
       }

       .col-xs-h77 {
           height: 77% !important
       }

       .col-xs-h78 {
           height: 78% !important
       }

       .col-xs-h79 {
           height: 79% !important
       }

       .col-xs-h80 {
           height: 80% !important
       }

       .col-xs-h81 {
           height: 81% !important
       }

       .col-xs-h82 {
           height: 82% !important
       }

       .col-xs-h83 {
           height: 83% !important
       }

       .col-xs-h84 {
           height: 84% !important
       }

       .col-xs-h85 {
           height: 85% !important
       }

       .col-xs-h86 {
           height: 86% !important
       }

       .col-xs-h87 {
           height: 87% !important
       }

       .col-xs-h88 {
           height: 88% !important
       }

       .col-xs-h89 {
           height: 89% !important
       }

       .col-xs-h90 {
           height: 90% !important
       }

       .col-xs-h91 {
           height: 91% !important
       }

       .col-xs-h92 {
           height: 92% !important
       }

       .col-xs-h93 {
           height: 93% !important
       }

       .col-xs-h94 {
           height: 94% !important
       }

       .col-xs-h95 {
           height: 95% !important
       }

       .col-xs-h96 {
           height: 96% !important
       }

       .col-xs-h97 {
           height: 97% !important
       }

       .col-xs-h98 {
           height: 98% !important
       }

       .col-xs-h99 {
           height: 99% !important
       }

       .col-xs-h100 {
           height: 100% !important
       }

       .col-xs-h101 {
           height: 101% !important
       }

       .col-xs-h102 {
           height: 102% !important
       }

       .col-xs-h103 {
           height: 103% !important
       }

       .col-xs-h104 {
           height: 104% !important
       }

       .col-xs-h105 {
           height: 105% !important
       }

       .col-xs-h106 {
           height: 106% !important
       }

       .col-xs-h107 {
           height: 107% !important
       }

       .col-xs-h108 {
           height: 108% !important
       }

       .col-xs-h109 {
           height: 109% !important
       }

       .col-xs-h110 {
           height: 110% !important
       }

       .col-xs-h111 {
           height: 111% !important
       }

       .col-xs-h112 {
           height: 112% !important
       }

       .col-xs-h113 {
           height: 113% !important
       }

       .col-xs-h114 {
           height: 114% !important
       }

       .col-xs-h115 {
           height: 115% !important
       }

       .col-xs-h116 {
           height: 116% !important
       }

       .col-xs-h117 {
           height: 117% !important
       }

       .col-xs-h118 {
           height: 118% !important
       }

       .col-xs-h119 {
           height: 119% !important
       }

       .col-xs-h120 {
           height: 120% !important
       }

       .col-xs-h121 {
           height: 121% !important
       }

       .col-xs-h122 {
           height: 122% !important
       }

       .col-xs-h123 {
           height: 123% !important
       }

       .col-xs-h124 {
           height: 124% !important
       }

       .col-xs-h125 {
           height: 125% !important
       }

       .col-xs-h126 {
           height: 126% !important
       }

       .col-xs-h127 {
           height: 127% !important
       }

       .col-xs-h128 {
           height: 128% !important
       }

       .col-xs-h129 {
           height: 129% !important
       }

       .col-xs-h130 {
           height: 130% !important
       }

       .col-xs-h131 {
           height: 131% !important
       }

       .col-xs-h132 {
           height: 132% !important
       }

       .col-xs-h133 {
           height: 133% !important
       }

       .col-xs-h134 {
           height: 134% !important
       }

       .col-xs-h135 {
           height: 135% !important
       }

       .col-xs-h136 {
           height: 136% !important
       }

       .col-xs-h137 {
           height: 137% !important
       }

       .col-xs-h138 {
           height: 138% !important
       }

       .col-xs-h139 {
           height: 139% !important
       }

       .col-xs-h140 {
           height: 140% !important
       }

       .col-xs-h141 {
           height: 141% !important
       }

       .col-xs-h142 {
           height: 142% !important
       }

       .col-xs-h143 {
           height: 143% !important
       }

       .col-xs-h144 {
           height: 144% !important
       }

       .col-xs-h145 {
           height: 145% !important
       }

       .col-xs-h146 {
           height: 146% !important
       }

       .col-xs-h147 {
           height: 147% !important
       }

       .col-xs-h148 {
           height: 148% !important
       }

       .col-xs-h149 {
           height: 149% !important
       }

       .col-xs-h150 {
           height: 150% !important
       }

       .col-xs-h151 {
           height: 151% !important
       }

       .col-xs-h152 {
           height: 152% !important
       }

       .col-xs-h153 {
           height: 153% !important
       }

       .col-xs-h154 {
           height: 154% !important
       }

       .col-xs-h155 {
           height: 155% !important
       }

       .col-xs-h156 {
           height: 156% !important
       }

       .col-xs-h157 {
           height: 157% !important
       }

       .col-xs-h158 {
           height: 158% !important
       }

       .col-xs-h159 {
           height: 159% !important
       }

       .col-xs-h160 {
           height: 160% !important
       }

       .col-xs-h161 {
           height: 161% !important
       }

       .col-xs-h162 {
           height: 162% !important
       }

       .col-xs-h163 {
           height: 163% !important
       }

       .col-xs-h164 {
           height: 164% !important
       }

       .col-xs-h165 {
           height: 165% !important
       }

       .col-xs-h166 {
           height: 166% !important
       }

       .col-xs-h167 {
           height: 167% !important
       }

       .col-xs-h168 {
           height: 168% !important
       }

       .col-xs-h169 {
           height: 169% !important
       }

       .col-xs-h170 {
           height: 170% !important
       }

       .col-xs-h171 {
           height: 171% !important
       }

       .col-xs-h172 {
           height: 172% !important
       }

       .col-xs-h173 {
           height: 173% !important
       }

       .col-xs-h174 {
           height: 174% !important
       }

       .col-xs-h175 {
           height: 175% !important
       }

       .col-xs-h176 {
           height: 176% !important
       }

       .col-xs-h177 {
           height: 177% !important
       }

       .col-xs-h178 {
           height: 178% !important
       }

       .col-xs-h179 {
           height: 179% !important
       }

       .col-xs-h180 {
           height: 180% !important
       }

       .col-xs-h181 {
           height: 181% !important
       }

       .col-xs-h182 {
           height: 182% !important
       }

       .col-xs-h183 {
           height: 183% !important
       }

       .col-xs-h184 {
           height: 184% !important
       }

       .col-xs-h185 {
           height: 185% !important
       }

       .col-xs-h186 {
           height: 186% !important
       }

       .col-xs-h187 {
           height: 187% !important
       }

       .col-xs-h188 {
           height: 188% !important
       }

       .col-xs-h189 {
           height: 189% !important
       }

       .col-xs-h190 {
           height: 190% !important
       }

       .col-xs-h191 {
           height: 191% !important
       }

       .col-xs-h192 {
           height: 192% !important
       }

       .col-xs-h193 {
           height: 193% !important
       }

       .col-xs-h194 {
           height: 194% !important
       }

       .col-xs-h195 {
           height: 195% !important
       }

       .col-xs-h196 {
           height: 196% !important
       }

       .col-xs-h197 {
           height: 197% !important
       }

       .col-xs-h198 {
           height: 198% !important
       }

       .col-xs-h199 {
           height: 199% !important
       }

       .col-xs-h200 {
           height: 200% !important
       }
   }

   .lha {
       line-height: normal !important
   }

   .lh0 {
       line-height: 0px !important
   }

   .lh1 {
       line-height: 1px !important
   }

   .lh2 {
       line-height: 2px !important
   }

   .lh3 {
       line-height: 3px !important
   }

   .lh4 {
       line-height: 4px !important
   }

   .lh5 {
       line-height: 5px !important
   }

   .lh6 {
       line-height: 6px !important
   }

   .lh7 {
       line-height: 7px !important
   }

   .lh8 {
       line-height: 8px !important
   }

   .lh9 {
       line-height: 9px !important
   }

   .lh10 {
       line-height: 10px !important
   }

   .lh11 {
       line-height: 11px !important
   }

   .lh12 {
       line-height: 12px !important
   }

   .lh13 {
       line-height: 13px !important
   }

   .lh14 {
       line-height: 14px !important
   }

   .lh15 {
       line-height: 15px !important
   }

   .lh16 {
       line-height: 16px !important
   }

   .lh17 {
       line-height: 17px !important
   }

   .lh18 {
       line-height: 18px !important
   }

   .lh19 {
       line-height: 19px !important
   }

   .lh20 {
       line-height: 20px !important
   }

   .lh21 {
       line-height: 21px !important
   }

   .lh22 {
       line-height: 22px !important
   }

   .lh23 {
       line-height: 23px !important
   }

   .lh24 {
       line-height: 24px !important
   }

   .lh25 {
       line-height: 25px !important
   }

   .lh26 {
       line-height: 26px !important
   }

   .lh27 {
       line-height: 27px !important
   }

   .lh28 {
       line-height: 28px !important
   }

   .lh29 {
       line-height: 29px !important
   }

   .lh30 {
       line-height: 30px !important
   }

   .lh31 {
       line-height: 31px !important
   }

   .lh32 {
       line-height: 32px !important
   }

   .lh33 {
       line-height: 33px !important
   }

   .lh34 {
       line-height: 34px !important
   }

   .lh35 {
       line-height: 35px !important
   }

   .lh36 {
       line-height: 36px !important
   }

   .lh37 {
       line-height: 37px !important
   }

   .lh38 {
       line-height: 38px !important
   }

   .lh39 {
       line-height: 39px !important
   }

   .lh40 {
       line-height: 40px !important
   }

   .lh41 {
       line-height: 41px !important
   }

   .lh42 {
       line-height: 42px !important
   }

   .lh43 {
       line-height: 43px !important
   }

   .lh44 {
       line-height: 44px !important
   }

   .lh45 {
       line-height: 45px !important
   }

   .lh46 {
       line-height: 46px !important
   }

   .lh47 {
       line-height: 47px !important
   }

   .lh48 {
       line-height: 48px !important
   }

   .lh49 {
       line-height: 49px !important
   }

   .lh50 {
       line-height: 50px !important
   }

   .lh51 {
       line-height: 51px !important
   }

   .lh52 {
       line-height: 52px !important
   }

   .lh53 {
       line-height: 53px !important
   }

   .lh54 {
       line-height: 54px !important
   }

   .lh55 {
       line-height: 55px !important
   }

   .lh56 {
       line-height: 56px !important
   }

   .lh57 {
       line-height: 57px !important
   }

   .lh58 {
       line-height: 58px !important
   }

   .lh59 {
       line-height: 59px !important
   }

   .lh60 {
       line-height: 60px !important
   }

   .lh61 {
       line-height: 61px !important
   }

   .lh62 {
       line-height: 62px !important
   }

   .lh63 {
       line-height: 63px !important
   }

   .lh64 {
       line-height: 64px !important
   }

   .lh65 {
       line-height: 65px !important
   }

   .lh66 {
       line-height: 66px !important
   }

   .lh67 {
       line-height: 67px !important
   }

   .lh68 {
       line-height: 68px !important
   }

   .lh69 {
       line-height: 69px !important
   }

   .lh70 {
       line-height: 70px !important
   }

   .lh71 {
       line-height: 71px !important
   }

   .lh72 {
       line-height: 72px !important
   }

   .lh73 {
       line-height: 73px !important
   }

   .lh74 {
       line-height: 74px !important
   }

   .lh75 {
       line-height: 75px !important
   }

   .lh76 {
       line-height: 76px !important
   }

   .lh77 {
       line-height: 77px !important
   }

   .lh78 {
       line-height: 78px !important
   }

   .lh79 {
       line-height: 79px !important
   }

   .lh80 {
       line-height: 80px !important
   }

   .lh81 {
       line-height: 81px !important
   }

   .lh82 {
       line-height: 82px !important
   }

   .lh83 {
       line-height: 83px !important
   }

   .lh84 {
       line-height: 84px !important
   }

   .lh85 {
       line-height: 85px !important
   }

   .lh86 {
       line-height: 86px !important
   }

   .lh87 {
       line-height: 87px !important
   }

   .lh88 {
       line-height: 88px !important
   }

   .lh89 {
       line-height: 89px !important
   }

   .lh90 {
       line-height: 90px !important
   }

   .lh91 {
       line-height: 91px !important
   }

   .lh92 {
       line-height: 92px !important
   }

   .lh93 {
       line-height: 93px !important
   }

   .lh94 {
       line-height: 94px !important
   }

   .lh95 {
       line-height: 95px !important
   }

   .lh96 {
       line-height: 96px !important
   }

   .lh97 {
       line-height: 97px !important
   }

   .lh98 {
       line-height: 98px !important
   }

   .lh99 {
       line-height: 99px !important
   }

   .lh100 {
       line-height: 100px !important
   }

   .lh101 {
       line-height: 101px !important
   }

   .lh102 {
       line-height: 102px !important
   }

   .lh103 {
       line-height: 103px !important
   }

   .lh104 {
       line-height: 104px !important
   }

   .lh105 {
       line-height: 105px !important
   }

   .lh106 {
       line-height: 106px !important
   }

   .lh107 {
       line-height: 107px !important
   }

   .lh108 {
       line-height: 108px !important
   }

   .lh109 {
       line-height: 109px !important
   }

   .lh110 {
       line-height: 110px !important
   }

   .lh111 {
       line-height: 111px !important
   }

   .lh112 {
       line-height: 112px !important
   }

   .lh113 {
       line-height: 113px !important
   }

   .lh114 {
       line-height: 114px !important
   }

   .lh115 {
       line-height: 115px !important
   }

   .lh116 {
       line-height: 116px !important
   }

   .lh117 {
       line-height: 117px !important
   }

   .lh118 {
       line-height: 118px !important
   }

   .lh119 {
       line-height: 119px !important
   }

   .lh120 {
       line-height: 120px !important
   }

   .lh121 {
       line-height: 121px !important
   }

   .lh122 {
       line-height: 122px !important
   }

   .lh123 {
       line-height: 123px !important
   }

   .lh124 {
       line-height: 124px !important
   }

   .lh125 {
       line-height: 125px !important
   }

   .lh126 {
       line-height: 126px !important
   }

   .lh127 {
       line-height: 127px !important
   }

   .lh128 {
       line-height: 128px !important
   }

   .lh129 {
       line-height: 129px !important
   }

   .lh130 {
       line-height: 130px !important
   }

   .lh131 {
       line-height: 131px !important
   }

   .lh132 {
       line-height: 132px !important
   }

   .lh133 {
       line-height: 133px !important
   }

   .lh134 {
       line-height: 134px !important
   }

   .lh135 {
       line-height: 135px !important
   }

   .lh136 {
       line-height: 136px !important
   }

   .lh137 {
       line-height: 137px !important
   }

   .lh138 {
       line-height: 138px !important
   }

   .lh139 {
       line-height: 139px !important
   }

   .lh140 {
       line-height: 140px !important
   }

   .lh141 {
       line-height: 141px !important
   }

   .lh142 {
       line-height: 142px !important
   }

   .lh143 {
       line-height: 143px !important
   }

   .lh144 {
       line-height: 144px !important
   }

   .lh145 {
       line-height: 145px !important
   }

   .lh146 {
       line-height: 146px !important
   }

   .lh147 {
       line-height: 147px !important
   }

   .lh148 {
       line-height: 148px !important
   }

   .lh149 {
       line-height: 149px !important
   }

   .lh150 {
       line-height: 150px !important
   }

   .lh151 {
       line-height: 151px !important
   }

   .lh152 {
       line-height: 152px !important
   }

   .lh153 {
       line-height: 153px !important
   }

   .lh154 {
       line-height: 154px !important
   }

   .lh155 {
       line-height: 155px !important
   }

   .lh156 {
       line-height: 156px !important
   }

   .lh157 {
       line-height: 157px !important
   }

   .lh158 {
       line-height: 158px !important
   }

   .lh159 {
       line-height: 159px !important
   }

   .lh160 {
       line-height: 160px !important
   }

   .lh161 {
       line-height: 161px !important
   }

   .lh162 {
       line-height: 162px !important
   }

   .lh163 {
       line-height: 163px !important
   }

   .lh164 {
       line-height: 164px !important
   }

   .lh165 {
       line-height: 165px !important
   }

   .lh166 {
       line-height: 166px !important
   }

   .lh167 {
       line-height: 167px !important
   }

   .lh168 {
       line-height: 168px !important
   }

   .lh169 {
       line-height: 169px !important
   }

   .lh170 {
       line-height: 170px !important
   }

   .lh171 {
       line-height: 171px !important
   }

   .lh172 {
       line-height: 172px !important
   }

   .lh173 {
       line-height: 173px !important
   }

   .lh174 {
       line-height: 174px !important
   }

   .lh175 {
       line-height: 175px !important
   }

   .lh176 {
       line-height: 176px !important
   }

   .lh177 {
       line-height: 177px !important
   }

   .lh178 {
       line-height: 178px !important
   }

   .lh179 {
       line-height: 179px !important
   }

   .lh180 {
       line-height: 180px !important
   }

   .lh181 {
       line-height: 181px !important
   }

   .lh182 {
       line-height: 182px !important
   }

   .lh183 {
       line-height: 183px !important
   }

   .lh184 {
       line-height: 184px !important
   }

   .lh185 {
       line-height: 185px !important
   }

   .lh186 {
       line-height: 186px !important
   }

   .lh187 {
       line-height: 187px !important
   }

   .lh188 {
       line-height: 188px !important
   }

   .lh189 {
       line-height: 189px !important
   }

   .lh190 {
       line-height: 190px !important
   }

   .lh191 {
       line-height: 191px !important
   }

   .lh192 {
       line-height: 192px !important
   }

   .lh193 {
       line-height: 193px !important
   }

   .lh194 {
       line-height: 194px !important
   }

   .lh195 {
       line-height: 195px !important
   }

   .lh196 {
       line-height: 196px !important
   }

   .lh197 {
       line-height: 197px !important
   }

   .lh198 {
       line-height: 198px !important
   }

   .lh199 {
       line-height: 199px !important
   }

   .lh200 {
       line-height: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-lh0 {
           line-height: 0px !important
       }

       .col-sm-lh1 {
           line-height: 1px !important
       }

       .col-sm-lh2 {
           line-height: 2px !important
       }

       .col-sm-lh3 {
           line-height: 3px !important
       }

       .col-sm-lh4 {
           line-height: 4px !important
       }

       .col-sm-lh5 {
           line-height: 5px !important
       }

       .col-sm-lh6 {
           line-height: 6px !important
       }

       .col-sm-lh7 {
           line-height: 7px !important
       }

       .col-sm-lh8 {
           line-height: 8px !important
       }

       .col-sm-lh9 {
           line-height: 9px !important
       }

       .col-sm-lh10 {
           line-height: 10px !important
       }

       .col-sm-lh11 {
           line-height: 11px !important
       }

       .col-sm-lh12 {
           line-height: 12px !important
       }

       .col-sm-lh13 {
           line-height: 13px !important
       }

       .col-sm-lh14 {
           line-height: 14px !important
       }

       .col-sm-lh15 {
           line-height: 15px !important
       }

       .col-sm-lh16 {
           line-height: 16px !important
       }

       .col-sm-lh17 {
           line-height: 17px !important
       }

       .col-sm-lh18 {
           line-height: 18px !important
       }

       .col-sm-lh19 {
           line-height: 19px !important
       }

       .col-sm-lh20 {
           line-height: 20px !important
       }

       .col-sm-lh21 {
           line-height: 21px !important
       }

       .col-sm-lh22 {
           line-height: 22px !important
       }

       .col-sm-lh23 {
           line-height: 23px !important
       }

       .col-sm-lh24 {
           line-height: 24px !important
       }

       .col-sm-lh25 {
           line-height: 25px !important
       }

       .col-sm-lh26 {
           line-height: 26px !important
       }

       .col-sm-lh27 {
           line-height: 27px !important
       }

       .col-sm-lh28 {
           line-height: 28px !important
       }

       .col-sm-lh29 {
           line-height: 29px !important
       }

       .col-sm-lh30 {
           line-height: 30px !important
       }

       .col-sm-lh31 {
           line-height: 31px !important
       }

       .col-sm-lh32 {
           line-height: 32px !important
       }

       .col-sm-lh33 {
           line-height: 33px !important
       }

       .col-sm-lh34 {
           line-height: 34px !important
       }

       .col-sm-lh35 {
           line-height: 35px !important
       }

       .col-sm-lh36 {
           line-height: 36px !important
       }

       .col-sm-lh37 {
           line-height: 37px !important
       }

       .col-sm-lh38 {
           line-height: 38px !important
       }

       .col-sm-lh39 {
           line-height: 39px !important
       }

       .col-sm-lh40 {
           line-height: 40px !important
       }

       .col-sm-lh41 {
           line-height: 41px !important
       }

       .col-sm-lh42 {
           line-height: 42px !important
       }

       .col-sm-lh43 {
           line-height: 43px !important
       }

       .col-sm-lh44 {
           line-height: 44px !important
       }

       .col-sm-lh45 {
           line-height: 45px !important
       }

       .col-sm-lh46 {
           line-height: 46px !important
       }

       .col-sm-lh47 {
           line-height: 47px !important
       }

       .col-sm-lh48 {
           line-height: 48px !important
       }

       .col-sm-lh49 {
           line-height: 49px !important
       }

       .col-sm-lh50 {
           line-height: 50px !important
       }

       .col-sm-lh51 {
           line-height: 51px !important
       }

       .col-sm-lh52 {
           line-height: 52px !important
       }

       .col-sm-lh53 {
           line-height: 53px !important
       }

       .col-sm-lh54 {
           line-height: 54px !important
       }

       .col-sm-lh55 {
           line-height: 55px !important
       }

       .col-sm-lh56 {
           line-height: 56px !important
       }

       .col-sm-lh57 {
           line-height: 57px !important
       }

       .col-sm-lh58 {
           line-height: 58px !important
       }

       .col-sm-lh59 {
           line-height: 59px !important
       }

       .col-sm-lh60 {
           line-height: 60px !important
       }

       .col-sm-lh61 {
           line-height: 61px !important
       }

       .col-sm-lh62 {
           line-height: 62px !important
       }

       .col-sm-lh63 {
           line-height: 63px !important
       }

       .col-sm-lh64 {
           line-height: 64px !important
       }

       .col-sm-lh65 {
           line-height: 65px !important
       }

       .col-sm-lh66 {
           line-height: 66px !important
       }

       .col-sm-lh67 {
           line-height: 67px !important
       }

       .col-sm-lh68 {
           line-height: 68px !important
       }

       .col-sm-lh69 {
           line-height: 69px !important
       }

       .col-sm-lh70 {
           line-height: 70px !important
       }

       .col-sm-lh71 {
           line-height: 71px !important
       }

       .col-sm-lh72 {
           line-height: 72px !important
       }

       .col-sm-lh73 {
           line-height: 73px !important
       }

       .col-sm-lh74 {
           line-height: 74px !important
       }

       .col-sm-lh75 {
           line-height: 75px !important
       }

       .col-sm-lh76 {
           line-height: 76px !important
       }

       .col-sm-lh77 {
           line-height: 77px !important
       }

       .col-sm-lh78 {
           line-height: 78px !important
       }

       .col-sm-lh79 {
           line-height: 79px !important
       }

       .col-sm-lh80 {
           line-height: 80px !important
       }

       .col-sm-lh81 {
           line-height: 81px !important
       }

       .col-sm-lh82 {
           line-height: 82px !important
       }

       .col-sm-lh83 {
           line-height: 83px !important
       }

       .col-sm-lh84 {
           line-height: 84px !important
       }

       .col-sm-lh85 {
           line-height: 85px !important
       }

       .col-sm-lh86 {
           line-height: 86px !important
       }

       .col-sm-lh87 {
           line-height: 87px !important
       }

       .col-sm-lh88 {
           line-height: 88px !important
       }

       .col-sm-lh89 {
           line-height: 89px !important
       }

       .col-sm-lh90 {
           line-height: 90px !important
       }

       .col-sm-lh91 {
           line-height: 91px !important
       }

       .col-sm-lh92 {
           line-height: 92px !important
       }

       .col-sm-lh93 {
           line-height: 93px !important
       }

       .col-sm-lh94 {
           line-height: 94px !important
       }

       .col-sm-lh95 {
           line-height: 95px !important
       }

       .col-sm-lh96 {
           line-height: 96px !important
       }

       .col-sm-lh97 {
           line-height: 97px !important
       }

       .col-sm-lh98 {
           line-height: 98px !important
       }

       .col-sm-lh99 {
           line-height: 99px !important
       }

       .col-sm-lh100 {
           line-height: 100px !important
       }

       .col-sm-lh101 {
           line-height: 101px !important
       }

       .col-sm-lh102 {
           line-height: 102px !important
       }

       .col-sm-lh103 {
           line-height: 103px !important
       }

       .col-sm-lh104 {
           line-height: 104px !important
       }

       .col-sm-lh105 {
           line-height: 105px !important
       }

       .col-sm-lh106 {
           line-height: 106px !important
       }

       .col-sm-lh107 {
           line-height: 107px !important
       }

       .col-sm-lh108 {
           line-height: 108px !important
       }

       .col-sm-lh109 {
           line-height: 109px !important
       }

       .col-sm-lh110 {
           line-height: 110px !important
       }

       .col-sm-lh111 {
           line-height: 111px !important
       }

       .col-sm-lh112 {
           line-height: 112px !important
       }

       .col-sm-lh113 {
           line-height: 113px !important
       }

       .col-sm-lh114 {
           line-height: 114px !important
       }

       .col-sm-lh115 {
           line-height: 115px !important
       }

       .col-sm-lh116 {
           line-height: 116px !important
       }

       .col-sm-lh117 {
           line-height: 117px !important
       }

       .col-sm-lh118 {
           line-height: 118px !important
       }

       .col-sm-lh119 {
           line-height: 119px !important
       }

       .col-sm-lh120 {
           line-height: 120px !important
       }

       .col-sm-lh121 {
           line-height: 121px !important
       }

       .col-sm-lh122 {
           line-height: 122px !important
       }

       .col-sm-lh123 {
           line-height: 123px !important
       }

       .col-sm-lh124 {
           line-height: 124px !important
       }

       .col-sm-lh125 {
           line-height: 125px !important
       }

       .col-sm-lh126 {
           line-height: 126px !important
       }

       .col-sm-lh127 {
           line-height: 127px !important
       }

       .col-sm-lh128 {
           line-height: 128px !important
       }

       .col-sm-lh129 {
           line-height: 129px !important
       }

       .col-sm-lh130 {
           line-height: 130px !important
       }

       .col-sm-lh131 {
           line-height: 131px !important
       }

       .col-sm-lh132 {
           line-height: 132px !important
       }

       .col-sm-lh133 {
           line-height: 133px !important
       }

       .col-sm-lh134 {
           line-height: 134px !important
       }

       .col-sm-lh135 {
           line-height: 135px !important
       }

       .col-sm-lh136 {
           line-height: 136px !important
       }

       .col-sm-lh137 {
           line-height: 137px !important
       }

       .col-sm-lh138 {
           line-height: 138px !important
       }

       .col-sm-lh139 {
           line-height: 139px !important
       }

       .col-sm-lh140 {
           line-height: 140px !important
       }

       .col-sm-lh141 {
           line-height: 141px !important
       }

       .col-sm-lh142 {
           line-height: 142px !important
       }

       .col-sm-lh143 {
           line-height: 143px !important
       }

       .col-sm-lh144 {
           line-height: 144px !important
       }

       .col-sm-lh145 {
           line-height: 145px !important
       }

       .col-sm-lh146 {
           line-height: 146px !important
       }

       .col-sm-lh147 {
           line-height: 147px !important
       }

       .col-sm-lh148 {
           line-height: 148px !important
       }

       .col-sm-lh149 {
           line-height: 149px !important
       }

       .col-sm-lh150 {
           line-height: 150px !important
       }

       .col-sm-lh151 {
           line-height: 151px !important
       }

       .col-sm-lh152 {
           line-height: 152px !important
       }

       .col-sm-lh153 {
           line-height: 153px !important
       }

       .col-sm-lh154 {
           line-height: 154px !important
       }

       .col-sm-lh155 {
           line-height: 155px !important
       }

       .col-sm-lh156 {
           line-height: 156px !important
       }

       .col-sm-lh157 {
           line-height: 157px !important
       }

       .col-sm-lh158 {
           line-height: 158px !important
       }

       .col-sm-lh159 {
           line-height: 159px !important
       }

       .col-sm-lh160 {
           line-height: 160px !important
       }

       .col-sm-lh161 {
           line-height: 161px !important
       }

       .col-sm-lh162 {
           line-height: 162px !important
       }

       .col-sm-lh163 {
           line-height: 163px !important
       }

       .col-sm-lh164 {
           line-height: 164px !important
       }

       .col-sm-lh165 {
           line-height: 165px !important
       }

       .col-sm-lh166 {
           line-height: 166px !important
       }

       .col-sm-lh167 {
           line-height: 167px !important
       }

       .col-sm-lh168 {
           line-height: 168px !important
       }

       .col-sm-lh169 {
           line-height: 169px !important
       }

       .col-sm-lh170 {
           line-height: 170px !important
       }

       .col-sm-lh171 {
           line-height: 171px !important
       }

       .col-sm-lh172 {
           line-height: 172px !important
       }

       .col-sm-lh173 {
           line-height: 173px !important
       }

       .col-sm-lh174 {
           line-height: 174px !important
       }

       .col-sm-lh175 {
           line-height: 175px !important
       }

       .col-sm-lh176 {
           line-height: 176px !important
       }

       .col-sm-lh177 {
           line-height: 177px !important
       }

       .col-sm-lh178 {
           line-height: 178px !important
       }

       .col-sm-lh179 {
           line-height: 179px !important
       }

       .col-sm-lh180 {
           line-height: 180px !important
       }

       .col-sm-lh181 {
           line-height: 181px !important
       }

       .col-sm-lh182 {
           line-height: 182px !important
       }

       .col-sm-lh183 {
           line-height: 183px !important
       }

       .col-sm-lh184 {
           line-height: 184px !important
       }

       .col-sm-lh185 {
           line-height: 185px !important
       }

       .col-sm-lh186 {
           line-height: 186px !important
       }

       .col-sm-lh187 {
           line-height: 187px !important
       }

       .col-sm-lh188 {
           line-height: 188px !important
       }

       .col-sm-lh189 {
           line-height: 189px !important
       }

       .col-sm-lh190 {
           line-height: 190px !important
       }

       .col-sm-lh191 {
           line-height: 191px !important
       }

       .col-sm-lh192 {
           line-height: 192px !important
       }

       .col-sm-lh193 {
           line-height: 193px !important
       }

       .col-sm-lh194 {
           line-height: 194px !important
       }

       .col-sm-lh195 {
           line-height: 195px !important
       }

       .col-sm-lh196 {
           line-height: 196px !important
       }

       .col-sm-lh197 {
           line-height: 197px !important
       }

       .col-sm-lh198 {
           line-height: 198px !important
       }

       .col-sm-lh199 {
           line-height: 199px !important
       }

       .col-sm-lh200 {
           line-height: 200px !important
       }
   }

   @media (max-width:767px) {
       .col-xs-lh0 {
           line-height: 0px !important
       }

       .col-xs-lh1 {
           line-height: 1px !important
       }

       .col-xs-lh2 {
           line-height: 2px !important
       }

       .col-xs-lh3 {
           line-height: 3px !important
       }

       .col-xs-lh4 {
           line-height: 4px !important
       }

       .col-xs-lh5 {
           line-height: 5px !important
       }

       .col-xs-lh6 {
           line-height: 6px !important
       }

       .col-xs-lh7 {
           line-height: 7px !important
       }

       .col-xs-lh8 {
           line-height: 8px !important
       }

       .col-xs-lh9 {
           line-height: 9px !important
       }

       .col-xs-lh10 {
           line-height: 10px !important
       }

       .col-xs-lh11 {
           line-height: 11px !important
       }

       .col-xs-lh12 {
           line-height: 12px !important
       }

       .col-xs-lh13 {
           line-height: 13px !important
       }

       .col-xs-lh14 {
           line-height: 14px !important
       }

       .col-xs-lh15 {
           line-height: 15px !important
       }

       .col-xs-lh16 {
           line-height: 16px !important
       }

       .col-xs-lh17 {
           line-height: 17px !important
       }

       .col-xs-lh18 {
           line-height: 18px !important
       }

       .col-xs-lh19 {
           line-height: 19px !important
       }

       .col-xs-lh20 {
           line-height: 20px !important
       }

       .col-xs-lh21 {
           line-height: 21px !important
       }

       .col-xs-lh22 {
           line-height: 22px !important
       }

       .col-xs-lh23 {
           line-height: 23px !important
       }

       .col-xs-lh24 {
           line-height: 24px !important
       }

       .col-xs-lh25 {
           line-height: 25px !important
       }

       .col-xs-lh26 {
           line-height: 26px !important
       }

       .col-xs-lh27 {
           line-height: 27px !important
       }

       .col-xs-lh28 {
           line-height: 28px !important
       }

       .col-xs-lh29 {
           line-height: 29px !important
       }

       .col-xs-lh30 {
           line-height: 30px !important
       }

       .col-xs-lh31 {
           line-height: 31px !important
       }

       .col-xs-lh32 {
           line-height: 32px !important
       }

       .col-xs-lh33 {
           line-height: 33px !important
       }

       .col-xs-lh34 {
           line-height: 34px !important
       }

       .col-xs-lh35 {
           line-height: 35px !important
       }

       .col-xs-lh36 {
           line-height: 36px !important
       }

       .col-xs-lh37 {
           line-height: 37px !important
       }

       .col-xs-lh38 {
           line-height: 38px !important
       }

       .col-xs-lh39 {
           line-height: 39px !important
       }

       .col-xs-lh40 {
           line-height: 40px !important
       }

       .col-xs-lh41 {
           line-height: 41px !important
       }

       .col-xs-lh42 {
           line-height: 42px !important
       }

       .col-xs-lh43 {
           line-height: 43px !important
       }

       .col-xs-lh44 {
           line-height: 44px !important
       }

       .col-xs-lh45 {
           line-height: 45px !important
       }

       .col-xs-lh46 {
           line-height: 46px !important
       }

       .col-xs-lh47 {
           line-height: 47px !important
       }

       .col-xs-lh48 {
           line-height: 48px !important
       }

       .col-xs-lh49 {
           line-height: 49px !important
       }

       .col-xs-lh50 {
           line-height: 50px !important
       }

       .col-xs-lh51 {
           line-height: 51px !important
       }

       .col-xs-lh52 {
           line-height: 52px !important
       }

       .col-xs-lh53 {
           line-height: 53px !important
       }

       .col-xs-lh54 {
           line-height: 54px !important
       }

       .col-xs-lh55 {
           line-height: 55px !important
       }

       .col-xs-lh56 {
           line-height: 56px !important
       }

       .col-xs-lh57 {
           line-height: 57px !important
       }

       .col-xs-lh58 {
           line-height: 58px !important
       }

       .col-xs-lh59 {
           line-height: 59px !important
       }

       .col-xs-lh60 {
           line-height: 60px !important
       }

       .col-xs-lh61 {
           line-height: 61px !important
       }

       .col-xs-lh62 {
           line-height: 62px !important
       }

       .col-xs-lh63 {
           line-height: 63px !important
       }

       .col-xs-lh64 {
           line-height: 64px !important
       }

       .col-xs-lh65 {
           line-height: 65px !important
       }

       .col-xs-lh66 {
           line-height: 66px !important
       }

       .col-xs-lh67 {
           line-height: 67px !important
       }

       .col-xs-lh68 {
           line-height: 68px !important
       }

       .col-xs-lh69 {
           line-height: 69px !important
       }

       .col-xs-lh70 {
           line-height: 70px !important
       }

       .col-xs-lh71 {
           line-height: 71px !important
       }

       .col-xs-lh72 {
           line-height: 72px !important
       }

       .col-xs-lh73 {
           line-height: 73px !important
       }

       .col-xs-lh74 {
           line-height: 74px !important
       }

       .col-xs-lh75 {
           line-height: 75px !important
       }

       .col-xs-lh76 {
           line-height: 76px !important
       }

       .col-xs-lh77 {
           line-height: 77px !important
       }

       .col-xs-lh78 {
           line-height: 78px !important
       }

       .col-xs-lh79 {
           line-height: 79px !important
       }

       .col-xs-lh80 {
           line-height: 80px !important
       }

       .col-xs-lh81 {
           line-height: 81px !important
       }

       .col-xs-lh82 {
           line-height: 82px !important
       }

       .col-xs-lh83 {
           line-height: 83px !important
       }

       .col-xs-lh84 {
           line-height: 84px !important
       }

       .col-xs-lh85 {
           line-height: 85px !important
       }

       .col-xs-lh86 {
           line-height: 86px !important
       }

       .col-xs-lh87 {
           line-height: 87px !important
       }

       .col-xs-lh88 {
           line-height: 88px !important
       }

       .col-xs-lh89 {
           line-height: 89px !important
       }

       .col-xs-lh90 {
           line-height: 90px !important
       }

       .col-xs-lh91 {
           line-height: 91px !important
       }

       .col-xs-lh92 {
           line-height: 92px !important
       }

       .col-xs-lh93 {
           line-height: 93px !important
       }

       .col-xs-lh94 {
           line-height: 94px !important
       }

       .col-xs-lh95 {
           line-height: 95px !important
       }

       .col-xs-lh96 {
           line-height: 96px !important
       }

       .col-xs-lh97 {
           line-height: 97px !important
       }

       .col-xs-lh98 {
           line-height: 98px !important
       }

       .col-xs-lh99 {
           line-height: 99px !important
       }

       .col-xs-lh100 {
           line-height: 100px !important
       }

       .col-xs-lh101 {
           line-height: 101px !important
       }

       .col-xs-lh102 {
           line-height: 102px !important
       }

       .col-xs-lh103 {
           line-height: 103px !important
       }

       .col-xs-lh104 {
           line-height: 104px !important
       }

       .col-xs-lh105 {
           line-height: 105px !important
       }

       .col-xs-lh106 {
           line-height: 106px !important
       }

       .col-xs-lh107 {
           line-height: 107px !important
       }

       .col-xs-lh108 {
           line-height: 108px !important
       }

       .col-xs-lh109 {
           line-height: 109px !important
       }

       .col-xs-lh110 {
           line-height: 110px !important
       }

       .col-xs-lh111 {
           line-height: 111px !important
       }

       .col-xs-lh112 {
           line-height: 112px !important
       }

       .col-xs-lh113 {
           line-height: 113px !important
       }

       .col-xs-lh114 {
           line-height: 114px !important
       }

       .col-xs-lh115 {
           line-height: 115px !important
       }

       .col-xs-lh116 {
           line-height: 116px !important
       }

       .col-xs-lh117 {
           line-height: 117px !important
       }

       .col-xs-lh118 {
           line-height: 118px !important
       }

       .col-xs-lh119 {
           line-height: 119px !important
       }

       .col-xs-lh120 {
           line-height: 120px !important
       }

       .col-xs-lh121 {
           line-height: 121px !important
       }

       .col-xs-lh122 {
           line-height: 122px !important
       }

       .col-xs-lh123 {
           line-height: 123px !important
       }

       .col-xs-lh124 {
           line-height: 124px !important
       }

       .col-xs-lh125 {
           line-height: 125px !important
       }

       .col-xs-lh126 {
           line-height: 126px !important
       }

       .col-xs-lh127 {
           line-height: 127px !important
       }

       .col-xs-lh128 {
           line-height: 128px !important
       }

       .col-xs-lh129 {
           line-height: 129px !important
       }

       .col-xs-lh130 {
           line-height: 130px !important
       }

       .col-xs-lh131 {
           line-height: 131px !important
       }

       .col-xs-lh132 {
           line-height: 132px !important
       }

       .col-xs-lh133 {
           line-height: 133px !important
       }

       .col-xs-lh134 {
           line-height: 134px !important
       }

       .col-xs-lh135 {
           line-height: 135px !important
       }

       .col-xs-lh136 {
           line-height: 136px !important
       }

       .col-xs-lh137 {
           line-height: 137px !important
       }

       .col-xs-lh138 {
           line-height: 138px !important
       }

       .col-xs-lh139 {
           line-height: 139px !important
       }

       .col-xs-lh140 {
           line-height: 140px !important
       }

       .col-xs-lh141 {
           line-height: 141px !important
       }

       .col-xs-lh142 {
           line-height: 142px !important
       }

       .col-xs-lh143 {
           line-height: 143px !important
       }

       .col-xs-lh144 {
           line-height: 144px !important
       }

       .col-xs-lh145 {
           line-height: 145px !important
       }

       .col-xs-lh146 {
           line-height: 146px !important
       }

       .col-xs-lh147 {
           line-height: 147px !important
       }

       .col-xs-lh148 {
           line-height: 148px !important
       }

       .col-xs-lh149 {
           line-height: 149px !important
       }

       .col-xs-lh150 {
           line-height: 150px !important
       }

       .col-xs-lh151 {
           line-height: 151px !important
       }

       .col-xs-lh152 {
           line-height: 152px !important
       }

       .col-xs-lh153 {
           line-height: 153px !important
       }

       .col-xs-lh154 {
           line-height: 154px !important
       }

       .col-xs-lh155 {
           line-height: 155px !important
       }

       .col-xs-lh156 {
           line-height: 156px !important
       }

       .col-xs-lh157 {
           line-height: 157px !important
       }

       .col-xs-lh158 {
           line-height: 158px !important
       }

       .col-xs-lh159 {
           line-height: 159px !important
       }

       .col-xs-lh160 {
           line-height: 160px !important
       }

       .col-xs-lh161 {
           line-height: 161px !important
       }

       .col-xs-lh162 {
           line-height: 162px !important
       }

       .col-xs-lh163 {
           line-height: 163px !important
       }

       .col-xs-lh164 {
           line-height: 164px !important
       }

       .col-xs-lh165 {
           line-height: 165px !important
       }

       .col-xs-lh166 {
           line-height: 166px !important
       }

       .col-xs-lh167 {
           line-height: 167px !important
       }

       .col-xs-lh168 {
           line-height: 168px !important
       }

       .col-xs-lh169 {
           line-height: 169px !important
       }

       .col-xs-lh170 {
           line-height: 170px !important
       }

       .col-xs-lh171 {
           line-height: 171px !important
       }

       .col-xs-lh172 {
           line-height: 172px !important
       }

       .col-xs-lh173 {
           line-height: 173px !important
       }

       .col-xs-lh174 {
           line-height: 174px !important
       }

       .col-xs-lh175 {
           line-height: 175px !important
       }

       .col-xs-lh176 {
           line-height: 176px !important
       }

       .col-xs-lh177 {
           line-height: 177px !important
       }

       .col-xs-lh178 {
           line-height: 178px !important
       }

       .col-xs-lh179 {
           line-height: 179px !important
       }

       .col-xs-lh180 {
           line-height: 180px !important
       }

       .col-xs-lh181 {
           line-height: 181px !important
       }

       .col-xs-lh182 {
           line-height: 182px !important
       }

       .col-xs-lh183 {
           line-height: 183px !important
       }

       .col-xs-lh184 {
           line-height: 184px !important
       }

       .col-xs-lh185 {
           line-height: 185px !important
       }

       .col-xs-lh186 {
           line-height: 186px !important
       }

       .col-xs-lh187 {
           line-height: 187px !important
       }

       .col-xs-lh188 {
           line-height: 188px !important
       }

       .col-xs-lh189 {
           line-height: 189px !important
       }

       .col-xs-lh190 {
           line-height: 190px !important
       }

       .col-xs-lh191 {
           line-height: 191px !important
       }

       .col-xs-lh192 {
           line-height: 192px !important
       }

       .col-xs-lh193 {
           line-height: 193px !important
       }

       .col-xs-lh194 {
           line-height: 194px !important
       }

       .col-xs-lh195 {
           line-height: 195px !important
       }

       .col-xs-lh196 {
           line-height: 196px !important
       }

       .col-xs-lh197 {
           line-height: 197px !important
       }

       .col-xs-lh198 {
           line-height: 198px !important
       }

       .col-xs-lh199 {
           line-height: 199px !important
       }

       .col-xs-lh200 {
           line-height: 200px !important
       }
   }

   .lli {
       left: initial !important
   }

   .lri {
       right: initial !important
   }

   .lti {
       top: initial !important
   }

   .lbi {
       bottom: initial !important
   }

   .ll0 {
       left: 0px !important
   }

   .ll1 {
       left: 1px !important
   }

   .ll2 {
       left: 2px !important
   }

   .ll3 {
       left: 3px !important
   }

   .ll4 {
       left: 4px !important
   }

   .ll5 {
       left: 5px !important
   }

   .ll6 {
       left: 6px !important
   }

   .ll7 {
       left: 7px !important
   }

   .ll8 {
       left: 8px !important
   }

   .ll9 {
       left: 9px !important
   }

   .ll10 {
       left: 10px !important
   }

   .ll11 {
       left: 11px !important
   }

   .ll12 {
       left: 12px !important
   }

   .ll13 {
       left: 13px !important
   }

   .ll14 {
       left: 14px !important
   }

   .ll15 {
       left: 15px !important
   }

   .ll16 {
       left: 16px !important
   }

   .ll17 {
       left: 17px !important
   }

   .ll18 {
       left: 18px !important
   }

   .ll19 {
       left: 19px !important
   }

   .ll20 {
       left: 20px !important
   }

   .ll21 {
       left: 21px !important
   }

   .ll22 {
       left: 22px !important
   }

   .ll23 {
       left: 23px !important
   }

   .ll24 {
       left: 24px !important
   }

   .ll25 {
       left: 25px !important
   }

   .ll26 {
       left: 26px !important
   }

   .ll27 {
       left: 27px !important
   }

   .ll28 {
       left: 28px !important
   }

   .ll29 {
       left: 29px !important
   }

   .ll30 {
       left: 30px !important
   }

   .ll31 {
       left: 31px !important
   }

   .ll32 {
       left: 32px !important
   }

   .ll33 {
       left: 33px !important
   }

   .ll34 {
       left: 34px !important
   }

   .ll35 {
       left: 35px !important
   }

   .ll36 {
       left: 36px !important
   }

   .ll37 {
       left: 37px !important
   }

   .ll38 {
       left: 38px !important
   }

   .ll39 {
       left: 39px !important
   }

   .ll40 {
       left: 40px !important
   }

   .ll41 {
       left: 41px !important
   }

   .ll42 {
       left: 42px !important
   }

   .ll43 {
       left: 43px !important
   }

   .ll44 {
       left: 44px !important
   }

   .ll45 {
       left: 45px !important
   }

   .ll46 {
       left: 46px !important
   }

   .ll47 {
       left: 47px !important
   }

   .ll48 {
       left: 48px !important
   }

   .ll49 {
       left: 49px !important
   }

   .ll50 {
       left: 50px !important
   }

   .ll51 {
       left: 51px !important
   }

   .ll52 {
       left: 52px !important
   }

   .ll53 {
       left: 53px !important
   }

   .ll54 {
       left: 54px !important
   }

   .ll55 {
       left: 55px !important
   }

   .ll56 {
       left: 56px !important
   }

   .ll57 {
       left: 57px !important
   }

   .ll58 {
       left: 58px !important
   }

   .ll59 {
       left: 59px !important
   }

   .ll60 {
       left: 60px !important
   }

   .ll61 {
       left: 61px !important
   }

   .ll62 {
       left: 62px !important
   }

   .ll63 {
       left: 63px !important
   }

   .ll64 {
       left: 64px !important
   }

   .ll65 {
       left: 65px !important
   }

   .ll66 {
       left: 66px !important
   }

   .ll67 {
       left: 67px !important
   }

   .ll68 {
       left: 68px !important
   }

   .ll69 {
       left: 69px !important
   }

   .ll70 {
       left: 70px !important
   }

   .ll71 {
       left: 71px !important
   }

   .ll72 {
       left: 72px !important
   }

   .ll73 {
       left: 73px !important
   }

   .ll74 {
       left: 74px !important
   }

   .ll75 {
       left: 75px !important
   }

   .ll76 {
       left: 76px !important
   }

   .ll77 {
       left: 77px !important
   }

   .ll78 {
       left: 78px !important
   }

   .ll79 {
       left: 79px !important
   }

   .ll80 {
       left: 80px !important
   }

   .ll81 {
       left: 81px !important
   }

   .ll82 {
       left: 82px !important
   }

   .ll83 {
       left: 83px !important
   }

   .ll84 {
       left: 84px !important
   }

   .ll85 {
       left: 85px !important
   }

   .ll86 {
       left: 86px !important
   }

   .ll87 {
       left: 87px !important
   }

   .ll88 {
       left: 88px !important
   }

   .ll89 {
       left: 89px !important
   }

   .ll90 {
       left: 90px !important
   }

   .ll91 {
       left: 91px !important
   }

   .ll92 {
       left: 92px !important
   }

   .ll93 {
       left: 93px !important
   }

   .ll94 {
       left: 94px !important
   }

   .ll95 {
       left: 95px !important
   }

   .ll96 {
       left: 96px !important
   }

   .ll97 {
       left: 97px !important
   }

   .ll98 {
       left: 98px !important
   }

   .ll99 {
       left: 99px !important
   }

   .ll100 {
       left: 100px !important
   }

   .ll101 {
       left: 101px !important
   }

   .ll102 {
       left: 102px !important
   }

   .ll103 {
       left: 103px !important
   }

   .ll104 {
       left: 104px !important
   }

   .ll105 {
       left: 105px !important
   }

   .ll106 {
       left: 106px !important
   }

   .ll107 {
       left: 107px !important
   }

   .ll108 {
       left: 108px !important
   }

   .ll109 {
       left: 109px !important
   }

   .ll110 {
       left: 110px !important
   }

   .ll111 {
       left: 111px !important
   }

   .ll112 {
       left: 112px !important
   }

   .ll113 {
       left: 113px !important
   }

   .ll114 {
       left: 114px !important
   }

   .ll115 {
       left: 115px !important
   }

   .ll116 {
       left: 116px !important
   }

   .ll117 {
       left: 117px !important
   }

   .ll118 {
       left: 118px !important
   }

   .ll119 {
       left: 119px !important
   }

   .ll120 {
       left: 120px !important
   }

   .ll121 {
       left: 121px !important
   }

   .ll122 {
       left: 122px !important
   }

   .ll123 {
       left: 123px !important
   }

   .ll124 {
       left: 124px !important
   }

   .ll125 {
       left: 125px !important
   }

   .ll126 {
       left: 126px !important
   }

   .ll127 {
       left: 127px !important
   }

   .ll128 {
       left: 128px !important
   }

   .ll129 {
       left: 129px !important
   }

   .ll130 {
       left: 130px !important
   }

   .ll131 {
       left: 131px !important
   }

   .ll132 {
       left: 132px !important
   }

   .ll133 {
       left: 133px !important
   }

   .ll134 {
       left: 134px !important
   }

   .ll135 {
       left: 135px !important
   }

   .ll136 {
       left: 136px !important
   }

   .ll137 {
       left: 137px !important
   }

   .ll138 {
       left: 138px !important
   }

   .ll139 {
       left: 139px !important
   }

   .ll140 {
       left: 140px !important
   }

   .ll141 {
       left: 141px !important
   }

   .ll142 {
       left: 142px !important
   }

   .ll143 {
       left: 143px !important
   }

   .ll144 {
       left: 144px !important
   }

   .ll145 {
       left: 145px !important
   }

   .ll146 {
       left: 146px !important
   }

   .ll147 {
       left: 147px !important
   }

   .ll148 {
       left: 148px !important
   }

   .ll149 {
       left: 149px !important
   }

   .ll150 {
       left: 150px !important
   }

   .ll151 {
       left: 151px !important
   }

   .ll152 {
       left: 152px !important
   }

   .ll153 {
       left: 153px !important
   }

   .ll154 {
       left: 154px !important
   }

   .ll155 {
       left: 155px !important
   }

   .ll156 {
       left: 156px !important
   }

   .ll157 {
       left: 157px !important
   }

   .ll158 {
       left: 158px !important
   }

   .ll159 {
       left: 159px !important
   }

   .ll160 {
       left: 160px !important
   }

   .ll161 {
       left: 161px !important
   }

   .ll162 {
       left: 162px !important
   }

   .ll163 {
       left: 163px !important
   }

   .ll164 {
       left: 164px !important
   }

   .ll165 {
       left: 165px !important
   }

   .ll166 {
       left: 166px !important
   }

   .ll167 {
       left: 167px !important
   }

   .ll168 {
       left: 168px !important
   }

   .ll169 {
       left: 169px !important
   }

   .ll170 {
       left: 170px !important
   }

   .ll171 {
       left: 171px !important
   }

   .ll172 {
       left: 172px !important
   }

   .ll173 {
       left: 173px !important
   }

   .ll174 {
       left: 174px !important
   }

   .ll175 {
       left: 175px !important
   }

   .ll176 {
       left: 176px !important
   }

   .ll177 {
       left: 177px !important
   }

   .ll178 {
       left: 178px !important
   }

   .ll179 {
       left: 179px !important
   }

   .ll180 {
       left: 180px !important
   }

   .ll181 {
       left: 181px !important
   }

   .ll182 {
       left: 182px !important
   }

   .ll183 {
       left: 183px !important
   }

   .ll184 {
       left: 184px !important
   }

   .ll185 {
       left: 185px !important
   }

   .ll186 {
       left: 186px !important
   }

   .ll187 {
       left: 187px !important
   }

   .ll188 {
       left: 188px !important
   }

   .ll189 {
       left: 189px !important
   }

   .ll190 {
       left: 190px !important
   }

   .ll191 {
       left: 191px !important
   }

   .ll192 {
       left: 192px !important
   }

   .ll193 {
       left: 193px !important
   }

   .ll194 {
       left: 194px !important
   }

   .ll195 {
       left: 195px !important
   }

   .ll196 {
       left: 196px !important
   }

   .ll197 {
       left: 197px !important
   }

   .ll198 {
       left: 198px !important
   }

   .ll199 {
       left: 199px !important
   }

   .ll200 {
       left: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-ll0 {
           left: 0px !important
       }

       .col-sm-ll1 {
           left: 1px !important
       }

       .col-sm-ll2 {
           left: 2px !important
       }

       .col-sm-ll3 {
           left: 3px !important
       }

       .col-sm-ll4 {
           left: 4px !important
       }

       .col-sm-ll5 {
           left: 5px !important
       }

       .col-sm-ll6 {
           left: 6px !important
       }

       .col-sm-ll7 {
           left: 7px !important
       }

       .col-sm-ll8 {
           left: 8px !important
       }

       .col-sm-ll9 {
           left: 9px !important
       }

       .col-sm-ll10 {
           left: 10px !important
       }

       .col-sm-ll11 {
           left: 11px !important
       }

       .col-sm-ll12 {
           left: 12px !important
       }

       .col-sm-ll13 {
           left: 13px !important
       }

       .col-sm-ll14 {
           left: 14px !important
       }

       .col-sm-ll15 {
           left: 15px !important
       }

       .col-sm-ll16 {
           left: 16px !important
       }

       .col-sm-ll17 {
           left: 17px !important
       }

       .col-sm-ll18 {
           left: 18px !important
       }

       .col-sm-ll19 {
           left: 19px !important
       }

       .col-sm-ll20 {
           left: 20px !important
       }

       .col-sm-ll21 {
           left: 21px !important
       }

       .col-sm-ll22 {
           left: 22px !important
       }

       .col-sm-ll23 {
           left: 23px !important
       }

       .col-sm-ll24 {
           left: 24px !important
       }

       .col-sm-ll25 {
           left: 25px !important
       }

       .col-sm-ll26 {
           left: 26px !important
       }

       .col-sm-ll27 {
           left: 27px !important
       }

       .col-sm-ll28 {
           left: 28px !important
       }

       .col-sm-ll29 {
           left: 29px !important
       }

       .col-sm-ll30 {
           left: 30px !important
       }

       .col-sm-ll31 {
           left: 31px !important
       }

       .col-sm-ll32 {
           left: 32px !important
       }

       .col-sm-ll33 {
           left: 33px !important
       }

       .col-sm-ll34 {
           left: 34px !important
       }

       .col-sm-ll35 {
           left: 35px !important
       }

       .col-sm-ll36 {
           left: 36px !important
       }

       .col-sm-ll37 {
           left: 37px !important
       }

       .col-sm-ll38 {
           left: 38px !important
       }

       .col-sm-ll39 {
           left: 39px !important
       }

       .col-sm-ll40 {
           left: 40px !important
       }

       .col-sm-ll41 {
           left: 41px !important
       }

       .col-sm-ll42 {
           left: 42px !important
       }

       .col-sm-ll43 {
           left: 43px !important
       }

       .col-sm-ll44 {
           left: 44px !important
       }

       .col-sm-ll45 {
           left: 45px !important
       }

       .col-sm-ll46 {
           left: 46px !important
       }

       .col-sm-ll47 {
           left: 47px !important
       }

       .col-sm-ll48 {
           left: 48px !important
       }

       .col-sm-ll49 {
           left: 49px !important
       }

       .col-sm-ll50 {
           left: 50px !important
       }

       .col-sm-ll51 {
           left: 51px !important
       }

       .col-sm-ll52 {
           left: 52px !important
       }

       .col-sm-ll53 {
           left: 53px !important
       }

       .col-sm-ll54 {
           left: 54px !important
       }

       .col-sm-ll55 {
           left: 55px !important
       }

       .col-sm-ll56 {
           left: 56px !important
       }

       .col-sm-ll57 {
           left: 57px !important
       }

       .col-sm-ll58 {
           left: 58px !important
       }

       .col-sm-ll59 {
           left: 59px !important
       }

       .col-sm-ll60 {
           left: 60px !important
       }

       .col-sm-ll61 {
           left: 61px !important
       }

       .col-sm-ll62 {
           left: 62px !important
       }

       .col-sm-ll63 {
           left: 63px !important
       }

       .col-sm-ll64 {
           left: 64px !important
       }

       .col-sm-ll65 {
           left: 65px !important
       }

       .col-sm-ll66 {
           left: 66px !important
       }

       .col-sm-ll67 {
           left: 67px !important
       }

       .col-sm-ll68 {
           left: 68px !important
       }

       .col-sm-ll69 {
           left: 69px !important
       }

       .col-sm-ll70 {
           left: 70px !important
       }

       .col-sm-ll71 {
           left: 71px !important
       }

       .col-sm-ll72 {
           left: 72px !important
       }

       .col-sm-ll73 {
           left: 73px !important
       }

       .col-sm-ll74 {
           left: 74px !important
       }

       .col-sm-ll75 {
           left: 75px !important
       }

       .col-sm-ll76 {
           left: 76px !important
       }

       .col-sm-ll77 {
           left: 77px !important
       }

       .col-sm-ll78 {
           left: 78px !important
       }

       .col-sm-ll79 {
           left: 79px !important
       }

       .col-sm-ll80 {
           left: 80px !important
       }

       .col-sm-ll81 {
           left: 81px !important
       }

       .col-sm-ll82 {
           left: 82px !important
       }

       .col-sm-ll83 {
           left: 83px !important
       }

       .col-sm-ll84 {
           left: 84px !important
       }

       .col-sm-ll85 {
           left: 85px !important
       }

       .col-sm-ll86 {
           left: 86px !important
       }

       .col-sm-ll87 {
           left: 87px !important
       }

       .col-sm-ll88 {
           left: 88px !important
       }

       .col-sm-ll89 {
           left: 89px !important
       }

       .col-sm-ll90 {
           left: 90px !important
       }

       .col-sm-ll91 {
           left: 91px !important
       }

       .col-sm-ll92 {
           left: 92px !important
       }

       .col-sm-ll93 {
           left: 93px !important
       }

       .col-sm-ll94 {
           left: 94px !important
       }

       .col-sm-ll95 {
           left: 95px !important
       }

       .col-sm-ll96 {
           left: 96px !important
       }

       .col-sm-ll97 {
           left: 97px !important
       }

       .col-sm-ll98 {
           left: 98px !important
       }

       .col-sm-ll99 {
           left: 99px !important
       }

       .col-sm-ll100 {
           left: 100px !important
       }

       .col-sm-ll101 {
           left: 101px !important
       }

       .col-sm-ll102 {
           left: 102px !important
       }

       .col-sm-ll103 {
           left: 103px !important
       }

       .col-sm-ll104 {
           left: 104px !important
       }

       .col-sm-ll105 {
           left: 105px !important
       }

       .col-sm-ll106 {
           left: 106px !important
       }

       .col-sm-ll107 {
           left: 107px !important
       }

       .col-sm-ll108 {
           left: 108px !important
       }

       .col-sm-ll109 {
           left: 109px !important
       }

       .col-sm-ll110 {
           left: 110px !important
       }

       .col-sm-ll111 {
           left: 111px !important
       }

       .col-sm-ll112 {
           left: 112px !important
       }

       .col-sm-ll113 {
           left: 113px !important
       }

       .col-sm-ll114 {
           left: 114px !important
       }

       .col-sm-ll115 {
           left: 115px !important
       }

       .col-sm-ll116 {
           left: 116px !important
       }

       .col-sm-ll117 {
           left: 117px !important
       }

       .col-sm-ll118 {
           left: 118px !important
       }

       .col-sm-ll119 {
           left: 119px !important
       }

       .col-sm-ll120 {
           left: 120px !important
       }

       .col-sm-ll121 {
           left: 121px !important
       }

       .col-sm-ll122 {
           left: 122px !important
       }

       .col-sm-ll123 {
           left: 123px !important
       }

       .col-sm-ll124 {
           left: 124px !important
       }

       .col-sm-ll125 {
           left: 125px !important
       }

       .col-sm-ll126 {
           left: 126px !important
       }

       .col-sm-ll127 {
           left: 127px !important
       }

       .col-sm-ll128 {
           left: 128px !important
       }

       .col-sm-ll129 {
           left: 129px !important
       }

       .col-sm-ll130 {
           left: 130px !important
       }

       .col-sm-ll131 {
           left: 131px !important
       }

       .col-sm-ll132 {
           left: 132px !important
       }

       .col-sm-ll133 {
           left: 133px !important
       }

       .col-sm-ll134 {
           left: 134px !important
       }

       .col-sm-ll135 {
           left: 135px !important
       }

       .col-sm-ll136 {
           left: 136px !important
       }

       .col-sm-ll137 {
           left: 137px !important
       }

       .col-sm-ll138 {
           left: 138px !important
       }

       .col-sm-ll139 {
           left: 139px !important
       }

       .col-sm-ll140 {
           left: 140px !important
       }

       .col-sm-ll141 {
           left: 141px !important
       }

       .col-sm-ll142 {
           left: 142px !important
       }

       .col-sm-ll143 {
           left: 143px !important
       }

       .col-sm-ll144 {
           left: 144px !important
       }

       .col-sm-ll145 {
           left: 145px !important
       }

       .col-sm-ll146 {
           left: 146px !important
       }

       .col-sm-ll147 {
           left: 147px !important
       }

       .col-sm-ll148 {
           left: 148px !important
       }

       .col-sm-ll149 {
           left: 149px !important
       }

       .col-sm-ll150 {
           left: 150px !important
       }

       .col-sm-ll151 {
           left: 151px !important
       }

       .col-sm-ll152 {
           left: 152px !important
       }

       .col-sm-ll153 {
           left: 153px !important
       }

       .col-sm-ll154 {
           left: 154px !important
       }

       .col-sm-ll155 {
           left: 155px !important
       }

       .col-sm-ll156 {
           left: 156px !important
       }

       .col-sm-ll157 {
           left: 157px !important
       }

       .col-sm-ll158 {
           left: 158px !important
       }

       .col-sm-ll159 {
           left: 159px !important
       }

       .col-sm-ll160 {
           left: 160px !important
       }

       .col-sm-ll161 {
           left: 161px !important
       }

       .col-sm-ll162 {
           left: 162px !important
       }

       .col-sm-ll163 {
           left: 163px !important
       }

       .col-sm-ll164 {
           left: 164px !important
       }

       .col-sm-ll165 {
           left: 165px !important
       }

       .col-sm-ll166 {
           left: 166px !important
       }

       .col-sm-ll167 {
           left: 167px !important
       }

       .col-sm-ll168 {
           left: 168px !important
       }

       .col-sm-ll169 {
           left: 169px !important
       }

       .col-sm-ll170 {
           left: 170px !important
       }

       .col-sm-ll171 {
           left: 171px !important
       }

       .col-sm-ll172 {
           left: 172px !important
       }

       .col-sm-ll173 {
           left: 173px !important
       }

       .col-sm-ll174 {
           left: 174px !important
       }

       .col-sm-ll175 {
           left: 175px !important
       }

       .col-sm-ll176 {
           left: 176px !important
       }

       .col-sm-ll177 {
           left: 177px !important
       }

       .col-sm-ll178 {
           left: 178px !important
       }

       .col-sm-ll179 {
           left: 179px !important
       }

       .col-sm-ll180 {
           left: 180px !important
       }

       .col-sm-ll181 {
           left: 181px !important
       }

       .col-sm-ll182 {
           left: 182px !important
       }

       .col-sm-ll183 {
           left: 183px !important
       }

       .col-sm-ll184 {
           left: 184px !important
       }

       .col-sm-ll185 {
           left: 185px !important
       }

       .col-sm-ll186 {
           left: 186px !important
       }

       .col-sm-ll187 {
           left: 187px !important
       }

       .col-sm-ll188 {
           left: 188px !important
       }

       .col-sm-ll189 {
           left: 189px !important
       }

       .col-sm-ll190 {
           left: 190px !important
       }

       .col-sm-ll191 {
           left: 191px !important
       }

       .col-sm-ll192 {
           left: 192px !important
       }

       .col-sm-ll193 {
           left: 193px !important
       }

       .col-sm-ll194 {
           left: 194px !important
       }

       .col-sm-ll195 {
           left: 195px !important
       }

       .col-sm-ll196 {
           left: 196px !important
       }

       .col-sm-ll197 {
           left: 197px !important
       }

       .col-sm-ll198 {
           left: 198px !important
       }

       .col-sm-ll199 {
           left: 199px !important
       }

       .col-sm-ll200 {
           left: 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-ll0 {
           left: 0px !important
       }

       .col-xs-ll1 {
           left: 1px !important
       }

       .col-xs-ll2 {
           left: 2px !important
       }

       .col-xs-ll3 {
           left: 3px !important
       }

       .col-xs-ll4 {
           left: 4px !important
       }

       .col-xs-ll5 {
           left: 5px !important
       }

       .col-xs-ll6 {
           left: 6px !important
       }

       .col-xs-ll7 {
           left: 7px !important
       }

       .col-xs-ll8 {
           left: 8px !important
       }

       .col-xs-ll9 {
           left: 9px !important
       }

       .col-xs-ll10 {
           left: 10px !important
       }

       .col-xs-ll11 {
           left: 11px !important
       }

       .col-xs-ll12 {
           left: 12px !important
       }

       .col-xs-ll13 {
           left: 13px !important
       }

       .col-xs-ll14 {
           left: 14px !important
       }

       .col-xs-ll15 {
           left: 15px !important
       }

       .col-xs-ll16 {
           left: 16px !important
       }

       .col-xs-ll17 {
           left: 17px !important
       }

       .col-xs-ll18 {
           left: 18px !important
       }

       .col-xs-ll19 {
           left: 19px !important
       }

       .col-xs-ll20 {
           left: 20px !important
       }

       .col-xs-ll21 {
           left: 21px !important
       }

       .col-xs-ll22 {
           left: 22px !important
       }

       .col-xs-ll23 {
           left: 23px !important
       }

       .col-xs-ll24 {
           left: 24px !important
       }

       .col-xs-ll25 {
           left: 25px !important
       }

       .col-xs-ll26 {
           left: 26px !important
       }

       .col-xs-ll27 {
           left: 27px !important
       }

       .col-xs-ll28 {
           left: 28px !important
       }

       .col-xs-ll29 {
           left: 29px !important
       }

       .col-xs-ll30 {
           left: 30px !important
       }

       .col-xs-ll31 {
           left: 31px !important
       }

       .col-xs-ll32 {
           left: 32px !important
       }

       .col-xs-ll33 {
           left: 33px !important
       }

       .col-xs-ll34 {
           left: 34px !important
       }

       .col-xs-ll35 {
           left: 35px !important
       }

       .col-xs-ll36 {
           left: 36px !important
       }

       .col-xs-ll37 {
           left: 37px !important
       }

       .col-xs-ll38 {
           left: 38px !important
       }

       .col-xs-ll39 {
           left: 39px !important
       }

       .col-xs-ll40 {
           left: 40px !important
       }

       .col-xs-ll41 {
           left: 41px !important
       }

       .col-xs-ll42 {
           left: 42px !important
       }

       .col-xs-ll43 {
           left: 43px !important
       }

       .col-xs-ll44 {
           left: 44px !important
       }

       .col-xs-ll45 {
           left: 45px !important
       }

       .col-xs-ll46 {
           left: 46px !important
       }

       .col-xs-ll47 {
           left: 47px !important
       }

       .col-xs-ll48 {
           left: 48px !important
       }

       .col-xs-ll49 {
           left: 49px !important
       }

       .col-xs-ll50 {
           left: 50px !important
       }

       .col-xs-ll51 {
           left: 51px !important
       }

       .col-xs-ll52 {
           left: 52px !important
       }

       .col-xs-ll53 {
           left: 53px !important
       }

       .col-xs-ll54 {
           left: 54px !important
       }

       .col-xs-ll55 {
           left: 55px !important
       }

       .col-xs-ll56 {
           left: 56px !important
       }

       .col-xs-ll57 {
           left: 57px !important
       }

       .col-xs-ll58 {
           left: 58px !important
       }

       .col-xs-ll59 {
           left: 59px !important
       }

       .col-xs-ll60 {
           left: 60px !important
       }

       .col-xs-ll61 {
           left: 61px !important
       }

       .col-xs-ll62 {
           left: 62px !important
       }

       .col-xs-ll63 {
           left: 63px !important
       }

       .col-xs-ll64 {
           left: 64px !important
       }

       .col-xs-ll65 {
           left: 65px !important
       }

       .col-xs-ll66 {
           left: 66px !important
       }

       .col-xs-ll67 {
           left: 67px !important
       }

       .col-xs-ll68 {
           left: 68px !important
       }

       .col-xs-ll69 {
           left: 69px !important
       }

       .col-xs-ll70 {
           left: 70px !important
       }

       .col-xs-ll71 {
           left: 71px !important
       }

       .col-xs-ll72 {
           left: 72px !important
       }

       .col-xs-ll73 {
           left: 73px !important
       }

       .col-xs-ll74 {
           left: 74px !important
       }

       .col-xs-ll75 {
           left: 75px !important
       }

       .col-xs-ll76 {
           left: 76px !important
       }

       .col-xs-ll77 {
           left: 77px !important
       }

       .col-xs-ll78 {
           left: 78px !important
       }

       .col-xs-ll79 {
           left: 79px !important
       }

       .col-xs-ll80 {
           left: 80px !important
       }

       .col-xs-ll81 {
           left: 81px !important
       }

       .col-xs-ll82 {
           left: 82px !important
       }

       .col-xs-ll83 {
           left: 83px !important
       }

       .col-xs-ll84 {
           left: 84px !important
       }

       .col-xs-ll85 {
           left: 85px !important
       }

       .col-xs-ll86 {
           left: 86px !important
       }

       .col-xs-ll87 {
           left: 87px !important
       }

       .col-xs-ll88 {
           left: 88px !important
       }

       .col-xs-ll89 {
           left: 89px !important
       }

       .col-xs-ll90 {
           left: 90px !important
       }

       .col-xs-ll91 {
           left: 91px !important
       }

       .col-xs-ll92 {
           left: 92px !important
       }

       .col-xs-ll93 {
           left: 93px !important
       }

       .col-xs-ll94 {
           left: 94px !important
       }

       .col-xs-ll95 {
           left: 95px !important
       }

       .col-xs-ll96 {
           left: 96px !important
       }

       .col-xs-ll97 {
           left: 97px !important
       }

       .col-xs-ll98 {
           left: 98px !important
       }

       .col-xs-ll99 {
           left: 99px !important
       }

       .col-xs-ll100 {
           left: 100px !important
       }

       .col-xs-ll101 {
           left: 101px !important
       }

       .col-xs-ll102 {
           left: 102px !important
       }

       .col-xs-ll103 {
           left: 103px !important
       }

       .col-xs-ll104 {
           left: 104px !important
       }

       .col-xs-ll105 {
           left: 105px !important
       }

       .col-xs-ll106 {
           left: 106px !important
       }

       .col-xs-ll107 {
           left: 107px !important
       }

       .col-xs-ll108 {
           left: 108px !important
       }

       .col-xs-ll109 {
           left: 109px !important
       }

       .col-xs-ll110 {
           left: 110px !important
       }

       .col-xs-ll111 {
           left: 111px !important
       }

       .col-xs-ll112 {
           left: 112px !important
       }

       .col-xs-ll113 {
           left: 113px !important
       }

       .col-xs-ll114 {
           left: 114px !important
       }

       .col-xs-ll115 {
           left: 115px !important
       }

       .col-xs-ll116 {
           left: 116px !important
       }

       .col-xs-ll117 {
           left: 117px !important
       }

       .col-xs-ll118 {
           left: 118px !important
       }

       .col-xs-ll119 {
           left: 119px !important
       }

       .col-xs-ll120 {
           left: 120px !important
       }

       .col-xs-ll121 {
           left: 121px !important
       }

       .col-xs-ll122 {
           left: 122px !important
       }

       .col-xs-ll123 {
           left: 123px !important
       }

       .col-xs-ll124 {
           left: 124px !important
       }

       .col-xs-ll125 {
           left: 125px !important
       }

       .col-xs-ll126 {
           left: 126px !important
       }

       .col-xs-ll127 {
           left: 127px !important
       }

       .col-xs-ll128 {
           left: 128px !important
       }

       .col-xs-ll129 {
           left: 129px !important
       }

       .col-xs-ll130 {
           left: 130px !important
       }

       .col-xs-ll131 {
           left: 131px !important
       }

       .col-xs-ll132 {
           left: 132px !important
       }

       .col-xs-ll133 {
           left: 133px !important
       }

       .col-xs-ll134 {
           left: 134px !important
       }

       .col-xs-ll135 {
           left: 135px !important
       }

       .col-xs-ll136 {
           left: 136px !important
       }

       .col-xs-ll137 {
           left: 137px !important
       }

       .col-xs-ll138 {
           left: 138px !important
       }

       .col-xs-ll139 {
           left: 139px !important
       }

       .col-xs-ll140 {
           left: 140px !important
       }

       .col-xs-ll141 {
           left: 141px !important
       }

       .col-xs-ll142 {
           left: 142px !important
       }

       .col-xs-ll143 {
           left: 143px !important
       }

       .col-xs-ll144 {
           left: 144px !important
       }

       .col-xs-ll145 {
           left: 145px !important
       }

       .col-xs-ll146 {
           left: 146px !important
       }

       .col-xs-ll147 {
           left: 147px !important
       }

       .col-xs-ll148 {
           left: 148px !important
       }

       .col-xs-ll149 {
           left: 149px !important
       }

       .col-xs-ll150 {
           left: 150px !important
       }

       .col-xs-ll151 {
           left: 151px !important
       }

       .col-xs-ll152 {
           left: 152px !important
       }

       .col-xs-ll153 {
           left: 153px !important
       }

       .col-xs-ll154 {
           left: 154px !important
       }

       .col-xs-ll155 {
           left: 155px !important
       }

       .col-xs-ll156 {
           left: 156px !important
       }

       .col-xs-ll157 {
           left: 157px !important
       }

       .col-xs-ll158 {
           left: 158px !important
       }

       .col-xs-ll159 {
           left: 159px !important
       }

       .col-xs-ll160 {
           left: 160px !important
       }

       .col-xs-ll161 {
           left: 161px !important
       }

       .col-xs-ll162 {
           left: 162px !important
       }

       .col-xs-ll163 {
           left: 163px !important
       }

       .col-xs-ll164 {
           left: 164px !important
       }

       .col-xs-ll165 {
           left: 165px !important
       }

       .col-xs-ll166 {
           left: 166px !important
       }

       .col-xs-ll167 {
           left: 167px !important
       }

       .col-xs-ll168 {
           left: 168px !important
       }

       .col-xs-ll169 {
           left: 169px !important
       }

       .col-xs-ll170 {
           left: 170px !important
       }

       .col-xs-ll171 {
           left: 171px !important
       }

       .col-xs-ll172 {
           left: 172px !important
       }

       .col-xs-ll173 {
           left: 173px !important
       }

       .col-xs-ll174 {
           left: 174px !important
       }

       .col-xs-ll175 {
           left: 175px !important
       }

       .col-xs-ll176 {
           left: 176px !important
       }

       .col-xs-ll177 {
           left: 177px !important
       }

       .col-xs-ll178 {
           left: 178px !important
       }

       .col-xs-ll179 {
           left: 179px !important
       }

       .col-xs-ll180 {
           left: 180px !important
       }

       .col-xs-ll181 {
           left: 181px !important
       }

       .col-xs-ll182 {
           left: 182px !important
       }

       .col-xs-ll183 {
           left: 183px !important
       }

       .col-xs-ll184 {
           left: 184px !important
       }

       .col-xs-ll185 {
           left: 185px !important
       }

       .col-xs-ll186 {
           left: 186px !important
       }

       .col-xs-ll187 {
           left: 187px !important
       }

       .col-xs-ll188 {
           left: 188px !important
       }

       .col-xs-ll189 {
           left: 189px !important
       }

       .col-xs-ll190 {
           left: 190px !important
       }

       .col-xs-ll191 {
           left: 191px !important
       }

       .col-xs-ll192 {
           left: 192px !important
       }

       .col-xs-ll193 {
           left: 193px !important
       }

       .col-xs-ll194 {
           left: 194px !important
       }

       .col-xs-ll195 {
           left: 195px !important
       }

       .col-xs-ll196 {
           left: 196px !important
       }

       .col-xs-ll197 {
           left: 197px !important
       }

       .col-xs-ll198 {
           left: 198px !important
       }

       .col-xs-ll199 {
           left: 199px !important
       }

       .col-xs-ll200 {
           left: 200px !important
       }
   }

   .lr0 {
       right: 0px !important
   }

   .lr1 {
       right: 1px !important
   }

   .lr2 {
       right: 2px !important
   }

   .lr3 {
       right: 3px !important
   }

   .lr4 {
       right: 4px !important
   }

   .lr5 {
       right: 5px !important
   }

   .lr6 {
       right: 6px !important
   }

   .lr7 {
       right: 7px !important
   }

   .lr8 {
       right: 8px !important
   }

   .lr9 {
       right: 9px !important
   }

   .lr10 {
       right: 10px !important
   }

   .lr11 {
       right: 11px !important
   }

   .lr12 {
       right: 12px !important
   }

   .lr13 {
       right: 13px !important
   }

   .lr14 {
       right: 14px !important
   }

   .lr15 {
       right: 15px !important
   }

   .lr16 {
       right: 16px !important
   }

   .lr17 {
       right: 17px !important
   }

   .lr18 {
       right: 18px !important
   }

   .lr19 {
       right: 19px !important
   }

   .lr20 {
       right: 20px !important
   }

   .lr21 {
       right: 21px !important
   }

   .lr22 {
       right: 22px !important
   }

   .lr23 {
       right: 23px !important
   }

   .lr24 {
       right: 24px !important
   }

   .lr25 {
       right: 25px !important
   }

   .lr26 {
       right: 26px !important
   }

   .lr27 {
       right: 27px !important
   }

   .lr28 {
       right: 28px !important
   }

   .lr29 {
       right: 29px !important
   }

   .lr30 {
       right: 30px !important
   }

   .lr31 {
       right: 31px !important
   }

   .lr32 {
       right: 32px !important
   }

   .lr33 {
       right: 33px !important
   }

   .lr34 {
       right: 34px !important
   }

   .lr35 {
       right: 35px !important
   }

   .lr36 {
       right: 36px !important
   }

   .lr37 {
       right: 37px !important
   }

   .lr38 {
       right: 38px !important
   }

   .lr39 {
       right: 39px !important
   }

   .lr40 {
       right: 40px !important
   }

   .lr41 {
       right: 41px !important
   }

   .lr42 {
       right: 42px !important
   }

   .lr43 {
       right: 43px !important
   }

   .lr44 {
       right: 44px !important
   }

   .lr45 {
       right: 45px !important
   }

   .lr46 {
       right: 46px !important
   }

   .lr47 {
       right: 47px !important
   }

   .lr48 {
       right: 48px !important
   }

   .lr49 {
       right: 49px !important
   }

   .lr50 {
       right: 50px !important
   }

   .lr51 {
       right: 51px !important
   }

   .lr52 {
       right: 52px !important
   }

   .lr53 {
       right: 53px !important
   }

   .lr54 {
       right: 54px !important
   }

   .lr55 {
       right: 55px !important
   }

   .lr56 {
       right: 56px !important
   }

   .lr57 {
       right: 57px !important
   }

   .lr58 {
       right: 58px !important
   }

   .lr59 {
       right: 59px !important
   }

   .lr60 {
       right: 60px !important
   }

   .lr61 {
       right: 61px !important
   }

   .lr62 {
       right: 62px !important
   }

   .lr63 {
       right: 63px !important
   }

   .lr64 {
       right: 64px !important
   }

   .lr65 {
       right: 65px !important
   }

   .lr66 {
       right: 66px !important
   }

   .lr67 {
       right: 67px !important
   }

   .lr68 {
       right: 68px !important
   }

   .lr69 {
       right: 69px !important
   }

   .lr70 {
       right: 70px !important
   }

   .lr71 {
       right: 71px !important
   }

   .lr72 {
       right: 72px !important
   }

   .lr73 {
       right: 73px !important
   }

   .lr74 {
       right: 74px !important
   }

   .lr75 {
       right: 75px !important
   }

   .lr76 {
       right: 76px !important
   }

   .lr77 {
       right: 77px !important
   }

   .lr78 {
       right: 78px !important
   }

   .lr79 {
       right: 79px !important
   }

   .lr80 {
       right: 80px !important
   }

   .lr81 {
       right: 81px !important
   }

   .lr82 {
       right: 82px !important
   }

   .lr83 {
       right: 83px !important
   }

   .lr84 {
       right: 84px !important
   }

   .lr85 {
       right: 85px !important
   }

   .lr86 {
       right: 86px !important
   }

   .lr87 {
       right: 87px !important
   }

   .lr88 {
       right: 88px !important
   }

   .lr89 {
       right: 89px !important
   }

   .lr90 {
       right: 90px !important
   }

   .lr91 {
       right: 91px !important
   }

   .lr92 {
       right: 92px !important
   }

   .lr93 {
       right: 93px !important
   }

   .lr94 {
       right: 94px !important
   }

   .lr95 {
       right: 95px !important
   }

   .lr96 {
       right: 96px !important
   }

   .lr97 {
       right: 97px !important
   }

   .lr98 {
       right: 98px !important
   }

   .lr99 {
       right: 99px !important
   }

   .lr100 {
       right: 100px !important
   }

   .lr101 {
       right: 101px !important
   }

   .lr102 {
       right: 102px !important
   }

   .lr103 {
       right: 103px !important
   }

   .lr104 {
       right: 104px !important
   }

   .lr105 {
       right: 105px !important
   }

   .lr106 {
       right: 106px !important
   }

   .lr107 {
       right: 107px !important
   }

   .lr108 {
       right: 108px !important
   }

   .lr109 {
       right: 109px !important
   }

   .lr110 {
       right: 110px !important
   }

   .lr111 {
       right: 111px !important
   }

   .lr112 {
       right: 112px !important
   }

   .lr113 {
       right: 113px !important
   }

   .lr114 {
       right: 114px !important
   }

   .lr115 {
       right: 115px !important
   }

   .lr116 {
       right: 116px !important
   }

   .lr117 {
       right: 117px !important
   }

   .lr118 {
       right: 118px !important
   }

   .lr119 {
       right: 119px !important
   }

   .lr120 {
       right: 120px !important
   }

   .lr121 {
       right: 121px !important
   }

   .lr122 {
       right: 122px !important
   }

   .lr123 {
       right: 123px !important
   }

   .lr124 {
       right: 124px !important
   }

   .lr125 {
       right: 125px !important
   }

   .lr126 {
       right: 126px !important
   }

   .lr127 {
       right: 127px !important
   }

   .lr128 {
       right: 128px !important
   }

   .lr129 {
       right: 129px !important
   }

   .lr130 {
       right: 130px !important
   }

   .lr131 {
       right: 131px !important
   }

   .lr132 {
       right: 132px !important
   }

   .lr133 {
       right: 133px !important
   }

   .lr134 {
       right: 134px !important
   }

   .lr135 {
       right: 135px !important
   }

   .lr136 {
       right: 136px !important
   }

   .lr137 {
       right: 137px !important
   }

   .lr138 {
       right: 138px !important
   }

   .lr139 {
       right: 139px !important
   }

   .lr140 {
       right: 140px !important
   }

   .lr141 {
       right: 141px !important
   }

   .lr142 {
       right: 142px !important
   }

   .lr143 {
       right: 143px !important
   }

   .lr144 {
       right: 144px !important
   }

   .lr145 {
       right: 145px !important
   }

   .lr146 {
       right: 146px !important
   }

   .lr147 {
       right: 147px !important
   }

   .lr148 {
       right: 148px !important
   }

   .lr149 {
       right: 149px !important
   }

   .lr150 {
       right: 150px !important
   }

   .lr151 {
       right: 151px !important
   }

   .lr152 {
       right: 152px !important
   }

   .lr153 {
       right: 153px !important
   }

   .lr154 {
       right: 154px !important
   }

   .lr155 {
       right: 155px !important
   }

   .lr156 {
       right: 156px !important
   }

   .lr157 {
       right: 157px !important
   }

   .lr158 {
       right: 158px !important
   }

   .lr159 {
       right: 159px !important
   }

   .lr160 {
       right: 160px !important
   }

   .lr161 {
       right: 161px !important
   }

   .lr162 {
       right: 162px !important
   }

   .lr163 {
       right: 163px !important
   }

   .lr164 {
       right: 164px !important
   }

   .lr165 {
       right: 165px !important
   }

   .lr166 {
       right: 166px !important
   }

   .lr167 {
       right: 167px !important
   }

   .lr168 {
       right: 168px !important
   }

   .lr169 {
       right: 169px !important
   }

   .lr170 {
       right: 170px !important
   }

   .lr171 {
       right: 171px !important
   }

   .lr172 {
       right: 172px !important
   }

   .lr173 {
       right: 173px !important
   }

   .lr174 {
       right: 174px !important
   }

   .lr175 {
       right: 175px !important
   }

   .lr176 {
       right: 176px !important
   }

   .lr177 {
       right: 177px !important
   }

   .lr178 {
       right: 178px !important
   }

   .lr179 {
       right: 179px !important
   }

   .lr180 {
       right: 180px !important
   }

   .lr181 {
       right: 181px !important
   }

   .lr182 {
       right: 182px !important
   }

   .lr183 {
       right: 183px !important
   }

   .lr184 {
       right: 184px !important
   }

   .lr185 {
       right: 185px !important
   }

   .lr186 {
       right: 186px !important
   }

   .lr187 {
       right: 187px !important
   }

   .lr188 {
       right: 188px !important
   }

   .lr189 {
       right: 189px !important
   }

   .lr190 {
       right: 190px !important
   }

   .lr191 {
       right: 191px !important
   }

   .lr192 {
       right: 192px !important
   }

   .lr193 {
       right: 193px !important
   }

   .lr194 {
       right: 194px !important
   }

   .lr195 {
       right: 195px !important
   }

   .lr196 {
       right: 196px !important
   }

   .lr197 {
       right: 197px !important
   }

   .lr198 {
       right: 198px !important
   }

   .lr199 {
       right: 199px !important
   }

   .lr200 {
       right: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-lr0 {
           right: 0px !important
       }

       .col-sm-lr1 {
           right: 1px !important
       }

       .col-sm-lr2 {
           right: 2px !important
       }

       .col-sm-lr3 {
           right: 3px !important
       }

       .col-sm-lr4 {
           right: 4px !important
       }

       .col-sm-lr5 {
           right: 5px !important
       }

       .col-sm-lr6 {
           right: 6px !important
       }

       .col-sm-lr7 {
           right: 7px !important
       }

       .col-sm-lr8 {
           right: 8px !important
       }

       .col-sm-lr9 {
           right: 9px !important
       }

       .col-sm-lr10 {
           right: 10px !important
       }

       .col-sm-lr11 {
           right: 11px !important
       }

       .col-sm-lr12 {
           right: 12px !important
       }

       .col-sm-lr13 {
           right: 13px !important
       }

       .col-sm-lr14 {
           right: 14px !important
       }

       .col-sm-lr15 {
           right: 15px !important
       }

       .col-sm-lr16 {
           right: 16px !important
       }

       .col-sm-lr17 {
           right: 17px !important
       }

       .col-sm-lr18 {
           right: 18px !important
       }

       .col-sm-lr19 {
           right: 19px !important
       }

       .col-sm-lr20 {
           right: 20px !important
       }

       .col-sm-lr21 {
           right: 21px !important
       }

       .col-sm-lr22 {
           right: 22px !important
       }

       .col-sm-lr23 {
           right: 23px !important
       }

       .col-sm-lr24 {
           right: 24px !important
       }

       .col-sm-lr25 {
           right: 25px !important
       }

       .col-sm-lr26 {
           right: 26px !important
       }

       .col-sm-lr27 {
           right: 27px !important
       }

       .col-sm-lr28 {
           right: 28px !important
       }

       .col-sm-lr29 {
           right: 29px !important
       }

       .col-sm-lr30 {
           right: 30px !important
       }

       .col-sm-lr31 {
           right: 31px !important
       }

       .col-sm-lr32 {
           right: 32px !important
       }

       .col-sm-lr33 {
           right: 33px !important
       }

       .col-sm-lr34 {
           right: 34px !important
       }

       .col-sm-lr35 {
           right: 35px !important
       }

       .col-sm-lr36 {
           right: 36px !important
       }

       .col-sm-lr37 {
           right: 37px !important
       }

       .col-sm-lr38 {
           right: 38px !important
       }

       .col-sm-lr39 {
           right: 39px !important
       }

       .col-sm-lr40 {
           right: 40px !important
       }

       .col-sm-lr41 {
           right: 41px !important
       }

       .col-sm-lr42 {
           right: 42px !important
       }

       .col-sm-lr43 {
           right: 43px !important
       }

       .col-sm-lr44 {
           right: 44px !important
       }

       .col-sm-lr45 {
           right: 45px !important
       }

       .col-sm-lr46 {
           right: 46px !important
       }

       .col-sm-lr47 {
           right: 47px !important
       }

       .col-sm-lr48 {
           right: 48px !important
       }

       .col-sm-lr49 {
           right: 49px !important
       }

       .col-sm-lr50 {
           right: 50px !important
       }

       .col-sm-lr51 {
           right: 51px !important
       }

       .col-sm-lr52 {
           right: 52px !important
       }

       .col-sm-lr53 {
           right: 53px !important
       }

       .col-sm-lr54 {
           right: 54px !important
       }

       .col-sm-lr55 {
           right: 55px !important
       }

       .col-sm-lr56 {
           right: 56px !important
       }

       .col-sm-lr57 {
           right: 57px !important
       }

       .col-sm-lr58 {
           right: 58px !important
       }

       .col-sm-lr59 {
           right: 59px !important
       }

       .col-sm-lr60 {
           right: 60px !important
       }

       .col-sm-lr61 {
           right: 61px !important
       }

       .col-sm-lr62 {
           right: 62px !important
       }

       .col-sm-lr63 {
           right: 63px !important
       }

       .col-sm-lr64 {
           right: 64px !important
       }

       .col-sm-lr65 {
           right: 65px !important
       }

       .col-sm-lr66 {
           right: 66px !important
       }

       .col-sm-lr67 {
           right: 67px !important
       }

       .col-sm-lr68 {
           right: 68px !important
       }

       .col-sm-lr69 {
           right: 69px !important
       }

       .col-sm-lr70 {
           right: 70px !important
       }

       .col-sm-lr71 {
           right: 71px !important
       }

       .col-sm-lr72 {
           right: 72px !important
       }

       .col-sm-lr73 {
           right: 73px !important
       }

       .col-sm-lr74 {
           right: 74px !important
       }

       .col-sm-lr75 {
           right: 75px !important
       }

       .col-sm-lr76 {
           right: 76px !important
       }

       .col-sm-lr77 {
           right: 77px !important
       }

       .col-sm-lr78 {
           right: 78px !important
       }

       .col-sm-lr79 {
           right: 79px !important
       }

       .col-sm-lr80 {
           right: 80px !important
       }

       .col-sm-lr81 {
           right: 81px !important
       }

       .col-sm-lr82 {
           right: 82px !important
       }

       .col-sm-lr83 {
           right: 83px !important
       }

       .col-sm-lr84 {
           right: 84px !important
       }

       .col-sm-lr85 {
           right: 85px !important
       }

       .col-sm-lr86 {
           right: 86px !important
       }

       .col-sm-lr87 {
           right: 87px !important
       }

       .col-sm-lr88 {
           right: 88px !important
       }

       .col-sm-lr89 {
           right: 89px !important
       }

       .col-sm-lr90 {
           right: 90px !important
       }

       .col-sm-lr91 {
           right: 91px !important
       }

       .col-sm-lr92 {
           right: 92px !important
       }

       .col-sm-lr93 {
           right: 93px !important
       }

       .col-sm-lr94 {
           right: 94px !important
       }

       .col-sm-lr95 {
           right: 95px !important
       }

       .col-sm-lr96 {
           right: 96px !important
       }

       .col-sm-lr97 {
           right: 97px !important
       }

       .col-sm-lr98 {
           right: 98px !important
       }

       .col-sm-lr99 {
           right: 99px !important
       }

       .col-sm-lr100 {
           right: 100px !important
       }

       .col-sm-lr101 {
           right: 101px !important
       }

       .col-sm-lr102 {
           right: 102px !important
       }

       .col-sm-lr103 {
           right: 103px !important
       }

       .col-sm-lr104 {
           right: 104px !important
       }

       .col-sm-lr105 {
           right: 105px !important
       }

       .col-sm-lr106 {
           right: 106px !important
       }

       .col-sm-lr107 {
           right: 107px !important
       }

       .col-sm-lr108 {
           right: 108px !important
       }

       .col-sm-lr109 {
           right: 109px !important
       }

       .col-sm-lr110 {
           right: 110px !important
       }

       .col-sm-lr111 {
           right: 111px !important
       }

       .col-sm-lr112 {
           right: 112px !important
       }

       .col-sm-lr113 {
           right: 113px !important
       }

       .col-sm-lr114 {
           right: 114px !important
       }

       .col-sm-lr115 {
           right: 115px !important
       }

       .col-sm-lr116 {
           right: 116px !important
       }

       .col-sm-lr117 {
           right: 117px !important
       }

       .col-sm-lr118 {
           right: 118px !important
       }

       .col-sm-lr119 {
           right: 119px !important
       }

       .col-sm-lr120 {
           right: 120px !important
       }

       .col-sm-lr121 {
           right: 121px !important
       }

       .col-sm-lr122 {
           right: 122px !important
       }

       .col-sm-lr123 {
           right: 123px !important
       }

       .col-sm-lr124 {
           right: 124px !important
       }

       .col-sm-lr125 {
           right: 125px !important
       }

       .col-sm-lr126 {
           right: 126px !important
       }

       .col-sm-lr127 {
           right: 127px !important
       }

       .col-sm-lr128 {
           right: 128px !important
       }

       .col-sm-lr129 {
           right: 129px !important
       }

       .col-sm-lr130 {
           right: 130px !important
       }

       .col-sm-lr131 {
           right: 131px !important
       }

       .col-sm-lr132 {
           right: 132px !important
       }

       .col-sm-lr133 {
           right: 133px !important
       }

       .col-sm-lr134 {
           right: 134px !important
       }

       .col-sm-lr135 {
           right: 135px !important
       }

       .col-sm-lr136 {
           right: 136px !important
       }

       .col-sm-lr137 {
           right: 137px !important
       }

       .col-sm-lr138 {
           right: 138px !important
       }

       .col-sm-lr139 {
           right: 139px !important
       }

       .col-sm-lr140 {
           right: 140px !important
       }

       .col-sm-lr141 {
           right: 141px !important
       }

       .col-sm-lr142 {
           right: 142px !important
       }

       .col-sm-lr143 {
           right: 143px !important
       }

       .col-sm-lr144 {
           right: 144px !important
       }

       .col-sm-lr145 {
           right: 145px !important
       }

       .col-sm-lr146 {
           right: 146px !important
       }

       .col-sm-lr147 {
           right: 147px !important
       }

       .col-sm-lr148 {
           right: 148px !important
       }

       .col-sm-lr149 {
           right: 149px !important
       }

       .col-sm-lr150 {
           right: 150px !important
       }

       .col-sm-lr151 {
           right: 151px !important
       }

       .col-sm-lr152 {
           right: 152px !important
       }

       .col-sm-lr153 {
           right: 153px !important
       }

       .col-sm-lr154 {
           right: 154px !important
       }

       .col-sm-lr155 {
           right: 155px !important
       }

       .col-sm-lr156 {
           right: 156px !important
       }

       .col-sm-lr157 {
           right: 157px !important
       }

       .col-sm-lr158 {
           right: 158px !important
       }

       .col-sm-lr159 {
           right: 159px !important
       }

       .col-sm-lr160 {
           right: 160px !important
       }

       .col-sm-lr161 {
           right: 161px !important
       }

       .col-sm-lr162 {
           right: 162px !important
       }

       .col-sm-lr163 {
           right: 163px !important
       }

       .col-sm-lr164 {
           right: 164px !important
       }

       .col-sm-lr165 {
           right: 165px !important
       }

       .col-sm-lr166 {
           right: 166px !important
       }

       .col-sm-lr167 {
           right: 167px !important
       }

       .col-sm-lr168 {
           right: 168px !important
       }

       .col-sm-lr169 {
           right: 169px !important
       }

       .col-sm-lr170 {
           right: 170px !important
       }

       .col-sm-lr171 {
           right: 171px !important
       }

       .col-sm-lr172 {
           right: 172px !important
       }

       .col-sm-lr173 {
           right: 173px !important
       }

       .col-sm-lr174 {
           right: 174px !important
       }

       .col-sm-lr175 {
           right: 175px !important
       }

       .col-sm-lr176 {
           right: 176px !important
       }

       .col-sm-lr177 {
           right: 177px !important
       }

       .col-sm-lr178 {
           right: 178px !important
       }

       .col-sm-lr179 {
           right: 179px !important
       }

       .col-sm-lr180 {
           right: 180px !important
       }

       .col-sm-lr181 {
           right: 181px !important
       }

       .col-sm-lr182 {
           right: 182px !important
       }

       .col-sm-lr183 {
           right: 183px !important
       }

       .col-sm-lr184 {
           right: 184px !important
       }

       .col-sm-lr185 {
           right: 185px !important
       }

       .col-sm-lr186 {
           right: 186px !important
       }

       .col-sm-lr187 {
           right: 187px !important
       }

       .col-sm-lr188 {
           right: 188px !important
       }

       .col-sm-lr189 {
           right: 189px !important
       }

       .col-sm-lr190 {
           right: 190px !important
       }

       .col-sm-lr191 {
           right: 191px !important
       }

       .col-sm-lr192 {
           right: 192px !important
       }

       .col-sm-lr193 {
           right: 193px !important
       }

       .col-sm-lr194 {
           right: 194px !important
       }

       .col-sm-lr195 {
           right: 195px !important
       }

       .col-sm-lr196 {
           right: 196px !important
       }

       .col-sm-lr197 {
           right: 197px !important
       }

       .col-sm-lr198 {
           right: 198px !important
       }

       .col-sm-lr199 {
           right: 199px !important
       }

       .col-sm-lr200 {
           right: 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-lra {
           right: auto !important
       }

       .col-xs-lr0 {
           right: 0px !important
       }

       .col-xs-lr1 {
           right: 1px !important
       }

       .col-xs-lr2 {
           right: 2px !important
       }

       .col-xs-lr3 {
           right: 3px !important
       }

       .col-xs-lr4 {
           right: 4px !important
       }

       .col-xs-lr5 {
           right: 5px !important
       }

       .col-xs-lr6 {
           right: 6px !important
       }

       .col-xs-lr7 {
           right: 7px !important
       }

       .col-xs-lr8 {
           right: 8px !important
       }

       .col-xs-lr9 {
           right: 9px !important
       }

       .col-xs-lr10 {
           right: 10px !important
       }

       .col-xs-lr11 {
           right: 11px !important
       }

       .col-xs-lr12 {
           right: 12px !important
       }

       .col-xs-lr13 {
           right: 13px !important
       }

       .col-xs-lr14 {
           right: 14px !important
       }

       .col-xs-lr15 {
           right: 15px !important
       }

       .col-xs-lr16 {
           right: 16px !important
       }

       .col-xs-lr17 {
           right: 17px !important
       }

       .col-xs-lr18 {
           right: 18px !important
       }

       .col-xs-lr19 {
           right: 19px !important
       }

       .col-xs-lr20 {
           right: 20px !important
       }

       .col-xs-lr21 {
           right: 21px !important
       }

       .col-xs-lr22 {
           right: 22px !important
       }

       .col-xs-lr23 {
           right: 23px !important
       }

       .col-xs-lr24 {
           right: 24px !important
       }

       .col-xs-lr25 {
           right: 25px !important
       }

       .col-xs-lr26 {
           right: 26px !important
       }

       .col-xs-lr27 {
           right: 27px !important
       }

       .col-xs-lr28 {
           right: 28px !important
       }

       .col-xs-lr29 {
           right: 29px !important
       }

       .col-xs-lr30 {
           right: 30px !important
       }

       .col-xs-lr31 {
           right: 31px !important
       }

       .col-xs-lr32 {
           right: 32px !important
       }

       .col-xs-lr33 {
           right: 33px !important
       }

       .col-xs-lr34 {
           right: 34px !important
       }

       .col-xs-lr35 {
           right: 35px !important
       }

       .col-xs-lr36 {
           right: 36px !important
       }

       .col-xs-lr37 {
           right: 37px !important
       }

       .col-xs-lr38 {
           right: 38px !important
       }

       .col-xs-lr39 {
           right: 39px !important
       }

       .col-xs-lr40 {
           right: 40px !important
       }

       .col-xs-lr41 {
           right: 41px !important
       }

       .col-xs-lr42 {
           right: 42px !important
       }

       .col-xs-lr43 {
           right: 43px !important
       }

       .col-xs-lr44 {
           right: 44px !important
       }

       .col-xs-lr45 {
           right: 45px !important
       }

       .col-xs-lr46 {
           right: 46px !important
       }

       .col-xs-lr47 {
           right: 47px !important
       }

       .col-xs-lr48 {
           right: 48px !important
       }

       .col-xs-lr49 {
           right: 49px !important
       }

       .col-xs-lr50 {
           right: 50px !important
       }

       .col-xs-lr51 {
           right: 51px !important
       }

       .col-xs-lr52 {
           right: 52px !important
       }

       .col-xs-lr53 {
           right: 53px !important
       }

       .col-xs-lr54 {
           right: 54px !important
       }

       .col-xs-lr55 {
           right: 55px !important
       }

       .col-xs-lr56 {
           right: 56px !important
       }

       .col-xs-lr57 {
           right: 57px !important
       }

       .col-xs-lr58 {
           right: 58px !important
       }

       .col-xs-lr59 {
           right: 59px !important
       }

       .col-xs-lr60 {
           right: 60px !important
       }

       .col-xs-lr61 {
           right: 61px !important
       }

       .col-xs-lr62 {
           right: 62px !important
       }

       .col-xs-lr63 {
           right: 63px !important
       }

       .col-xs-lr64 {
           right: 64px !important
       }

       .col-xs-lr65 {
           right: 65px !important
       }

       .col-xs-lr66 {
           right: 66px !important
       }

       .col-xs-lr67 {
           right: 67px !important
       }

       .col-xs-lr68 {
           right: 68px !important
       }

       .col-xs-lr69 {
           right: 69px !important
       }

       .col-xs-lr70 {
           right: 70px !important
       }

       .col-xs-lr71 {
           right: 71px !important
       }

       .col-xs-lr72 {
           right: 72px !important
       }

       .col-xs-lr73 {
           right: 73px !important
       }

       .col-xs-lr74 {
           right: 74px !important
       }

       .col-xs-lr75 {
           right: 75px !important
       }

       .col-xs-lr76 {
           right: 76px !important
       }

       .col-xs-lr77 {
           right: 77px !important
       }

       .col-xs-lr78 {
           right: 78px !important
       }

       .col-xs-lr79 {
           right: 79px !important
       }

       .col-xs-lr80 {
           right: 80px !important
       }

       .col-xs-lr81 {
           right: 81px !important
       }

       .col-xs-lr82 {
           right: 82px !important
       }

       .col-xs-lr83 {
           right: 83px !important
       }

       .col-xs-lr84 {
           right: 84px !important
       }

       .col-xs-lr85 {
           right: 85px !important
       }

       .col-xs-lr86 {
           right: 86px !important
       }

       .col-xs-lr87 {
           right: 87px !important
       }

       .col-xs-lr88 {
           right: 88px !important
       }

       .col-xs-lr89 {
           right: 89px !important
       }

       .col-xs-lr90 {
           right: 90px !important
       }

       .col-xs-lr91 {
           right: 91px !important
       }

       .col-xs-lr92 {
           right: 92px !important
       }

       .col-xs-lr93 {
           right: 93px !important
       }

       .col-xs-lr94 {
           right: 94px !important
       }

       .col-xs-lr95 {
           right: 95px !important
       }

       .col-xs-lr96 {
           right: 96px !important
       }

       .col-xs-lr97 {
           right: 97px !important
       }

       .col-xs-lr98 {
           right: 98px !important
       }

       .col-xs-lr99 {
           right: 99px !important
       }

       .col-xs-lr100 {
           right: 100px !important
       }

       .col-xs-lr101 {
           right: 101px !important
       }

       .col-xs-lr102 {
           right: 102px !important
       }

       .col-xs-lr103 {
           right: 103px !important
       }

       .col-xs-lr104 {
           right: 104px !important
       }

       .col-xs-lr105 {
           right: 105px !important
       }

       .col-xs-lr106 {
           right: 106px !important
       }

       .col-xs-lr107 {
           right: 107px !important
       }

       .col-xs-lr108 {
           right: 108px !important
       }

       .col-xs-lr109 {
           right: 109px !important
       }

       .col-xs-lr110 {
           right: 110px !important
       }

       .col-xs-lr111 {
           right: 111px !important
       }

       .col-xs-lr112 {
           right: 112px !important
       }

       .col-xs-lr113 {
           right: 113px !important
       }

       .col-xs-lr114 {
           right: 114px !important
       }

       .col-xs-lr115 {
           right: 115px !important
       }

       .col-xs-lr116 {
           right: 116px !important
       }

       .col-xs-lr117 {
           right: 117px !important
       }

       .col-xs-lr118 {
           right: 118px !important
       }

       .col-xs-lr119 {
           right: 119px !important
       }

       .col-xs-lr120 {
           right: 120px !important
       }

       .col-xs-lr121 {
           right: 121px !important
       }

       .col-xs-lr122 {
           right: 122px !important
       }

       .col-xs-lr123 {
           right: 123px !important
       }

       .col-xs-lr124 {
           right: 124px !important
       }

       .col-xs-lr125 {
           right: 125px !important
       }

       .col-xs-lr126 {
           right: 126px !important
       }

       .col-xs-lr127 {
           right: 127px !important
       }

       .col-xs-lr128 {
           right: 128px !important
       }

       .col-xs-lr129 {
           right: 129px !important
       }

       .col-xs-lr130 {
           right: 130px !important
       }

       .col-xs-lr131 {
           right: 131px !important
       }

       .col-xs-lr132 {
           right: 132px !important
       }

       .col-xs-lr133 {
           right: 133px !important
       }

       .col-xs-lr134 {
           right: 134px !important
       }

       .col-xs-lr135 {
           right: 135px !important
       }

       .col-xs-lr136 {
           right: 136px !important
       }

       .col-xs-lr137 {
           right: 137px !important
       }

       .col-xs-lr138 {
           right: 138px !important
       }

       .col-xs-lr139 {
           right: 139px !important
       }

       .col-xs-lr140 {
           right: 140px !important
       }

       .col-xs-lr141 {
           right: 141px !important
       }

       .col-xs-lr142 {
           right: 142px !important
       }

       .col-xs-lr143 {
           right: 143px !important
       }

       .col-xs-lr144 {
           right: 144px !important
       }

       .col-xs-lr145 {
           right: 145px !important
       }

       .col-xs-lr146 {
           right: 146px !important
       }

       .col-xs-lr147 {
           right: 147px !important
       }

       .col-xs-lr148 {
           right: 148px !important
       }

       .col-xs-lr149 {
           right: 149px !important
       }

       .col-xs-lr150 {
           right: 150px !important
       }

       .col-xs-lr151 {
           right: 151px !important
       }

       .col-xs-lr152 {
           right: 152px !important
       }

       .col-xs-lr153 {
           right: 153px !important
       }

       .col-xs-lr154 {
           right: 154px !important
       }

       .col-xs-lr155 {
           right: 155px !important
       }

       .col-xs-lr156 {
           right: 156px !important
       }

       .col-xs-lr157 {
           right: 157px !important
       }

       .col-xs-lr158 {
           right: 158px !important
       }

       .col-xs-lr159 {
           right: 159px !important
       }

       .col-xs-lr160 {
           right: 160px !important
       }

       .col-xs-lr161 {
           right: 161px !important
       }

       .col-xs-lr162 {
           right: 162px !important
       }

       .col-xs-lr163 {
           right: 163px !important
       }

       .col-xs-lr164 {
           right: 164px !important
       }

       .col-xs-lr165 {
           right: 165px !important
       }

       .col-xs-lr166 {
           right: 166px !important
       }

       .col-xs-lr167 {
           right: 167px !important
       }

       .col-xs-lr168 {
           right: 168px !important
       }

       .col-xs-lr169 {
           right: 169px !important
       }

       .col-xs-lr170 {
           right: 170px !important
       }

       .col-xs-lr171 {
           right: 171px !important
       }

       .col-xs-lr172 {
           right: 172px !important
       }

       .col-xs-lr173 {
           right: 173px !important
       }

       .col-xs-lr174 {
           right: 174px !important
       }

       .col-xs-lr175 {
           right: 175px !important
       }

       .col-xs-lr176 {
           right: 176px !important
       }

       .col-xs-lr177 {
           right: 177px !important
       }

       .col-xs-lr178 {
           right: 178px !important
       }

       .col-xs-lr179 {
           right: 179px !important
       }

       .col-xs-lr180 {
           right: 180px !important
       }

       .col-xs-lr181 {
           right: 181px !important
       }

       .col-xs-lr182 {
           right: 182px !important
       }

       .col-xs-lr183 {
           right: 183px !important
       }

       .col-xs-lr184 {
           right: 184px !important
       }

       .col-xs-lr185 {
           right: 185px !important
       }

       .col-xs-lr186 {
           right: 186px !important
       }

       .col-xs-lr187 {
           right: 187px !important
       }

       .col-xs-lr188 {
           right: 188px !important
       }

       .col-xs-lr189 {
           right: 189px !important
       }

       .col-xs-lr190 {
           right: 190px !important
       }

       .col-xs-lr191 {
           right: 191px !important
       }

       .col-xs-lr192 {
           right: 192px !important
       }

       .col-xs-lr193 {
           right: 193px !important
       }

       .col-xs-lr194 {
           right: 194px !important
       }

       .col-xs-lr195 {
           right: 195px !important
       }

       .col-xs-lr196 {
           right: 196px !important
       }

       .col-xs-lr197 {
           right: 197px !important
       }

       .col-xs-lr198 {
           right: 198px !important
       }

       .col-xs-lr199 {
           right: 199px !important
       }

       .col-xs-lr200 {
           right: 200px !important
       }
   }

   .lt0 {
       top: 0px !important
   }

   .lt1 {
       top: 1px !important
   }

   .lt2 {
       top: 2px !important
   }

   .lt3 {
       top: 3px !important
   }

   .lt4 {
       top: 4px !important
   }

   .lt5 {
       top: 5px !important
   }

   .lt6 {
       top: 6px !important
   }

   .lt7 {
       top: 7px !important
   }

   .lt8 {
       top: 8px !important
   }

   .lt9 {
       top: 9px !important
   }

   .lt10 {
       top: 10px !important
   }

   .lt11 {
       top: 11px !important
   }

   .lt12 {
       top: 12px !important
   }

   .lt13 {
       top: 13px !important
   }

   .lt14 {
       top: 14px !important
   }

   .lt15 {
       top: 15px !important
   }

   .lt16 {
       top: 16px !important
   }

   .lt17 {
       top: 17px !important
   }

   .lt18 {
       top: 18px !important
   }

   .lt19 {
       top: 19px !important
   }

   .lt20 {
       top: 20px !important
   }

   .lt21 {
       top: 21px !important
   }

   .lt22 {
       top: 22px !important
   }

   .lt23 {
       top: 23px !important
   }

   .lt24 {
       top: 24px !important
   }

   .lt25 {
       top: 25px !important
   }

   .lt26 {
       top: 26px !important
   }

   .lt27 {
       top: 27px !important
   }

   .lt28 {
       top: 28px !important
   }

   .lt29 {
       top: 29px !important
   }

   .lt30 {
       top: 30px !important
   }

   .lt31 {
       top: 31px !important
   }

   .lt32 {
       top: 32px !important
   }

   .lt33 {
       top: 33px !important
   }

   .lt34 {
       top: 34px !important
   }

   .lt35 {
       top: 35px !important
   }

   .lt36 {
       top: 36px !important
   }

   .lt37 {
       top: 37px !important
   }

   .lt38 {
       top: 38px !important
   }

   .lt39 {
       top: 39px !important
   }

   .lt40 {
       top: 40px !important
   }

   .lt41 {
       top: 41px !important
   }

   .lt42 {
       top: 42px !important
   }

   .lt43 {
       top: 43px !important
   }

   .lt44 {
       top: 44px !important
   }

   .lt45 {
       top: 45px !important
   }

   .lt46 {
       top: 46px !important
   }

   .lt47 {
       top: 47px !important
   }

   .lt48 {
       top: 48px !important
   }

   .lt49 {
       top: 49px !important
   }

   .lt50 {
       top: 50px !important
   }

   .lt51 {
       top: 51px !important
   }

   .lt52 {
       top: 52px !important
   }

   .lt53 {
       top: 53px !important
   }

   .lt54 {
       top: 54px !important
   }

   .lt55 {
       top: 55px !important
   }

   .lt56 {
       top: 56px !important
   }

   .lt57 {
       top: 57px !important
   }

   .lt58 {
       top: 58px !important
   }

   .lt59 {
       top: 59px !important
   }

   .lt60 {
       top: 60px !important
   }

   .lt61 {
       top: 61px !important
   }

   .lt62 {
       top: 62px !important
   }

   .lt63 {
       top: 63px !important
   }

   .lt64 {
       top: 64px !important
   }

   .lt65 {
       top: 65px !important
   }

   .lt66 {
       top: 66px !important
   }

   .lt67 {
       top: 67px !important
   }

   .lt68 {
       top: 68px !important
   }

   .lt69 {
       top: 69px !important
   }

   .lt70 {
       top: 70px !important
   }

   .lt71 {
       top: 71px !important
   }

   .lt72 {
       top: 72px !important
   }

   .lt73 {
       top: 73px !important
   }

   .lt74 {
       top: 74px !important
   }

   .lt75 {
       top: 75px !important
   }

   .lt76 {
       top: 76px !important
   }

   .lt77 {
       top: 77px !important
   }

   .lt78 {
       top: 78px !important
   }

   .lt79 {
       top: 79px !important
   }

   .lt80 {
       top: 80px !important
   }

   .lt81 {
       top: 81px !important
   }

   .lt82 {
       top: 82px !important
   }

   .lt83 {
       top: 83px !important
   }

   .lt84 {
       top: 84px !important
   }

   .lt85 {
       top: 85px !important
   }

   .lt86 {
       top: 86px !important
   }

   .lt87 {
       top: 87px !important
   }

   .lt88 {
       top: 88px !important
   }

   .lt89 {
       top: 89px !important
   }

   .lt90 {
       top: 90px !important
   }

   .lt91 {
       top: 91px !important
   }

   .lt92 {
       top: 92px !important
   }

   .lt93 {
       top: 93px !important
   }

   .lt94 {
       top: 94px !important
   }

   .lt95 {
       top: 95px !important
   }

   .lt96 {
       top: 96px !important
   }

   .lt97 {
       top: 97px !important
   }

   .lt98 {
       top: 98px !important
   }

   .lt99 {
       top: 99px !important
   }

   .lt100 {
       top: 100px !important
   }

   .lt101 {
       top: 101px !important
   }

   .lt102 {
       top: 102px !important
   }

   .lt103 {
       top: 103px !important
   }

   .lt104 {
       top: 104px !important
   }

   .lt105 {
       top: 105px !important
   }

   .lt106 {
       top: 106px !important
   }

   .lt107 {
       top: 107px !important
   }

   .lt108 {
       top: 108px !important
   }

   .lt109 {
       top: 109px !important
   }

   .lt110 {
       top: 110px !important
   }

   .lt111 {
       top: 111px !important
   }

   .lt112 {
       top: 112px !important
   }

   .lt113 {
       top: 113px !important
   }

   .lt114 {
       top: 114px !important
   }

   .lt115 {
       top: 115px !important
   }

   .lt116 {
       top: 116px !important
   }

   .lt117 {
       top: 117px !important
   }

   .lt118 {
       top: 118px !important
   }

   .lt119 {
       top: 119px !important
   }

   .lt120 {
       top: 120px !important
   }

   .lt121 {
       top: 121px !important
   }

   .lt122 {
       top: 122px !important
   }

   .lt123 {
       top: 123px !important
   }

   .lt124 {
       top: 124px !important
   }

   .lt125 {
       top: 125px !important
   }

   .lt126 {
       top: 126px !important
   }

   .lt127 {
       top: 127px !important
   }

   .lt128 {
       top: 128px !important
   }

   .lt129 {
       top: 129px !important
   }

   .lt130 {
       top: 130px !important
   }

   .lt131 {
       top: 131px !important
   }

   .lt132 {
       top: 132px !important
   }

   .lt133 {
       top: 133px !important
   }

   .lt134 {
       top: 134px !important
   }

   .lt135 {
       top: 135px !important
   }

   .lt136 {
       top: 136px !important
   }

   .lt137 {
       top: 137px !important
   }

   .lt138 {
       top: 138px !important
   }

   .lt139 {
       top: 139px !important
   }

   .lt140 {
       top: 140px !important
   }

   .lt141 {
       top: 141px !important
   }

   .lt142 {
       top: 142px !important
   }

   .lt143 {
       top: 143px !important
   }

   .lt144 {
       top: 144px !important
   }

   .lt145 {
       top: 145px !important
   }

   .lt146 {
       top: 146px !important
   }

   .lt147 {
       top: 147px !important
   }

   .lt148 {
       top: 148px !important
   }

   .lt149 {
       top: 149px !important
   }

   .lt150 {
       top: 150px !important
   }

   .lt151 {
       top: 151px !important
   }

   .lt152 {
       top: 152px !important
   }

   .lt153 {
       top: 153px !important
   }

   .lt154 {
       top: 154px !important
   }

   .lt155 {
       top: 155px !important
   }

   .lt156 {
       top: 156px !important
   }

   .lt157 {
       top: 157px !important
   }

   .lt158 {
       top: 158px !important
   }

   .lt159 {
       top: 159px !important
   }

   .lt160 {
       top: 160px !important
   }

   .lt161 {
       top: 161px !important
   }

   .lt162 {
       top: 162px !important
   }

   .lt163 {
       top: 163px !important
   }

   .lt164 {
       top: 164px !important
   }

   .lt165 {
       top: 165px !important
   }

   .lt166 {
       top: 166px !important
   }

   .lt167 {
       top: 167px !important
   }

   .lt168 {
       top: 168px !important
   }

   .lt169 {
       top: 169px !important
   }

   .lt170 {
       top: 170px !important
   }

   .lt171 {
       top: 171px !important
   }

   .lt172 {
       top: 172px !important
   }

   .lt173 {
       top: 173px !important
   }

   .lt174 {
       top: 174px !important
   }

   .lt175 {
       top: 175px !important
   }

   .lt176 {
       top: 176px !important
   }

   .lt177 {
       top: 177px !important
   }

   .lt178 {
       top: 178px !important
   }

   .lt179 {
       top: 179px !important
   }

   .lt180 {
       top: 180px !important
   }

   .lt181 {
       top: 181px !important
   }

   .lt182 {
       top: 182px !important
   }

   .lt183 {
       top: 183px !important
   }

   .lt184 {
       top: 184px !important
   }

   .lt185 {
       top: 185px !important
   }

   .lt186 {
       top: 186px !important
   }

   .lt187 {
       top: 187px !important
   }

   .lt188 {
       top: 188px !important
   }

   .lt189 {
       top: 189px !important
   }

   .lt190 {
       top: 190px !important
   }

   .lt191 {
       top: 191px !important
   }

   .lt192 {
       top: 192px !important
   }

   .lt193 {
       top: 193px !important
   }

   .lt194 {
       top: 194px !important
   }

   .lt195 {
       top: 195px !important
   }

   .lt196 {
       top: 196px !important
   }

   .lt197 {
       top: 197px !important
   }

   .lt198 {
       top: 198px !important
   }

   .lt199 {
       top: 199px !important
   }

   .lt200 {
       top: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-lt0 {
           top: 0px !important
       }

       .col-sm-lt1 {
           top: 1px !important
       }

       .col-sm-lt2 {
           top: 2px !important
       }

       .col-sm-lt3 {
           top: 3px !important
       }

       .col-sm-lt4 {
           top: 4px !important
       }

       .col-sm-lt5 {
           top: 5px !important
       }

       .col-sm-lt6 {
           top: 6px !important
       }

       .col-sm-lt7 {
           top: 7px !important
       }

       .col-sm-lt8 {
           top: 8px !important
       }

       .col-sm-lt9 {
           top: 9px !important
       }

       .col-sm-lt10 {
           top: 10px !important
       }

       .col-sm-lt11 {
           top: 11px !important
       }

       .col-sm-lt12 {
           top: 12px !important
       }

       .col-sm-lt13 {
           top: 13px !important
       }

       .col-sm-lt14 {
           top: 14px !important
       }

       .col-sm-lt15 {
           top: 15px !important
       }

       .col-sm-lt16 {
           top: 16px !important
       }

       .col-sm-lt17 {
           top: 17px !important
       }

       .col-sm-lt18 {
           top: 18px !important
       }

       .col-sm-lt19 {
           top: 19px !important
       }

       .col-sm-lt20 {
           top: 20px !important
       }

       .col-sm-lt21 {
           top: 21px !important
       }

       .col-sm-lt22 {
           top: 22px !important
       }

       .col-sm-lt23 {
           top: 23px !important
       }

       .col-sm-lt24 {
           top: 24px !important
       }

       .col-sm-lt25 {
           top: 25px !important
       }

       .col-sm-lt26 {
           top: 26px !important
       }

       .col-sm-lt27 {
           top: 27px !important
       }

       .col-sm-lt28 {
           top: 28px !important
       }

       .col-sm-lt29 {
           top: 29px !important
       }

       .col-sm-lt30 {
           top: 30px !important
       }

       .col-sm-lt31 {
           top: 31px !important
       }

       .col-sm-lt32 {
           top: 32px !important
       }

       .col-sm-lt33 {
           top: 33px !important
       }

       .col-sm-lt34 {
           top: 34px !important
       }

       .col-sm-lt35 {
           top: 35px !important
       }

       .col-sm-lt36 {
           top: 36px !important
       }

       .col-sm-lt37 {
           top: 37px !important
       }

       .col-sm-lt38 {
           top: 38px !important
       }

       .col-sm-lt39 {
           top: 39px !important
       }

       .col-sm-lt40 {
           top: 40px !important
       }

       .col-sm-lt41 {
           top: 41px !important
       }

       .col-sm-lt42 {
           top: 42px !important
       }

       .col-sm-lt43 {
           top: 43px !important
       }

       .col-sm-lt44 {
           top: 44px !important
       }

       .col-sm-lt45 {
           top: 45px !important
       }

       .col-sm-lt46 {
           top: 46px !important
       }

       .col-sm-lt47 {
           top: 47px !important
       }

       .col-sm-lt48 {
           top: 48px !important
       }

       .col-sm-lt49 {
           top: 49px !important
       }

       .col-sm-lt50 {
           top: 50px !important
       }

       .col-sm-lt51 {
           top: 51px !important
       }

       .col-sm-lt52 {
           top: 52px !important
       }

       .col-sm-lt53 {
           top: 53px !important
       }

       .col-sm-lt54 {
           top: 54px !important
       }

       .col-sm-lt55 {
           top: 55px !important
       }

       .col-sm-lt56 {
           top: 56px !important
       }

       .col-sm-lt57 {
           top: 57px !important
       }

       .col-sm-lt58 {
           top: 58px !important
       }

       .col-sm-lt59 {
           top: 59px !important
       }

       .col-sm-lt60 {
           top: 60px !important
       }

       .col-sm-lt61 {
           top: 61px !important
       }

       .col-sm-lt62 {
           top: 62px !important
       }

       .col-sm-lt63 {
           top: 63px !important
       }

       .col-sm-lt64 {
           top: 64px !important
       }

       .col-sm-lt65 {
           top: 65px !important
       }

       .col-sm-lt66 {
           top: 66px !important
       }

       .col-sm-lt67 {
           top: 67px !important
       }

       .col-sm-lt68 {
           top: 68px !important
       }

       .col-sm-lt69 {
           top: 69px !important
       }

       .col-sm-lt70 {
           top: 70px !important
       }

       .col-sm-lt71 {
           top: 71px !important
       }

       .col-sm-lt72 {
           top: 72px !important
       }

       .col-sm-lt73 {
           top: 73px !important
       }

       .col-sm-lt74 {
           top: 74px !important
       }

       .col-sm-lt75 {
           top: 75px !important
       }

       .col-sm-lt76 {
           top: 76px !important
       }

       .col-sm-lt77 {
           top: 77px !important
       }

       .col-sm-lt78 {
           top: 78px !important
       }

       .col-sm-lt79 {
           top: 79px !important
       }

       .col-sm-lt80 {
           top: 80px !important
       }

       .col-sm-lt81 {
           top: 81px !important
       }

       .col-sm-lt82 {
           top: 82px !important
       }

       .col-sm-lt83 {
           top: 83px !important
       }

       .col-sm-lt84 {
           top: 84px !important
       }

       .col-sm-lt85 {
           top: 85px !important
       }

       .col-sm-lt86 {
           top: 86px !important
       }

       .col-sm-lt87 {
           top: 87px !important
       }

       .col-sm-lt88 {
           top: 88px !important
       }

       .col-sm-lt89 {
           top: 89px !important
       }

       .col-sm-lt90 {
           top: 90px !important
       }

       .col-sm-lt91 {
           top: 91px !important
       }

       .col-sm-lt92 {
           top: 92px !important
       }

       .col-sm-lt93 {
           top: 93px !important
       }

       .col-sm-lt94 {
           top: 94px !important
       }

       .col-sm-lt95 {
           top: 95px !important
       }

       .col-sm-lt96 {
           top: 96px !important
       }

       .col-sm-lt97 {
           top: 97px !important
       }

       .col-sm-lt98 {
           top: 98px !important
       }

       .col-sm-lt99 {
           top: 99px !important
       }

       .col-sm-lt100 {
           top: 100px !important
       }

       .col-sm-lt101 {
           top: 101px !important
       }

       .col-sm-lt102 {
           top: 102px !important
       }

       .col-sm-lt103 {
           top: 103px !important
       }

       .col-sm-lt104 {
           top: 104px !important
       }

       .col-sm-lt105 {
           top: 105px !important
       }

       .col-sm-lt106 {
           top: 106px !important
       }

       .col-sm-lt107 {
           top: 107px !important
       }

       .col-sm-lt108 {
           top: 108px !important
       }

       .col-sm-lt109 {
           top: 109px !important
       }

       .col-sm-lt110 {
           top: 110px !important
       }

       .col-sm-lt111 {
           top: 111px !important
       }

       .col-sm-lt112 {
           top: 112px !important
       }

       .col-sm-lt113 {
           top: 113px !important
       }

       .col-sm-lt114 {
           top: 114px !important
       }

       .col-sm-lt115 {
           top: 115px !important
       }

       .col-sm-lt116 {
           top: 116px !important
       }

       .col-sm-lt117 {
           top: 117px !important
       }

       .col-sm-lt118 {
           top: 118px !important
       }

       .col-sm-lt119 {
           top: 119px !important
       }

       .col-sm-lt120 {
           top: 120px !important
       }

       .col-sm-lt121 {
           top: 121px !important
       }

       .col-sm-lt122 {
           top: 122px !important
       }

       .col-sm-lt123 {
           top: 123px !important
       }

       .col-sm-lt124 {
           top: 124px !important
       }

       .col-sm-lt125 {
           top: 125px !important
       }

       .col-sm-lt126 {
           top: 126px !important
       }

       .col-sm-lt127 {
           top: 127px !important
       }

       .col-sm-lt128 {
           top: 128px !important
       }

       .col-sm-lt129 {
           top: 129px !important
       }

       .col-sm-lt130 {
           top: 130px !important
       }

       .col-sm-lt131 {
           top: 131px !important
       }

       .col-sm-lt132 {
           top: 132px !important
       }

       .col-sm-lt133 {
           top: 133px !important
       }

       .col-sm-lt134 {
           top: 134px !important
       }

       .col-sm-lt135 {
           top: 135px !important
       }

       .col-sm-lt136 {
           top: 136px !important
       }

       .col-sm-lt137 {
           top: 137px !important
       }

       .col-sm-lt138 {
           top: 138px !important
       }

       .col-sm-lt139 {
           top: 139px !important
       }

       .col-sm-lt140 {
           top: 140px !important
       }

       .col-sm-lt141 {
           top: 141px !important
       }

       .col-sm-lt142 {
           top: 142px !important
       }

       .col-sm-lt143 {
           top: 143px !important
       }

       .col-sm-lt144 {
           top: 144px !important
       }

       .col-sm-lt145 {
           top: 145px !important
       }

       .col-sm-lt146 {
           top: 146px !important
       }

       .col-sm-lt147 {
           top: 147px !important
       }

       .col-sm-lt148 {
           top: 148px !important
       }

       .col-sm-lt149 {
           top: 149px !important
       }

       .col-sm-lt150 {
           top: 150px !important
       }

       .col-sm-lt151 {
           top: 151px !important
       }

       .col-sm-lt152 {
           top: 152px !important
       }

       .col-sm-lt153 {
           top: 153px !important
       }

       .col-sm-lt154 {
           top: 154px !important
       }

       .col-sm-lt155 {
           top: 155px !important
       }

       .col-sm-lt156 {
           top: 156px !important
       }

       .col-sm-lt157 {
           top: 157px !important
       }

       .col-sm-lt158 {
           top: 158px !important
       }

       .col-sm-lt159 {
           top: 159px !important
       }

       .col-sm-lt160 {
           top: 160px !important
       }

       .col-sm-lt161 {
           top: 161px !important
       }

       .col-sm-lt162 {
           top: 162px !important
       }

       .col-sm-lt163 {
           top: 163px !important
       }

       .col-sm-lt164 {
           top: 164px !important
       }

       .col-sm-lt165 {
           top: 165px !important
       }

       .col-sm-lt166 {
           top: 166px !important
       }

       .col-sm-lt167 {
           top: 167px !important
       }

       .col-sm-lt168 {
           top: 168px !important
       }

       .col-sm-lt169 {
           top: 169px !important
       }

       .col-sm-lt170 {
           top: 170px !important
       }

       .col-sm-lt171 {
           top: 171px !important
       }

       .col-sm-lt172 {
           top: 172px !important
       }

       .col-sm-lt173 {
           top: 173px !important
       }

       .col-sm-lt174 {
           top: 174px !important
       }

       .col-sm-lt175 {
           top: 175px !important
       }

       .col-sm-lt176 {
           top: 176px !important
       }

       .col-sm-lt177 {
           top: 177px !important
       }

       .col-sm-lt178 {
           top: 178px !important
       }

       .col-sm-lt179 {
           top: 179px !important
       }

       .col-sm-lt180 {
           top: 180px !important
       }

       .col-sm-lt181 {
           top: 181px !important
       }

       .col-sm-lt182 {
           top: 182px !important
       }

       .col-sm-lt183 {
           top: 183px !important
       }

       .col-sm-lt184 {
           top: 184px !important
       }

       .col-sm-lt185 {
           top: 185px !important
       }

       .col-sm-lt186 {
           top: 186px !important
       }

       .col-sm-lt187 {
           top: 187px !important
       }

       .col-sm-lt188 {
           top: 188px !important
       }

       .col-sm-lt189 {
           top: 189px !important
       }

       .col-sm-lt190 {
           top: 190px !important
       }

       .col-sm-lt191 {
           top: 191px !important
       }

       .col-sm-lt192 {
           top: 192px !important
       }

       .col-sm-lt193 {
           top: 193px !important
       }

       .col-sm-lt194 {
           top: 194px !important
       }

       .col-sm-lt195 {
           top: 195px !important
       }

       .col-sm-lt196 {
           top: 196px !important
       }

       .col-sm-lt197 {
           top: 197px !important
       }

       .col-sm-lt198 {
           top: 198px !important
       }

       .col-sm-lt199 {
           top: 199px !important
       }

       .col-sm-lt200 {
           top: 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-lt0 {
           top: 0px !important
       }

       .col-xs-lt1 {
           top: 1px !important
       }

       .col-xs-lt2 {
           top: 2px !important
       }

       .col-xs-lt3 {
           top: 3px !important
       }

       .col-xs-lt4 {
           top: 4px !important
       }

       .col-xs-lt5 {
           top: 5px !important
       }

       .col-xs-lt6 {
           top: 6px !important
       }

       .col-xs-lt7 {
           top: 7px !important
       }

       .col-xs-lt8 {
           top: 8px !important
       }

       .col-xs-lt9 {
           top: 9px !important
       }

       .col-xs-lt10 {
           top: 10px !important
       }

       .col-xs-lt11 {
           top: 11px !important
       }

       .col-xs-lt12 {
           top: 12px !important
       }

       .col-xs-lt13 {
           top: 13px !important
       }

       .col-xs-lt14 {
           top: 14px !important
       }

       .col-xs-lt15 {
           top: 15px !important
       }

       .col-xs-lt16 {
           top: 16px !important
       }

       .col-xs-lt17 {
           top: 17px !important
       }

       .col-xs-lt18 {
           top: 18px !important
       }

       .col-xs-lt19 {
           top: 19px !important
       }

       .col-xs-lt20 {
           top: 20px !important
       }

       .col-xs-lt21 {
           top: 21px !important
       }

       .col-xs-lt22 {
           top: 22px !important
       }

       .col-xs-lt23 {
           top: 23px !important
       }

       .col-xs-lt24 {
           top: 24px !important
       }

       .col-xs-lt25 {
           top: 25px !important
       }

       .col-xs-lt26 {
           top: 26px !important
       }

       .col-xs-lt27 {
           top: 27px !important
       }

       .col-xs-lt28 {
           top: 28px !important
       }

       .col-xs-lt29 {
           top: 29px !important
       }

       .col-xs-lt30 {
           top: 30px !important
       }

       .col-xs-lt31 {
           top: 31px !important
       }

       .col-xs-lt32 {
           top: 32px !important
       }

       .col-xs-lt33 {
           top: 33px !important
       }

       .col-xs-lt34 {
           top: 34px !important
       }

       .col-xs-lt35 {
           top: 35px !important
       }

       .col-xs-lt36 {
           top: 36px !important
       }

       .col-xs-lt37 {
           top: 37px !important
       }

       .col-xs-lt38 {
           top: 38px !important
       }

       .col-xs-lt39 {
           top: 39px !important
       }

       .col-xs-lt40 {
           top: 40px !important
       }

       .col-xs-lt41 {
           top: 41px !important
       }

       .col-xs-lt42 {
           top: 42px !important
       }

       .col-xs-lt43 {
           top: 43px !important
       }

       .col-xs-lt44 {
           top: 44px !important
       }

       .col-xs-lt45 {
           top: 45px !important
       }

       .col-xs-lt46 {
           top: 46px !important
       }

       .col-xs-lt47 {
           top: 47px !important
       }

       .col-xs-lt48 {
           top: 48px !important
       }

       .col-xs-lt49 {
           top: 49px !important
       }

       .col-xs-lt50 {
           top: 50px !important
       }

       .col-xs-lt51 {
           top: 51px !important
       }

       .col-xs-lt52 {
           top: 52px !important
       }

       .col-xs-lt53 {
           top: 53px !important
       }

       .col-xs-lt54 {
           top: 54px !important
       }

       .col-xs-lt55 {
           top: 55px !important
       }

       .col-xs-lt56 {
           top: 56px !important
       }

       .col-xs-lt57 {
           top: 57px !important
       }

       .col-xs-lt58 {
           top: 58px !important
       }

       .col-xs-lt59 {
           top: 59px !important
       }

       .col-xs-lt60 {
           top: 60px !important
       }

       .col-xs-lt61 {
           top: 61px !important
       }

       .col-xs-lt62 {
           top: 62px !important
       }

       .col-xs-lt63 {
           top: 63px !important
       }

       .col-xs-lt64 {
           top: 64px !important
       }

       .col-xs-lt65 {
           top: 65px !important
       }

       .col-xs-lt66 {
           top: 66px !important
       }

       .col-xs-lt67 {
           top: 67px !important
       }

       .col-xs-lt68 {
           top: 68px !important
       }

       .col-xs-lt69 {
           top: 69px !important
       }

       .col-xs-lt70 {
           top: 70px !important
       }

       .col-xs-lt71 {
           top: 71px !important
       }

       .col-xs-lt72 {
           top: 72px !important
       }

       .col-xs-lt73 {
           top: 73px !important
       }

       .col-xs-lt74 {
           top: 74px !important
       }

       .col-xs-lt75 {
           top: 75px !important
       }

       .col-xs-lt76 {
           top: 76px !important
       }

       .col-xs-lt77 {
           top: 77px !important
       }

       .col-xs-lt78 {
           top: 78px !important
       }

       .col-xs-lt79 {
           top: 79px !important
       }

       .col-xs-lt80 {
           top: 80px !important
       }

       .col-xs-lt81 {
           top: 81px !important
       }

       .col-xs-lt82 {
           top: 82px !important
       }

       .col-xs-lt83 {
           top: 83px !important
       }

       .col-xs-lt84 {
           top: 84px !important
       }

       .col-xs-lt85 {
           top: 85px !important
       }

       .col-xs-lt86 {
           top: 86px !important
       }

       .col-xs-lt87 {
           top: 87px !important
       }

       .col-xs-lt88 {
           top: 88px !important
       }

       .col-xs-lt89 {
           top: 89px !important
       }

       .col-xs-lt90 {
           top: 90px !important
       }

       .col-xs-lt91 {
           top: 91px !important
       }

       .col-xs-lt92 {
           top: 92px !important
       }

       .col-xs-lt93 {
           top: 93px !important
       }

       .col-xs-lt94 {
           top: 94px !important
       }

       .col-xs-lt95 {
           top: 95px !important
       }

       .col-xs-lt96 {
           top: 96px !important
       }

       .col-xs-lt97 {
           top: 97px !important
       }

       .col-xs-lt98 {
           top: 98px !important
       }

       .col-xs-lt99 {
           top: 99px !important
       }

       .col-xs-lt100 {
           top: 100px !important
       }

       .col-xs-lt101 {
           top: 101px !important
       }

       .col-xs-lt102 {
           top: 102px !important
       }

       .col-xs-lt103 {
           top: 103px !important
       }

       .col-xs-lt104 {
           top: 104px !important
       }

       .col-xs-lt105 {
           top: 105px !important
       }

       .col-xs-lt106 {
           top: 106px !important
       }

       .col-xs-lt107 {
           top: 107px !important
       }

       .col-xs-lt108 {
           top: 108px !important
       }

       .col-xs-lt109 {
           top: 109px !important
       }

       .col-xs-lt110 {
           top: 110px !important
       }

       .col-xs-lt111 {
           top: 111px !important
       }

       .col-xs-lt112 {
           top: 112px !important
       }

       .col-xs-lt113 {
           top: 113px !important
       }

       .col-xs-lt114 {
           top: 114px !important
       }

       .col-xs-lt115 {
           top: 115px !important
       }

       .col-xs-lt116 {
           top: 116px !important
       }

       .col-xs-lt117 {
           top: 117px !important
       }

       .col-xs-lt118 {
           top: 118px !important
       }

       .col-xs-lt119 {
           top: 119px !important
       }

       .col-xs-lt120 {
           top: 120px !important
       }

       .col-xs-lt121 {
           top: 121px !important
       }

       .col-xs-lt122 {
           top: 122px !important
       }

       .col-xs-lt123 {
           top: 123px !important
       }

       .col-xs-lt124 {
           top: 124px !important
       }

       .col-xs-lt125 {
           top: 125px !important
       }

       .col-xs-lt126 {
           top: 126px !important
       }

       .col-xs-lt127 {
           top: 127px !important
       }

       .col-xs-lt128 {
           top: 128px !important
       }

       .col-xs-lt129 {
           top: 129px !important
       }

       .col-xs-lt130 {
           top: 130px !important
       }

       .col-xs-lt131 {
           top: 131px !important
       }

       .col-xs-lt132 {
           top: 132px !important
       }

       .col-xs-lt133 {
           top: 133px !important
       }

       .col-xs-lt134 {
           top: 134px !important
       }

       .col-xs-lt135 {
           top: 135px !important
       }

       .col-xs-lt136 {
           top: 136px !important
       }

       .col-xs-lt137 {
           top: 137px !important
       }

       .col-xs-lt138 {
           top: 138px !important
       }

       .col-xs-lt139 {
           top: 139px !important
       }

       .col-xs-lt140 {
           top: 140px !important
       }

       .col-xs-lt141 {
           top: 141px !important
       }

       .col-xs-lt142 {
           top: 142px !important
       }

       .col-xs-lt143 {
           top: 143px !important
       }

       .col-xs-lt144 {
           top: 144px !important
       }

       .col-xs-lt145 {
           top: 145px !important
       }

       .col-xs-lt146 {
           top: 146px !important
       }

       .col-xs-lt147 {
           top: 147px !important
       }

       .col-xs-lt148 {
           top: 148px !important
       }

       .col-xs-lt149 {
           top: 149px !important
       }

       .col-xs-lt150 {
           top: 150px !important
       }

       .col-xs-lt151 {
           top: 151px !important
       }

       .col-xs-lt152 {
           top: 152px !important
       }

       .col-xs-lt153 {
           top: 153px !important
       }

       .col-xs-lt154 {
           top: 154px !important
       }

       .col-xs-lt155 {
           top: 155px !important
       }

       .col-xs-lt156 {
           top: 156px !important
       }

       .col-xs-lt157 {
           top: 157px !important
       }

       .col-xs-lt158 {
           top: 158px !important
       }

       .col-xs-lt159 {
           top: 159px !important
       }

       .col-xs-lt160 {
           top: 160px !important
       }

       .col-xs-lt161 {
           top: 161px !important
       }

       .col-xs-lt162 {
           top: 162px !important
       }

       .col-xs-lt163 {
           top: 163px !important
       }

       .col-xs-lt164 {
           top: 164px !important
       }

       .col-xs-lt165 {
           top: 165px !important
       }

       .col-xs-lt166 {
           top: 166px !important
       }

       .col-xs-lt167 {
           top: 167px !important
       }

       .col-xs-lt168 {
           top: 168px !important
       }

       .col-xs-lt169 {
           top: 169px !important
       }

       .col-xs-lt170 {
           top: 170px !important
       }

       .col-xs-lt171 {
           top: 171px !important
       }

       .col-xs-lt172 {
           top: 172px !important
       }

       .col-xs-lt173 {
           top: 173px !important
       }

       .col-xs-lt174 {
           top: 174px !important
       }

       .col-xs-lt175 {
           top: 175px !important
       }

       .col-xs-lt176 {
           top: 176px !important
       }

       .col-xs-lt177 {
           top: 177px !important
       }

       .col-xs-lt178 {
           top: 178px !important
       }

       .col-xs-lt179 {
           top: 179px !important
       }

       .col-xs-lt180 {
           top: 180px !important
       }

       .col-xs-lt181 {
           top: 181px !important
       }

       .col-xs-lt182 {
           top: 182px !important
       }

       .col-xs-lt183 {
           top: 183px !important
       }

       .col-xs-lt184 {
           top: 184px !important
       }

       .col-xs-lt185 {
           top: 185px !important
       }

       .col-xs-lt186 {
           top: 186px !important
       }

       .col-xs-lt187 {
           top: 187px !important
       }

       .col-xs-lt188 {
           top: 188px !important
       }

       .col-xs-lt189 {
           top: 189px !important
       }

       .col-xs-lt190 {
           top: 190px !important
       }

       .col-xs-lt191 {
           top: 191px !important
       }

       .col-xs-lt192 {
           top: 192px !important
       }

       .col-xs-lt193 {
           top: 193px !important
       }

       .col-xs-lt194 {
           top: 194px !important
       }

       .col-xs-lt195 {
           top: 195px !important
       }

       .col-xs-lt196 {
           top: 196px !important
       }

       .col-xs-lt197 {
           top: 197px !important
       }

       .col-xs-lt198 {
           top: 198px !important
       }

       .col-xs-lt199 {
           top: 199px !important
       }

       .col-xs-lt200 {
           top: 200px !important
       }
   }

   .lb0 {
       bottom: 0px !important
   }

   .lb1 {
       bottom: 1px !important
   }

   .lb2 {
       bottom: 2px !important
   }

   .lb3 {
       bottom: 3px !important
   }

   .lb4 {
       bottom: 4px !important
   }

   .lb5 {
       bottom: 5px !important
   }

   .lb6 {
       bottom: 6px !important
   }

   .lb7 {
       bottom: 7px !important
   }

   .lb8 {
       bottom: 8px !important
   }

   .lb9 {
       bottom: 9px !important
   }

   .lb10 {
       bottom: 10px !important
   }

   .lb11 {
       bottom: 11px !important
   }

   .lb12 {
       bottom: 12px !important
   }

   .lb13 {
       bottom: 13px !important
   }

   .lb14 {
       bottom: 14px !important
   }

   .lb15 {
       bottom: 15px !important
   }

   .lb16 {
       bottom: 16px !important
   }

   .lb17 {
       bottom: 17px !important
   }

   .lb18 {
       bottom: 18px !important
   }

   .lb19 {
       bottom: 19px !important
   }

   .lb20 {
       bottom: 20px !important
   }

   .lb21 {
       bottom: 21px !important
   }

   .lb22 {
       bottom: 22px !important
   }

   .lb23 {
       bottom: 23px !important
   }

   .lb24 {
       bottom: 24px !important
   }

   .lb25 {
       bottom: 25px !important
   }

   .lb26 {
       bottom: 26px !important
   }

   .lb27 {
       bottom: 27px !important
   }

   .lb28 {
       bottom: 28px !important
   }

   .lb29 {
       bottom: 29px !important
   }

   .lb30 {
       bottom: 30px !important
   }

   .lb31 {
       bottom: 31px !important
   }

   .lb32 {
       bottom: 32px !important
   }

   .lb33 {
       bottom: 33px !important
   }

   .lb34 {
       bottom: 34px !important
   }

   .lb35 {
       bottom: 35px !important
   }

   .lb36 {
       bottom: 36px !important
   }

   .lb37 {
       bottom: 37px !important
   }

   .lb38 {
       bottom: 38px !important
   }

   .lb39 {
       bottom: 39px !important
   }

   .lb40 {
       bottom: 40px !important
   }

   .lb41 {
       bottom: 41px !important
   }

   .lb42 {
       bottom: 42px !important
   }

   .lb43 {
       bottom: 43px !important
   }

   .lb44 {
       bottom: 44px !important
   }

   .lb45 {
       bottom: 45px !important
   }

   .lb46 {
       bottom: 46px !important
   }

   .lb47 {
       bottom: 47px !important
   }

   .lb48 {
       bottom: 48px !important
   }

   .lb49 {
       bottom: 49px !important
   }

   .lb50 {
       bottom: 50px !important
   }

   .lb51 {
       bottom: 51px !important
   }

   .lb52 {
       bottom: 52px !important
   }

   .lb53 {
       bottom: 53px !important
   }

   .lb54 {
       bottom: 54px !important
   }

   .lb55 {
       bottom: 55px !important
   }

   .lb56 {
       bottom: 56px !important
   }

   .lb57 {
       bottom: 57px !important
   }

   .lb58 {
       bottom: 58px !important
   }

   .lb59 {
       bottom: 59px !important
   }

   .lb60 {
       bottom: 60px !important
   }

   .lb61 {
       bottom: 61px !important
   }

   .lb62 {
       bottom: 62px !important
   }

   .lb63 {
       bottom: 63px !important
   }

   .lb64 {
       bottom: 64px !important
   }

   .lb65 {
       bottom: 65px !important
   }

   .lb66 {
       bottom: 66px !important
   }

   .lb67 {
       bottom: 67px !important
   }

   .lb68 {
       bottom: 68px !important
   }

   .lb69 {
       bottom: 69px !important
   }

   .lb70 {
       bottom: 70px !important
   }

   .lb71 {
       bottom: 71px !important
   }

   .lb72 {
       bottom: 72px !important
   }

   .lb73 {
       bottom: 73px !important
   }

   .lb74 {
       bottom: 74px !important
   }

   .lb75 {
       bottom: 75px !important
   }

   .lb76 {
       bottom: 76px !important
   }

   .lb77 {
       bottom: 77px !important
   }

   .lb78 {
       bottom: 78px !important
   }

   .lb79 {
       bottom: 79px !important
   }

   .lb80 {
       bottom: 80px !important
   }

   .lb81 {
       bottom: 81px !important
   }

   .lb82 {
       bottom: 82px !important
   }

   .lb83 {
       bottom: 83px !important
   }

   .lb84 {
       bottom: 84px !important
   }

   .lb85 {
       bottom: 85px !important
   }

   .lb86 {
       bottom: 86px !important
   }

   .lb87 {
       bottom: 87px !important
   }

   .lb88 {
       bottom: 88px !important
   }

   .lb89 {
       bottom: 89px !important
   }

   .lb90 {
       bottom: 90px !important
   }

   .lb91 {
       bottom: 91px !important
   }

   .lb92 {
       bottom: 92px !important
   }

   .lb93 {
       bottom: 93px !important
   }

   .lb94 {
       bottom: 94px !important
   }

   .lb95 {
       bottom: 95px !important
   }

   .lb96 {
       bottom: 96px !important
   }

   .lb97 {
       bottom: 97px !important
   }

   .lb98 {
       bottom: 98px !important
   }

   .lb99 {
       bottom: 99px !important
   }

   .lb100 {
       bottom: 100px !important
   }

   .lb101 {
       bottom: 101px !important
   }

   .lb102 {
       bottom: 102px !important
   }

   .lb103 {
       bottom: 103px !important
   }

   .lb104 {
       bottom: 104px !important
   }

   .lb105 {
       bottom: 105px !important
   }

   .lb106 {
       bottom: 106px !important
   }

   .lb107 {
       bottom: 107px !important
   }

   .lb108 {
       bottom: 108px !important
   }

   .lb109 {
       bottom: 109px !important
   }

   .lb110 {
       bottom: 110px !important
   }

   .lb111 {
       bottom: 111px !important
   }

   .lb112 {
       bottom: 112px !important
   }

   .lb113 {
       bottom: 113px !important
   }

   .lb114 {
       bottom: 114px !important
   }

   .lb115 {
       bottom: 115px !important
   }

   .lb116 {
       bottom: 116px !important
   }

   .lb117 {
       bottom: 117px !important
   }

   .lb118 {
       bottom: 118px !important
   }

   .lb119 {
       bottom: 119px !important
   }

   .lb120 {
       bottom: 120px !important
   }

   .lb121 {
       bottom: 121px !important
   }

   .lb122 {
       bottom: 122px !important
   }

   .lb123 {
       bottom: 123px !important
   }

   .lb124 {
       bottom: 124px !important
   }

   .lb125 {
       bottom: 125px !important
   }

   .lb126 {
       bottom: 126px !important
   }

   .lb127 {
       bottom: 127px !important
   }

   .lb128 {
       bottom: 128px !important
   }

   .lb129 {
       bottom: 129px !important
   }

   .lb130 {
       bottom: 130px !important
   }

   .lb131 {
       bottom: 131px !important
   }

   .lb132 {
       bottom: 132px !important
   }

   .lb133 {
       bottom: 133px !important
   }

   .lb134 {
       bottom: 134px !important
   }

   .lb135 {
       bottom: 135px !important
   }

   .lb136 {
       bottom: 136px !important
   }

   .lb137 {
       bottom: 137px !important
   }

   .lb138 {
       bottom: 138px !important
   }

   .lb139 {
       bottom: 139px !important
   }

   .lb140 {
       bottom: 140px !important
   }

   .lb141 {
       bottom: 141px !important
   }

   .lb142 {
       bottom: 142px !important
   }

   .lb143 {
       bottom: 143px !important
   }

   .lb144 {
       bottom: 144px !important
   }

   .lb145 {
       bottom: 145px !important
   }

   .lb146 {
       bottom: 146px !important
   }

   .lb147 {
       bottom: 147px !important
   }

   .lb148 {
       bottom: 148px !important
   }

   .lb149 {
       bottom: 149px !important
   }

   .lb150 {
       bottom: 150px !important
   }

   .lb151 {
       bottom: 151px !important
   }

   .lb152 {
       bottom: 152px !important
   }

   .lb153 {
       bottom: 153px !important
   }

   .lb154 {
       bottom: 154px !important
   }

   .lb155 {
       bottom: 155px !important
   }

   .lb156 {
       bottom: 156px !important
   }

   .lb157 {
       bottom: 157px !important
   }

   .lb158 {
       bottom: 158px !important
   }

   .lb159 {
       bottom: 159px !important
   }

   .lb160 {
       bottom: 160px !important
   }

   .lb161 {
       bottom: 161px !important
   }

   .lb162 {
       bottom: 162px !important
   }

   .lb163 {
       bottom: 163px !important
   }

   .lb164 {
       bottom: 164px !important
   }

   .lb165 {
       bottom: 165px !important
   }

   .lb166 {
       bottom: 166px !important
   }

   .lb167 {
       bottom: 167px !important
   }

   .lb168 {
       bottom: 168px !important
   }

   .lb169 {
       bottom: 169px !important
   }

   .lb170 {
       bottom: 170px !important
   }

   .lb171 {
       bottom: 171px !important
   }

   .lb172 {
       bottom: 172px !important
   }

   .lb173 {
       bottom: 173px !important
   }

   .lb174 {
       bottom: 174px !important
   }

   .lb175 {
       bottom: 175px !important
   }

   .lb176 {
       bottom: 176px !important
   }

   .lb177 {
       bottom: 177px !important
   }

   .lb178 {
       bottom: 178px !important
   }

   .lb179 {
       bottom: 179px !important
   }

   .lb180 {
       bottom: 180px !important
   }

   .lb181 {
       bottom: 181px !important
   }

   .lb182 {
       bottom: 182px !important
   }

   .lb183 {
       bottom: 183px !important
   }

   .lb184 {
       bottom: 184px !important
   }

   .lb185 {
       bottom: 185px !important
   }

   .lb186 {
       bottom: 186px !important
   }

   .lb187 {
       bottom: 187px !important
   }

   .lb188 {
       bottom: 188px !important
   }

   .lb189 {
       bottom: 189px !important
   }

   .lb190 {
       bottom: 190px !important
   }

   .lb191 {
       bottom: 191px !important
   }

   .lb192 {
       bottom: 192px !important
   }

   .lb193 {
       bottom: 193px !important
   }

   .lb194 {
       bottom: 194px !important
   }

   .lb195 {
       bottom: 195px !important
   }

   .lb196 {
       bottom: 196px !important
   }

   .lb197 {
       bottom: 197px !important
   }

   .lb198 {
       bottom: 198px !important
   }

   .lb199 {
       bottom: 199px !important
   }

   .lb200 {
       bottom: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-lb0 {
           bottom: 0px !important
       }

       .col-sm-lb1 {
           bottom: 1px !important
       }

       .col-sm-lb2 {
           bottom: 2px !important
       }

       .col-sm-lb3 {
           bottom: 3px !important
       }

       .col-sm-lb4 {
           bottom: 4px !important
       }

       .col-sm-lb5 {
           bottom: 5px !important
       }

       .col-sm-lb6 {
           bottom: 6px !important
       }

       .col-sm-lb7 {
           bottom: 7px !important
       }

       .col-sm-lb8 {
           bottom: 8px !important
       }

       .col-sm-lb9 {
           bottom: 9px !important
       }

       .col-sm-lb10 {
           bottom: 10px !important
       }

       .col-sm-lb11 {
           bottom: 11px !important
       }

       .col-sm-lb12 {
           bottom: 12px !important
       }

       .col-sm-lb13 {
           bottom: 13px !important
       }

       .col-sm-lb14 {
           bottom: 14px !important
       }

       .col-sm-lb15 {
           bottom: 15px !important
       }

       .col-sm-lb16 {
           bottom: 16px !important
       }

       .col-sm-lb17 {
           bottom: 17px !important
       }

       .col-sm-lb18 {
           bottom: 18px !important
       }

       .col-sm-lb19 {
           bottom: 19px !important
       }

       .col-sm-lb20 {
           bottom: 20px !important
       }

       .col-sm-lb21 {
           bottom: 21px !important
       }

       .col-sm-lb22 {
           bottom: 22px !important
       }

       .col-sm-lb23 {
           bottom: 23px !important
       }

       .col-sm-lb24 {
           bottom: 24px !important
       }

       .col-sm-lb25 {
           bottom: 25px !important
       }

       .col-sm-lb26 {
           bottom: 26px !important
       }

       .col-sm-lb27 {
           bottom: 27px !important
       }

       .col-sm-lb28 {
           bottom: 28px !important
       }

       .col-sm-lb29 {
           bottom: 29px !important
       }

       .col-sm-lb30 {
           bottom: 30px !important
       }

       .col-sm-lb31 {
           bottom: 31px !important
       }

       .col-sm-lb32 {
           bottom: 32px !important
       }

       .col-sm-lb33 {
           bottom: 33px !important
       }

       .col-sm-lb34 {
           bottom: 34px !important
       }

       .col-sm-lb35 {
           bottom: 35px !important
       }

       .col-sm-lb36 {
           bottom: 36px !important
       }

       .col-sm-lb37 {
           bottom: 37px !important
       }

       .col-sm-lb38 {
           bottom: 38px !important
       }

       .col-sm-lb39 {
           bottom: 39px !important
       }

       .col-sm-lb40 {
           bottom: 40px !important
       }

       .col-sm-lb41 {
           bottom: 41px !important
       }

       .col-sm-lb42 {
           bottom: 42px !important
       }

       .col-sm-lb43 {
           bottom: 43px !important
       }

       .col-sm-lb44 {
           bottom: 44px !important
       }

       .col-sm-lb45 {
           bottom: 45px !important
       }

       .col-sm-lb46 {
           bottom: 46px !important
       }

       .col-sm-lb47 {
           bottom: 47px !important
       }

       .col-sm-lb48 {
           bottom: 48px !important
       }

       .col-sm-lb49 {
           bottom: 49px !important
       }

       .col-sm-lb50 {
           bottom: 50px !important
       }

       .col-sm-lb51 {
           bottom: 51px !important
       }

       .col-sm-lb52 {
           bottom: 52px !important
       }

       .col-sm-lb53 {
           bottom: 53px !important
       }

       .col-sm-lb54 {
           bottom: 54px !important
       }

       .col-sm-lb55 {
           bottom: 55px !important
       }

       .col-sm-lb56 {
           bottom: 56px !important
       }

       .col-sm-lb57 {
           bottom: 57px !important
       }

       .col-sm-lb58 {
           bottom: 58px !important
       }

       .col-sm-lb59 {
           bottom: 59px !important
       }

       .col-sm-lb60 {
           bottom: 60px !important
       }

       .col-sm-lb61 {
           bottom: 61px !important
       }

       .col-sm-lb62 {
           bottom: 62px !important
       }

       .col-sm-lb63 {
           bottom: 63px !important
       }

       .col-sm-lb64 {
           bottom: 64px !important
       }

       .col-sm-lb65 {
           bottom: 65px !important
       }

       .col-sm-lb66 {
           bottom: 66px !important
       }

       .col-sm-lb67 {
           bottom: 67px !important
       }

       .col-sm-lb68 {
           bottom: 68px !important
       }

       .col-sm-lb69 {
           bottom: 69px !important
       }

       .col-sm-lb70 {
           bottom: 70px !important
       }

       .col-sm-lb71 {
           bottom: 71px !important
       }

       .col-sm-lb72 {
           bottom: 72px !important
       }

       .col-sm-lb73 {
           bottom: 73px !important
       }

       .col-sm-lb74 {
           bottom: 74px !important
       }

       .col-sm-lb75 {
           bottom: 75px !important
       }

       .col-sm-lb76 {
           bottom: 76px !important
       }

       .col-sm-lb77 {
           bottom: 77px !important
       }

       .col-sm-lb78 {
           bottom: 78px !important
       }

       .col-sm-lb79 {
           bottom: 79px !important
       }

       .col-sm-lb80 {
           bottom: 80px !important
       }

       .col-sm-lb81 {
           bottom: 81px !important
       }

       .col-sm-lb82 {
           bottom: 82px !important
       }

       .col-sm-lb83 {
           bottom: 83px !important
       }

       .col-sm-lb84 {
           bottom: 84px !important
       }

       .col-sm-lb85 {
           bottom: 85px !important
       }

       .col-sm-lb86 {
           bottom: 86px !important
       }

       .col-sm-lb87 {
           bottom: 87px !important
       }

       .col-sm-lb88 {
           bottom: 88px !important
       }

       .col-sm-lb89 {
           bottom: 89px !important
       }

       .col-sm-lb90 {
           bottom: 90px !important
       }

       .col-sm-lb91 {
           bottom: 91px !important
       }

       .col-sm-lb92 {
           bottom: 92px !important
       }

       .col-sm-lb93 {
           bottom: 93px !important
       }

       .col-sm-lb94 {
           bottom: 94px !important
       }

       .col-sm-lb95 {
           bottom: 95px !important
       }

       .col-sm-lb96 {
           bottom: 96px !important
       }

       .col-sm-lb97 {
           bottom: 97px !important
       }

       .col-sm-lb98 {
           bottom: 98px !important
       }

       .col-sm-lb99 {
           bottom: 99px !important
       }

       .col-sm-lb100 {
           bottom: 100px !important
       }

       .col-sm-lb101 {
           bottom: 101px !important
       }

       .col-sm-lb102 {
           bottom: 102px !important
       }

       .col-sm-lb103 {
           bottom: 103px !important
       }

       .col-sm-lb104 {
           bottom: 104px !important
       }

       .col-sm-lb105 {
           bottom: 105px !important
       }

       .col-sm-lb106 {
           bottom: 106px !important
       }

       .col-sm-lb107 {
           bottom: 107px !important
       }

       .col-sm-lb108 {
           bottom: 108px !important
       }

       .col-sm-lb109 {
           bottom: 109px !important
       }

       .col-sm-lb110 {
           bottom: 110px !important
       }

       .col-sm-lb111 {
           bottom: 111px !important
       }

       .col-sm-lb112 {
           bottom: 112px !important
       }

       .col-sm-lb113 {
           bottom: 113px !important
       }

       .col-sm-lb114 {
           bottom: 114px !important
       }

       .col-sm-lb115 {
           bottom: 115px !important
       }

       .col-sm-lb116 {
           bottom: 116px !important
       }

       .col-sm-lb117 {
           bottom: 117px !important
       }

       .col-sm-lb118 {
           bottom: 118px !important
       }

       .col-sm-lb119 {
           bottom: 119px !important
       }

       .col-sm-lb120 {
           bottom: 120px !important
       }

       .col-sm-lb121 {
           bottom: 121px !important
       }

       .col-sm-lb122 {
           bottom: 122px !important
       }

       .col-sm-lb123 {
           bottom: 123px !important
       }

       .col-sm-lb124 {
           bottom: 124px !important
       }

       .col-sm-lb125 {
           bottom: 125px !important
       }

       .col-sm-lb126 {
           bottom: 126px !important
       }

       .col-sm-lb127 {
           bottom: 127px !important
       }

       .col-sm-lb128 {
           bottom: 128px !important
       }

       .col-sm-lb129 {
           bottom: 129px !important
       }

       .col-sm-lb130 {
           bottom: 130px !important
       }

       .col-sm-lb131 {
           bottom: 131px !important
       }

       .col-sm-lb132 {
           bottom: 132px !important
       }

       .col-sm-lb133 {
           bottom: 133px !important
       }

       .col-sm-lb134 {
           bottom: 134px !important
       }

       .col-sm-lb135 {
           bottom: 135px !important
       }

       .col-sm-lb136 {
           bottom: 136px !important
       }

       .col-sm-lb137 {
           bottom: 137px !important
       }

       .col-sm-lb138 {
           bottom: 138px !important
       }

       .col-sm-lb139 {
           bottom: 139px !important
       }

       .col-sm-lb140 {
           bottom: 140px !important
       }

       .col-sm-lb141 {
           bottom: 141px !important
       }

       .col-sm-lb142 {
           bottom: 142px !important
       }

       .col-sm-lb143 {
           bottom: 143px !important
       }

       .col-sm-lb144 {
           bottom: 144px !important
       }

       .col-sm-lb145 {
           bottom: 145px !important
       }

       .col-sm-lb146 {
           bottom: 146px !important
       }

       .col-sm-lb147 {
           bottom: 147px !important
       }

       .col-sm-lb148 {
           bottom: 148px !important
       }

       .col-sm-lb149 {
           bottom: 149px !important
       }

       .col-sm-lb150 {
           bottom: 150px !important
       }

       .col-sm-lb151 {
           bottom: 151px !important
       }

       .col-sm-lb152 {
           bottom: 152px !important
       }

       .col-sm-lb153 {
           bottom: 153px !important
       }

       .col-sm-lb154 {
           bottom: 154px !important
       }

       .col-sm-lb155 {
           bottom: 155px !important
       }

       .col-sm-lb156 {
           bottom: 156px !important
       }

       .col-sm-lb157 {
           bottom: 157px !important
       }

       .col-sm-lb158 {
           bottom: 158px !important
       }

       .col-sm-lb159 {
           bottom: 159px !important
       }

       .col-sm-lb160 {
           bottom: 160px !important
       }

       .col-sm-lb161 {
           bottom: 161px !important
       }

       .col-sm-lb162 {
           bottom: 162px !important
       }

       .col-sm-lb163 {
           bottom: 163px !important
       }

       .col-sm-lb164 {
           bottom: 164px !important
       }

       .col-sm-lb165 {
           bottom: 165px !important
       }

       .col-sm-lb166 {
           bottom: 166px !important
       }

       .col-sm-lb167 {
           bottom: 167px !important
       }

       .col-sm-lb168 {
           bottom: 168px !important
       }

       .col-sm-lb169 {
           bottom: 169px !important
       }

       .col-sm-lb170 {
           bottom: 170px !important
       }

       .col-sm-lb171 {
           bottom: 171px !important
       }

       .col-sm-lb172 {
           bottom: 172px !important
       }

       .col-sm-lb173 {
           bottom: 173px !important
       }

       .col-sm-lb174 {
           bottom: 174px !important
       }

       .col-sm-lb175 {
           bottom: 175px !important
       }

       .col-sm-lb176 {
           bottom: 176px !important
       }

       .col-sm-lb177 {
           bottom: 177px !important
       }

       .col-sm-lb178 {
           bottom: 178px !important
       }

       .col-sm-lb179 {
           bottom: 179px !important
       }

       .col-sm-lb180 {
           bottom: 180px !important
       }

       .col-sm-lb181 {
           bottom: 181px !important
       }

       .col-sm-lb182 {
           bottom: 182px !important
       }

       .col-sm-lb183 {
           bottom: 183px !important
       }

       .col-sm-lb184 {
           bottom: 184px !important
       }

       .col-sm-lb185 {
           bottom: 185px !important
       }

       .col-sm-lb186 {
           bottom: 186px !important
       }

       .col-sm-lb187 {
           bottom: 187px !important
       }

       .col-sm-lb188 {
           bottom: 188px !important
       }

       .col-sm-lb189 {
           bottom: 189px !important
       }

       .col-sm-lb190 {
           bottom: 190px !important
       }

       .col-sm-lb191 {
           bottom: 191px !important
       }

       .col-sm-lb192 {
           bottom: 192px !important
       }

       .col-sm-lb193 {
           bottom: 193px !important
       }

       .col-sm-lb194 {
           bottom: 194px !important
       }

       .col-sm-lb195 {
           bottom: 195px !important
       }

       .col-sm-lb196 {
           bottom: 196px !important
       }

       .col-sm-lb197 {
           bottom: 197px !important
       }

       .col-sm-lb198 {
           bottom: 198px !important
       }

       .col-sm-lb199 {
           bottom: 199px !important
       }

       .col-sm-lb200 {
           bottom: 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-lb0 {
           bottom: 0px !important
       }

       .col-xs-lb1 {
           bottom: 1px !important
       }

       .col-xs-lb2 {
           bottom: 2px !important
       }

       .col-xs-lb3 {
           bottom: 3px !important
       }

       .col-xs-lb4 {
           bottom: 4px !important
       }

       .col-xs-lb5 {
           bottom: 5px !important
       }

       .col-xs-lb6 {
           bottom: 6px !important
       }

       .col-xs-lb7 {
           bottom: 7px !important
       }

       .col-xs-lb8 {
           bottom: 8px !important
       }

       .col-xs-lb9 {
           bottom: 9px !important
       }

       .col-xs-lb10 {
           bottom: 10px !important
       }

       .col-xs-lb11 {
           bottom: 11px !important
       }

       .col-xs-lb12 {
           bottom: 12px !important
       }

       .col-xs-lb13 {
           bottom: 13px !important
       }

       .col-xs-lb14 {
           bottom: 14px !important
       }

       .col-xs-lb15 {
           bottom: 15px !important
       }

       .col-xs-lb16 {
           bottom: 16px !important
       }

       .col-xs-lb17 {
           bottom: 17px !important
       }

       .col-xs-lb18 {
           bottom: 18px !important
       }

       .col-xs-lb19 {
           bottom: 19px !important
       }

       .col-xs-lb20 {
           bottom: 20px !important
       }

       .col-xs-lb21 {
           bottom: 21px !important
       }

       .col-xs-lb22 {
           bottom: 22px !important
       }

       .col-xs-lb23 {
           bottom: 23px !important
       }

       .col-xs-lb24 {
           bottom: 24px !important
       }

       .col-xs-lb25 {
           bottom: 25px !important
       }

       .col-xs-lb26 {
           bottom: 26px !important
       }

       .col-xs-lb27 {
           bottom: 27px !important
       }

       .col-xs-lb28 {
           bottom: 28px !important
       }

       .col-xs-lb29 {
           bottom: 29px !important
       }

       .col-xs-lb30 {
           bottom: 30px !important
       }

       .col-xs-lb31 {
           bottom: 31px !important
       }

       .col-xs-lb32 {
           bottom: 32px !important
       }

       .col-xs-lb33 {
           bottom: 33px !important
       }

       .col-xs-lb34 {
           bottom: 34px !important
       }

       .col-xs-lb35 {
           bottom: 35px !important
       }

       .col-xs-lb36 {
           bottom: 36px !important
       }

       .col-xs-lb37 {
           bottom: 37px !important
       }

       .col-xs-lb38 {
           bottom: 38px !important
       }

       .col-xs-lb39 {
           bottom: 39px !important
       }

       .col-xs-lb40 {
           bottom: 40px !important
       }

       .col-xs-lb41 {
           bottom: 41px !important
       }

       .col-xs-lb42 {
           bottom: 42px !important
       }

       .col-xs-lb43 {
           bottom: 43px !important
       }

       .col-xs-lb44 {
           bottom: 44px !important
       }

       .col-xs-lb45 {
           bottom: 45px !important
       }

       .col-xs-lb46 {
           bottom: 46px !important
       }

       .col-xs-lb47 {
           bottom: 47px !important
       }

       .col-xs-lb48 {
           bottom: 48px !important
       }

       .col-xs-lb49 {
           bottom: 49px !important
       }

       .col-xs-lb50 {
           bottom: 50px !important
       }

       .col-xs-lb51 {
           bottom: 51px !important
       }

       .col-xs-lb52 {
           bottom: 52px !important
       }

       .col-xs-lb53 {
           bottom: 53px !important
       }

       .col-xs-lb54 {
           bottom: 54px !important
       }

       .col-xs-lb55 {
           bottom: 55px !important
       }

       .col-xs-lb56 {
           bottom: 56px !important
       }

       .col-xs-lb57 {
           bottom: 57px !important
       }

       .col-xs-lb58 {
           bottom: 58px !important
       }

       .col-xs-lb59 {
           bottom: 59px !important
       }

       .col-xs-lb60 {
           bottom: 60px !important
       }

       .col-xs-lb61 {
           bottom: 61px !important
       }

       .col-xs-lb62 {
           bottom: 62px !important
       }

       .col-xs-lb63 {
           bottom: 63px !important
       }

       .col-xs-lb64 {
           bottom: 64px !important
       }

       .col-xs-lb65 {
           bottom: 65px !important
       }

       .col-xs-lb66 {
           bottom: 66px !important
       }

       .col-xs-lb67 {
           bottom: 67px !important
       }

       .col-xs-lb68 {
           bottom: 68px !important
       }

       .col-xs-lb69 {
           bottom: 69px !important
       }

       .col-xs-lb70 {
           bottom: 70px !important
       }

       .col-xs-lb71 {
           bottom: 71px !important
       }

       .col-xs-lb72 {
           bottom: 72px !important
       }

       .col-xs-lb73 {
           bottom: 73px !important
       }

       .col-xs-lb74 {
           bottom: 74px !important
       }

       .col-xs-lb75 {
           bottom: 75px !important
       }

       .col-xs-lb76 {
           bottom: 76px !important
       }

       .col-xs-lb77 {
           bottom: 77px !important
       }

       .col-xs-lb78 {
           bottom: 78px !important
       }

       .col-xs-lb79 {
           bottom: 79px !important
       }

       .col-xs-lb80 {
           bottom: 80px !important
       }

       .col-xs-lb81 {
           bottom: 81px !important
       }

       .col-xs-lb82 {
           bottom: 82px !important
       }

       .col-xs-lb83 {
           bottom: 83px !important
       }

       .col-xs-lb84 {
           bottom: 84px !important
       }

       .col-xs-lb85 {
           bottom: 85px !important
       }

       .col-xs-lb86 {
           bottom: 86px !important
       }

       .col-xs-lb87 {
           bottom: 87px !important
       }

       .col-xs-lb88 {
           bottom: 88px !important
       }

       .col-xs-lb89 {
           bottom: 89px !important
       }

       .col-xs-lb90 {
           bottom: 90px !important
       }

       .col-xs-lb91 {
           bottom: 91px !important
       }

       .col-xs-lb92 {
           bottom: 92px !important
       }

       .col-xs-lb93 {
           bottom: 93px !important
       }

       .col-xs-lb94 {
           bottom: 94px !important
       }

       .col-xs-lb95 {
           bottom: 95px !important
       }

       .col-xs-lb96 {
           bottom: 96px !important
       }

       .col-xs-lb97 {
           bottom: 97px !important
       }

       .col-xs-lb98 {
           bottom: 98px !important
       }

       .col-xs-lb99 {
           bottom: 99px !important
       }

       .col-xs-lb100 {
           bottom: 100px !important
       }

       .col-xs-lb101 {
           bottom: 101px !important
       }

       .col-xs-lb102 {
           bottom: 102px !important
       }

       .col-xs-lb103 {
           bottom: 103px !important
       }

       .col-xs-lb104 {
           bottom: 104px !important
       }

       .col-xs-lb105 {
           bottom: 105px !important
       }

       .col-xs-lb106 {
           bottom: 106px !important
       }

       .col-xs-lb107 {
           bottom: 107px !important
       }

       .col-xs-lb108 {
           bottom: 108px !important
       }

       .col-xs-lb109 {
           bottom: 109px !important
       }

       .col-xs-lb110 {
           bottom: 110px !important
       }

       .col-xs-lb111 {
           bottom: 111px !important
       }

       .col-xs-lb112 {
           bottom: 112px !important
       }

       .col-xs-lb113 {
           bottom: 113px !important
       }

       .col-xs-lb114 {
           bottom: 114px !important
       }

       .col-xs-lb115 {
           bottom: 115px !important
       }

       .col-xs-lb116 {
           bottom: 116px !important
       }

       .col-xs-lb117 {
           bottom: 117px !important
       }

       .col-xs-lb118 {
           bottom: 118px !important
       }

       .col-xs-lb119 {
           bottom: 119px !important
       }

       .col-xs-lb120 {
           bottom: 120px !important
       }

       .col-xs-lb121 {
           bottom: 121px !important
       }

       .col-xs-lb122 {
           bottom: 122px !important
       }

       .col-xs-lb123 {
           bottom: 123px !important
       }

       .col-xs-lb124 {
           bottom: 124px !important
       }

       .col-xs-lb125 {
           bottom: 125px !important
       }

       .col-xs-lb126 {
           bottom: 126px !important
       }

       .col-xs-lb127 {
           bottom: 127px !important
       }

       .col-xs-lb128 {
           bottom: 128px !important
       }

       .col-xs-lb129 {
           bottom: 129px !important
       }

       .col-xs-lb130 {
           bottom: 130px !important
       }

       .col-xs-lb131 {
           bottom: 131px !important
       }

       .col-xs-lb132 {
           bottom: 132px !important
       }

       .col-xs-lb133 {
           bottom: 133px !important
       }

       .col-xs-lb134 {
           bottom: 134px !important
       }

       .col-xs-lb135 {
           bottom: 135px !important
       }

       .col-xs-lb136 {
           bottom: 136px !important
       }

       .col-xs-lb137 {
           bottom: 137px !important
       }

       .col-xs-lb138 {
           bottom: 138px !important
       }

       .col-xs-lb139 {
           bottom: 139px !important
       }

       .col-xs-lb140 {
           bottom: 140px !important
       }

       .col-xs-lb141 {
           bottom: 141px !important
       }

       .col-xs-lb142 {
           bottom: 142px !important
       }

       .col-xs-lb143 {
           bottom: 143px !important
       }

       .col-xs-lb144 {
           bottom: 144px !important
       }

       .col-xs-lb145 {
           bottom: 145px !important
       }

       .col-xs-lb146 {
           bottom: 146px !important
       }

       .col-xs-lb147 {
           bottom: 147px !important
       }

       .col-xs-lb148 {
           bottom: 148px !important
       }

       .col-xs-lb149 {
           bottom: 149px !important
       }

       .col-xs-lb150 {
           bottom: 150px !important
       }

       .col-xs-lb151 {
           bottom: 151px !important
       }

       .col-xs-lb152 {
           bottom: 152px !important
       }

       .col-xs-lb153 {
           bottom: 153px !important
       }

       .col-xs-lb154 {
           bottom: 154px !important
       }

       .col-xs-lb155 {
           bottom: 155px !important
       }

       .col-xs-lb156 {
           bottom: 156px !important
       }

       .col-xs-lb157 {
           bottom: 157px !important
       }

       .col-xs-lb158 {
           bottom: 158px !important
       }

       .col-xs-lb159 {
           bottom: 159px !important
       }

       .col-xs-lb160 {
           bottom: 160px !important
       }

       .col-xs-lb161 {
           bottom: 161px !important
       }

       .col-xs-lb162 {
           bottom: 162px !important
       }

       .col-xs-lb163 {
           bottom: 163px !important
       }

       .col-xs-lb164 {
           bottom: 164px !important
       }

       .col-xs-lb165 {
           bottom: 165px !important
       }

       .col-xs-lb166 {
           bottom: 166px !important
       }

       .col-xs-lb167 {
           bottom: 167px !important
       }

       .col-xs-lb168 {
           bottom: 168px !important
       }

       .col-xs-lb169 {
           bottom: 169px !important
       }

       .col-xs-lb170 {
           bottom: 170px !important
       }

       .col-xs-lb171 {
           bottom: 171px !important
       }

       .col-xs-lb172 {
           bottom: 172px !important
       }

       .col-xs-lb173 {
           bottom: 173px !important
       }

       .col-xs-lb174 {
           bottom: 174px !important
       }

       .col-xs-lb175 {
           bottom: 175px !important
       }

       .col-xs-lb176 {
           bottom: 176px !important
       }

       .col-xs-lb177 {
           bottom: 177px !important
       }

       .col-xs-lb178 {
           bottom: 178px !important
       }

       .col-xs-lb179 {
           bottom: 179px !important
       }

       .col-xs-lb180 {
           bottom: 180px !important
       }

       .col-xs-lb181 {
           bottom: 181px !important
       }

       .col-xs-lb182 {
           bottom: 182px !important
       }

       .col-xs-lb183 {
           bottom: 183px !important
       }

       .col-xs-lb184 {
           bottom: 184px !important
       }

       .col-xs-lb185 {
           bottom: 185px !important
       }

       .col-xs-lb186 {
           bottom: 186px !important
       }

       .col-xs-lb187 {
           bottom: 187px !important
       }

       .col-xs-lb188 {
           bottom: 188px !important
       }

       .col-xs-lb189 {
           bottom: 189px !important
       }

       .col-xs-lb190 {
           bottom: 190px !important
       }

       .col-xs-lb191 {
           bottom: 191px !important
       }

       .col-xs-lb192 {
           bottom: 192px !important
       }

       .col-xs-lb193 {
           bottom: 193px !important
       }

       .col-xs-lb194 {
           bottom: 194px !important
       }

       .col-xs-lb195 {
           bottom: 195px !important
       }

       .col-xs-lb196 {
           bottom: 196px !important
       }

       .col-xs-lb197 {
           bottom: 197px !important
       }

       .col-xs-lb198 {
           bottom: 198px !important
       }

       .col-xs-lb199 {
           bottom: 199px !important
       }

       .col-xs-lb200 {
           bottom: 200px !important
       }
   }

   .op0 {
       opacity: 0 !important
   }

   .op05 {
       opacity: 0.05 !important
   }

   .op1 {
       opacity: 0.10 !important
   }

   .op2 {
       opacity: 0.20 !important
   }

   .op3 {
       opacity: 0.30 !important
   }

   .op4 {
       opacity: 0.40 !important
   }

   .op5 {
       opacity: 0.50 !important
   }

   .op6 {
       opacity: 0.60 !important
   }

   .op7 {
       opacity: 0.70 !important
   }

   .op8 {
       opacity: 0.80 !important
   }

   .op9 {
       opacity: 0.90 !important
   }

   .op10 {
       opacity: 1 !important
   }

   .op10-hover:hover,
   .op10-hover:hover div,
   .op10-hover:hover span,
   .op10-hover:hover a,
   .op10-hover:hover i,
   .op10-hover:hover ul,
   .op10-hover:hover ol,
   .op10-hover:hover li {
       opacity: 1 !important
   }

   .op9-hover:hover,
   .op9-hover:hover div,
   .op9-hover:hover span,
   .op9-hover:hover a,
   .op9-hover:hover i,
   .op9-hover:hover ul,
   .op9-hover:hover ol,
   .op9-hover:hover li {
       opacity: .9 !important
   }

   .op8-hover:hover,
   .op8-hover:hover div,
   .op8-hover:hover span,
   .op8-hover:hover a,
   .op8-hover:hover i,
   .op8-hover:hover ul,
   .op8-hover:hover ol,
   .op8-hover:hover li {
       opacity: .8 !important
   }

   .op7-hover:hover,
   .op7-hover:hover div,
   .op7-hover:hover span,
   .op7-hover:hover a,
   .op7-hover:hover i,
   .op7-hover:hover ul,
   .op7-hover:hover ol,
   .op7-hover:hover li {
       opacity: .7 !important
   }

   .op6-hover:hover,
   .op6-hover:hover div,
   .op6-hover:hover span,
   .op6-hover:hover a,
   .op6-hover:hover i,
   .op6-hover:hover ul,
   .op6-hover:hover ol,
   .op6-hover:hover li {
       opacity: .6 !important
   }

   .op5-hover:hover,
   .op5-hover:hover div,
   .op5-hover:hover span,
   .op5-hover:hover a,
   .op5-hover:hover i,
   .op5-hover:hover ul,
   .op5-hover:hover ol,
   .op5-hover:hover li {
       opacity: .5 !important
   }

   .op4-hover:hover,
   .op4-hover:hover div,
   .op4-hover:hover span,
   .op4-hover:hover a,
   .op4-hover:hover i,
   .op4-hover:hover ul,
   .op4-hover:hover ol,
   .op4-hover:hover li {
       opacity: .4 !important
   }

   .op3-hover:hover,
   .op3-hover:hover div,
   .op3-hover:hover span,
   .op3-hover:hover a,
   .op3-hover:hover i,
   .op3-hover:hover ul,
   .op3-hover:hover ol,
   .op3-hover:hover li {
       opacity: .3 !important
   }

   .op2-hover:hover,
   .op2-hover:hover div,
   .op2-hover:hover span,
   .op2-hover:hover a,
   .op2-hover:hover i,
   .op2-hover:hover ul,
   .op2-hover:hover ol,
   .op2-hover:hover li {
       opacity: .2 !important
   }

   .op1-hover:hover,
   .op1-hover:hover div,
   .op1-hover:hover span,
   .op1-hover:hover a,
   .op1-hover:hover i,
   .op1-hover:hover ul,
   .op1-hover:hover ol,
   .op1-hover:hover li {
       opacity: .1 !important
   }

   @media screen and (max-width:991px) {
       .col-sm-op0 {
           opacity: 0 !important
       }

       .col-sm-op05 {
           opacity: 0.05 !important
       }

       .col-sm-op1 {
           opacity: 0.10 !important
       }

       .col-sm-op2 {
           opacity: 0.20 !important
       }

       .col-sm-op3 {
           opacity: 0.30 !important
       }

       .col-sm-op4 {
           opacity: 0.40 !important
       }

       .col-sm-op5 {
           opacity: 0.50 !important
       }

       .col-sm-op6 {
           opacity: 0.60 !important
       }

       .col-sm-op7 {
           opacity: 0.70 !important
       }

       .col-sm-op8 {
           opacity: 0.80 !important
       }

       .col-sm-op9 {
           opacity: 0.90 !important
       }

       .col-sm-op10 {
           opacity: 1 !important
       }

       .col-sm-op10-hover:hover,
       .op10-hover:hover div,
       .op10-hover:hover span,
       .op10-hover:hover a,
       .op10-hover:hover i,
       .op10-hover:hover ul,
       .op10-hover:hover ol,
       .op10-hover:hover li {
           opacity: 1 !important
       }

       .col-sm-op9-hover:hover,
       .col-sm-op9-hover:hover div,
       .col-sm-op9-hover:hover span,
       .col-sm-op9-hover:hover a,
       .col-sm-op9-hover:hover i,
       .col-sm-op9-hover:hover ul,
       .col-sm-op9-hover:hover ol,
       .col-sm-op9-hover:hover li {
           opacity: .9 !important
       }

       .col-sm-op8-hover:hover,
       .col-sm-op8-hover:hover div,
       .col-sm-op8-hover:hover span,
       .col-sm-op8-hover:hover a,
       .col-sm-op8-hover:hover i,
       .col-sm-op8-hover:hover ul,
       .col-sm-op8-hover:hover ol,
       .col-sm-op8-hover:hover li {
           opacity: .8 !important
       }

       .col-sm-op7-hover:hover,
       .col-sm-op7-hover:hover div,
       .col-sm-op7-hover:hover span,
       .col-sm-op7-hover:hover a,
       .col-sm-op7-hover:hover i,
       .col-sm-op7-hover:hover ul,
       .col-sm-op7-hover:hover ol,
       .col-sm-op7-hover:hover li {
           opacity: .7 !important
       }

       .col-sm-op6-hover:hover,
       .col-sm-op6-hover:hover div,
       .col-sm-op6-hover:hover span,
       .col-sm-op6-hover:hover a,
       .col-sm-op6-hover:hover i,
       .col-sm-op6-hover:hover ul,
       .col-sm-op6-hover:hover ol,
       .col-sm-op6-hover:hover li {
           opacity: .6 !important
       }

       .col-sm-op5-hover:hover,
       .col-sm-op5-hover:hover div,
       .col-sm-op5-hover:hover span,
       .col-sm-op5-hover:hover a,
       .col-sm-op5-hover:hover i,
       .col-sm-op5-hover:hover ul,
       .col-sm-op5-hover:hover ol,
       .col-sm-op5-hover:hover li {
           opacity: .5 !important
       }

       .col-sm-op4-hover:hover,
       .col-sm-op4-hover:hover div,
       .col-sm-op4-hover:hover span,
       .col-sm-op4-hover:hover a,
       .col-sm-op4-hover:hover i,
       .col-sm-op4-hover:hover ul,
       .col-sm-op4-hover:hover ol,
       .col-sm-op4-hover:hover li {
           opacity: .4 !important
       }

       .col-sm-op3-hover:hover,
       .col-sm-op3-hover:hover div,
       .col-sm-op3-hover:hover span,
       .col-sm-op3-hover:hover a,
       .col-sm-op3-hover:hover i,
       .col-sm-op3-hover:hover ul,
       .col-sm-op3-hover:hover ol,
       .col-sm-op3-hover:hover li {
           opacity: .3 !important
       }

       .col-sm-op2-hover:hover,
       .col-sm-op2-hover:hover div,
       .col-sm-op2-hover:hover span,
       .col-sm-op2-hover:hover a,
       .col-sm-op2-hover:hover i,
       .col-sm-op2-hover:hover ul,
       .col-sm-op2-hover:hover ol,
       .col-sm-op2-hover:hover li {
           opacity: .2 !important
       }

       .col-sm-op1-hover:hover,
       .col-sm-op1-hover:hover div,
       .col-sm-op1-hover:hover span,
       .col-sm-op1-hover:hover a,
       .col-sm-op1-hover:hover i,
       .col-sm-op1-hover:hover ul,
       .col-sm-op1-hover:hover ol,
       .col-sm-op1-hover:hover li {
           opacity: .1 !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-op0 {
           opacity: 0 !important
       }

       .col-xs-op05 {
           opacity: 0.05 !important
       }

       .col-xs-op1 {
           opacity: 0.10 !important
       }

       .col-xs-op2 {
           opacity: 0.20 !important
       }

       .col-xs-op3 {
           opacity: 0.30 !important
       }

       .col-xs-op4 {
           opacity: 0.40 !important
       }

       .col-xs-op5 {
           opacity: 0.50 !important
       }

       .col-xs-op6 {
           opacity: 0.60 !important
       }

       .col-xs-op7 {
           opacity: 0.70 !important
       }

       .col-xs-op8 {
           opacity: 0.80 !important
       }

       .col-xs-op9 {
           opacity: 0.90 !important
       }

       .col-xs-op10 {
           opacity: 1 !important
       }

       .col-xs-op10-hover:hover,
       .col-xs-op10-hover:hover div,
       .col-xs-op10-hover:hover span,
       .col-xs-op10-hover:hover a,
       .col-xs-op10-hover:hover i,
       .col-xs-op10-hover:hover ul,
       .col-xs-op10-hover:hover ol,
       .col-xs-op10-hover:hover li {
           opacity: 1 !important
       }

       .col-xs-op9-hover:hover,
       .col-xs-op9-hover:hover div,
       .col-xs-op9-hover:hover span,
       .col-xs-op9-hover:hover a,
       .col-xs-op9-hover:hover i,
       .col-xs-op9-hover:hover ul,
       .col-xs-op9-hover:hover ol,
       .col-xs-op9-hover:hover li {
           opacity: .9 !important
       }

       .col-xs-op8-hover:hover,
       .col-xs-op7-hover:hover div,
       .col-xs-op7-hover:hover span,
       .col-xs-op7-hover:hover a,
       .col-xs-op7-hover:hover i,
       .col-xs-op7-hover:hover ul,
       .col-xs-op7-hover:hover ol,
       .col-xs-op7-hover:hover li {
           opacity: .8 !important
       }

       .col-xs-op7-hover:hover,
       .col-xs-op7-hover:hover div,
       .col-xs-op7-hover:hover span,
       .col-xs-op7-hover:hover a,
       .col-xs-op7-hover:hover i,
       .col-xs-op7-hover:hover ul,
       .col-xs-op7-hover:hover ol,
       .col-xs-op7-hover:hover li {
           opacity: .7 !important
       }

       .col-xs-op6-hover:hover,
       .col-xs-op6-hover:hover div,
       .col-xs-op6-hover:hover span,
       .col-xs-op6-hover:hover a,
       .col-xs-op6-hover:hover i,
       .col-xs-op6-hover:hover ul,
       .col-xs-op6-hover:hover ol,
       .col-xs-op6-hover:hover li {
           opacity: .6 !important
       }

       .col-xs-op5-hover:hover,
       .col-xs-op5-hover:hover div,
       .col-xs-op5-hover:hover span,
       .col-xs-op5-hover:hover a,
       .col-xs-op5-hover:hover i,
       .col-xs-op5-hover:hover ul,
       .col-xs-op5-hover:hover ol,
       .col-xs-op5-hover:hover li {
           opacity: .5 !important
       }

       .col-xs-op4-hover:hover,
       .col-xs-op4-hover:hover div,
       .col-xs-op4-hover:hover span,
       .col-xs-op4-hover:hover a,
       .col-xs-op4-hover:hover i,
       .col-xs-op4-hover:hover ul,
       .col-xs-op4-hover:hover ol,
       .col-xs-op4-hover:hover li {
           opacity: .4 !important
       }

       .col-xs-op3-hover:hover,
       .col-xs-op3-hover:hover div,
       .col-xs-op3-hover:hover span,
       .col-xs-op3-hover:hover a,
       .col-xs-op3-hover:hover i,
       .col-xs-op3-hover:hover ul,
       .col-xs-op3-hover:hover ol,
       .col-xs-op3-hover:hover li {
           opacity: .3 !important
       }

       .col-xs-op2-hover:hover,
       .col-xs-op2-hover:hover div,
       .col-xs-op2-hover:hover span,
       .col-xs-op2-hover:hover a,
       .col-xs-op2-hover:hover i,
       .col-xs-op2-hover:hover ul,
       .col-xs-op2-hover:hover ol,
       .col-xs-op2-hover:hover li {
           opacity: .2 !important
       }

       .col-xs-op1-hover:hover,
       .col-xs-op1-hover:hover div,
       .col-xs-op1-hover:hover span,
       .col-xs-op1-hover:hover a,
       .col-xs-op1-hover:hover i,
       .col-xs-op1-hover:hover ul,
       .col-xs-op1-hover:hover ol,
       .col-xs-op1-hover:hover li {
           opacity: .1 !important
       }
   }

   .ti0 {
       text-indent: 0px !important
   }

   .ti1 {
       text-indent: 1px !important
   }

   .ti2 {
       text-indent: 2px !important
   }

   .ti3 {
       text-indent: 3px !important
   }

   .ti4 {
       text-indent: 4px !important
   }

   .ti5 {
       text-indent: 5px !important
   }

   .ti6 {
       text-indent: 6px !important
   }

   .ti7 {
       text-indent: 7px !important
   }

   .ti8 {
       text-indent: 8px !important
   }

   .ti9 {
       text-indent: 9px !important
   }

   .ti10 {
       text-indent: 10px !important
   }

   .ti11 {
       text-indent: 11px !important
   }

   .ti12 {
       text-indent: 12px !important
   }

   .ti13 {
       text-indent: 13px !important
   }

   .ti14 {
       text-indent: 14px !important
   }

   .ti15 {
       text-indent: 15px !important
   }

   .ti16 {
       text-indent: 16px !important
   }

   .ti17 {
       text-indent: 17px !important
   }

   .ti18 {
       text-indent: 18px !important
   }

   .ti19 {
       text-indent: 19px !important
   }

   .ti20 {
       text-indent: 20px !important
   }

   .ti21 {
       text-indent: 21px !important
   }

   .ti22 {
       text-indent: 22px !important
   }

   .ti23 {
       text-indent: 23px !important
   }

   .ti24 {
       text-indent: 24px !important
   }

   .ti25 {
       text-indent: 25px !important
   }

   .ti26 {
       text-indent: 26px !important
   }

   .ti27 {
       text-indent: 27px !important
   }

   .ti28 {
       text-indent: 28px !important
   }

   .ti29 {
       text-indent: 29px !important
   }

   .ti30 {
       text-indent: 30px !important
   }

   .ti31 {
       text-indent: 31px !important
   }

   .ti32 {
       text-indent: 32px !important
   }

   .ti33 {
       text-indent: 33px !important
   }

   .ti34 {
       text-indent: 34px !important
   }

   .ti35 {
       text-indent: 35px !important
   }

   .ti36 {
       text-indent: 36px !important
   }

   .ti37 {
       text-indent: 37px !important
   }

   .ti38 {
       text-indent: 38px !important
   }

   .ti39 {
       text-indent: 39px !important
   }

   .ti40 {
       text-indent: 40px !important
   }

   .ti41 {
       text-indent: 41px !important
   }

   .ti42 {
       text-indent: 42px !important
   }

   .ti43 {
       text-indent: 43px !important
   }

   .ti44 {
       text-indent: 44px !important
   }

   .ti45 {
       text-indent: 45px !important
   }

   .ti46 {
       text-indent: 46px !important
   }

   .ti47 {
       text-indent: 47px !important
   }

   .ti48 {
       text-indent: 48px !important
   }

   .ti49 {
       text-indent: 49px !important
   }

   .ti50 {
       text-indent: 50px !important
   }

   .ti51 {
       text-indent: 51px !important
   }

   .ti52 {
       text-indent: 52px !important
   }

   .ti53 {
       text-indent: 53px !important
   }

   .ti54 {
       text-indent: 54px !important
   }

   .ti55 {
       text-indent: 55px !important
   }

   .ti56 {
       text-indent: 56px !important
   }

   .ti57 {
       text-indent: 57px !important
   }

   .ti58 {
       text-indent: 58px !important
   }

   .ti59 {
       text-indent: 59px !important
   }

   .ti60 {
       text-indent: 60px !important
   }

   .ti61 {
       text-indent: 61px !important
   }

   .ti62 {
       text-indent: 62px !important
   }

   .ti63 {
       text-indent: 63px !important
   }

   .ti64 {
       text-indent: 64px !important
   }

   .ti65 {
       text-indent: 65px !important
   }

   .ti66 {
       text-indent: 66px !important
   }

   .ti67 {
       text-indent: 67px !important
   }

   .ti68 {
       text-indent: 68px !important
   }

   .ti69 {
       text-indent: 69px !important
   }

   .ti70 {
       text-indent: 70px !important
   }

   .ti71 {
       text-indent: 71px !important
   }

   .ti72 {
       text-indent: 72px !important
   }

   .ti73 {
       text-indent: 73px !important
   }

   .ti74 {
       text-indent: 74px !important
   }

   .ti75 {
       text-indent: 75px !important
   }

   .ti76 {
       text-indent: 76px !important
   }

   .ti77 {
       text-indent: 77px !important
   }

   .ti78 {
       text-indent: 78px !important
   }

   .ti79 {
       text-indent: 79px !important
   }

   .ti80 {
       text-indent: 80px !important
   }

   .ti81 {
       text-indent: 81px !important
   }

   .ti82 {
       text-indent: 82px !important
   }

   .ti83 {
       text-indent: 83px !important
   }

   .ti84 {
       text-indent: 84px !important
   }

   .ti85 {
       text-indent: 85px !important
   }

   .ti86 {
       text-indent: 86px !important
   }

   .ti87 {
       text-indent: 87px !important
   }

   .ti88 {
       text-indent: 88px !important
   }

   .ti89 {
       text-indent: 89px !important
   }

   .ti90 {
       text-indent: 90px !important
   }

   .ti91 {
       text-indent: 91px !important
   }

   .ti92 {
       text-indent: 92px !important
   }

   .ti93 {
       text-indent: 93px !important
   }

   .ti94 {
       text-indent: 94px !important
   }

   .ti95 {
       text-indent: 95px !important
   }

   .ti96 {
       text-indent: 96px !important
   }

   .ti97 {
       text-indent: 97px !important
   }

   .ti98 {
       text-indent: 98px !important
   }

   .ti99 {
       text-indent: 99px !important
   }

   .ti100 {
       text-indent: 100px !important
   }

   .ti101 {
       text-indent: 101px !important
   }

   .ti102 {
       text-indent: 102px !important
   }

   .ti103 {
       text-indent: 103px !important
   }

   .ti104 {
       text-indent: 104px !important
   }

   .ti105 {
       text-indent: 105px !important
   }

   .ti106 {
       text-indent: 106px !important
   }

   .ti107 {
       text-indent: 107px !important
   }

   .ti108 {
       text-indent: 108px !important
   }

   .ti109 {
       text-indent: 109px !important
   }

   .ti110 {
       text-indent: 110px !important
   }

   .ti111 {
       text-indent: 111px !important
   }

   .ti112 {
       text-indent: 112px !important
   }

   .ti113 {
       text-indent: 113px !important
   }

   .ti114 {
       text-indent: 114px !important
   }

   .ti115 {
       text-indent: 115px !important
   }

   .ti116 {
       text-indent: 116px !important
   }

   .ti117 {
       text-indent: 117px !important
   }

   .ti118 {
       text-indent: 118px !important
   }

   .ti119 {
       text-indent: 119px !important
   }

   .ti120 {
       text-indent: 120px !important
   }

   .ti121 {
       text-indent: 121px !important
   }

   .ti122 {
       text-indent: 122px !important
   }

   .ti123 {
       text-indent: 123px !important
   }

   .ti124 {
       text-indent: 124px !important
   }

   .ti125 {
       text-indent: 125px !important
   }

   .ti126 {
       text-indent: 126px !important
   }

   .ti127 {
       text-indent: 127px !important
   }

   .ti128 {
       text-indent: 128px !important
   }

   .ti129 {
       text-indent: 129px !important
   }

   .ti130 {
       text-indent: 130px !important
   }

   .ti131 {
       text-indent: 131px !important
   }

   .ti132 {
       text-indent: 132px !important
   }

   .ti133 {
       text-indent: 133px !important
   }

   .ti134 {
       text-indent: 134px !important
   }

   .ti135 {
       text-indent: 135px !important
   }

   .ti136 {
       text-indent: 136px !important
   }

   .ti137 {
       text-indent: 137px !important
   }

   .ti138 {
       text-indent: 138px !important
   }

   .ti139 {
       text-indent: 139px !important
   }

   .ti140 {
       text-indent: 140px !important
   }

   .ti141 {
       text-indent: 141px !important
   }

   .ti142 {
       text-indent: 142px !important
   }

   .ti143 {
       text-indent: 143px !important
   }

   .ti144 {
       text-indent: 144px !important
   }

   .ti145 {
       text-indent: 145px !important
   }

   .ti146 {
       text-indent: 146px !important
   }

   .ti147 {
       text-indent: 147px !important
   }

   .ti148 {
       text-indent: 148px !important
   }

   .ti149 {
       text-indent: 149px !important
   }

   .ti150 {
       text-indent: 150px !important
   }

   .ti151 {
       text-indent: 151px !important
   }

   .ti152 {
       text-indent: 152px !important
   }

   .ti153 {
       text-indent: 153px !important
   }

   .ti154 {
       text-indent: 154px !important
   }

   .ti155 {
       text-indent: 155px !important
   }

   .ti156 {
       text-indent: 156px !important
   }

   .ti157 {
       text-indent: 157px !important
   }

   .ti158 {
       text-indent: 158px !important
   }

   .ti159 {
       text-indent: 159px !important
   }

   .ti160 {
       text-indent: 160px !important
   }

   .ti161 {
       text-indent: 161px !important
   }

   .ti162 {
       text-indent: 162px !important
   }

   .ti163 {
       text-indent: 163px !important
   }

   .ti164 {
       text-indent: 164px !important
   }

   .ti165 {
       text-indent: 165px !important
   }

   .ti166 {
       text-indent: 166px !important
   }

   .ti167 {
       text-indent: 167px !important
   }

   .ti168 {
       text-indent: 168px !important
   }

   .ti169 {
       text-indent: 169px !important
   }

   .ti170 {
       text-indent: 170px !important
   }

   .ti171 {
       text-indent: 171px !important
   }

   .ti172 {
       text-indent: 172px !important
   }

   .ti173 {
       text-indent: 173px !important
   }

   .ti174 {
       text-indent: 174px !important
   }

   .ti175 {
       text-indent: 175px !important
   }

   .ti176 {
       text-indent: 176px !important
   }

   .ti177 {
       text-indent: 177px !important
   }

   .ti178 {
       text-indent: 178px !important
   }

   .ti179 {
       text-indent: 179px !important
   }

   .ti180 {
       text-indent: 180px !important
   }

   .ti181 {
       text-indent: 181px !important
   }

   .ti182 {
       text-indent: 182px !important
   }

   .ti183 {
       text-indent: 183px !important
   }

   .ti184 {
       text-indent: 184px !important
   }

   .ti185 {
       text-indent: 185px !important
   }

   .ti186 {
       text-indent: 186px !important
   }

   .ti187 {
       text-indent: 187px !important
   }

   .ti188 {
       text-indent: 188px !important
   }

   .ti189 {
       text-indent: 189px !important
   }

   .ti190 {
       text-indent: 190px !important
   }

   .ti191 {
       text-indent: 191px !important
   }

   .ti192 {
       text-indent: 192px !important
   }

   .ti193 {
       text-indent: 193px !important
   }

   .ti194 {
       text-indent: 194px !important
   }

   .ti195 {
       text-indent: 195px !important
   }

   .ti196 {
       text-indent: 196px !important
   }

   .ti197 {
       text-indent: 197px !important
   }

   .ti198 {
       text-indent: 198px !important
   }

   .ti199 {
       text-indent: 199px !important
   }

   .ti200 {
       text-indent: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-ti0 {
           text-indent: 0px !important
       }

       .col-sm-ti1 {
           text-indent: 1px !important
       }

       .col-sm-ti2 {
           text-indent: 2px !important
       }

       .col-sm-ti3 {
           text-indent: 3px !important
       }

       .col-sm-ti4 {
           text-indent: 4px !important
       }

       .col-sm-ti5 {
           text-indent: 5px !important
       }

       .col-sm-ti6 {
           text-indent: 6px !important
       }

       .col-sm-ti7 {
           text-indent: 7px !important
       }

       .col-sm-ti8 {
           text-indent: 8px !important
       }

       .col-sm-ti9 {
           text-indent: 9px !important
       }

       .col-sm-ti10 {
           text-indent: 10px !important
       }

       .col-sm-ti11 {
           text-indent: 11px !important
       }

       .col-sm-ti12 {
           text-indent: 12px !important
       }

       .col-sm-ti13 {
           text-indent: 13px !important
       }

       .col-sm-ti14 {
           text-indent: 14px !important
       }

       .col-sm-ti15 {
           text-indent: 15px !important
       }

       .col-sm-ti16 {
           text-indent: 16px !important
       }

       .col-sm-ti17 {
           text-indent: 17px !important
       }

       .col-sm-ti18 {
           text-indent: 18px !important
       }

       .col-sm-ti19 {
           text-indent: 19px !important
       }

       .col-sm-ti20 {
           text-indent: 20px !important
       }

       .col-sm-ti21 {
           text-indent: 21px !important
       }

       .col-sm-ti22 {
           text-indent: 22px !important
       }

       .col-sm-ti23 {
           text-indent: 23px !important
       }

       .col-sm-ti24 {
           text-indent: 24px !important
       }

       .col-sm-ti25 {
           text-indent: 25px !important
       }

       .col-sm-ti26 {
           text-indent: 26px !important
       }

       .col-sm-ti27 {
           text-indent: 27px !important
       }

       .col-sm-ti28 {
           text-indent: 28px !important
       }

       .col-sm-ti29 {
           text-indent: 29px !important
       }

       .col-sm-ti30 {
           text-indent: 30px !important
       }

       .col-sm-ti31 {
           text-indent: 31px !important
       }

       .col-sm-ti32 {
           text-indent: 32px !important
       }

       .col-sm-ti33 {
           text-indent: 33px !important
       }

       .col-sm-ti34 {
           text-indent: 34px !important
       }

       .col-sm-ti35 {
           text-indent: 35px !important
       }

       .col-sm-ti36 {
           text-indent: 36px !important
       }

       .col-sm-ti37 {
           text-indent: 37px !important
       }

       .col-sm-ti38 {
           text-indent: 38px !important
       }

       .col-sm-ti39 {
           text-indent: 39px !important
       }

       .col-sm-ti40 {
           text-indent: 40px !important
       }

       .col-sm-ti41 {
           text-indent: 41px !important
       }

       .col-sm-ti42 {
           text-indent: 42px !important
       }

       .col-sm-ti43 {
           text-indent: 43px !important
       }

       .col-sm-ti44 {
           text-indent: 44px !important
       }

       .col-sm-ti45 {
           text-indent: 45px !important
       }

       .col-sm-ti46 {
           text-indent: 46px !important
       }

       .col-sm-ti47 {
           text-indent: 47px !important
       }

       .col-sm-ti48 {
           text-indent: 48px !important
       }

       .col-sm-ti49 {
           text-indent: 49px !important
       }

       .col-sm-ti50 {
           text-indent: 50px !important
       }

       .col-sm-ti51 {
           text-indent: 51px !important
       }

       .col-sm-ti52 {
           text-indent: 52px !important
       }

       .col-sm-ti53 {
           text-indent: 53px !important
       }

       .col-sm-ti54 {
           text-indent: 54px !important
       }

       .col-sm-ti55 {
           text-indent: 55px !important
       }

       .col-sm-ti56 {
           text-indent: 56px !important
       }

       .col-sm-ti57 {
           text-indent: 57px !important
       }

       .col-sm-ti58 {
           text-indent: 58px !important
       }

       .col-sm-ti59 {
           text-indent: 59px !important
       }

       .col-sm-ti60 {
           text-indent: 60px !important
       }

       .col-sm-ti61 {
           text-indent: 61px !important
       }

       .col-sm-ti62 {
           text-indent: 62px !important
       }

       .col-sm-ti63 {
           text-indent: 63px !important
       }

       .col-sm-ti64 {
           text-indent: 64px !important
       }

       .col-sm-ti65 {
           text-indent: 65px !important
       }

       .col-sm-ti66 {
           text-indent: 66px !important
       }

       .col-sm-ti67 {
           text-indent: 67px !important
       }

       .col-sm-ti68 {
           text-indent: 68px !important
       }

       .col-sm-ti69 {
           text-indent: 69px !important
       }

       .col-sm-ti70 {
           text-indent: 70px !important
       }

       .col-sm-ti71 {
           text-indent: 71px !important
       }

       .col-sm-ti72 {
           text-indent: 72px !important
       }

       .col-sm-ti73 {
           text-indent: 73px !important
       }

       .col-sm-ti74 {
           text-indent: 74px !important
       }

       .col-sm-ti75 {
           text-indent: 75px !important
       }

       .col-sm-ti76 {
           text-indent: 76px !important
       }

       .col-sm-ti77 {
           text-indent: 77px !important
       }

       .col-sm-ti78 {
           text-indent: 78px !important
       }

       .col-sm-ti79 {
           text-indent: 79px !important
       }

       .col-sm-ti80 {
           text-indent: 80px !important
       }

       .col-sm-ti81 {
           text-indent: 81px !important
       }

       .col-sm-ti82 {
           text-indent: 82px !important
       }

       .col-sm-ti83 {
           text-indent: 83px !important
       }

       .col-sm-ti84 {
           text-indent: 84px !important
       }

       .col-sm-ti85 {
           text-indent: 85px !important
       }

       .col-sm-ti86 {
           text-indent: 86px !important
       }

       .col-sm-ti87 {
           text-indent: 87px !important
       }

       .col-sm-ti88 {
           text-indent: 88px !important
       }

       .col-sm-ti89 {
           text-indent: 89px !important
       }

       .col-sm-ti90 {
           text-indent: 90px !important
       }

       .col-sm-ti91 {
           text-indent: 91px !important
       }

       .col-sm-ti92 {
           text-indent: 92px !important
       }

       .col-sm-ti93 {
           text-indent: 93px !important
       }

       .col-sm-ti94 {
           text-indent: 94px !important
       }

       .col-sm-ti95 {
           text-indent: 95px !important
       }

       .col-sm-ti96 {
           text-indent: 96px !important
       }

       .col-sm-ti97 {
           text-indent: 97px !important
       }

       .col-sm-ti98 {
           text-indent: 98px !important
       }

       .col-sm-ti99 {
           text-indent: 99px !important
       }

       .col-sm-ti100 {
           text-indent: 100px !important
       }

       .col-sm-ti101 {
           text-indent: 101px !important
       }

       .col-sm-ti102 {
           text-indent: 102px !important
       }

       .col-sm-ti103 {
           text-indent: 103px !important
       }

       .col-sm-ti104 {
           text-indent: 104px !important
       }

       .col-sm-ti105 {
           text-indent: 105px !important
       }

       .col-sm-ti106 {
           text-indent: 106px !important
       }

       .col-sm-ti107 {
           text-indent: 107px !important
       }

       .col-sm-ti108 {
           text-indent: 108px !important
       }

       .col-sm-ti109 {
           text-indent: 109px !important
       }

       .col-sm-ti110 {
           text-indent: 110px !important
       }

       .col-sm-ti111 {
           text-indent: 111px !important
       }

       .col-sm-ti112 {
           text-indent: 112px !important
       }

       .col-sm-ti113 {
           text-indent: 113px !important
       }

       .col-sm-ti114 {
           text-indent: 114px !important
       }

       .col-sm-ti115 {
           text-indent: 115px !important
       }

       .col-sm-ti116 {
           text-indent: 116px !important
       }

       .col-sm-ti117 {
           text-indent: 117px !important
       }

       .col-sm-ti118 {
           text-indent: 118px !important
       }

       .col-sm-ti119 {
           text-indent: 119px !important
       }

       .col-sm-ti120 {
           text-indent: 120px !important
       }

       .col-sm-ti121 {
           text-indent: 121px !important
       }

       .col-sm-ti122 {
           text-indent: 122px !important
       }

       .col-sm-ti123 {
           text-indent: 123px !important
       }

       .col-sm-ti124 {
           text-indent: 124px !important
       }

       .col-sm-ti125 {
           text-indent: 125px !important
       }

       .col-sm-ti126 {
           text-indent: 126px !important
       }

       .col-sm-ti127 {
           text-indent: 127px !important
       }

       .col-sm-ti128 {
           text-indent: 128px !important
       }

       .col-sm-ti129 {
           text-indent: 129px !important
       }

       .col-sm-ti130 {
           text-indent: 130px !important
       }

       .col-sm-ti131 {
           text-indent: 131px !important
       }

       .col-sm-ti132 {
           text-indent: 132px !important
       }

       .col-sm-ti133 {
           text-indent: 133px !important
       }

       .col-sm-ti134 {
           text-indent: 134px !important
       }

       .col-sm-ti135 {
           text-indent: 135px !important
       }

       .col-sm-ti136 {
           text-indent: 136px !important
       }

       .col-sm-ti137 {
           text-indent: 137px !important
       }

       .col-sm-ti138 {
           text-indent: 138px !important
       }

       .col-sm-ti139 {
           text-indent: 139px !important
       }

       .col-sm-ti140 {
           text-indent: 140px !important
       }

       .col-sm-ti141 {
           text-indent: 141px !important
       }

       .col-sm-ti142 {
           text-indent: 142px !important
       }

       .col-sm-ti143 {
           text-indent: 143px !important
       }

       .col-sm-ti144 {
           text-indent: 144px !important
       }

       .col-sm-ti145 {
           text-indent: 145px !important
       }

       .col-sm-ti146 {
           text-indent: 146px !important
       }

       .col-sm-ti147 {
           text-indent: 147px !important
       }

       .col-sm-ti148 {
           text-indent: 148px !important
       }

       .col-sm-ti149 {
           text-indent: 149px !important
       }

       .col-sm-ti150 {
           text-indent: 150px !important
       }

       .col-sm-ti151 {
           text-indent: 151px !important
       }

       .col-sm-ti152 {
           text-indent: 152px !important
       }

       .col-sm-ti153 {
           text-indent: 153px !important
       }

       .col-sm-ti154 {
           text-indent: 154px !important
       }

       .col-sm-ti155 {
           text-indent: 155px !important
       }

       .col-sm-ti156 {
           text-indent: 156px !important
       }

       .col-sm-ti157 {
           text-indent: 157px !important
       }

       .col-sm-ti158 {
           text-indent: 158px !important
       }

       .col-sm-ti159 {
           text-indent: 159px !important
       }

       .col-sm-ti160 {
           text-indent: 160px !important
       }

       .col-sm-ti161 {
           text-indent: 161px !important
       }

       .col-sm-ti162 {
           text-indent: 162px !important
       }

       .col-sm-ti163 {
           text-indent: 163px !important
       }

       .col-sm-ti164 {
           text-indent: 164px !important
       }

       .col-sm-ti165 {
           text-indent: 165px !important
       }

       .col-sm-ti166 {
           text-indent: 166px !important
       }

       .col-sm-ti167 {
           text-indent: 167px !important
       }

       .col-sm-ti168 {
           text-indent: 168px !important
       }

       .col-sm-ti169 {
           text-indent: 169px !important
       }

       .col-sm-ti170 {
           text-indent: 170px !important
       }

       .col-sm-ti171 {
           text-indent: 171px !important
       }

       .col-sm-ti172 {
           text-indent: 172px !important
       }

       .col-sm-ti173 {
           text-indent: 173px !important
       }

       .col-sm-ti174 {
           text-indent: 174px !important
       }

       .col-sm-ti175 {
           text-indent: 175px !important
       }

       .col-sm-ti176 {
           text-indent: 176px !important
       }

       .col-sm-ti177 {
           text-indent: 177px !important
       }

       .col-sm-ti178 {
           text-indent: 178px !important
       }

       .col-sm-ti179 {
           text-indent: 179px !important
       }

       .col-sm-ti180 {
           text-indent: 180px !important
       }

       .col-sm-ti181 {
           text-indent: 181px !important
       }

       .col-sm-ti182 {
           text-indent: 182px !important
       }

       .col-sm-ti183 {
           text-indent: 183px !important
       }

       .col-sm-ti184 {
           text-indent: 184px !important
       }

       .col-sm-ti185 {
           text-indent: 185px !important
       }

       .col-sm-ti186 {
           text-indent: 186px !important
       }

       .col-sm-ti187 {
           text-indent: 187px !important
       }

       .col-sm-ti188 {
           text-indent: 188px !important
       }

       .col-sm-ti189 {
           text-indent: 189px !important
       }

       .col-sm-ti190 {
           text-indent: 190px !important
       }

       .col-sm-ti191 {
           text-indent: 191px !important
       }

       .col-sm-ti192 {
           text-indent: 192px !important
       }

       .col-sm-ti193 {
           text-indent: 193px !important
       }

       .col-sm-ti194 {
           text-indent: 194px !important
       }

       .col-sm-ti195 {
           text-indent: 195px !important
       }

       .col-sm-ti196 {
           text-indent: 196px !important
       }

       .col-sm-ti197 {
           text-indent: 197px !important
       }

       .col-sm-ti198 {
           text-indent: 198px !important
       }

       .col-sm-ti199 {
           text-indent: 199px !important
       }

       .col-sm-ti200 {
           text-indent: 200px !important
       }
   }

   .bs1 {
       -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
       -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
       box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08)
   }

   .bs1-in {
       -webkit-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08);
       -moz-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08);
       box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08)
   }

   .bs2 {
       -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
       -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
       box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05)
   }

   .bs2-in {
       -webkit-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .05);
       -moz-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .05);
       box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .05)
   }

   .tsn {
       text-shadow: none !important
   }

   .bs3 {
       -webkit-box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, .58);
       -moz-box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, .58);
       box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, .58)
   }

   @media screen and (max-width:991px) {
       .col-sm-bs1 {
           -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
           -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
           box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08)
       }

       .col-sm-bs1-in {
           -webkit-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08);
           -moz-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08);
           box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08)
       }

       .col-sm-bs2 {
           -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
           -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
           box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05)
       }

       .col-sm-bs2-in {
           -webkit-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .05);
           -moz-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .05);
           box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .05)
       }

       .col-sm-tsn {
           text-shadow: none !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-bs1 {
           -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
           -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
           box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08)
       }

       .col-xs-bs1-in {
           -webkit-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08);
           -moz-box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08);
           box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, .08)
       }
   }

   .b-ra0 {
       border-radius: 0px !important
   }

   .b-ra1 {
       border-radius: 1px !important
   }

   .b-ra2 {
       border-radius: 2px !important
   }

   .b-ra3 {
       border-radius: 3px !important
   }

   .b-ra4 {
       border-radius: 4px !important
   }

   .b-ra5 {
       border-radius: 5px !important
   }

   .b-ra6 {
       border-radius: 6px !important
   }

   .b-ra7 {
       border-radius: 7px !important
   }

   .b-ra8 {
       border-radius: 8px !important
   }

   .b-ra9 {
       border-radius: 9px !important
   }

   .b-ra10 {
       border-radius: 10px !important
   }

   .b-ra11 {
       border-radius: 11px !important
   }

   .b-ra12 {
       border-radius: 12px !important
   }

   .b-ra13 {
       border-radius: 13px !important
   }

   .b-ra14 {
       border-radius: 14px !important
   }

   .b-ra15 {
       border-radius: 15px !important
   }

   .b-ra16 {
       border-radius: 16px !important
   }

   .b-ra17 {
       border-radius: 17px !important
   }

   .b-ra18 {
       border-radius: 18px !important
   }

   .b-ra19 {
       border-radius: 19px !important
   }

   .b-ra20 {
       border-radius: 20px !important
   }

   .b-ra21 {
       border-radius: 21px !important
   }

   .b-ra22 {
       border-radius: 22px !important
   }

   .b-ra23 {
       border-radius: 23px !important
   }

   .b-ra24 {
       border-radius: 24px !important
   }

   .b-ra25 {
       border-radius: 25px !important
   }

   .b-ra26 {
       border-radius: 26px !important
   }

   .b-ra27 {
       border-radius: 27px !important
   }

   .b-ra28 {
       border-radius: 28px !important
   }

   .b-ra29 {
       border-radius: 29px !important
   }

   .b-ra30 {
       border-radius: 30px !important
   }

   .b-ra31 {
       border-radius: 31px !important
   }

   .b-ra32 {
       border-radius: 32px !important
   }

   .b-ra33 {
       border-radius: 33px !important
   }

   .b-ra34 {
       border-radius: 34px !important
   }

   .b-ra35 {
       border-radius: 35px !important
   }

   .b-ra36 {
       border-radius: 36px !important
   }

   .b-ra37 {
       border-radius: 37px !important
   }

   .b-ra38 {
       border-radius: 38px !important
   }

   .b-ra39 {
       border-radius: 39px !important
   }

   .b-ra40 {
       border-radius: 40px !important
   }

   .b-ra41 {
       border-radius: 41px !important
   }

   .b-ra42 {
       border-radius: 42px !important
   }

   .b-ra43 {
       border-radius: 43px !important
   }

   .b-ra44 {
       border-radius: 44px !important
   }

   .b-ra45 {
       border-radius: 45px !important
   }

   .b-ra46 {
       border-radius: 46px !important
   }

   .b-ra47 {
       border-radius: 47px !important
   }

   .b-ra48 {
       border-radius: 48px !important
   }

   .b-ra49 {
       border-radius: 49px !important
   }

   .b-ra50 {
       border-radius: 50px !important
   }

   .b-ra51 {
       border-radius: 51px !important
   }

   .b-ra52 {
       border-radius: 52px !important
   }

   .b-ra53 {
       border-radius: 53px !important
   }

   .b-ra54 {
       border-radius: 54px !important
   }

   .b-ra55 {
       border-radius: 55px !important
   }

   .b-ra56 {
       border-radius: 56px !important
   }

   .b-ra57 {
       border-radius: 57px !important
   }

   .b-ra58 {
       border-radius: 58px !important
   }

   .b-ra59 {
       border-radius: 59px !important
   }

   .b-ra60 {
       border-radius: 60px !important
   }

   .b-ra61 {
       border-radius: 61px !important
   }

   .b-ra62 {
       border-radius: 62px !important
   }

   .b-ra63 {
       border-radius: 63px !important
   }

   .b-ra64 {
       border-radius: 64px !important
   }

   .b-ra65 {
       border-radius: 65px !important
   }

   .b-ra66 {
       border-radius: 66px !important
   }

   .b-ra67 {
       border-radius: 67px !important
   }

   .b-ra68 {
       border-radius: 68px !important
   }

   .b-ra69 {
       border-radius: 69px !important
   }

   .b-ra70 {
       border-radius: 70px !important
   }

   .b-ra71 {
       border-radius: 71px !important
   }

   .b-ra72 {
       border-radius: 72px !important
   }

   .b-ra73 {
       border-radius: 73px !important
   }

   .b-ra74 {
       border-radius: 74px !important
   }

   .b-ra75 {
       border-radius: 75px !important
   }

   .b-ra76 {
       border-radius: 76px !important
   }

   .b-ra77 {
       border-radius: 77px !important
   }

   .b-ra78 {
       border-radius: 78px !important
   }

   .b-ra79 {
       border-radius: 79px !important
   }

   .b-ra80 {
       border-radius: 80px !important
   }

   .b-ra81 {
       border-radius: 81px !important
   }

   .b-ra82 {
       border-radius: 82px !important
   }

   .b-ra83 {
       border-radius: 83px !important
   }

   .b-ra84 {
       border-radius: 84px !important
   }

   .b-ra85 {
       border-radius: 85px !important
   }

   .b-ra86 {
       border-radius: 86px !important
   }

   .b-ra87 {
       border-radius: 87px !important
   }

   .b-ra88 {
       border-radius: 88px !important
   }

   .b-ra89 {
       border-radius: 89px !important
   }

   .b-ra90 {
       border-radius: 90px !important
   }

   .b-ra91 {
       border-radius: 91px !important
   }

   .b-ra92 {
       border-radius: 92px !important
   }

   .b-ra93 {
       border-radius: 93px !important
   }

   .b-ra94 {
       border-radius: 94px !important
   }

   .b-ra95 {
       border-radius: 95px !important
   }

   .b-ra96 {
       border-radius: 96px !important
   }

   .b-ra97 {
       border-radius: 97px !important
   }

   .b-ra98 {
       border-radius: 98px !important
   }

   .b-ra99 {
       border-radius: 99px !important
   }

   .b-ra100 {
       border-radius: 100px !important
   }

   .b-ra101 {
       border-radius: 101px !important
   }

   .b-ra102 {
       border-radius: 102px !important
   }

   .b-ra103 {
       border-radius: 103px !important
   }

   .b-ra104 {
       border-radius: 104px !important
   }

   .b-ra105 {
       border-radius: 105px !important
   }

   .b-ra106 {
       border-radius: 106px !important
   }

   .b-ra107 {
       border-radius: 107px !important
   }

   .b-ra108 {
       border-radius: 108px !important
   }

   .b-ra109 {
       border-radius: 109px !important
   }

   .b-ra110 {
       border-radius: 110px !important
   }

   .b-ra111 {
       border-radius: 111px !important
   }

   .b-ra112 {
       border-radius: 112px !important
   }

   .b-ra113 {
       border-radius: 113px !important
   }

   .b-ra114 {
       border-radius: 114px !important
   }

   .b-ra115 {
       border-radius: 115px !important
   }

   .b-ra116 {
       border-radius: 116px !important
   }

   .b-ra117 {
       border-radius: 117px !important
   }

   .b-ra118 {
       border-radius: 118px !important
   }

   .b-ra119 {
       border-radius: 119px !important
   }

   .b-ra120 {
       border-radius: 120px !important
   }

   .b-ra121 {
       border-radius: 121px !important
   }

   .b-ra122 {
       border-radius: 122px !important
   }

   .b-ra123 {
       border-radius: 123px !important
   }

   .b-ra124 {
       border-radius: 124px !important
   }

   .b-ra125 {
       border-radius: 125px !important
   }

   .b-ra126 {
       border-radius: 126px !important
   }

   .b-ra127 {
       border-radius: 127px !important
   }

   .b-ra128 {
       border-radius: 128px !important
   }

   .b-ra129 {
       border-radius: 129px !important
   }

   .b-ra130 {
       border-radius: 130px !important
   }

   .b-ra131 {
       border-radius: 131px !important
   }

   .b-ra132 {
       border-radius: 132px !important
   }

   .b-ra133 {
       border-radius: 133px !important
   }

   .b-ra134 {
       border-radius: 134px !important
   }

   .b-ra135 {
       border-radius: 135px !important
   }

   .b-ra136 {
       border-radius: 136px !important
   }

   .b-ra137 {
       border-radius: 137px !important
   }

   .b-ra138 {
       border-radius: 138px !important
   }

   .b-ra139 {
       border-radius: 139px !important
   }

   .b-ra140 {
       border-radius: 140px !important
   }

   .b-ra141 {
       border-radius: 141px !important
   }

   .b-ra142 {
       border-radius: 142px !important
   }

   .b-ra143 {
       border-radius: 143px !important
   }

   .b-ra144 {
       border-radius: 144px !important
   }

   .b-ra145 {
       border-radius: 145px !important
   }

   .b-ra146 {
       border-radius: 146px !important
   }

   .b-ra147 {
       border-radius: 147px !important
   }

   .b-ra148 {
       border-radius: 148px !important
   }

   .b-ra149 {
       border-radius: 149px !important
   }

   .b-ra150 {
       border-radius: 150px !important
   }

   .b-ra151 {
       border-radius: 151px !important
   }

   .b-ra152 {
       border-radius: 152px !important
   }

   .b-ra153 {
       border-radius: 153px !important
   }

   .b-ra154 {
       border-radius: 154px !important
   }

   .b-ra155 {
       border-radius: 155px !important
   }

   .b-ra156 {
       border-radius: 156px !important
   }

   .b-ra157 {
       border-radius: 157px !important
   }

   .b-ra158 {
       border-radius: 158px !important
   }

   .b-ra159 {
       border-radius: 159px !important
   }

   .b-ra160 {
       border-radius: 160px !important
   }

   .b-ra161 {
       border-radius: 161px !important
   }

   .b-ra162 {
       border-radius: 162px !important
   }

   .b-ra163 {
       border-radius: 163px !important
   }

   .b-ra164 {
       border-radius: 164px !important
   }

   .b-ra165 {
       border-radius: 165px !important
   }

   .b-ra166 {
       border-radius: 166px !important
   }

   .b-ra167 {
       border-radius: 167px !important
   }

   .b-ra168 {
       border-radius: 168px !important
   }

   .b-ra169 {
       border-radius: 169px !important
   }

   .b-ra170 {
       border-radius: 170px !important
   }

   .b-ra171 {
       border-radius: 171px !important
   }

   .b-ra172 {
       border-radius: 172px !important
   }

   .b-ra173 {
       border-radius: 173px !important
   }

   .b-ra174 {
       border-radius: 174px !important
   }

   .b-ra175 {
       border-radius: 175px !important
   }

   .b-ra176 {
       border-radius: 176px !important
   }

   .b-ra177 {
       border-radius: 177px !important
   }

   .b-ra178 {
       border-radius: 178px !important
   }

   .b-ra179 {
       border-radius: 179px !important
   }

   .b-ra180 {
       border-radius: 180px !important
   }

   .b-ra181 {
       border-radius: 181px !important
   }

   .b-ra182 {
       border-radius: 182px !important
   }

   .b-ra183 {
       border-radius: 183px !important
   }

   .b-ra184 {
       border-radius: 184px !important
   }

   .b-ra185 {
       border-radius: 185px !important
   }

   .b-ra186 {
       border-radius: 186px !important
   }

   .b-ra187 {
       border-radius: 187px !important
   }

   .b-ra188 {
       border-radius: 188px !important
   }

   .b-ra189 {
       border-radius: 189px !important
   }

   .b-ra190 {
       border-radius: 190px !important
   }

   .b-ra191 {
       border-radius: 191px !important
   }

   .b-ra192 {
       border-radius: 192px !important
   }

   .b-ra193 {
       border-radius: 193px !important
   }

   .b-ra194 {
       border-radius: 194px !important
   }

   .b-ra195 {
       border-radius: 195px !important
   }

   .b-ra196 {
       border-radius: 196px !important
   }

   .b-ra197 {
       border-radius: 197px !important
   }

   .b-ra198 {
       border-radius: 198px !important
   }

   .b-ra199 {
       border-radius: 199px !important
   }

   .b-ra200 {
       border-radius: 200px !important
   }

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

   @media screen and (max-width:991px) {
       .col-sm-b-ra0 {
           border-radius: 0px !important
       }

       .col-sm-b-ra1 {
           border-radius: 1px !important
       }

       .col-sm-b-ra2 {
           border-radius: 2px !important
       }

       .col-sm-b-ra3 {
           border-radius: 3px !important
       }

       .col-sm-b-ra4 {
           border-radius: 4px !important
       }

       .col-sm-b-ra5 {
           border-radius: 5px !important
       }

       .col-sm-b-ra6 {
           border-radius: 6px !important
       }

       .col-sm-b-ra7 {
           border-radius: 7px !important
       }

       .col-sm-b-ra8 {
           border-radius: 8px !important
       }

       .col-sm-b-ra9 {
           border-radius: 9px !important
       }

       .col-sm-b-ra10 {
           border-radius: 10px !important
       }

       .col-sm-b-ra11 {
           border-radius: 11px !important
       }

       .col-sm-b-ra12 {
           border-radius: 12px !important
       }

       .col-sm-b-ra13 {
           border-radius: 13px !important
       }

       .col-sm-b-ra14 {
           border-radius: 14px !important
       }

       .col-sm-b-ra15 {
           border-radius: 15px !important
       }

       .col-sm-b-ra16 {
           border-radius: 16px !important
       }

       .col-sm-b-ra17 {
           border-radius: 17px !important
       }

       .col-sm-b-ra18 {
           border-radius: 18px !important
       }

       .col-sm-b-ra19 {
           border-radius: 19px !important
       }

       .col-sm-b-ra20 {
           border-radius: 20px !important
       }

       .col-sm-b-ra21 {
           border-radius: 21px !important
       }

       .col-sm-b-ra22 {
           border-radius: 22px !important
       }

       .col-sm-b-ra23 {
           border-radius: 23px !important
       }

       .col-sm-b-ra24 {
           border-radius: 24px !important
       }

       .col-sm-b-ra25 {
           border-radius: 25px !important
       }

       .col-sm-b-ra26 {
           border-radius: 26px !important
       }

       .col-sm-b-ra27 {
           border-radius: 27px !important
       }

       .col-sm-b-ra28 {
           border-radius: 28px !important
       }

       .col-sm-b-ra29 {
           border-radius: 29px !important
       }

       .col-sm-b-ra30 {
           border-radius: 30px !important
       }

       .col-sm-b-ra31 {
           border-radius: 31px !important
       }

       .col-sm-b-ra32 {
           border-radius: 32px !important
       }

       .col-sm-b-ra33 {
           border-radius: 33px !important
       }

       .col-sm-b-ra34 {
           border-radius: 34px !important
       }

       .col-sm-b-ra35 {
           border-radius: 35px !important
       }

       .col-sm-b-ra36 {
           border-radius: 36px !important
       }

       .col-sm-b-ra37 {
           border-radius: 37px !important
       }

       .col-sm-b-ra38 {
           border-radius: 38px !important
       }

       .col-sm-b-ra39 {
           border-radius: 39px !important
       }

       .col-sm-b-ra40 {
           border-radius: 40px !important
       }

       .col-sm-b-ra41 {
           border-radius: 41px !important
       }

       .col-sm-b-ra42 {
           border-radius: 42px !important
       }

       .col-sm-b-ra43 {
           border-radius: 43px !important
       }

       .col-sm-b-ra44 {
           border-radius: 44px !important
       }

       .col-sm-b-ra45 {
           border-radius: 45px !important
       }

       .col-sm-b-ra46 {
           border-radius: 46px !important
       }

       .col-sm-b-ra47 {
           border-radius: 47px !important
       }

       .col-sm-b-ra48 {
           border-radius: 48px !important
       }

       .col-sm-b-ra49 {
           border-radius: 49px !important
       }

       .col-sm-b-ra50 {
           border-radius: 50px !important
       }

       .col-sm-b-ra51 {
           border-radius: 51px !important
       }

       .col-sm-b-ra52 {
           border-radius: 52px !important
       }

       .col-sm-b-ra53 {
           border-radius: 53px !important
       }

       .col-sm-b-ra54 {
           border-radius: 54px !important
       }

       .col-sm-b-ra55 {
           border-radius: 55px !important
       }

       .col-sm-b-ra56 {
           border-radius: 56px !important
       }

       .col-sm-b-ra57 {
           border-radius: 57px !important
       }

       .col-sm-b-ra58 {
           border-radius: 58px !important
       }

       .col-sm-b-ra59 {
           border-radius: 59px !important
       }

       .col-sm-b-ra60 {
           border-radius: 60px !important
       }

       .col-sm-b-ra61 {
           border-radius: 61px !important
       }

       .col-sm-b-ra62 {
           border-radius: 62px !important
       }

       .col-sm-b-ra63 {
           border-radius: 63px !important
       }

       .col-sm-b-ra64 {
           border-radius: 64px !important
       }

       .col-sm-b-ra65 {
           border-radius: 65px !important
       }

       .col-sm-b-ra66 {
           border-radius: 66px !important
       }

       .col-sm-b-ra67 {
           border-radius: 67px !important
       }

       .col-sm-b-ra68 {
           border-radius: 68px !important
       }

       .col-sm-b-ra69 {
           border-radius: 69px !important
       }

       .col-sm-b-ra70 {
           border-radius: 70px !important
       }

       .col-sm-b-ra71 {
           border-radius: 71px !important
       }

       .col-sm-b-ra72 {
           border-radius: 72px !important
       }

       .col-sm-b-ra73 {
           border-radius: 73px !important
       }

       .col-sm-b-ra74 {
           border-radius: 74px !important
       }

       .col-sm-b-ra75 {
           border-radius: 75px !important
       }

       .col-sm-b-ra76 {
           border-radius: 76px !important
       }

       .col-sm-b-ra77 {
           border-radius: 77px !important
       }

       .col-sm-b-ra78 {
           border-radius: 78px !important
       }

       .col-sm-b-ra79 {
           border-radius: 79px !important
       }

       .col-sm-b-ra80 {
           border-radius: 80px !important
       }

       .col-sm-b-ra81 {
           border-radius: 81px !important
       }

       .col-sm-b-ra82 {
           border-radius: 82px !important
       }

       .col-sm-b-ra83 {
           border-radius: 83px !important
       }

       .col-sm-b-ra84 {
           border-radius: 84px !important
       }

       .col-sm-b-ra85 {
           border-radius: 85px !important
       }

       .col-sm-b-ra86 {
           border-radius: 86px !important
       }

       .col-sm-b-ra87 {
           border-radius: 87px !important
       }

       .col-sm-b-ra88 {
           border-radius: 88px !important
       }

       .col-sm-b-ra89 {
           border-radius: 89px !important
       }

       .col-sm-b-ra90 {
           border-radius: 90px !important
       }

       .col-sm-b-ra91 {
           border-radius: 91px !important
       }

       .col-sm-b-ra92 {
           border-radius: 92px !important
       }

       .col-sm-b-ra93 {
           border-radius: 93px !important
       }

       .col-sm-b-ra94 {
           border-radius: 94px !important
       }

       .col-sm-b-ra95 {
           border-radius: 95px !important
       }

       .col-sm-b-ra96 {
           border-radius: 96px !important
       }

       .col-sm-b-ra97 {
           border-radius: 97px !important
       }

       .col-sm-b-ra98 {
           border-radius: 98px !important
       }

       .col-sm-b-ra99 {
           border-radius: 99px !important
       }

       .col-sm-b-ra100 {
           border-radius: 100px !important
       }

       .col-sm-b-ra101 {
           border-radius: 101px !important
       }

       .col-sm-b-ra102 {
           border-radius: 102px !important
       }

       .col-sm-b-ra103 {
           border-radius: 103px !important
       }

       .col-sm-b-ra104 {
           border-radius: 104px !important
       }

       .col-sm-b-ra105 {
           border-radius: 105px !important
       }

       .col-sm-b-ra106 {
           border-radius: 106px !important
       }

       .col-sm-b-ra107 {
           border-radius: 107px !important
       }

       .col-sm-b-ra108 {
           border-radius: 108px !important
       }

       .col-sm-b-ra109 {
           border-radius: 109px !important
       }

       .col-sm-b-ra110 {
           border-radius: 110px !important
       }

       .col-sm-b-ra111 {
           border-radius: 111px !important
       }

       .col-sm-b-ra112 {
           border-radius: 112px !important
       }

       .col-sm-b-ra113 {
           border-radius: 113px !important
       }

       .col-sm-b-ra114 {
           border-radius: 114px !important
       }

       .col-sm-b-ra115 {
           border-radius: 115px !important
       }

       .col-sm-b-ra116 {
           border-radius: 116px !important
       }

       .col-sm-b-ra117 {
           border-radius: 117px !important
       }

       .col-sm-b-ra118 {
           border-radius: 118px !important
       }

       .col-sm-b-ra119 {
           border-radius: 119px !important
       }

       .col-sm-b-ra120 {
           border-radius: 120px !important
       }

       .col-sm-b-ra121 {
           border-radius: 121px !important
       }

       .col-sm-b-ra122 {
           border-radius: 122px !important
       }

       .col-sm-b-ra123 {
           border-radius: 123px !important
       }

       .col-sm-b-ra124 {
           border-radius: 124px !important
       }

       .col-sm-b-ra125 {
           border-radius: 125px !important
       }

       .col-sm-b-ra126 {
           border-radius: 126px !important
       }

       .col-sm-b-ra127 {
           border-radius: 127px !important
       }

       .col-sm-b-ra128 {
           border-radius: 128px !important
       }

       .col-sm-b-ra129 {
           border-radius: 129px !important
       }

       .col-sm-b-ra130 {
           border-radius: 130px !important
       }

       .col-sm-b-ra131 {
           border-radius: 131px !important
       }

       .col-sm-b-ra132 {
           border-radius: 132px !important
       }

       .col-sm-b-ra133 {
           border-radius: 133px !important
       }

       .col-sm-b-ra134 {
           border-radius: 134px !important
       }

       .col-sm-b-ra135 {
           border-radius: 135px !important
       }

       .col-sm-b-ra136 {
           border-radius: 136px !important
       }

       .col-sm-b-ra137 {
           border-radius: 137px !important
       }

       .col-sm-b-ra138 {
           border-radius: 138px !important
       }

       .col-sm-b-ra139 {
           border-radius: 139px !important
       }

       .col-sm-b-ra140 {
           border-radius: 140px !important
       }

       .col-sm-b-ra141 {
           border-radius: 141px !important
       }

       .col-sm-b-ra142 {
           border-radius: 142px !important
       }

       .col-sm-b-ra143 {
           border-radius: 143px !important
       }

       .col-sm-b-ra144 {
           border-radius: 144px !important
       }

       .col-sm-b-ra145 {
           border-radius: 145px !important
       }

       .col-sm-b-ra146 {
           border-radius: 146px !important
       }

       .col-sm-b-ra147 {
           border-radius: 147px !important
       }

       .col-sm-b-ra148 {
           border-radius: 148px !important
       }

       .col-sm-b-ra149 {
           border-radius: 149px !important
       }

       .col-sm-b-ra150 {
           border-radius: 150px !important
       }

       .col-sm-b-ra151 {
           border-radius: 151px !important
       }

       .col-sm-b-ra152 {
           border-radius: 152px !important
       }

       .col-sm-b-ra153 {
           border-radius: 153px !important
       }

       .col-sm-b-ra154 {
           border-radius: 154px !important
       }

       .col-sm-b-ra155 {
           border-radius: 155px !important
       }

       .col-sm-b-ra156 {
           border-radius: 156px !important
       }

       .col-sm-b-ra157 {
           border-radius: 157px !important
       }

       .col-sm-b-ra158 {
           border-radius: 158px !important
       }

       .col-sm-b-ra159 {
           border-radius: 159px !important
       }

       .col-sm-b-ra160 {
           border-radius: 160px !important
       }

       .col-sm-b-ra161 {
           border-radius: 161px !important
       }

       .col-sm-b-ra162 {
           border-radius: 162px !important
       }

       .col-sm-b-ra163 {
           border-radius: 163px !important
       }

       .col-sm-b-ra164 {
           border-radius: 164px !important
       }

       .col-sm-b-ra165 {
           border-radius: 165px !important
       }

       .col-sm-b-ra166 {
           border-radius: 166px !important
       }

       .col-sm-b-ra167 {
           border-radius: 167px !important
       }

       .col-sm-b-ra168 {
           border-radius: 168px !important
       }

       .col-sm-b-ra169 {
           border-radius: 169px !important
       }

       .col-sm-b-ra170 {
           border-radius: 170px !important
       }

       .col-sm-b-ra171 {
           border-radius: 171px !important
       }

       .col-sm-b-ra172 {
           border-radius: 172px !important
       }

       .col-sm-b-ra173 {
           border-radius: 173px !important
       }

       .col-sm-b-ra174 {
           border-radius: 174px !important
       }

       .col-sm-b-ra175 {
           border-radius: 175px !important
       }

       .col-sm-b-ra176 {
           border-radius: 176px !important
       }

       .col-sm-b-ra177 {
           border-radius: 177px !important
       }

       .col-sm-b-ra178 {
           border-radius: 178px !important
       }

       .col-sm-b-ra179 {
           border-radius: 179px !important
       }

       .col-sm-b-ra180 {
           border-radius: 180px !important
       }

       .col-sm-b-ra181 {
           border-radius: 181px !important
       }

       .col-sm-b-ra182 {
           border-radius: 182px !important
       }

       .col-sm-b-ra183 {
           border-radius: 183px !important
       }

       .col-sm-b-ra184 {
           border-radius: 184px !important
       }

       .col-sm-b-ra185 {
           border-radius: 185px !important
       }

       .col-sm-b-ra186 {
           border-radius: 186px !important
       }

       .col-sm-b-ra187 {
           border-radius: 187px !important
       }

       .col-sm-b-ra188 {
           border-radius: 188px !important
       }

       .col-sm-b-ra189 {
           border-radius: 189px !important
       }

       .col-sm-b-ra190 {
           border-radius: 190px !important
       }

       .col-sm-b-ra191 {
           border-radius: 191px !important
       }

       .col-sm-b-ra192 {
           border-radius: 192px !important
       }

       .col-sm-b-ra193 {
           border-radius: 193px !important
       }

       .col-sm-b-ra194 {
           border-radius: 194px !important
       }

       .col-sm-b-ra195 {
           border-radius: 195px !important
       }

       .col-sm-b-ra196 {
           border-radius: 196px !important
       }

       .col-sm-b-ra197 {
           border-radius: 197px !important
       }

       .col-sm-b-ra198 {
           border-radius: 198px !important
       }

       .col-sm-b-ra199 {
           border-radius: 199px !important
       }

       .col-sm-b-ra200 {
           border-radius: 200px !important
       }

       .col-sm-b-circle {
           border-radius: 50% !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-b-circle {
           border-radius: 50% !important
       }
   }

   .bbl-ra0 {
       -webkit-border-bottom-left-radius: 0px !important;
       -moz-border-radius-bottom-left: 0px !important;
       border-bottom-left-radius: 0px !important
   }

   .bbl-ra1 {
       -webkit-border-bottom-left-radius: 1px !important;
       -moz-border-radius-bottom-left: 1px !important;
       border-bottom-left-radius: 1px !important
   }

   .bbl-ra2 {
       -webkit-border-bottom-left-radius: 2px !important;
       -moz-border-radius-bottom-left: 2px !important;
       border-bottom-left-radius: 2px !important
   }

   .bbl-ra3 {
       -webkit-border-bottom-left-radius: 3px !important;
       -moz-border-radius-bottom-left: 3px !important;
       border-bottom-left-radius: 3px !important
   }

   .bbl-ra4 {
       -webkit-border-bottom-left-radius: 4px !important;
       -moz-border-radius-bottom-left: 4px !important;
       border-bottom-left-radius: 4px !important
   }

   .bbl-ra5 {
       -webkit-border-bottom-left-radius: 5px !important;
       -moz-border-radius-bottom-left: 5px !important;
       border-bottom-left-radius: 5px !important
   }

   .bbl-ra6 {
       -webkit-border-bottom-left-radius: 6px !important;
       -moz-border-radius-bottom-left: 6px !important;
       border-bottom-left-radius: 6px !important
   }

   .bbl-ra7 {
       -webkit-border-bottom-left-radius: 7px !important;
       -moz-border-radius-bottom-left: 7px !important;
       border-bottom-left-radius: 7px !important
   }

   .bbl-ra8 {
       -webkit-border-bottom-left-radius: 8px !important;
       -moz-border-radius-bottom-left: 8px !important;
       border-bottom-left-radius: 8px !important
   }

   .bbl-ra9 {
       -webkit-border-bottom-left-radius: 9px !important;
       -moz-border-radius-bottom-left: 9px !important;
       border-bottom-left-radius: 9px !important
   }

   .bbl-ra10 {
       -webkit-border-bottom-left-radius: 10px !important;
       -moz-border-radius-bottom-left: 10px !important;
       border-bottom-left-radius: 10px !important
   }

   .bbl-ra11 {
       -webkit-border-bottom-left-radius: 11px !important;
       -moz-border-radius-bottom-left: 11px !important;
       border-bottom-left-radius: 11px !important
   }

   .bbl-ra12 {
       -webkit-border-bottom-left-radius: 12px !important;
       -moz-border-radius-bottom-left: 12px !important;
       border-bottom-left-radius: 12px !important
   }

   .bbl-ra13 {
       -webkit-border-bottom-left-radius: 13px !important;
       -moz-border-radius-bottom-left: 13px !important;
       border-bottom-left-radius: 13px !important
   }

   .bbl-ra14 {
       -webkit-border-bottom-left-radius: 14px !important;
       -moz-border-radius-bottom-left: 14px !important;
       border-bottom-left-radius: 14px !important
   }

   .bbl-ra15 {
       -webkit-border-bottom-left-radius: 15px !important;
       -moz-border-radius-bottom-left: 15px !important;
       border-bottom-left-radius: 15px !important
   }

   .bbl-ra16 {
       -webkit-border-bottom-left-radius: 16px !important;
       -moz-border-radius-bottom-left: 16px !important;
       border-bottom-left-radius: 16px !important
   }

   .bbl-ra17 {
       -webkit-border-bottom-left-radius: 17px !important;
       -moz-border-radius-bottom-left: 17px !important;
       border-bottom-left-radius: 17px !important
   }

   .bbl-ra18 {
       -webkit-border-bottom-left-radius: 18px !important;
       -moz-border-radius-bottom-left: 18px !important;
       border-bottom-left-radius: 18px !important
   }

   .bbl-ra19 {
       -webkit-border-bottom-left-radius: 19px !important;
       -moz-border-radius-bottom-left: 19px !important;
       border-bottom-left-radius: 19px !important
   }

   .bbl-ra20 {
       -webkit-border-bottom-left-radius: 20px !important;
       -moz-border-radius-bottom-left: 20px !important;
       border-bottom-left-radius: 20px !important
   }

   .bbl-ra21 {
       -webkit-border-bottom-left-radius: 21px !important;
       -moz-border-radius-bottom-left: 21px !important;
       border-bottom-left-radius: 21px !important
   }

   .bbl-ra22 {
       -webkit-border-bottom-left-radius: 22px !important;
       -moz-border-radius-bottom-left: 22px !important;
       border-bottom-left-radius: 22px !important
   }

   .bbl-ra23 {
       -webkit-border-bottom-left-radius: 23px !important;
       -moz-border-radius-bottom-left: 23px !important;
       border-bottom-left-radius: 23px !important
   }

   .bbl-ra24 {
       -webkit-border-bottom-left-radius: 24px !important;
       -moz-border-radius-bottom-left: 24px !important;
       border-bottom-left-radius: 24px !important
   }

   .bbl-ra25 {
       -webkit-border-bottom-left-radius: 25px !important;
       -moz-border-radius-bottom-left: 25px !important;
       border-bottom-left-radius: 25px !important
   }

   .bbl-ra26 {
       -webkit-border-bottom-left-radius: 26px !important;
       -moz-border-radius-bottom-left: 26px !important;
       border-bottom-left-radius: 26px !important
   }

   .bbl-ra27 {
       -webkit-border-bottom-left-radius: 27px !important;
       -moz-border-radius-bottom-left: 27px !important;
       border-bottom-left-radius: 27px !important
   }

   .bbl-ra28 {
       -webkit-border-bottom-left-radius: 28px !important;
       -moz-border-radius-bottom-left: 28px !important;
       border-bottom-left-radius: 28px !important
   }

   .bbl-ra29 {
       -webkit-border-bottom-left-radius: 29px !important;
       -moz-border-radius-bottom-left: 29px !important;
       border-bottom-left-radius: 29px !important
   }

   .bbl-ra30 {
       -webkit-border-bottom-left-radius: 30px !important;
       -moz-border-radius-bottom-left: 30px !important;
       border-bottom-left-radius: 30px !important
   }

   .bbl-ra31 {
       -webkit-border-bottom-left-radius: 31px !important;
       -moz-border-radius-bottom-left: 31px !important;
       border-bottom-left-radius: 31px !important
   }

   .bbl-ra32 {
       -webkit-border-bottom-left-radius: 32px !important;
       -moz-border-radius-bottom-left: 32px !important;
       border-bottom-left-radius: 32px !important
   }

   .bbl-ra33 {
       -webkit-border-bottom-left-radius: 33px !important;
       -moz-border-radius-bottom-left: 33px !important;
       border-bottom-left-radius: 33px !important
   }

   .bbl-ra34 {
       -webkit-border-bottom-left-radius: 34px !important;
       -moz-border-radius-bottom-left: 34px !important;
       border-bottom-left-radius: 34px !important
   }

   .bbl-ra35 {
       -webkit-border-bottom-left-radius: 35px !important;
       -moz-border-radius-bottom-left: 35px !important;
       border-bottom-left-radius: 35px !important
   }

   .bbl-ra36 {
       -webkit-border-bottom-left-radius: 36px !important;
       -moz-border-radius-bottom-left: 36px !important;
       border-bottom-left-radius: 36px !important
   }

   .bbl-ra37 {
       -webkit-border-bottom-left-radius: 37px !important;
       -moz-border-radius-bottom-left: 37px !important;
       border-bottom-left-radius: 37px !important
   }

   .bbl-ra38 {
       -webkit-border-bottom-left-radius: 38px !important;
       -moz-border-radius-bottom-left: 38px !important;
       border-bottom-left-radius: 38px !important
   }

   .bbl-ra39 {
       -webkit-border-bottom-left-radius: 39px !important;
       -moz-border-radius-bottom-left: 39px !important;
       border-bottom-left-radius: 39px !important
   }

   .bbl-ra40 {
       -webkit-border-bottom-left-radius: 40px !important;
       -moz-border-radius-bottom-left: 40px !important;
       border-bottom-left-radius: 40px !important
   }

   .bbl-ra41 {
       -webkit-border-bottom-left-radius: 41px !important;
       -moz-border-radius-bottom-left: 41px !important;
       border-bottom-left-radius: 41px !important
   }

   .bbl-ra42 {
       -webkit-border-bottom-left-radius: 42px !important;
       -moz-border-radius-bottom-left: 42px !important;
       border-bottom-left-radius: 42px !important
   }

   .bbl-ra43 {
       -webkit-border-bottom-left-radius: 43px !important;
       -moz-border-radius-bottom-left: 43px !important;
       border-bottom-left-radius: 43px !important
   }

   .bbl-ra44 {
       -webkit-border-bottom-left-radius: 44px !important;
       -moz-border-radius-bottom-left: 44px !important;
       border-bottom-left-radius: 44px !important
   }

   .bbl-ra45 {
       -webkit-border-bottom-left-radius: 45px !important;
       -moz-border-radius-bottom-left: 45px !important;
       border-bottom-left-radius: 45px !important
   }

   .bbl-ra46 {
       -webkit-border-bottom-left-radius: 46px !important;
       -moz-border-radius-bottom-left: 46px !important;
       border-bottom-left-radius: 46px !important
   }

   .bbl-ra47 {
       -webkit-border-bottom-left-radius: 47px !important;
       -moz-border-radius-bottom-left: 47px !important;
       border-bottom-left-radius: 47px !important
   }

   .bbl-ra48 {
       -webkit-border-bottom-left-radius: 48px !important;
       -moz-border-radius-bottom-left: 48px !important;
       border-bottom-left-radius: 48px !important
   }

   .bbl-ra49 {
       -webkit-border-bottom-left-radius: 49px !important;
       -moz-border-radius-bottom-left: 49px !important;
       border-bottom-left-radius: 49px !important
   }

   .bbl-ra50 {
       -webkit-border-bottom-left-radius: 50px !important;
       -moz-border-radius-bottom-left: 50px !important;
       border-bottom-left-radius: 50px !important
   }

   .bbl-ra51 {
       -webkit-border-bottom-left-radius: 51px !important;
       -moz-border-radius-bottom-left: 51px !important;
       border-bottom-left-radius: 51px !important
   }

   .bbl-ra52 {
       -webkit-border-bottom-left-radius: 52px !important;
       -moz-border-radius-bottom-left: 52px !important;
       border-bottom-left-radius: 52px !important
   }

   .bbl-ra53 {
       -webkit-border-bottom-left-radius: 53px !important;
       -moz-border-radius-bottom-left: 53px !important;
       border-bottom-left-radius: 53px !important
   }

   .bbl-ra54 {
       -webkit-border-bottom-left-radius: 54px !important;
       -moz-border-radius-bottom-left: 54px !important;
       border-bottom-left-radius: 54px !important
   }

   .bbl-ra55 {
       -webkit-border-bottom-left-radius: 55px !important;
       -moz-border-radius-bottom-left: 55px !important;
       border-bottom-left-radius: 55px !important
   }

   .bbl-ra56 {
       -webkit-border-bottom-left-radius: 56px !important;
       -moz-border-radius-bottom-left: 56px !important;
       border-bottom-left-radius: 56px !important
   }

   .bbl-ra57 {
       -webkit-border-bottom-left-radius: 57px !important;
       -moz-border-radius-bottom-left: 57px !important;
       border-bottom-left-radius: 57px !important
   }

   .bbl-ra58 {
       -webkit-border-bottom-left-radius: 58px !important;
       -moz-border-radius-bottom-left: 58px !important;
       border-bottom-left-radius: 58px !important
   }

   .bbl-ra59 {
       -webkit-border-bottom-left-radius: 59px !important;
       -moz-border-radius-bottom-left: 59px !important;
       border-bottom-left-radius: 59px !important
   }

   .bbl-ra60 {
       -webkit-border-bottom-left-radius: 60px !important;
       -moz-border-radius-bottom-left: 60px !important;
       border-bottom-left-radius: 60px !important
   }

   .bbl-ra61 {
       -webkit-border-bottom-left-radius: 61px !important;
       -moz-border-radius-bottom-left: 61px !important;
       border-bottom-left-radius: 61px !important
   }

   .bbl-ra62 {
       -webkit-border-bottom-left-radius: 62px !important;
       -moz-border-radius-bottom-left: 62px !important;
       border-bottom-left-radius: 62px !important
   }

   .bbl-ra63 {
       -webkit-border-bottom-left-radius: 63px !important;
       -moz-border-radius-bottom-left: 63px !important;
       border-bottom-left-radius: 63px !important
   }

   .bbl-ra64 {
       -webkit-border-bottom-left-radius: 64px !important;
       -moz-border-radius-bottom-left: 64px !important;
       border-bottom-left-radius: 64px !important
   }

   .bbl-ra65 {
       -webkit-border-bottom-left-radius: 65px !important;
       -moz-border-radius-bottom-left: 65px !important;
       border-bottom-left-radius: 65px !important
   }

   .bbl-ra66 {
       -webkit-border-bottom-left-radius: 66px !important;
       -moz-border-radius-bottom-left: 66px !important;
       border-bottom-left-radius: 66px !important
   }

   .bbl-ra67 {
       -webkit-border-bottom-left-radius: 67px !important;
       -moz-border-radius-bottom-left: 67px !important;
       border-bottom-left-radius: 67px !important
   }

   .bbl-ra68 {
       -webkit-border-bottom-left-radius: 68px !important;
       -moz-border-radius-bottom-left: 68px !important;
       border-bottom-left-radius: 68px !important
   }

   .bbl-ra69 {
       -webkit-border-bottom-left-radius: 69px !important;
       -moz-border-radius-bottom-left: 69px !important;
       border-bottom-left-radius: 69px !important
   }

   .bbl-ra70 {
       -webkit-border-bottom-left-radius: 70px !important;
       -moz-border-radius-bottom-left: 70px !important;
       border-bottom-left-radius: 70px !important
   }

   .bbl-ra71 {
       -webkit-border-bottom-left-radius: 71px !important;
       -moz-border-radius-bottom-left: 71px !important;
       border-bottom-left-radius: 71px !important
   }

   .bbl-ra72 {
       -webkit-border-bottom-left-radius: 72px !important;
       -moz-border-radius-bottom-left: 72px !important;
       border-bottom-left-radius: 72px !important
   }

   .bbl-ra73 {
       -webkit-border-bottom-left-radius: 73px !important;
       -moz-border-radius-bottom-left: 73px !important;
       border-bottom-left-radius: 73px !important
   }

   .bbl-ra74 {
       -webkit-border-bottom-left-radius: 74px !important;
       -moz-border-radius-bottom-left: 74px !important;
       border-bottom-left-radius: 74px !important
   }

   .bbl-ra75 {
       -webkit-border-bottom-left-radius: 75px !important;
       -moz-border-radius-bottom-left: 75px !important;
       border-bottom-left-radius: 75px !important
   }

   .bbl-ra76 {
       -webkit-border-bottom-left-radius: 76px !important;
       -moz-border-radius-bottom-left: 76px !important;
       border-bottom-left-radius: 76px !important
   }

   .bbl-ra77 {
       -webkit-border-bottom-left-radius: 77px !important;
       -moz-border-radius-bottom-left: 77px !important;
       border-bottom-left-radius: 77px !important
   }

   .bbl-ra78 {
       -webkit-border-bottom-left-radius: 78px !important;
       -moz-border-radius-bottom-left: 78px !important;
       border-bottom-left-radius: 78px !important
   }

   .bbl-ra79 {
       -webkit-border-bottom-left-radius: 79px !important;
       -moz-border-radius-bottom-left: 79px !important;
       border-bottom-left-radius: 79px !important
   }

   .bbl-ra80 {
       -webkit-border-bottom-left-radius: 80px !important;
       -moz-border-radius-bottom-left: 80px !important;
       border-bottom-left-radius: 80px !important
   }

   .bbl-ra81 {
       -webkit-border-bottom-left-radius: 81px !important;
       -moz-border-radius-bottom-left: 81px !important;
       border-bottom-left-radius: 81px !important
   }

   .bbl-ra82 {
       -webkit-border-bottom-left-radius: 82px !important;
       -moz-border-radius-bottom-left: 82px !important;
       border-bottom-left-radius: 82px !important
   }

   .bbl-ra83 {
       -webkit-border-bottom-left-radius: 83px !important;
       -moz-border-radius-bottom-left: 83px !important;
       border-bottom-left-radius: 83px !important
   }

   .bbl-ra84 {
       -webkit-border-bottom-left-radius: 84px !important;
       -moz-border-radius-bottom-left: 84px !important;
       border-bottom-left-radius: 84px !important
   }

   .bbl-ra85 {
       -webkit-border-bottom-left-radius: 85px !important;
       -moz-border-radius-bottom-left: 85px !important;
       border-bottom-left-radius: 85px !important
   }

   .bbl-ra86 {
       -webkit-border-bottom-left-radius: 86px !important;
       -moz-border-radius-bottom-left: 86px !important;
       border-bottom-left-radius: 86px !important
   }

   .bbl-ra87 {
       -webkit-border-bottom-left-radius: 87px !important;
       -moz-border-radius-bottom-left: 87px !important;
       border-bottom-left-radius: 87px !important
   }

   .bbl-ra88 {
       -webkit-border-bottom-left-radius: 88px !important;
       -moz-border-radius-bottom-left: 88px !important;
       border-bottom-left-radius: 88px !important
   }

   .bbl-ra89 {
       -webkit-border-bottom-left-radius: 89px !important;
       -moz-border-radius-bottom-left: 89px !important;
       border-bottom-left-radius: 89px !important
   }

   .bbl-ra90 {
       -webkit-border-bottom-left-radius: 90px !important;
       -moz-border-radius-bottom-left: 90px !important;
       border-bottom-left-radius: 90px !important
   }

   .bbl-ra91 {
       -webkit-border-bottom-left-radius: 91px !important;
       -moz-border-radius-bottom-left: 91px !important;
       border-bottom-left-radius: 91px !important
   }

   .bbl-ra92 {
       -webkit-border-bottom-left-radius: 92px !important;
       -moz-border-radius-bottom-left: 92px !important;
       border-bottom-left-radius: 92px !important
   }

   .bbl-ra93 {
       -webkit-border-bottom-left-radius: 93px !important;
       -moz-border-radius-bottom-left: 93px !important;
       border-bottom-left-radius: 93px !important
   }

   .bbl-ra94 {
       -webkit-border-bottom-left-radius: 94px !important;
       -moz-border-radius-bottom-left: 94px !important;
       border-bottom-left-radius: 94px !important
   }

   .bbl-ra95 {
       -webkit-border-bottom-left-radius: 95px !important;
       -moz-border-radius-bottom-left: 95px !important;
       border-bottom-left-radius: 95px !important
   }

   .bbl-ra96 {
       -webkit-border-bottom-left-radius: 96px !important;
       -moz-border-radius-bottom-left: 96px !important;
       border-bottom-left-radius: 96px !important
   }

   .bbl-ra97 {
       -webkit-border-bottom-left-radius: 97px !important;
       -moz-border-radius-bottom-left: 97px !important;
       border-bottom-left-radius: 97px !important
   }

   .bbl-ra98 {
       -webkit-border-bottom-left-radius: 98px !important;
       -moz-border-radius-bottom-left: 98px !important;
       border-bottom-left-radius: 98px !important
   }

   .bbl-ra99 {
       -webkit-border-bottom-left-radius: 99px !important;
       -moz-border-radius-bottom-left: 99px !important;
       border-bottom-left-radius: 99px !important
   }

   .bbl-ra100 {
       -webkit-border-bottom-left-radius: 100px !important;
       -moz-border-radius-bottom-left: 100px !important;
       border-bottom-left-radius: 100px !important
   }

   .bbl-ra101 {
       -webkit-border-bottom-left-radius: 101px !important;
       -moz-border-radius-bottom-left: 101px !important;
       border-bottom-left-radius: 101px !important
   }

   .bbl-ra102 {
       -webkit-border-bottom-left-radius: 102px !important;
       -moz-border-radius-bottom-left: 102px !important;
       border-bottom-left-radius: 102px !important
   }

   .bbl-ra103 {
       -webkit-border-bottom-left-radius: 103px !important;
       -moz-border-radius-bottom-left: 103px !important;
       border-bottom-left-radius: 103px !important
   }

   .bbl-ra104 {
       -webkit-border-bottom-left-radius: 104px !important;
       -moz-border-radius-bottom-left: 104px !important;
       border-bottom-left-radius: 104px !important
   }

   .bbl-ra105 {
       -webkit-border-bottom-left-radius: 105px !important;
       -moz-border-radius-bottom-left: 105px !important;
       border-bottom-left-radius: 105px !important
   }

   .bbl-ra106 {
       -webkit-border-bottom-left-radius: 106px !important;
       -moz-border-radius-bottom-left: 106px !important;
       border-bottom-left-radius: 106px !important
   }

   .bbl-ra107 {
       -webkit-border-bottom-left-radius: 107px !important;
       -moz-border-radius-bottom-left: 107px !important;
       border-bottom-left-radius: 107px !important
   }

   .bbl-ra108 {
       -webkit-border-bottom-left-radius: 108px !important;
       -moz-border-radius-bottom-left: 108px !important;
       border-bottom-left-radius: 108px !important
   }

   .bbl-ra109 {
       -webkit-border-bottom-left-radius: 109px !important;
       -moz-border-radius-bottom-left: 109px !important;
       border-bottom-left-radius: 109px !important
   }

   .bbl-ra110 {
       -webkit-border-bottom-left-radius: 110px !important;
       -moz-border-radius-bottom-left: 110px !important;
       border-bottom-left-radius: 110px !important
   }

   .bbl-ra111 {
       -webkit-border-bottom-left-radius: 111px !important;
       -moz-border-radius-bottom-left: 111px !important;
       border-bottom-left-radius: 111px !important
   }

   .bbl-ra112 {
       -webkit-border-bottom-left-radius: 112px !important;
       -moz-border-radius-bottom-left: 112px !important;
       border-bottom-left-radius: 112px !important
   }

   .bbl-ra113 {
       -webkit-border-bottom-left-radius: 113px !important;
       -moz-border-radius-bottom-left: 113px !important;
       border-bottom-left-radius: 113px !important
   }

   .bbl-ra114 {
       -webkit-border-bottom-left-radius: 114px !important;
       -moz-border-radius-bottom-left: 114px !important;
       border-bottom-left-radius: 114px !important
   }

   .bbl-ra115 {
       -webkit-border-bottom-left-radius: 115px !important;
       -moz-border-radius-bottom-left: 115px !important;
       border-bottom-left-radius: 115px !important
   }

   .bbl-ra116 {
       -webkit-border-bottom-left-radius: 116px !important;
       -moz-border-radius-bottom-left: 116px !important;
       border-bottom-left-radius: 116px !important
   }

   .bbl-ra117 {
       -webkit-border-bottom-left-radius: 117px !important;
       -moz-border-radius-bottom-left: 117px !important;
       border-bottom-left-radius: 117px !important
   }

   .bbl-ra118 {
       -webkit-border-bottom-left-radius: 118px !important;
       -moz-border-radius-bottom-left: 118px !important;
       border-bottom-left-radius: 118px !important
   }

   .bbl-ra119 {
       -webkit-border-bottom-left-radius: 119px !important;
       -moz-border-radius-bottom-left: 119px !important;
       border-bottom-left-radius: 119px !important
   }

   .bbl-ra120 {
       -webkit-border-bottom-left-radius: 120px !important;
       -moz-border-radius-bottom-left: 120px !important;
       border-bottom-left-radius: 120px !important
   }

   .bbl-ra121 {
       -webkit-border-bottom-left-radius: 121px !important;
       -moz-border-radius-bottom-left: 121px !important;
       border-bottom-left-radius: 121px !important
   }

   .bbl-ra122 {
       -webkit-border-bottom-left-radius: 122px !important;
       -moz-border-radius-bottom-left: 122px !important;
       border-bottom-left-radius: 122px !important
   }

   .bbl-ra123 {
       -webkit-border-bottom-left-radius: 123px !important;
       -moz-border-radius-bottom-left: 123px !important;
       border-bottom-left-radius: 123px !important
   }

   .bbl-ra124 {
       -webkit-border-bottom-left-radius: 124px !important;
       -moz-border-radius-bottom-left: 124px !important;
       border-bottom-left-radius: 124px !important
   }

   .bbl-ra125 {
       -webkit-border-bottom-left-radius: 125px !important;
       -moz-border-radius-bottom-left: 125px !important;
       border-bottom-left-radius: 125px !important
   }

   .bbl-ra126 {
       -webkit-border-bottom-left-radius: 126px !important;
       -moz-border-radius-bottom-left: 126px !important;
       border-bottom-left-radius: 126px !important
   }

   .bbl-ra127 {
       -webkit-border-bottom-left-radius: 127px !important;
       -moz-border-radius-bottom-left: 127px !important;
       border-bottom-left-radius: 127px !important
   }

   .bbl-ra128 {
       -webkit-border-bottom-left-radius: 128px !important;
       -moz-border-radius-bottom-left: 128px !important;
       border-bottom-left-radius: 128px !important
   }

   .bbl-ra129 {
       -webkit-border-bottom-left-radius: 129px !important;
       -moz-border-radius-bottom-left: 129px !important;
       border-bottom-left-radius: 129px !important
   }

   .bbl-ra130 {
       -webkit-border-bottom-left-radius: 130px !important;
       -moz-border-radius-bottom-left: 130px !important;
       border-bottom-left-radius: 130px !important
   }

   .bbl-ra131 {
       -webkit-border-bottom-left-radius: 131px !important;
       -moz-border-radius-bottom-left: 131px !important;
       border-bottom-left-radius: 131px !important
   }

   .bbl-ra132 {
       -webkit-border-bottom-left-radius: 132px !important;
       -moz-border-radius-bottom-left: 132px !important;
       border-bottom-left-radius: 132px !important
   }

   .bbl-ra133 {
       -webkit-border-bottom-left-radius: 133px !important;
       -moz-border-radius-bottom-left: 133px !important;
       border-bottom-left-radius: 133px !important
   }

   .bbl-ra134 {
       -webkit-border-bottom-left-radius: 134px !important;
       -moz-border-radius-bottom-left: 134px !important;
       border-bottom-left-radius: 134px !important
   }

   .bbl-ra135 {
       -webkit-border-bottom-left-radius: 135px !important;
       -moz-border-radius-bottom-left: 135px !important;
       border-bottom-left-radius: 135px !important
   }

   .bbl-ra136 {
       -webkit-border-bottom-left-radius: 136px !important;
       -moz-border-radius-bottom-left: 136px !important;
       border-bottom-left-radius: 136px !important
   }

   .bbl-ra137 {
       -webkit-border-bottom-left-radius: 137px !important;
       -moz-border-radius-bottom-left: 137px !important;
       border-bottom-left-radius: 137px !important
   }

   .bbl-ra138 {
       -webkit-border-bottom-left-radius: 138px !important;
       -moz-border-radius-bottom-left: 138px !important;
       border-bottom-left-radius: 138px !important
   }

   .bbl-ra139 {
       -webkit-border-bottom-left-radius: 139px !important;
       -moz-border-radius-bottom-left: 139px !important;
       border-bottom-left-radius: 139px !important
   }

   .bbl-ra140 {
       -webkit-border-bottom-left-radius: 140px !important;
       -moz-border-radius-bottom-left: 140px !important;
       border-bottom-left-radius: 140px !important
   }

   .bbl-ra141 {
       -webkit-border-bottom-left-radius: 141px !important;
       -moz-border-radius-bottom-left: 141px !important;
       border-bottom-left-radius: 141px !important
   }

   .bbl-ra142 {
       -webkit-border-bottom-left-radius: 142px !important;
       -moz-border-radius-bottom-left: 142px !important;
       border-bottom-left-radius: 142px !important
   }

   .bbl-ra143 {
       -webkit-border-bottom-left-radius: 143px !important;
       -moz-border-radius-bottom-left: 143px !important;
       border-bottom-left-radius: 143px !important
   }

   .bbl-ra144 {
       -webkit-border-bottom-left-radius: 144px !important;
       -moz-border-radius-bottom-left: 144px !important;
       border-bottom-left-radius: 144px !important
   }

   .bbl-ra145 {
       -webkit-border-bottom-left-radius: 145px !important;
       -moz-border-radius-bottom-left: 145px !important;
       border-bottom-left-radius: 145px !important
   }

   .bbl-ra146 {
       -webkit-border-bottom-left-radius: 146px !important;
       -moz-border-radius-bottom-left: 146px !important;
       border-bottom-left-radius: 146px !important
   }

   .bbl-ra147 {
       -webkit-border-bottom-left-radius: 147px !important;
       -moz-border-radius-bottom-left: 147px !important;
       border-bottom-left-radius: 147px !important
   }

   .bbl-ra148 {
       -webkit-border-bottom-left-radius: 148px !important;
       -moz-border-radius-bottom-left: 148px !important;
       border-bottom-left-radius: 148px !important
   }

   .bbl-ra149 {
       -webkit-border-bottom-left-radius: 149px !important;
       -moz-border-radius-bottom-left: 149px !important;
       border-bottom-left-radius: 149px !important
   }

   .bbl-ra150 {
       -webkit-border-bottom-left-radius: 150px !important;
       -moz-border-radius-bottom-left: 150px !important;
       border-bottom-left-radius: 150px !important
   }

   .bbl-ra151 {
       -webkit-border-bottom-left-radius: 151px !important;
       -moz-border-radius-bottom-left: 151px !important;
       border-bottom-left-radius: 151px !important
   }

   .bbl-ra152 {
       -webkit-border-bottom-left-radius: 152px !important;
       -moz-border-radius-bottom-left: 152px !important;
       border-bottom-left-radius: 152px !important
   }

   .bbl-ra153 {
       -webkit-border-bottom-left-radius: 153px !important;
       -moz-border-radius-bottom-left: 153px !important;
       border-bottom-left-radius: 153px !important
   }

   .bbl-ra154 {
       -webkit-border-bottom-left-radius: 154px !important;
       -moz-border-radius-bottom-left: 154px !important;
       border-bottom-left-radius: 154px !important
   }

   .bbl-ra155 {
       -webkit-border-bottom-left-radius: 155px !important;
       -moz-border-radius-bottom-left: 155px !important;
       border-bottom-left-radius: 155px !important
   }

   .bbl-ra156 {
       -webkit-border-bottom-left-radius: 156px !important;
       -moz-border-radius-bottom-left: 156px !important;
       border-bottom-left-radius: 156px !important
   }

   .bbl-ra157 {
       -webkit-border-bottom-left-radius: 157px !important;
       -moz-border-radius-bottom-left: 157px !important;
       border-bottom-left-radius: 157px !important
   }

   .bbl-ra158 {
       -webkit-border-bottom-left-radius: 158px !important;
       -moz-border-radius-bottom-left: 158px !important;
       border-bottom-left-radius: 158px !important
   }

   .bbl-ra159 {
       -webkit-border-bottom-left-radius: 159px !important;
       -moz-border-radius-bottom-left: 159px !important;
       border-bottom-left-radius: 159px !important
   }

   .bbl-ra160 {
       -webkit-border-bottom-left-radius: 160px !important;
       -moz-border-radius-bottom-left: 160px !important;
       border-bottom-left-radius: 160px !important
   }

   .bbl-ra161 {
       -webkit-border-bottom-left-radius: 161px !important;
       -moz-border-radius-bottom-left: 161px !important;
       border-bottom-left-radius: 161px !important
   }

   .bbl-ra162 {
       -webkit-border-bottom-left-radius: 162px !important;
       -moz-border-radius-bottom-left: 162px !important;
       border-bottom-left-radius: 162px !important
   }

   .bbl-ra163 {
       -webkit-border-bottom-left-radius: 163px !important;
       -moz-border-radius-bottom-left: 163px !important;
       border-bottom-left-radius: 163px !important
   }

   .bbl-ra164 {
       -webkit-border-bottom-left-radius: 164px !important;
       -moz-border-radius-bottom-left: 164px !important;
       border-bottom-left-radius: 164px !important
   }

   .bbl-ra165 {
       -webkit-border-bottom-left-radius: 165px !important;
       -moz-border-radius-bottom-left: 165px !important;
       border-bottom-left-radius: 165px !important
   }

   .bbl-ra166 {
       -webkit-border-bottom-left-radius: 166px !important;
       -moz-border-radius-bottom-left: 166px !important;
       border-bottom-left-radius: 166px !important
   }

   .bbl-ra167 {
       -webkit-border-bottom-left-radius: 167px !important;
       -moz-border-radius-bottom-left: 167px !important;
       border-bottom-left-radius: 167px !important
   }

   .bbl-ra168 {
       -webkit-border-bottom-left-radius: 168px !important;
       -moz-border-radius-bottom-left: 168px !important;
       border-bottom-left-radius: 168px !important
   }

   .bbl-ra169 {
       -webkit-border-bottom-left-radius: 169px !important;
       -moz-border-radius-bottom-left: 169px !important;
       border-bottom-left-radius: 169px !important
   }

   .bbl-ra170 {
       -webkit-border-bottom-left-radius: 170px !important;
       -moz-border-radius-bottom-left: 170px !important;
       border-bottom-left-radius: 170px !important
   }

   .bbl-ra171 {
       -webkit-border-bottom-left-radius: 171px !important;
       -moz-border-radius-bottom-left: 171px !important;
       border-bottom-left-radius: 171px !important
   }

   .bbl-ra172 {
       -webkit-border-bottom-left-radius: 172px !important;
       -moz-border-radius-bottom-left: 172px !important;
       border-bottom-left-radius: 172px !important
   }

   .bbl-ra173 {
       -webkit-border-bottom-left-radius: 173px !important;
       -moz-border-radius-bottom-left: 173px !important;
       border-bottom-left-radius: 173px !important
   }

   .bbl-ra174 {
       -webkit-border-bottom-left-radius: 174px !important;
       -moz-border-radius-bottom-left: 174px !important;
       border-bottom-left-radius: 174px !important
   }

   .bbl-ra175 {
       -webkit-border-bottom-left-radius: 175px !important;
       -moz-border-radius-bottom-left: 175px !important;
       border-bottom-left-radius: 175px !important
   }

   .bbl-ra176 {
       -webkit-border-bottom-left-radius: 176px !important;
       -moz-border-radius-bottom-left: 176px !important;
       border-bottom-left-radius: 176px !important
   }

   .bbl-ra177 {
       -webkit-border-bottom-left-radius: 177px !important;
       -moz-border-radius-bottom-left: 177px !important;
       border-bottom-left-radius: 177px !important
   }

   .bbl-ra178 {
       -webkit-border-bottom-left-radius: 178px !important;
       -moz-border-radius-bottom-left: 178px !important;
       border-bottom-left-radius: 178px !important
   }

   .bbl-ra179 {
       -webkit-border-bottom-left-radius: 179px !important;
       -moz-border-radius-bottom-left: 179px !important;
       border-bottom-left-radius: 179px !important
   }

   .bbl-ra180 {
       -webkit-border-bottom-left-radius: 180px !important;
       -moz-border-radius-bottom-left: 180px !important;
       border-bottom-left-radius: 180px !important
   }

   .bbl-ra181 {
       -webkit-border-bottom-left-radius: 181px !important;
       -moz-border-radius-bottom-left: 181px !important;
       border-bottom-left-radius: 181px !important
   }

   .bbl-ra182 {
       -webkit-border-bottom-left-radius: 182px !important;
       -moz-border-radius-bottom-left: 182px !important;
       border-bottom-left-radius: 182px !important
   }

   .bbl-ra183 {
       -webkit-border-bottom-left-radius: 183px !important;
       -moz-border-radius-bottom-left: 183px !important;
       border-bottom-left-radius: 183px !important
   }

   .bbl-ra184 {
       -webkit-border-bottom-left-radius: 184px !important;
       -moz-border-radius-bottom-left: 184px !important;
       border-bottom-left-radius: 184px !important
   }

   .bbl-ra185 {
       -webkit-border-bottom-left-radius: 185px !important;
       -moz-border-radius-bottom-left: 185px !important;
       border-bottom-left-radius: 185px !important
   }

   .bbl-ra186 {
       -webkit-border-bottom-left-radius: 186px !important;
       -moz-border-radius-bottom-left: 186px !important;
       border-bottom-left-radius: 186px !important
   }

   .bbl-ra187 {
       -webkit-border-bottom-left-radius: 187px !important;
       -moz-border-radius-bottom-left: 187px !important;
       border-bottom-left-radius: 187px !important
   }

   .bbl-ra188 {
       -webkit-border-bottom-left-radius: 188px !important;
       -moz-border-radius-bottom-left: 188px !important;
       border-bottom-left-radius: 188px !important
   }

   .bbl-ra189 {
       -webkit-border-bottom-left-radius: 189px !important;
       -moz-border-radius-bottom-left: 189px !important;
       border-bottom-left-radius: 189px !important
   }

   .bbl-ra190 {
       -webkit-border-bottom-left-radius: 190px !important;
       -moz-border-radius-bottom-left: 190px !important;
       border-bottom-left-radius: 190px !important
   }

   .bbl-ra191 {
       -webkit-border-bottom-left-radius: 191px !important;
       -moz-border-radius-bottom-left: 191px !important;
       border-bottom-left-radius: 191px !important
   }

   .bbl-ra192 {
       -webkit-border-bottom-left-radius: 192px !important;
       -moz-border-radius-bottom-left: 192px !important;
       border-bottom-left-radius: 192px !important
   }

   .bbl-ra193 {
       -webkit-border-bottom-left-radius: 193px !important;
       -moz-border-radius-bottom-left: 193px !important;
       border-bottom-left-radius: 193px !important
   }

   .bbl-ra194 {
       -webkit-border-bottom-left-radius: 194px !important;
       -moz-border-radius-bottom-left: 194px !important;
       border-bottom-left-radius: 194px !important
   }

   .bbl-ra195 {
       -webkit-border-bottom-left-radius: 195px !important;
       -moz-border-radius-bottom-left: 195px !important;
       border-bottom-left-radius: 195px !important
   }

   .bbl-ra196 {
       -webkit-border-bottom-left-radius: 196px !important;
       -moz-border-radius-bottom-left: 196px !important;
       border-bottom-left-radius: 196px !important
   }

   .bbl-ra197 {
       -webkit-border-bottom-left-radius: 197px !important;
       -moz-border-radius-bottom-left: 197px !important;
       border-bottom-left-radius: 197px !important
   }

   .bbl-ra198 {
       -webkit-border-bottom-left-radius: 198px !important;
       -moz-border-radius-bottom-left: 198px !important;
       border-bottom-left-radius: 198px !important
   }

   .bbl-ra199 {
       -webkit-border-bottom-left-radius: 199px !important;
       -moz-border-radius-bottom-left: 199px !important;
       border-bottom-left-radius: 199px !important
   }

   .bbl-ra200 {
       -webkit-border-bottom-left-radius: 200px !important;
       -moz-border-radius-bottom-left: 200px !important;
       border-bottom-left-radius: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-bbl-ra0 {
           -webkit-border-bottom-left-radius: 0px !important;
           -moz-border-radius-bottom-left: 0px !important;
           border-bottom-left-radius: 0px !important
       }

       .col-sm-bbl-ra1 {
           -webkit-border-bottom-left-radius: 1px !important;
           -moz-border-radius-bottom-left: 1px !important;
           border-bottom-left-radius: 1px !important
       }

       .col-sm-bbl-ra2 {
           -webkit-border-bottom-left-radius: 2px !important;
           -moz-border-radius-bottom-left: 2px !important;
           border-bottom-left-radius: 2px !important
       }

       .col-sm-bbl-ra3 {
           -webkit-border-bottom-left-radius: 3px !important;
           -moz-border-radius-bottom-left: 3px !important;
           border-bottom-left-radius: 3px !important
       }

       .col-sm-bbl-ra4 {
           -webkit-border-bottom-left-radius: 4px !important;
           -moz-border-radius-bottom-left: 4px !important;
           border-bottom-left-radius: 4px !important
       }

       .col-sm-bbl-ra5 {
           -webkit-border-bottom-left-radius: 5px !important;
           -moz-border-radius-bottom-left: 5px !important;
           border-bottom-left-radius: 5px !important
       }

       .col-sm-bbl-ra6 {
           -webkit-border-bottom-left-radius: 6px !important;
           -moz-border-radius-bottom-left: 6px !important;
           border-bottom-left-radius: 6px !important
       }

       .col-sm-bbl-ra7 {
           -webkit-border-bottom-left-radius: 7px !important;
           -moz-border-radius-bottom-left: 7px !important;
           border-bottom-left-radius: 7px !important
       }

       .col-sm-bbl-ra8 {
           -webkit-border-bottom-left-radius: 8px !important;
           -moz-border-radius-bottom-left: 8px !important;
           border-bottom-left-radius: 8px !important
       }

       .col-sm-bbl-ra9 {
           -webkit-border-bottom-left-radius: 9px !important;
           -moz-border-radius-bottom-left: 9px !important;
           border-bottom-left-radius: 9px !important
       }

       .col-sm-bbl-ra10 {
           -webkit-border-bottom-left-radius: 10px !important;
           -moz-border-radius-bottom-left: 10px !important;
           border-bottom-left-radius: 10px !important
       }

       .col-sm-bbl-ra11 {
           -webkit-border-bottom-left-radius: 11px !important;
           -moz-border-radius-bottom-left: 11px !important;
           border-bottom-left-radius: 11px !important
       }

       .col-sm-bbl-ra12 {
           -webkit-border-bottom-left-radius: 12px !important;
           -moz-border-radius-bottom-left: 12px !important;
           border-bottom-left-radius: 12px !important
       }

       .col-sm-bbl-ra13 {
           -webkit-border-bottom-left-radius: 13px !important;
           -moz-border-radius-bottom-left: 13px !important;
           border-bottom-left-radius: 13px !important
       }

       .col-sm-bbl-ra14 {
           -webkit-border-bottom-left-radius: 14px !important;
           -moz-border-radius-bottom-left: 14px !important;
           border-bottom-left-radius: 14px !important
       }

       .col-sm-bbl-ra15 {
           -webkit-border-bottom-left-radius: 15px !important;
           -moz-border-radius-bottom-left: 15px !important;
           border-bottom-left-radius: 15px !important
       }

       .col-sm-bbl-ra16 {
           -webkit-border-bottom-left-radius: 16px !important;
           -moz-border-radius-bottom-left: 16px !important;
           border-bottom-left-radius: 16px !important
       }

       .col-sm-bbl-ra17 {
           -webkit-border-bottom-left-radius: 17px !important;
           -moz-border-radius-bottom-left: 17px !important;
           border-bottom-left-radius: 17px !important
       }

       .col-sm-bbl-ra18 {
           -webkit-border-bottom-left-radius: 18px !important;
           -moz-border-radius-bottom-left: 18px !important;
           border-bottom-left-radius: 18px !important
       }

       .col-sm-bbl-ra19 {
           -webkit-border-bottom-left-radius: 19px !important;
           -moz-border-radius-bottom-left: 19px !important;
           border-bottom-left-radius: 19px !important
       }

       .col-sm-bbl-ra20 {
           -webkit-border-bottom-left-radius: 20px !important;
           -moz-border-radius-bottom-left: 20px !important;
           border-bottom-left-radius: 20px !important
       }

       .col-sm-bbl-ra21 {
           -webkit-border-bottom-left-radius: 21px !important;
           -moz-border-radius-bottom-left: 21px !important;
           border-bottom-left-radius: 21px !important
       }

       .col-sm-bbl-ra22 {
           -webkit-border-bottom-left-radius: 22px !important;
           -moz-border-radius-bottom-left: 22px !important;
           border-bottom-left-radius: 22px !important
       }

       .col-sm-bbl-ra23 {
           -webkit-border-bottom-left-radius: 23px !important;
           -moz-border-radius-bottom-left: 23px !important;
           border-bottom-left-radius: 23px !important
       }

       .col-sm-bbl-ra24 {
           -webkit-border-bottom-left-radius: 24px !important;
           -moz-border-radius-bottom-left: 24px !important;
           border-bottom-left-radius: 24px !important
       }

       .col-sm-bbl-ra25 {
           -webkit-border-bottom-left-radius: 25px !important;
           -moz-border-radius-bottom-left: 25px !important;
           border-bottom-left-radius: 25px !important
       }

       .col-sm-bbl-ra26 {
           -webkit-border-bottom-left-radius: 26px !important;
           -moz-border-radius-bottom-left: 26px !important;
           border-bottom-left-radius: 26px !important
       }

       .col-sm-bbl-ra27 {
           -webkit-border-bottom-left-radius: 27px !important;
           -moz-border-radius-bottom-left: 27px !important;
           border-bottom-left-radius: 27px !important
       }

       .col-sm-bbl-ra28 {
           -webkit-border-bottom-left-radius: 28px !important;
           -moz-border-radius-bottom-left: 28px !important;
           border-bottom-left-radius: 28px !important
       }

       .col-sm-bbl-ra29 {
           -webkit-border-bottom-left-radius: 29px !important;
           -moz-border-radius-bottom-left: 29px !important;
           border-bottom-left-radius: 29px !important
       }

       .col-sm-bbl-ra30 {
           -webkit-border-bottom-left-radius: 30px !important;
           -moz-border-radius-bottom-left: 30px !important;
           border-bottom-left-radius: 30px !important
       }

       .col-sm-bbl-ra31 {
           -webkit-border-bottom-left-radius: 31px !important;
           -moz-border-radius-bottom-left: 31px !important;
           border-bottom-left-radius: 31px !important
       }

       .col-sm-bbl-ra32 {
           -webkit-border-bottom-left-radius: 32px !important;
           -moz-border-radius-bottom-left: 32px !important;
           border-bottom-left-radius: 32px !important
       }

       .col-sm-bbl-ra33 {
           -webkit-border-bottom-left-radius: 33px !important;
           -moz-border-radius-bottom-left: 33px !important;
           border-bottom-left-radius: 33px !important
       }

       .col-sm-bbl-ra34 {
           -webkit-border-bottom-left-radius: 34px !important;
           -moz-border-radius-bottom-left: 34px !important;
           border-bottom-left-radius: 34px !important
       }

       .col-sm-bbl-ra35 {
           -webkit-border-bottom-left-radius: 35px !important;
           -moz-border-radius-bottom-left: 35px !important;
           border-bottom-left-radius: 35px !important
       }

       .col-sm-bbl-ra36 {
           -webkit-border-bottom-left-radius: 36px !important;
           -moz-border-radius-bottom-left: 36px !important;
           border-bottom-left-radius: 36px !important
       }

       .col-sm-bbl-ra37 {
           -webkit-border-bottom-left-radius: 37px !important;
           -moz-border-radius-bottom-left: 37px !important;
           border-bottom-left-radius: 37px !important
       }

       .col-sm-bbl-ra38 {
           -webkit-border-bottom-left-radius: 38px !important;
           -moz-border-radius-bottom-left: 38px !important;
           border-bottom-left-radius: 38px !important
       }

       .col-sm-bbl-ra39 {
           -webkit-border-bottom-left-radius: 39px !important;
           -moz-border-radius-bottom-left: 39px !important;
           border-bottom-left-radius: 39px !important
       }

       .col-sm-bbl-ra40 {
           -webkit-border-bottom-left-radius: 40px !important;
           -moz-border-radius-bottom-left: 40px !important;
           border-bottom-left-radius: 40px !important
       }

       .col-sm-bbl-ra41 {
           -webkit-border-bottom-left-radius: 41px !important;
           -moz-border-radius-bottom-left: 41px !important;
           border-bottom-left-radius: 41px !important
       }

       .col-sm-bbl-ra42 {
           -webkit-border-bottom-left-radius: 42px !important;
           -moz-border-radius-bottom-left: 42px !important;
           border-bottom-left-radius: 42px !important
       }

       .col-sm-bbl-ra43 {
           -webkit-border-bottom-left-radius: 43px !important;
           -moz-border-radius-bottom-left: 43px !important;
           border-bottom-left-radius: 43px !important
       }

       .col-sm-bbl-ra44 {
           -webkit-border-bottom-left-radius: 44px !important;
           -moz-border-radius-bottom-left: 44px !important;
           border-bottom-left-radius: 44px !important
       }

       .col-sm-bbl-ra45 {
           -webkit-border-bottom-left-radius: 45px !important;
           -moz-border-radius-bottom-left: 45px !important;
           border-bottom-left-radius: 45px !important
       }

       .col-sm-bbl-ra46 {
           -webkit-border-bottom-left-radius: 46px !important;
           -moz-border-radius-bottom-left: 46px !important;
           border-bottom-left-radius: 46px !important
       }

       .col-sm-bbl-ra47 {
           -webkit-border-bottom-left-radius: 47px !important;
           -moz-border-radius-bottom-left: 47px !important;
           border-bottom-left-radius: 47px !important
       }

       .col-sm-bbl-ra48 {
           -webkit-border-bottom-left-radius: 48px !important;
           -moz-border-radius-bottom-left: 48px !important;
           border-bottom-left-radius: 48px !important
       }

       .col-sm-bbl-ra49 {
           -webkit-border-bottom-left-radius: 49px !important;
           -moz-border-radius-bottom-left: 49px !important;
           border-bottom-left-radius: 49px !important
       }

       .col-sm-bbl-ra50 {
           -webkit-border-bottom-left-radius: 50px !important;
           -moz-border-radius-bottom-left: 50px !important;
           border-bottom-left-radius: 50px !important
       }

       .col-sm-bbl-ra51 {
           -webkit-border-bottom-left-radius: 51px !important;
           -moz-border-radius-bottom-left: 51px !important;
           border-bottom-left-radius: 51px !important
       }

       .col-sm-bbl-ra52 {
           -webkit-border-bottom-left-radius: 52px !important;
           -moz-border-radius-bottom-left: 52px !important;
           border-bottom-left-radius: 52px !important
       }

       .col-sm-bbl-ra53 {
           -webkit-border-bottom-left-radius: 53px !important;
           -moz-border-radius-bottom-left: 53px !important;
           border-bottom-left-radius: 53px !important
       }

       .col-sm-bbl-ra54 {
           -webkit-border-bottom-left-radius: 54px !important;
           -moz-border-radius-bottom-left: 54px !important;
           border-bottom-left-radius: 54px !important
       }

       .col-sm-bbl-ra55 {
           -webkit-border-bottom-left-radius: 55px !important;
           -moz-border-radius-bottom-left: 55px !important;
           border-bottom-left-radius: 55px !important
       }

       .col-sm-bbl-ra56 {
           -webkit-border-bottom-left-radius: 56px !important;
           -moz-border-radius-bottom-left: 56px !important;
           border-bottom-left-radius: 56px !important
       }

       .col-sm-bbl-ra57 {
           -webkit-border-bottom-left-radius: 57px !important;
           -moz-border-radius-bottom-left: 57px !important;
           border-bottom-left-radius: 57px !important
       }

       .col-sm-bbl-ra58 {
           -webkit-border-bottom-left-radius: 58px !important;
           -moz-border-radius-bottom-left: 58px !important;
           border-bottom-left-radius: 58px !important
       }

       .col-sm-bbl-ra59 {
           -webkit-border-bottom-left-radius: 59px !important;
           -moz-border-radius-bottom-left: 59px !important;
           border-bottom-left-radius: 59px !important
       }

       .col-sm-bbl-ra60 {
           -webkit-border-bottom-left-radius: 60px !important;
           -moz-border-radius-bottom-left: 60px !important;
           border-bottom-left-radius: 60px !important
       }

       .col-sm-bbl-ra61 {
           -webkit-border-bottom-left-radius: 61px !important;
           -moz-border-radius-bottom-left: 61px !important;
           border-bottom-left-radius: 61px !important
       }

       .col-sm-bbl-ra62 {
           -webkit-border-bottom-left-radius: 62px !important;
           -moz-border-radius-bottom-left: 62px !important;
           border-bottom-left-radius: 62px !important
       }

       .col-sm-bbl-ra63 {
           -webkit-border-bottom-left-radius: 63px !important;
           -moz-border-radius-bottom-left: 63px !important;
           border-bottom-left-radius: 63px !important
       }

       .col-sm-bbl-ra64 {
           -webkit-border-bottom-left-radius: 64px !important;
           -moz-border-radius-bottom-left: 64px !important;
           border-bottom-left-radius: 64px !important
       }

       .col-sm-bbl-ra65 {
           -webkit-border-bottom-left-radius: 65px !important;
           -moz-border-radius-bottom-left: 65px !important;
           border-bottom-left-radius: 65px !important
       }

       .col-sm-bbl-ra66 {
           -webkit-border-bottom-left-radius: 66px !important;
           -moz-border-radius-bottom-left: 66px !important;
           border-bottom-left-radius: 66px !important
       }

       .col-sm-bbl-ra67 {
           -webkit-border-bottom-left-radius: 67px !important;
           -moz-border-radius-bottom-left: 67px !important;
           border-bottom-left-radius: 67px !important
       }

       .col-sm-bbl-ra68 {
           -webkit-border-bottom-left-radius: 68px !important;
           -moz-border-radius-bottom-left: 68px !important;
           border-bottom-left-radius: 68px !important
       }

       .col-sm-bbl-ra69 {
           -webkit-border-bottom-left-radius: 69px !important;
           -moz-border-radius-bottom-left: 69px !important;
           border-bottom-left-radius: 69px !important
       }

       .col-sm-bbl-ra70 {
           -webkit-border-bottom-left-radius: 70px !important;
           -moz-border-radius-bottom-left: 70px !important;
           border-bottom-left-radius: 70px !important
       }

       .col-sm-bbl-ra71 {
           -webkit-border-bottom-left-radius: 71px !important;
           -moz-border-radius-bottom-left: 71px !important;
           border-bottom-left-radius: 71px !important
       }

       .col-sm-bbl-ra72 {
           -webkit-border-bottom-left-radius: 72px !important;
           -moz-border-radius-bottom-left: 72px !important;
           border-bottom-left-radius: 72px !important
       }

       .col-sm-bbl-ra73 {
           -webkit-border-bottom-left-radius: 73px !important;
           -moz-border-radius-bottom-left: 73px !important;
           border-bottom-left-radius: 73px !important
       }

       .col-sm-bbl-ra74 {
           -webkit-border-bottom-left-radius: 74px !important;
           -moz-border-radius-bottom-left: 74px !important;
           border-bottom-left-radius: 74px !important
       }

       .col-sm-bbl-ra75 {
           -webkit-border-bottom-left-radius: 75px !important;
           -moz-border-radius-bottom-left: 75px !important;
           border-bottom-left-radius: 75px !important
       }

       .col-sm-bbl-ra76 {
           -webkit-border-bottom-left-radius: 76px !important;
           -moz-border-radius-bottom-left: 76px !important;
           border-bottom-left-radius: 76px !important
       }

       .col-sm-bbl-ra77 {
           -webkit-border-bottom-left-radius: 77px !important;
           -moz-border-radius-bottom-left: 77px !important;
           border-bottom-left-radius: 77px !important
       }

       .col-sm-bbl-ra78 {
           -webkit-border-bottom-left-radius: 78px !important;
           -moz-border-radius-bottom-left: 78px !important;
           border-bottom-left-radius: 78px !important
       }

       .col-sm-bbl-ra79 {
           -webkit-border-bottom-left-radius: 79px !important;
           -moz-border-radius-bottom-left: 79px !important;
           border-bottom-left-radius: 79px !important
       }

       .col-sm-bbl-ra80 {
           -webkit-border-bottom-left-radius: 80px !important;
           -moz-border-radius-bottom-left: 80px !important;
           border-bottom-left-radius: 80px !important
       }

       .col-sm-bbl-ra81 {
           -webkit-border-bottom-left-radius: 81px !important;
           -moz-border-radius-bottom-left: 81px !important;
           border-bottom-left-radius: 81px !important
       }

       .col-sm-bbl-ra82 {
           -webkit-border-bottom-left-radius: 82px !important;
           -moz-border-radius-bottom-left: 82px !important;
           border-bottom-left-radius: 82px !important
       }

       .col-sm-bbl-ra83 {
           -webkit-border-bottom-left-radius: 83px !important;
           -moz-border-radius-bottom-left: 83px !important;
           border-bottom-left-radius: 83px !important
       }

       .col-sm-bbl-ra84 {
           -webkit-border-bottom-left-radius: 84px !important;
           -moz-border-radius-bottom-left: 84px !important;
           border-bottom-left-radius: 84px !important
       }

       .col-sm-bbl-ra85 {
           -webkit-border-bottom-left-radius: 85px !important;
           -moz-border-radius-bottom-left: 85px !important;
           border-bottom-left-radius: 85px !important
       }

       .col-sm-bbl-ra86 {
           -webkit-border-bottom-left-radius: 86px !important;
           -moz-border-radius-bottom-left: 86px !important;
           border-bottom-left-radius: 86px !important
       }

       .col-sm-bbl-ra87 {
           -webkit-border-bottom-left-radius: 87px !important;
           -moz-border-radius-bottom-left: 87px !important;
           border-bottom-left-radius: 87px !important
       }

       .col-sm-bbl-ra88 {
           -webkit-border-bottom-left-radius: 88px !important;
           -moz-border-radius-bottom-left: 88px !important;
           border-bottom-left-radius: 88px !important
       }

       .col-sm-bbl-ra89 {
           -webkit-border-bottom-left-radius: 89px !important;
           -moz-border-radius-bottom-left: 89px !important;
           border-bottom-left-radius: 89px !important
       }

       .col-sm-bbl-ra90 {
           -webkit-border-bottom-left-radius: 90px !important;
           -moz-border-radius-bottom-left: 90px !important;
           border-bottom-left-radius: 90px !important
       }

       .col-sm-bbl-ra91 {
           -webkit-border-bottom-left-radius: 91px !important;
           -moz-border-radius-bottom-left: 91px !important;
           border-bottom-left-radius: 91px !important
       }

       .col-sm-bbl-ra92 {
           -webkit-border-bottom-left-radius: 92px !important;
           -moz-border-radius-bottom-left: 92px !important;
           border-bottom-left-radius: 92px !important
       }

       .col-sm-bbl-ra93 {
           -webkit-border-bottom-left-radius: 93px !important;
           -moz-border-radius-bottom-left: 93px !important;
           border-bottom-left-radius: 93px !important
       }

       .col-sm-bbl-ra94 {
           -webkit-border-bottom-left-radius: 94px !important;
           -moz-border-radius-bottom-left: 94px !important;
           border-bottom-left-radius: 94px !important
       }

       .col-sm-bbl-ra95 {
           -webkit-border-bottom-left-radius: 95px !important;
           -moz-border-radius-bottom-left: 95px !important;
           border-bottom-left-radius: 95px !important
       }

       .col-sm-bbl-ra96 {
           -webkit-border-bottom-left-radius: 96px !important;
           -moz-border-radius-bottom-left: 96px !important;
           border-bottom-left-radius: 96px !important
       }

       .col-sm-bbl-ra97 {
           -webkit-border-bottom-left-radius: 97px !important;
           -moz-border-radius-bottom-left: 97px !important;
           border-bottom-left-radius: 97px !important
       }

       .col-sm-bbl-ra98 {
           -webkit-border-bottom-left-radius: 98px !important;
           -moz-border-radius-bottom-left: 98px !important;
           border-bottom-left-radius: 98px !important
       }

       .col-sm-bbl-ra99 {
           -webkit-border-bottom-left-radius: 99px !important;
           -moz-border-radius-bottom-left: 99px !important;
           border-bottom-left-radius: 99px !important
       }

       .col-sm-bbl-ra100 {
           -webkit-border-bottom-left-radius: 100px !important;
           -moz-border-radius-bottom-left: 100px !important;
           border-bottom-left-radius: 100px !important
       }

       .col-sm-bbl-ra101 {
           -webkit-border-bottom-left-radius: 101px !important;
           -moz-border-radius-bottom-left: 101px !important;
           border-bottom-left-radius: 101px !important
       }

       .col-sm-bbl-ra102 {
           -webkit-border-bottom-left-radius: 102px !important;
           -moz-border-radius-bottom-left: 102px !important;
           border-bottom-left-radius: 102px !important
       }

       .col-sm-bbl-ra103 {
           -webkit-border-bottom-left-radius: 103px !important;
           -moz-border-radius-bottom-left: 103px !important;
           border-bottom-left-radius: 103px !important
       }

       .col-sm-bbl-ra104 {
           -webkit-border-bottom-left-radius: 104px !important;
           -moz-border-radius-bottom-left: 104px !important;
           border-bottom-left-radius: 104px !important
       }

       .col-sm-bbl-ra105 {
           -webkit-border-bottom-left-radius: 105px !important;
           -moz-border-radius-bottom-left: 105px !important;
           border-bottom-left-radius: 105px !important
       }

       .col-sm-bbl-ra106 {
           -webkit-border-bottom-left-radius: 106px !important;
           -moz-border-radius-bottom-left: 106px !important;
           border-bottom-left-radius: 106px !important
       }

       .col-sm-bbl-ra107 {
           -webkit-border-bottom-left-radius: 107px !important;
           -moz-border-radius-bottom-left: 107px !important;
           border-bottom-left-radius: 107px !important
       }

       .col-sm-bbl-ra108 {
           -webkit-border-bottom-left-radius: 108px !important;
           -moz-border-radius-bottom-left: 108px !important;
           border-bottom-left-radius: 108px !important
       }

       .col-sm-bbl-ra109 {
           -webkit-border-bottom-left-radius: 109px !important;
           -moz-border-radius-bottom-left: 109px !important;
           border-bottom-left-radius: 109px !important
       }

       .col-sm-bbl-ra110 {
           -webkit-border-bottom-left-radius: 110px !important;
           -moz-border-radius-bottom-left: 110px !important;
           border-bottom-left-radius: 110px !important
       }

       .col-sm-bbl-ra111 {
           -webkit-border-bottom-left-radius: 111px !important;
           -moz-border-radius-bottom-left: 111px !important;
           border-bottom-left-radius: 111px !important
       }

       .col-sm-bbl-ra112 {
           -webkit-border-bottom-left-radius: 112px !important;
           -moz-border-radius-bottom-left: 112px !important;
           border-bottom-left-radius: 112px !important
       }

       .col-sm-bbl-ra113 {
           -webkit-border-bottom-left-radius: 113px !important;
           -moz-border-radius-bottom-left: 113px !important;
           border-bottom-left-radius: 113px !important
       }

       .col-sm-bbl-ra114 {
           -webkit-border-bottom-left-radius: 114px !important;
           -moz-border-radius-bottom-left: 114px !important;
           border-bottom-left-radius: 114px !important
       }

       .col-sm-bbl-ra115 {
           -webkit-border-bottom-left-radius: 115px !important;
           -moz-border-radius-bottom-left: 115px !important;
           border-bottom-left-radius: 115px !important
       }

       .col-sm-bbl-ra116 {
           -webkit-border-bottom-left-radius: 116px !important;
           -moz-border-radius-bottom-left: 116px !important;
           border-bottom-left-radius: 116px !important
       }

       .col-sm-bbl-ra117 {
           -webkit-border-bottom-left-radius: 117px !important;
           -moz-border-radius-bottom-left: 117px !important;
           border-bottom-left-radius: 117px !important
       }

       .col-sm-bbl-ra118 {
           -webkit-border-bottom-left-radius: 118px !important;
           -moz-border-radius-bottom-left: 118px !important;
           border-bottom-left-radius: 118px !important
       }

       .col-sm-bbl-ra119 {
           -webkit-border-bottom-left-radius: 119px !important;
           -moz-border-radius-bottom-left: 119px !important;
           border-bottom-left-radius: 119px !important
       }

       .col-sm-bbl-ra120 {
           -webkit-border-bottom-left-radius: 120px !important;
           -moz-border-radius-bottom-left: 120px !important;
           border-bottom-left-radius: 120px !important
       }

       .col-sm-bbl-ra121 {
           -webkit-border-bottom-left-radius: 121px !important;
           -moz-border-radius-bottom-left: 121px !important;
           border-bottom-left-radius: 121px !important
       }

       .col-sm-bbl-ra122 {
           -webkit-border-bottom-left-radius: 122px !important;
           -moz-border-radius-bottom-left: 122px !important;
           border-bottom-left-radius: 122px !important
       }

       .col-sm-bbl-ra123 {
           -webkit-border-bottom-left-radius: 123px !important;
           -moz-border-radius-bottom-left: 123px !important;
           border-bottom-left-radius: 123px !important
       }

       .col-sm-bbl-ra124 {
           -webkit-border-bottom-left-radius: 124px !important;
           -moz-border-radius-bottom-left: 124px !important;
           border-bottom-left-radius: 124px !important
       }

       .col-sm-bbl-ra125 {
           -webkit-border-bottom-left-radius: 125px !important;
           -moz-border-radius-bottom-left: 125px !important;
           border-bottom-left-radius: 125px !important
       }

       .col-sm-bbl-ra126 {
           -webkit-border-bottom-left-radius: 126px !important;
           -moz-border-radius-bottom-left: 126px !important;
           border-bottom-left-radius: 126px !important
       }

       .col-sm-bbl-ra127 {
           -webkit-border-bottom-left-radius: 127px !important;
           -moz-border-radius-bottom-left: 127px !important;
           border-bottom-left-radius: 127px !important
       }

       .col-sm-bbl-ra128 {
           -webkit-border-bottom-left-radius: 128px !important;
           -moz-border-radius-bottom-left: 128px !important;
           border-bottom-left-radius: 128px !important
       }

       .col-sm-bbl-ra129 {
           -webkit-border-bottom-left-radius: 129px !important;
           -moz-border-radius-bottom-left: 129px !important;
           border-bottom-left-radius: 129px !important
       }

       .col-sm-bbl-ra130 {
           -webkit-border-bottom-left-radius: 130px !important;
           -moz-border-radius-bottom-left: 130px !important;
           border-bottom-left-radius: 130px !important
       }

       .col-sm-bbl-ra131 {
           -webkit-border-bottom-left-radius: 131px !important;
           -moz-border-radius-bottom-left: 131px !important;
           border-bottom-left-radius: 131px !important
       }

       .col-sm-bbl-ra132 {
           -webkit-border-bottom-left-radius: 132px !important;
           -moz-border-radius-bottom-left: 132px !important;
           border-bottom-left-radius: 132px !important
       }

       .col-sm-bbl-ra133 {
           -webkit-border-bottom-left-radius: 133px !important;
           -moz-border-radius-bottom-left: 133px !important;
           border-bottom-left-radius: 133px !important
       }

       .col-sm-bbl-ra134 {
           -webkit-border-bottom-left-radius: 134px !important;
           -moz-border-radius-bottom-left: 134px !important;
           border-bottom-left-radius: 134px !important
       }

       .col-sm-bbl-ra135 {
           -webkit-border-bottom-left-radius: 135px !important;
           -moz-border-radius-bottom-left: 135px !important;
           border-bottom-left-radius: 135px !important
       }

       .col-sm-bbl-ra136 {
           -webkit-border-bottom-left-radius: 136px !important;
           -moz-border-radius-bottom-left: 136px !important;
           border-bottom-left-radius: 136px !important
       }

       .col-sm-bbl-ra137 {
           -webkit-border-bottom-left-radius: 137px !important;
           -moz-border-radius-bottom-left: 137px !important;
           border-bottom-left-radius: 137px !important
       }

       .col-sm-bbl-ra138 {
           -webkit-border-bottom-left-radius: 138px !important;
           -moz-border-radius-bottom-left: 138px !important;
           border-bottom-left-radius: 138px !important
       }

       .col-sm-bbl-ra139 {
           -webkit-border-bottom-left-radius: 139px !important;
           -moz-border-radius-bottom-left: 139px !important;
           border-bottom-left-radius: 139px !important
       }

       .col-sm-bbl-ra140 {
           -webkit-border-bottom-left-radius: 140px !important;
           -moz-border-radius-bottom-left: 140px !important;
           border-bottom-left-radius: 140px !important
       }

       .col-sm-bbl-ra141 {
           -webkit-border-bottom-left-radius: 141px !important;
           -moz-border-radius-bottom-left: 141px !important;
           border-bottom-left-radius: 141px !important
       }

       .col-sm-bbl-ra142 {
           -webkit-border-bottom-left-radius: 142px !important;
           -moz-border-radius-bottom-left: 142px !important;
           border-bottom-left-radius: 142px !important
       }

       .col-sm-bbl-ra143 {
           -webkit-border-bottom-left-radius: 143px !important;
           -moz-border-radius-bottom-left: 143px !important;
           border-bottom-left-radius: 143px !important
       }

       .col-sm-bbl-ra144 {
           -webkit-border-bottom-left-radius: 144px !important;
           -moz-border-radius-bottom-left: 144px !important;
           border-bottom-left-radius: 144px !important
       }

       .col-sm-bbl-ra145 {
           -webkit-border-bottom-left-radius: 145px !important;
           -moz-border-radius-bottom-left: 145px !important;
           border-bottom-left-radius: 145px !important
       }

       .col-sm-bbl-ra146 {
           -webkit-border-bottom-left-radius: 146px !important;
           -moz-border-radius-bottom-left: 146px !important;
           border-bottom-left-radius: 146px !important
       }

       .col-sm-bbl-ra147 {
           -webkit-border-bottom-left-radius: 147px !important;
           -moz-border-radius-bottom-left: 147px !important;
           border-bottom-left-radius: 147px !important
       }

       .col-sm-bbl-ra148 {
           -webkit-border-bottom-left-radius: 148px !important;
           -moz-border-radius-bottom-left: 148px !important;
           border-bottom-left-radius: 148px !important
       }

       .col-sm-bbl-ra149 {
           -webkit-border-bottom-left-radius: 149px !important;
           -moz-border-radius-bottom-left: 149px !important;
           border-bottom-left-radius: 149px !important
       }

       .col-sm-bbl-ra150 {
           -webkit-border-bottom-left-radius: 150px !important;
           -moz-border-radius-bottom-left: 150px !important;
           border-bottom-left-radius: 150px !important
       }

       .col-sm-bbl-ra151 {
           -webkit-border-bottom-left-radius: 151px !important;
           -moz-border-radius-bottom-left: 151px !important;
           border-bottom-left-radius: 151px !important
       }

       .col-sm-bbl-ra152 {
           -webkit-border-bottom-left-radius: 152px !important;
           -moz-border-radius-bottom-left: 152px !important;
           border-bottom-left-radius: 152px !important
       }

       .col-sm-bbl-ra153 {
           -webkit-border-bottom-left-radius: 153px !important;
           -moz-border-radius-bottom-left: 153px !important;
           border-bottom-left-radius: 153px !important
       }

       .col-sm-bbl-ra154 {
           -webkit-border-bottom-left-radius: 154px !important;
           -moz-border-radius-bottom-left: 154px !important;
           border-bottom-left-radius: 154px !important
       }

       .col-sm-bbl-ra155 {
           -webkit-border-bottom-left-radius: 155px !important;
           -moz-border-radius-bottom-left: 155px !important;
           border-bottom-left-radius: 155px !important
       }

       .col-sm-bbl-ra156 {
           -webkit-border-bottom-left-radius: 156px !important;
           -moz-border-radius-bottom-left: 156px !important;
           border-bottom-left-radius: 156px !important
       }

       .col-sm-bbl-ra157 {
           -webkit-border-bottom-left-radius: 157px !important;
           -moz-border-radius-bottom-left: 157px !important;
           border-bottom-left-radius: 157px !important
       }

       .col-sm-bbl-ra158 {
           -webkit-border-bottom-left-radius: 158px !important;
           -moz-border-radius-bottom-left: 158px !important;
           border-bottom-left-radius: 158px !important
       }

       .col-sm-bbl-ra159 {
           -webkit-border-bottom-left-radius: 159px !important;
           -moz-border-radius-bottom-left: 159px !important;
           border-bottom-left-radius: 159px !important
       }

       .col-sm-bbl-ra160 {
           -webkit-border-bottom-left-radius: 160px !important;
           -moz-border-radius-bottom-left: 160px !important;
           border-bottom-left-radius: 160px !important
       }

       .col-sm-bbl-ra161 {
           -webkit-border-bottom-left-radius: 161px !important;
           -moz-border-radius-bottom-left: 161px !important;
           border-bottom-left-radius: 161px !important
       }

       .col-sm-bbl-ra162 {
           -webkit-border-bottom-left-radius: 162px !important;
           -moz-border-radius-bottom-left: 162px !important;
           border-bottom-left-radius: 162px !important
       }

       .col-sm-bbl-ra163 {
           -webkit-border-bottom-left-radius: 163px !important;
           -moz-border-radius-bottom-left: 163px !important;
           border-bottom-left-radius: 163px !important
       }

       .col-sm-bbl-ra164 {
           -webkit-border-bottom-left-radius: 164px !important;
           -moz-border-radius-bottom-left: 164px !important;
           border-bottom-left-radius: 164px !important
       }

       .col-sm-bbl-ra165 {
           -webkit-border-bottom-left-radius: 165px !important;
           -moz-border-radius-bottom-left: 165px !important;
           border-bottom-left-radius: 165px !important
       }

       .col-sm-bbl-ra166 {
           -webkit-border-bottom-left-radius: 166px !important;
           -moz-border-radius-bottom-left: 166px !important;
           border-bottom-left-radius: 166px !important
       }

       .col-sm-bbl-ra167 {
           -webkit-border-bottom-left-radius: 167px !important;
           -moz-border-radius-bottom-left: 167px !important;
           border-bottom-left-radius: 167px !important
       }

       .col-sm-bbl-ra168 {
           -webkit-border-bottom-left-radius: 168px !important;
           -moz-border-radius-bottom-left: 168px !important;
           border-bottom-left-radius: 168px !important
       }

       .col-sm-bbl-ra169 {
           -webkit-border-bottom-left-radius: 169px !important;
           -moz-border-radius-bottom-left: 169px !important;
           border-bottom-left-radius: 169px !important
       }

       .col-sm-bbl-ra170 {
           -webkit-border-bottom-left-radius: 170px !important;
           -moz-border-radius-bottom-left: 170px !important;
           border-bottom-left-radius: 170px !important
       }

       .col-sm-bbl-ra171 {
           -webkit-border-bottom-left-radius: 171px !important;
           -moz-border-radius-bottom-left: 171px !important;
           border-bottom-left-radius: 171px !important
       }

       .col-sm-bbl-ra172 {
           -webkit-border-bottom-left-radius: 172px !important;
           -moz-border-radius-bottom-left: 172px !important;
           border-bottom-left-radius: 172px !important
       }

       .col-sm-bbl-ra173 {
           -webkit-border-bottom-left-radius: 173px !important;
           -moz-border-radius-bottom-left: 173px !important;
           border-bottom-left-radius: 173px !important
       }

       .col-sm-bbl-ra174 {
           -webkit-border-bottom-left-radius: 174px !important;
           -moz-border-radius-bottom-left: 174px !important;
           border-bottom-left-radius: 174px !important
       }

       .col-sm-bbl-ra175 {
           -webkit-border-bottom-left-radius: 175px !important;
           -moz-border-radius-bottom-left: 175px !important;
           border-bottom-left-radius: 175px !important
       }

       .col-sm-bbl-ra176 {
           -webkit-border-bottom-left-radius: 176px !important;
           -moz-border-radius-bottom-left: 176px !important;
           border-bottom-left-radius: 176px !important
       }

       .col-sm-bbl-ra177 {
           -webkit-border-bottom-left-radius: 177px !important;
           -moz-border-radius-bottom-left: 177px !important;
           border-bottom-left-radius: 177px !important
       }

       .col-sm-bbl-ra178 {
           -webkit-border-bottom-left-radius: 178px !important;
           -moz-border-radius-bottom-left: 178px !important;
           border-bottom-left-radius: 178px !important
       }

       .col-sm-bbl-ra179 {
           -webkit-border-bottom-left-radius: 179px !important;
           -moz-border-radius-bottom-left: 179px !important;
           border-bottom-left-radius: 179px !important
       }

       .col-sm-bbl-ra180 {
           -webkit-border-bottom-left-radius: 180px !important;
           -moz-border-radius-bottom-left: 180px !important;
           border-bottom-left-radius: 180px !important
       }

       .col-sm-bbl-ra181 {
           -webkit-border-bottom-left-radius: 181px !important;
           -moz-border-radius-bottom-left: 181px !important;
           border-bottom-left-radius: 181px !important
       }

       .col-sm-bbl-ra182 {
           -webkit-border-bottom-left-radius: 182px !important;
           -moz-border-radius-bottom-left: 182px !important;
           border-bottom-left-radius: 182px !important
       }

       .col-sm-bbl-ra183 {
           -webkit-border-bottom-left-radius: 183px !important;
           -moz-border-radius-bottom-left: 183px !important;
           border-bottom-left-radius: 183px !important
       }

       .col-sm-bbl-ra184 {
           -webkit-border-bottom-left-radius: 184px !important;
           -moz-border-radius-bottom-left: 184px !important;
           border-bottom-left-radius: 184px !important
       }

       .col-sm-bbl-ra185 {
           -webkit-border-bottom-left-radius: 185px !important;
           -moz-border-radius-bottom-left: 185px !important;
           border-bottom-left-radius: 185px !important
       }

       .col-sm-bbl-ra186 {
           -webkit-border-bottom-left-radius: 186px !important;
           -moz-border-radius-bottom-left: 186px !important;
           border-bottom-left-radius: 186px !important
       }

       .col-sm-bbl-ra187 {
           -webkit-border-bottom-left-radius: 187px !important;
           -moz-border-radius-bottom-left: 187px !important;
           border-bottom-left-radius: 187px !important
       }

       .col-sm-bbl-ra188 {
           -webkit-border-bottom-left-radius: 188px !important;
           -moz-border-radius-bottom-left: 188px !important;
           border-bottom-left-radius: 188px !important
       }

       .col-sm-bbl-ra189 {
           -webkit-border-bottom-left-radius: 189px !important;
           -moz-border-radius-bottom-left: 189px !important;
           border-bottom-left-radius: 189px !important
       }

       .col-sm-bbl-ra190 {
           -webkit-border-bottom-left-radius: 190px !important;
           -moz-border-radius-bottom-left: 190px !important;
           border-bottom-left-radius: 190px !important
       }

       .col-sm-bbl-ra191 {
           -webkit-border-bottom-left-radius: 191px !important;
           -moz-border-radius-bottom-left: 191px !important;
           border-bottom-left-radius: 191px !important
       }

       .col-sm-bbl-ra192 {
           -webkit-border-bottom-left-radius: 192px !important;
           -moz-border-radius-bottom-left: 192px !important;
           border-bottom-left-radius: 192px !important
       }

       .col-sm-bbl-ra193 {
           -webkit-border-bottom-left-radius: 193px !important;
           -moz-border-radius-bottom-left: 193px !important;
           border-bottom-left-radius: 193px !important
       }

       .col-sm-bbl-ra194 {
           -webkit-border-bottom-left-radius: 194px !important;
           -moz-border-radius-bottom-left: 194px !important;
           border-bottom-left-radius: 194px !important
       }

       .col-sm-bbl-ra195 {
           -webkit-border-bottom-left-radius: 195px !important;
           -moz-border-radius-bottom-left: 195px !important;
           border-bottom-left-radius: 195px !important
       }

       .col-sm-bbl-ra196 {
           -webkit-border-bottom-left-radius: 196px !important;
           -moz-border-radius-bottom-left: 196px !important;
           border-bottom-left-radius: 196px !important
       }

       .col-sm-bbl-ra197 {
           -webkit-border-bottom-left-radius: 197px !important;
           -moz-border-radius-bottom-left: 197px !important;
           border-bottom-left-radius: 197px !important
       }

       .col-sm-bbl-ra198 {
           -webkit-border-bottom-left-radius: 198px !important;
           -moz-border-radius-bottom-left: 198px !important;
           border-bottom-left-radius: 198px !important
       }

       .col-sm-bbl-ra199 {
           -webkit-border-bottom-left-radius: 199px !important;
           -moz-border-radius-bottom-left: 199px !important;
           border-bottom-left-radius: 199px !important
       }

       .col-sm-bbl-ra200 {
           -webkit-border-bottom-left-radius: 200px !important;
           -moz-border-radius-bottom-left: 200px !important;
           border-bottom-left-radius: 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-bbl-ra0 {
           -webkit-border-bottom-left-radius: 0px !important;
           -moz-border-radius-bottom-left: 0px !important;
           border-bottom-left-radius: 0px !important
       }

       .col-xs-bbl-ra1 {
           -webkit-border-bottom-left-radius: 1px !important;
           -moz-border-radius-bottom-left: 1px !important;
           border-bottom-left-radius: 1px !important
       }

       .col-xs-bbl-ra2 {
           -webkit-border-bottom-left-radius: 2px !important;
           -moz-border-radius-bottom-left: 2px !important;
           border-bottom-left-radius: 2px !important
       }

       .col-xs-bbl-ra3 {
           -webkit-border-bottom-left-radius: 3px !important;
           -moz-border-radius-bottom-left: 3px !important;
           border-bottom-left-radius: 3px !important
       }

       .col-xs-bbl-ra4 {
           -webkit-border-bottom-left-radius: 4px !important;
           -moz-border-radius-bottom-left: 4px !important;
           border-bottom-left-radius: 4px !important
       }

       .col-xs-bbl-ra5 {
           -webkit-border-bottom-left-radius: 5px !important;
           -moz-border-radius-bottom-left: 5px !important;
           border-bottom-left-radius: 5px !important
       }

       .col-xs-bbl-ra6 {
           -webkit-border-bottom-left-radius: 6px !important;
           -moz-border-radius-bottom-left: 6px !important;
           border-bottom-left-radius: 6px !important
       }

       .col-xs-bbl-ra7 {
           -webkit-border-bottom-left-radius: 7px !important;
           -moz-border-radius-bottom-left: 7px !important;
           border-bottom-left-radius: 7px !important
       }

       .col-xs-bbl-ra8 {
           -webkit-border-bottom-left-radius: 8px !important;
           -moz-border-radius-bottom-left: 8px !important;
           border-bottom-left-radius: 8px !important
       }

       .col-xs-bbl-ra9 {
           -webkit-border-bottom-left-radius: 9px !important;
           -moz-border-radius-bottom-left: 9px !important;
           border-bottom-left-radius: 9px !important
       }

       .col-xs-bbl-ra10 {
           -webkit-border-bottom-left-radius: 10px !important;
           -moz-border-radius-bottom-left: 10px !important;
           border-bottom-left-radius: 10px !important
       }

       .col-xs-bbl-ra11 {
           -webkit-border-bottom-left-radius: 11px !important;
           -moz-border-radius-bottom-left: 11px !important;
           border-bottom-left-radius: 11px !important
       }

       .col-xs-bbl-ra12 {
           -webkit-border-bottom-left-radius: 12px !important;
           -moz-border-radius-bottom-left: 12px !important;
           border-bottom-left-radius: 12px !important
       }

       .col-xs-bbl-ra13 {
           -webkit-border-bottom-left-radius: 13px !important;
           -moz-border-radius-bottom-left: 13px !important;
           border-bottom-left-radius: 13px !important
       }

       .col-xs-bbl-ra14 {
           -webkit-border-bottom-left-radius: 14px !important;
           -moz-border-radius-bottom-left: 14px !important;
           border-bottom-left-radius: 14px !important
       }

       .col-xs-bbl-ra15 {
           -webkit-border-bottom-left-radius: 15px !important;
           -moz-border-radius-bottom-left: 15px !important;
           border-bottom-left-radius: 15px !important
       }

       .col-xs-bbl-ra16 {
           -webkit-border-bottom-left-radius: 16px !important;
           -moz-border-radius-bottom-left: 16px !important;
           border-bottom-left-radius: 16px !important
       }

       .col-xs-bbl-ra17 {
           -webkit-border-bottom-left-radius: 17px !important;
           -moz-border-radius-bottom-left: 17px !important;
           border-bottom-left-radius: 17px !important
       }

       .col-xs-bbl-ra18 {
           -webkit-border-bottom-left-radius: 18px !important;
           -moz-border-radius-bottom-left: 18px !important;
           border-bottom-left-radius: 18px !important
       }

       .col-xs-bbl-ra19 {
           -webkit-border-bottom-left-radius: 19px !important;
           -moz-border-radius-bottom-left: 19px !important;
           border-bottom-left-radius: 19px !important
       }

       .col-xs-bbl-ra20 {
           -webkit-border-bottom-left-radius: 20px !important;
           -moz-border-radius-bottom-left: 20px !important;
           border-bottom-left-radius: 20px !important
       }

       .col-xs-bbl-ra21 {
           -webkit-border-bottom-left-radius: 21px !important;
           -moz-border-radius-bottom-left: 21px !important;
           border-bottom-left-radius: 21px !important
       }

       .col-xs-bbl-ra22 {
           -webkit-border-bottom-left-radius: 22px !important;
           -moz-border-radius-bottom-left: 22px !important;
           border-bottom-left-radius: 22px !important
       }

       .col-xs-bbl-ra23 {
           -webkit-border-bottom-left-radius: 23px !important;
           -moz-border-radius-bottom-left: 23px !important;
           border-bottom-left-radius: 23px !important
       }

       .col-xs-bbl-ra24 {
           -webkit-border-bottom-left-radius: 24px !important;
           -moz-border-radius-bottom-left: 24px !important;
           border-bottom-left-radius: 24px !important
       }

       .col-xs-bbl-ra25 {
           -webkit-border-bottom-left-radius: 25px !important;
           -moz-border-radius-bottom-left: 25px !important;
           border-bottom-left-radius: 25px !important
       }

       .col-xs-bbl-ra26 {
           -webkit-border-bottom-left-radius: 26px !important;
           -moz-border-radius-bottom-left: 26px !important;
           border-bottom-left-radius: 26px !important
       }

       .col-xs-bbl-ra27 {
           -webkit-border-bottom-left-radius: 27px !important;
           -moz-border-radius-bottom-left: 27px !important;
           border-bottom-left-radius: 27px !important
       }

       .col-xs-bbl-ra28 {
           -webkit-border-bottom-left-radius: 28px !important;
           -moz-border-radius-bottom-left: 28px !important;
           border-bottom-left-radius: 28px !important
       }

       .col-xs-bbl-ra29 {
           -webkit-border-bottom-left-radius: 29px !important;
           -moz-border-radius-bottom-left: 29px !important;
           border-bottom-left-radius: 29px !important
       }

       .col-xs-bbl-ra30 {
           -webkit-border-bottom-left-radius: 30px !important;
           -moz-border-radius-bottom-left: 30px !important;
           border-bottom-left-radius: 30px !important
       }

       .col-xs-bbl-ra31 {
           -webkit-border-bottom-left-radius: 31px !important;
           -moz-border-radius-bottom-left: 31px !important;
           border-bottom-left-radius: 31px !important
       }

       .col-xs-bbl-ra32 {
           -webkit-border-bottom-left-radius: 32px !important;
           -moz-border-radius-bottom-left: 32px !important;
           border-bottom-left-radius: 32px !important
       }

       .col-xs-bbl-ra33 {
           -webkit-border-bottom-left-radius: 33px !important;
           -moz-border-radius-bottom-left: 33px !important;
           border-bottom-left-radius: 33px !important
       }

       .col-xs-bbl-ra34 {
           -webkit-border-bottom-left-radius: 34px !important;
           -moz-border-radius-bottom-left: 34px !important;
           border-bottom-left-radius: 34px !important
       }

       .col-xs-bbl-ra35 {
           -webkit-border-bottom-left-radius: 35px !important;
           -moz-border-radius-bottom-left: 35px !important;
           border-bottom-left-radius: 35px !important
       }

       .col-xs-bbl-ra36 {
           -webkit-border-bottom-left-radius: 36px !important;
           -moz-border-radius-bottom-left: 36px !important;
           border-bottom-left-radius: 36px !important
       }

       .col-xs-bbl-ra37 {
           -webkit-border-bottom-left-radius: 37px !important;
           -moz-border-radius-bottom-left: 37px !important;
           border-bottom-left-radius: 37px !important
       }

       .col-xs-bbl-ra38 {
           -webkit-border-bottom-left-radius: 38px !important;
           -moz-border-radius-bottom-left: 38px !important;
           border-bottom-left-radius: 38px !important
       }

       .col-xs-bbl-ra39 {
           -webkit-border-bottom-left-radius: 39px !important;
           -moz-border-radius-bottom-left: 39px !important;
           border-bottom-left-radius: 39px !important
       }

       .col-xs-bbl-ra40 {
           -webkit-border-bottom-left-radius: 40px !important;
           -moz-border-radius-bottom-left: 40px !important;
           border-bottom-left-radius: 40px !important
       }

       .col-xs-bbl-ra41 {
           -webkit-border-bottom-left-radius: 41px !important;
           -moz-border-radius-bottom-left: 41px !important;
           border-bottom-left-radius: 41px !important
       }

       .col-xs-bbl-ra42 {
           -webkit-border-bottom-left-radius: 42px !important;
           -moz-border-radius-bottom-left: 42px !important;
           border-bottom-left-radius: 42px !important
       }

       .col-xs-bbl-ra43 {
           -webkit-border-bottom-left-radius: 43px !important;
           -moz-border-radius-bottom-left: 43px !important;
           border-bottom-left-radius: 43px !important
       }

       .col-xs-bbl-ra44 {
           -webkit-border-bottom-left-radius: 44px !important;
           -moz-border-radius-bottom-left: 44px !important;
           border-bottom-left-radius: 44px !important
       }

       .col-xs-bbl-ra45 {
           -webkit-border-bottom-left-radius: 45px !important;
           -moz-border-radius-bottom-left: 45px !important;
           border-bottom-left-radius: 45px !important
       }

       .col-xs-bbl-ra46 {
           -webkit-border-bottom-left-radius: 46px !important;
           -moz-border-radius-bottom-left: 46px !important;
           border-bottom-left-radius: 46px !important
       }

       .col-xs-bbl-ra47 {
           -webkit-border-bottom-left-radius: 47px !important;
           -moz-border-radius-bottom-left: 47px !important;
           border-bottom-left-radius: 47px !important
       }

       .col-xs-bbl-ra48 {
           -webkit-border-bottom-left-radius: 48px !important;
           -moz-border-radius-bottom-left: 48px !important;
           border-bottom-left-radius: 48px !important
       }

       .col-xs-bbl-ra49 {
           -webkit-border-bottom-left-radius: 49px !important;
           -moz-border-radius-bottom-left: 49px !important;
           border-bottom-left-radius: 49px !important
       }

       .col-xs-bbl-ra50 {
           -webkit-border-bottom-left-radius: 50px !important;
           -moz-border-radius-bottom-left: 50px !important;
           border-bottom-left-radius: 50px !important
       }

       .col-xs-bbl-ra51 {
           -webkit-border-bottom-left-radius: 51px !important;
           -moz-border-radius-bottom-left: 51px !important;
           border-bottom-left-radius: 51px !important
       }

       .col-xs-bbl-ra52 {
           -webkit-border-bottom-left-radius: 52px !important;
           -moz-border-radius-bottom-left: 52px !important;
           border-bottom-left-radius: 52px !important
       }

       .col-xs-bbl-ra53 {
           -webkit-border-bottom-left-radius: 53px !important;
           -moz-border-radius-bottom-left: 53px !important;
           border-bottom-left-radius: 53px !important
       }

       .col-xs-bbl-ra54 {
           -webkit-border-bottom-left-radius: 54px !important;
           -moz-border-radius-bottom-left: 54px !important;
           border-bottom-left-radius: 54px !important
       }

       .col-xs-bbl-ra55 {
           -webkit-border-bottom-left-radius: 55px !important;
           -moz-border-radius-bottom-left: 55px !important;
           border-bottom-left-radius: 55px !important
       }

       .col-xs-bbl-ra56 {
           -webkit-border-bottom-left-radius: 56px !important;
           -moz-border-radius-bottom-left: 56px !important;
           border-bottom-left-radius: 56px !important
       }

       .col-xs-bbl-ra57 {
           -webkit-border-bottom-left-radius: 57px !important;
           -moz-border-radius-bottom-left: 57px !important;
           border-bottom-left-radius: 57px !important
       }

       .col-xs-bbl-ra58 {
           -webkit-border-bottom-left-radius: 58px !important;
           -moz-border-radius-bottom-left: 58px !important;
           border-bottom-left-radius: 58px !important
       }

       .col-xs-bbl-ra59 {
           -webkit-border-bottom-left-radius: 59px !important;
           -moz-border-radius-bottom-left: 59px !important;
           border-bottom-left-radius: 59px !important
       }

       .col-xs-bbl-ra60 {
           -webkit-border-bottom-left-radius: 60px !important;
           -moz-border-radius-bottom-left: 60px !important;
           border-bottom-left-radius: 60px !important
       }

       .col-xs-bbl-ra61 {
           -webkit-border-bottom-left-radius: 61px !important;
           -moz-border-radius-bottom-left: 61px !important;
           border-bottom-left-radius: 61px !important
       }

       .col-xs-bbl-ra62 {
           -webkit-border-bottom-left-radius: 62px !important;
           -moz-border-radius-bottom-left: 62px !important;
           border-bottom-left-radius: 62px !important
       }

       .col-xs-bbl-ra63 {
           -webkit-border-bottom-left-radius: 63px !important;
           -moz-border-radius-bottom-left: 63px !important;
           border-bottom-left-radius: 63px !important
       }

       .col-xs-bbl-ra64 {
           -webkit-border-bottom-left-radius: 64px !important;
           -moz-border-radius-bottom-left: 64px !important;
           border-bottom-left-radius: 64px !important
       }

       .col-xs-bbl-ra65 {
           -webkit-border-bottom-left-radius: 65px !important;
           -moz-border-radius-bottom-left: 65px !important;
           border-bottom-left-radius: 65px !important
       }

       .col-xs-bbl-ra66 {
           -webkit-border-bottom-left-radius: 66px !important;
           -moz-border-radius-bottom-left: 66px !important;
           border-bottom-left-radius: 66px !important
       }

       .col-xs-bbl-ra67 {
           -webkit-border-bottom-left-radius: 67px !important;
           -moz-border-radius-bottom-left: 67px !important;
           border-bottom-left-radius: 67px !important
       }

       .col-xs-bbl-ra68 {
           -webkit-border-bottom-left-radius: 68px !important;
           -moz-border-radius-bottom-left: 68px !important;
           border-bottom-left-radius: 68px !important
       }

       .col-xs-bbl-ra69 {
           -webkit-border-bottom-left-radius: 69px !important;
           -moz-border-radius-bottom-left: 69px !important;
           border-bottom-left-radius: 69px !important
       }

       .col-xs-bbl-ra70 {
           -webkit-border-bottom-left-radius: 70px !important;
           -moz-border-radius-bottom-left: 70px !important;
           border-bottom-left-radius: 70px !important
       }

       .col-xs-bbl-ra71 {
           -webkit-border-bottom-left-radius: 71px !important;
           -moz-border-radius-bottom-left: 71px !important;
           border-bottom-left-radius: 71px !important
       }

       .col-xs-bbl-ra72 {
           -webkit-border-bottom-left-radius: 72px !important;
           -moz-border-radius-bottom-left: 72px !important;
           border-bottom-left-radius: 72px !important
       }

       .col-xs-bbl-ra73 {
           -webkit-border-bottom-left-radius: 73px !important;
           -moz-border-radius-bottom-left: 73px !important;
           border-bottom-left-radius: 73px !important
       }

       .col-xs-bbl-ra74 {
           -webkit-border-bottom-left-radius: 74px !important;
           -moz-border-radius-bottom-left: 74px !important;
           border-bottom-left-radius: 74px !important
       }

       .col-xs-bbl-ra75 {
           -webkit-border-bottom-left-radius: 75px !important;
           -moz-border-radius-bottom-left: 75px !important;
           border-bottom-left-radius: 75px !important
       }

       .col-xs-bbl-ra76 {
           -webkit-border-bottom-left-radius: 76px !important;
           -moz-border-radius-bottom-left: 76px !important;
           border-bottom-left-radius: 76px !important
       }

       .col-xs-bbl-ra77 {
           -webkit-border-bottom-left-radius: 77px !important;
           -moz-border-radius-bottom-left: 77px !important;
           border-bottom-left-radius: 77px !important
       }

       .col-xs-bbl-ra78 {
           -webkit-border-bottom-left-radius: 78px !important;
           -moz-border-radius-bottom-left: 78px !important;
           border-bottom-left-radius: 78px !important
       }

       .col-xs-bbl-ra79 {
           -webkit-border-bottom-left-radius: 79px !important;
           -moz-border-radius-bottom-left: 79px !important;
           border-bottom-left-radius: 79px !important
       }

       .col-xs-bbl-ra80 {
           -webkit-border-bottom-left-radius: 80px !important;
           -moz-border-radius-bottom-left: 80px !important;
           border-bottom-left-radius: 80px !important
       }

       .col-xs-bbl-ra81 {
           -webkit-border-bottom-left-radius: 81px !important;
           -moz-border-radius-bottom-left: 81px !important;
           border-bottom-left-radius: 81px !important
       }

       .col-xs-bbl-ra82 {
           -webkit-border-bottom-left-radius: 82px !important;
           -moz-border-radius-bottom-left: 82px !important;
           border-bottom-left-radius: 82px !important
       }

       .col-xs-bbl-ra83 {
           -webkit-border-bottom-left-radius: 83px !important;
           -moz-border-radius-bottom-left: 83px !important;
           border-bottom-left-radius: 83px !important
       }

       .col-xs-bbl-ra84 {
           -webkit-border-bottom-left-radius: 84px !important;
           -moz-border-radius-bottom-left: 84px !important;
           border-bottom-left-radius: 84px !important
       }

       .col-xs-bbl-ra85 {
           -webkit-border-bottom-left-radius: 85px !important;
           -moz-border-radius-bottom-left: 85px !important;
           border-bottom-left-radius: 85px !important
       }

       .col-xs-bbl-ra86 {
           -webkit-border-bottom-left-radius: 86px !important;
           -moz-border-radius-bottom-left: 86px !important;
           border-bottom-left-radius: 86px !important
       }

       .col-xs-bbl-ra87 {
           -webkit-border-bottom-left-radius: 87px !important;
           -moz-border-radius-bottom-left: 87px !important;
           border-bottom-left-radius: 87px !important
       }

       .col-xs-bbl-ra88 {
           -webkit-border-bottom-left-radius: 88px !important;
           -moz-border-radius-bottom-left: 88px !important;
           border-bottom-left-radius: 88px !important
       }

       .col-xs-bbl-ra89 {
           -webkit-border-bottom-left-radius: 89px !important;
           -moz-border-radius-bottom-left: 89px !important;
           border-bottom-left-radius: 89px !important
       }

       .col-xs-bbl-ra90 {
           -webkit-border-bottom-left-radius: 90px !important;
           -moz-border-radius-bottom-left: 90px !important;
           border-bottom-left-radius: 90px !important
       }

       .col-xs-bbl-ra91 {
           -webkit-border-bottom-left-radius: 91px !important;
           -moz-border-radius-bottom-left: 91px !important;
           border-bottom-left-radius: 91px !important
       }

       .col-xs-bbl-ra92 {
           -webkit-border-bottom-left-radius: 92px !important;
           -moz-border-radius-bottom-left: 92px !important;
           border-bottom-left-radius: 92px !important
       }

       .col-xs-bbl-ra93 {
           -webkit-border-bottom-left-radius: 93px !important;
           -moz-border-radius-bottom-left: 93px !important;
           border-bottom-left-radius: 93px !important
       }

       .col-xs-bbl-ra94 {
           -webkit-border-bottom-left-radius: 94px !important;
           -moz-border-radius-bottom-left: 94px !important;
           border-bottom-left-radius: 94px !important
       }

       .col-xs-bbl-ra95 {
           -webkit-border-bottom-left-radius: 95px !important;
           -moz-border-radius-bottom-left: 95px !important;
           border-bottom-left-radius: 95px !important
       }

       .col-xs-bbl-ra96 {
           -webkit-border-bottom-left-radius: 96px !important;
           -moz-border-radius-bottom-left: 96px !important;
           border-bottom-left-radius: 96px !important
       }

       .col-xs-bbl-ra97 {
           -webkit-border-bottom-left-radius: 97px !important;
           -moz-border-radius-bottom-left: 97px !important;
           border-bottom-left-radius: 97px !important
       }

       .col-xs-bbl-ra98 {
           -webkit-border-bottom-left-radius: 98px !important;
           -moz-border-radius-bottom-left: 98px !important;
           border-bottom-left-radius: 98px !important
       }

       .col-xs-bbl-ra99 {
           -webkit-border-bottom-left-radius: 99px !important;
           -moz-border-radius-bottom-left: 99px !important;
           border-bottom-left-radius: 99px !important
       }

       .col-xs-bbl-ra100 {
           -webkit-border-bottom-left-radius: 100px !important;
           -moz-border-radius-bottom-left: 100px !important;
           border-bottom-left-radius: 100px !important
       }

       .col-xs-bbl-ra101 {
           -webkit-border-bottom-left-radius: 101px !important;
           -moz-border-radius-bottom-left: 101px !important;
           border-bottom-left-radius: 101px !important
       }

       .col-xs-bbl-ra102 {
           -webkit-border-bottom-left-radius: 102px !important;
           -moz-border-radius-bottom-left: 102px !important;
           border-bottom-left-radius: 102px !important
       }

       .col-xs-bbl-ra103 {
           -webkit-border-bottom-left-radius: 103px !important;
           -moz-border-radius-bottom-left: 103px !important;
           border-bottom-left-radius: 103px !important
       }

       .col-xs-bbl-ra104 {
           -webkit-border-bottom-left-radius: 104px !important;
           -moz-border-radius-bottom-left: 104px !important;
           border-bottom-left-radius: 104px !important
       }

       .col-xs-bbl-ra105 {
           -webkit-border-bottom-left-radius: 105px !important;
           -moz-border-radius-bottom-left: 105px !important;
           border-bottom-left-radius: 105px !important
       }

       .col-xs-bbl-ra106 {
           -webkit-border-bottom-left-radius: 106px !important;
           -moz-border-radius-bottom-left: 106px !important;
           border-bottom-left-radius: 106px !important
       }

       .col-xs-bbl-ra107 {
           -webkit-border-bottom-left-radius: 107px !important;
           -moz-border-radius-bottom-left: 107px !important;
           border-bottom-left-radius: 107px !important
       }

       .col-xs-bbl-ra108 {
           -webkit-border-bottom-left-radius: 108px !important;
           -moz-border-radius-bottom-left: 108px !important;
           border-bottom-left-radius: 108px !important
       }

       .col-xs-bbl-ra109 {
           -webkit-border-bottom-left-radius: 109px !important;
           -moz-border-radius-bottom-left: 109px !important;
           border-bottom-left-radius: 109px !important
       }

       .col-xs-bbl-ra110 {
           -webkit-border-bottom-left-radius: 110px !important;
           -moz-border-radius-bottom-left: 110px !important;
           border-bottom-left-radius: 110px !important
       }

       .col-xs-bbl-ra111 {
           -webkit-border-bottom-left-radius: 111px !important;
           -moz-border-radius-bottom-left: 111px !important;
           border-bottom-left-radius: 111px !important
       }

       .col-xs-bbl-ra112 {
           -webkit-border-bottom-left-radius: 112px !important;
           -moz-border-radius-bottom-left: 112px !important;
           border-bottom-left-radius: 112px !important
       }

       .col-xs-bbl-ra113 {
           -webkit-border-bottom-left-radius: 113px !important;
           -moz-border-radius-bottom-left: 113px !important;
           border-bottom-left-radius: 113px !important
       }

       .col-xs-bbl-ra114 {
           -webkit-border-bottom-left-radius: 114px !important;
           -moz-border-radius-bottom-left: 114px !important;
           border-bottom-left-radius: 114px !important
       }

       .col-xs-bbl-ra115 {
           -webkit-border-bottom-left-radius: 115px !important;
           -moz-border-radius-bottom-left: 115px !important;
           border-bottom-left-radius: 115px !important
       }

       .col-xs-bbl-ra116 {
           -webkit-border-bottom-left-radius: 116px !important;
           -moz-border-radius-bottom-left: 116px !important;
           border-bottom-left-radius: 116px !important
       }

       .col-xs-bbl-ra117 {
           -webkit-border-bottom-left-radius: 117px !important;
           -moz-border-radius-bottom-left: 117px !important;
           border-bottom-left-radius: 117px !important
       }

       .col-xs-bbl-ra118 {
           -webkit-border-bottom-left-radius: 118px !important;
           -moz-border-radius-bottom-left: 118px !important;
           border-bottom-left-radius: 118px !important
       }

       .col-xs-bbl-ra119 {
           -webkit-border-bottom-left-radius: 119px !important;
           -moz-border-radius-bottom-left: 119px !important;
           border-bottom-left-radius: 119px !important
       }

       .col-xs-bbl-ra120 {
           -webkit-border-bottom-left-radius: 120px !important;
           -moz-border-radius-bottom-left: 120px !important;
           border-bottom-left-radius: 120px !important
       }

       .col-xs-bbl-ra121 {
           -webkit-border-bottom-left-radius: 121px !important;
           -moz-border-radius-bottom-left: 121px !important;
           border-bottom-left-radius: 121px !important
       }

       .col-xs-bbl-ra122 {
           -webkit-border-bottom-left-radius: 122px !important;
           -moz-border-radius-bottom-left: 122px !important;
           border-bottom-left-radius: 122px !important
       }

       .col-xs-bbl-ra123 {
           -webkit-border-bottom-left-radius: 123px !important;
           -moz-border-radius-bottom-left: 123px !important;
           border-bottom-left-radius: 123px !important
       }

       .col-xs-bbl-ra124 {
           -webkit-border-bottom-left-radius: 124px !important;
           -moz-border-radius-bottom-left: 124px !important;
           border-bottom-left-radius: 124px !important
       }

       .col-xs-bbl-ra125 {
           -webkit-border-bottom-left-radius: 125px !important;
           -moz-border-radius-bottom-left: 125px !important;
           border-bottom-left-radius: 125px !important
       }

       .col-xs-bbl-ra126 {
           -webkit-border-bottom-left-radius: 126px !important;
           -moz-border-radius-bottom-left: 126px !important;
           border-bottom-left-radius: 126px !important
       }

       .col-xs-bbl-ra127 {
           -webkit-border-bottom-left-radius: 127px !important;
           -moz-border-radius-bottom-left: 127px !important;
           border-bottom-left-radius: 127px !important
       }

       .col-xs-bbl-ra128 {
           -webkit-border-bottom-left-radius: 128px !important;
           -moz-border-radius-bottom-left: 128px !important;
           border-bottom-left-radius: 128px !important
       }

       .col-xs-bbl-ra129 {
           -webkit-border-bottom-left-radius: 129px !important;
           -moz-border-radius-bottom-left: 129px !important;
           border-bottom-left-radius: 129px !important
       }

       .col-xs-bbl-ra130 {
           -webkit-border-bottom-left-radius: 130px !important;
           -moz-border-radius-bottom-left: 130px !important;
           border-bottom-left-radius: 130px !important
       }

       .col-xs-bbl-ra131 {
           -webkit-border-bottom-left-radius: 131px !important;
           -moz-border-radius-bottom-left: 131px !important;
           border-bottom-left-radius: 131px !important
       }

       .col-xs-bbl-ra132 {
           -webkit-border-bottom-left-radius: 132px !important;
           -moz-border-radius-bottom-left: 132px !important;
           border-bottom-left-radius: 132px !important
       }

       .col-xs-bbl-ra133 {
           -webkit-border-bottom-left-radius: 133px !important;
           -moz-border-radius-bottom-left: 133px !important;
           border-bottom-left-radius: 133px !important
       }

       .col-xs-bbl-ra134 {
           -webkit-border-bottom-left-radius: 134px !important;
           -moz-border-radius-bottom-left: 134px !important;
           border-bottom-left-radius: 134px !important
       }

       .col-xs-bbl-ra135 {
           -webkit-border-bottom-left-radius: 135px !important;
           -moz-border-radius-bottom-left: 135px !important;
           border-bottom-left-radius: 135px !important
       }

       .col-xs-bbl-ra136 {
           -webkit-border-bottom-left-radius: 136px !important;
           -moz-border-radius-bottom-left: 136px !important;
           border-bottom-left-radius: 136px !important
       }

       .col-xs-bbl-ra137 {
           -webkit-border-bottom-left-radius: 137px !important;
           -moz-border-radius-bottom-left: 137px !important;
           border-bottom-left-radius: 137px !important
       }

       .col-xs-bbl-ra138 {
           -webkit-border-bottom-left-radius: 138px !important;
           -moz-border-radius-bottom-left: 138px !important;
           border-bottom-left-radius: 138px !important
       }

       .col-xs-bbl-ra139 {
           -webkit-border-bottom-left-radius: 139px !important;
           -moz-border-radius-bottom-left: 139px !important;
           border-bottom-left-radius: 139px !important
       }

       .col-xs-bbl-ra140 {
           -webkit-border-bottom-left-radius: 140px !important;
           -moz-border-radius-bottom-left: 140px !important;
           border-bottom-left-radius: 140px !important
       }

       .col-xs-bbl-ra141 {
           -webkit-border-bottom-left-radius: 141px !important;
           -moz-border-radius-bottom-left: 141px !important;
           border-bottom-left-radius: 141px !important
       }

       .col-xs-bbl-ra142 {
           -webkit-border-bottom-left-radius: 142px !important;
           -moz-border-radius-bottom-left: 142px !important;
           border-bottom-left-radius: 142px !important
       }

       .col-xs-bbl-ra143 {
           -webkit-border-bottom-left-radius: 143px !important;
           -moz-border-radius-bottom-left: 143px !important;
           border-bottom-left-radius: 143px !important
       }

       .col-xs-bbl-ra144 {
           -webkit-border-bottom-left-radius: 144px !important;
           -moz-border-radius-bottom-left: 144px !important;
           border-bottom-left-radius: 144px !important
       }

       .col-xs-bbl-ra145 {
           -webkit-border-bottom-left-radius: 145px !important;
           -moz-border-radius-bottom-left: 145px !important;
           border-bottom-left-radius: 145px !important
       }

       .col-xs-bbl-ra146 {
           -webkit-border-bottom-left-radius: 146px !important;
           -moz-border-radius-bottom-left: 146px !important;
           border-bottom-left-radius: 146px !important
       }

       .col-xs-bbl-ra147 {
           -webkit-border-bottom-left-radius: 147px !important;
           -moz-border-radius-bottom-left: 147px !important;
           border-bottom-left-radius: 147px !important
       }

       .col-xs-bbl-ra148 {
           -webkit-border-bottom-left-radius: 148px !important;
           -moz-border-radius-bottom-left: 148px !important;
           border-bottom-left-radius: 148px !important
       }

       .col-xs-bbl-ra149 {
           -webkit-border-bottom-left-radius: 149px !important;
           -moz-border-radius-bottom-left: 149px !important;
           border-bottom-left-radius: 149px !important
       }

       .col-xs-bbl-ra150 {
           -webkit-border-bottom-left-radius: 150px !important;
           -moz-border-radius-bottom-left: 150px !important;
           border-bottom-left-radius: 150px !important
       }

       .col-xs-bbl-ra151 {
           -webkit-border-bottom-left-radius: 151px !important;
           -moz-border-radius-bottom-left: 151px !important;
           border-bottom-left-radius: 151px !important
       }

       .col-xs-bbl-ra152 {
           -webkit-border-bottom-left-radius: 152px !important;
           -moz-border-radius-bottom-left: 152px !important;
           border-bottom-left-radius: 152px !important
       }

       .col-xs-bbl-ra153 {
           -webkit-border-bottom-left-radius: 153px !important;
           -moz-border-radius-bottom-left: 153px !important;
           border-bottom-left-radius: 153px !important
       }

       .col-xs-bbl-ra154 {
           -webkit-border-bottom-left-radius: 154px !important;
           -moz-border-radius-bottom-left: 154px !important;
           border-bottom-left-radius: 154px !important
       }

       .col-xs-bbl-ra155 {
           -webkit-border-bottom-left-radius: 155px !important;
           -moz-border-radius-bottom-left: 155px !important;
           border-bottom-left-radius: 155px !important
       }

       .col-xs-bbl-ra156 {
           -webkit-border-bottom-left-radius: 156px !important;
           -moz-border-radius-bottom-left: 156px !important;
           border-bottom-left-radius: 156px !important
       }

       .col-xs-bbl-ra157 {
           -webkit-border-bottom-left-radius: 157px !important;
           -moz-border-radius-bottom-left: 157px !important;
           border-bottom-left-radius: 157px !important
       }

       .col-xs-bbl-ra158 {
           -webkit-border-bottom-left-radius: 158px !important;
           -moz-border-radius-bottom-left: 158px !important;
           border-bottom-left-radius: 158px !important
       }

       .col-xs-bbl-ra159 {
           -webkit-border-bottom-left-radius: 159px !important;
           -moz-border-radius-bottom-left: 159px !important;
           border-bottom-left-radius: 159px !important
       }

       .col-xs-bbl-ra160 {
           -webkit-border-bottom-left-radius: 160px !important;
           -moz-border-radius-bottom-left: 160px !important;
           border-bottom-left-radius: 160px !important
       }

       .col-xs-bbl-ra161 {
           -webkit-border-bottom-left-radius: 161px !important;
           -moz-border-radius-bottom-left: 161px !important;
           border-bottom-left-radius: 161px !important
       }

       .col-xs-bbl-ra162 {
           -webkit-border-bottom-left-radius: 162px !important;
           -moz-border-radius-bottom-left: 162px !important;
           border-bottom-left-radius: 162px !important
       }

       .col-xs-bbl-ra163 {
           -webkit-border-bottom-left-radius: 163px !important;
           -moz-border-radius-bottom-left: 163px !important;
           border-bottom-left-radius: 163px !important
       }

       .col-xs-bbl-ra164 {
           -webkit-border-bottom-left-radius: 164px !important;
           -moz-border-radius-bottom-left: 164px !important;
           border-bottom-left-radius: 164px !important
       }

       .col-xs-bbl-ra165 {
           -webkit-border-bottom-left-radius: 165px !important;
           -moz-border-radius-bottom-left: 165px !important;
           border-bottom-left-radius: 165px !important
       }

       .col-xs-bbl-ra166 {
           -webkit-border-bottom-left-radius: 166px !important;
           -moz-border-radius-bottom-left: 166px !important;
           border-bottom-left-radius: 166px !important
       }

       .col-xs-bbl-ra167 {
           -webkit-border-bottom-left-radius: 167px !important;
           -moz-border-radius-bottom-left: 167px !important;
           border-bottom-left-radius: 167px !important
       }

       .col-xs-bbl-ra168 {
           -webkit-border-bottom-left-radius: 168px !important;
           -moz-border-radius-bottom-left: 168px !important;
           border-bottom-left-radius: 168px !important
       }

       .col-xs-bbl-ra169 {
           -webkit-border-bottom-left-radius: 169px !important;
           -moz-border-radius-bottom-left: 169px !important;
           border-bottom-left-radius: 169px !important
       }

       .col-xs-bbl-ra170 {
           -webkit-border-bottom-left-radius: 170px !important;
           -moz-border-radius-bottom-left: 170px !important;
           border-bottom-left-radius: 170px !important
       }

       .col-xs-bbl-ra171 {
           -webkit-border-bottom-left-radius: 171px !important;
           -moz-border-radius-bottom-left: 171px !important;
           border-bottom-left-radius: 171px !important
       }

       .col-xs-bbl-ra172 {
           -webkit-border-bottom-left-radius: 172px !important;
           -moz-border-radius-bottom-left: 172px !important;
           border-bottom-left-radius: 172px !important
       }

       .col-xs-bbl-ra173 {
           -webkit-border-bottom-left-radius: 173px !important;
           -moz-border-radius-bottom-left: 173px !important;
           border-bottom-left-radius: 173px !important
       }

       .col-xs-bbl-ra174 {
           -webkit-border-bottom-left-radius: 174px !important;
           -moz-border-radius-bottom-left: 174px !important;
           border-bottom-left-radius: 174px !important
       }

       .col-xs-bbl-ra175 {
           -webkit-border-bottom-left-radius: 175px !important;
           -moz-border-radius-bottom-left: 175px !important;
           border-bottom-left-radius: 175px !important
       }

       .col-xs-bbl-ra176 {
           -webkit-border-bottom-left-radius: 176px !important;
           -moz-border-radius-bottom-left: 176px !important;
           border-bottom-left-radius: 176px !important
       }

       .col-xs-bbl-ra177 {
           -webkit-border-bottom-left-radius: 177px !important;
           -moz-border-radius-bottom-left: 177px !important;
           border-bottom-left-radius: 177px !important
       }

       .col-xs-bbl-ra178 {
           -webkit-border-bottom-left-radius: 178px !important;
           -moz-border-radius-bottom-left: 178px !important;
           border-bottom-left-radius: 178px !important
       }

       .col-xs-bbl-ra179 {
           -webkit-border-bottom-left-radius: 179px !important;
           -moz-border-radius-bottom-left: 179px !important;
           border-bottom-left-radius: 179px !important
       }

       .col-xs-bbl-ra180 {
           -webkit-border-bottom-left-radius: 180px !important;
           -moz-border-radius-bottom-left: 180px !important;
           border-bottom-left-radius: 180px !important
       }

       .col-xs-bbl-ra181 {
           -webkit-border-bottom-left-radius: 181px !important;
           -moz-border-radius-bottom-left: 181px !important;
           border-bottom-left-radius: 181px !important
       }

       .col-xs-bbl-ra182 {
           -webkit-border-bottom-left-radius: 182px !important;
           -moz-border-radius-bottom-left: 182px !important;
           border-bottom-left-radius: 182px !important
       }

       .col-xs-bbl-ra183 {
           -webkit-border-bottom-left-radius: 183px !important;
           -moz-border-radius-bottom-left: 183px !important;
           border-bottom-left-radius: 183px !important
       }

       .col-xs-bbl-ra184 {
           -webkit-border-bottom-left-radius: 184px !important;
           -moz-border-radius-bottom-left: 184px !important;
           border-bottom-left-radius: 184px !important
       }

       .col-xs-bbl-ra185 {
           -webkit-border-bottom-left-radius: 185px !important;
           -moz-border-radius-bottom-left: 185px !important;
           border-bottom-left-radius: 185px !important
       }

       .col-xs-bbl-ra186 {
           -webkit-border-bottom-left-radius: 186px !important;
           -moz-border-radius-bottom-left: 186px !important;
           border-bottom-left-radius: 186px !important
       }

       .col-xs-bbl-ra187 {
           -webkit-border-bottom-left-radius: 187px !important;
           -moz-border-radius-bottom-left: 187px !important;
           border-bottom-left-radius: 187px !important
       }

       .col-xs-bbl-ra188 {
           -webkit-border-bottom-left-radius: 188px !important;
           -moz-border-radius-bottom-left: 188px !important;
           border-bottom-left-radius: 188px !important
       }

       .col-xs-bbl-ra189 {
           -webkit-border-bottom-left-radius: 189px !important;
           -moz-border-radius-bottom-left: 189px !important;
           border-bottom-left-radius: 189px !important
       }

       .col-xs-bbl-ra190 {
           -webkit-border-bottom-left-radius: 190px !important;
           -moz-border-radius-bottom-left: 190px !important;
           border-bottom-left-radius: 190px !important
       }

       .col-xs-bbl-ra191 {
           -webkit-border-bottom-left-radius: 191px !important;
           -moz-border-radius-bottom-left: 191px !important;
           border-bottom-left-radius: 191px !important
       }

       .col-xs-bbl-ra192 {
           -webkit-border-bottom-left-radius: 192px !important;
           -moz-border-radius-bottom-left: 192px !important;
           border-bottom-left-radius: 192px !important
       }

       .col-xs-bbl-ra193 {
           -webkit-border-bottom-left-radius: 193px !important;
           -moz-border-radius-bottom-left: 193px !important;
           border-bottom-left-radius: 193px !important
       }

       .col-xs-bbl-ra194 {
           -webkit-border-bottom-left-radius: 194px !important;
           -moz-border-radius-bottom-left: 194px !important;
           border-bottom-left-radius: 194px !important
       }

       .col-xs-bbl-ra195 {
           -webkit-border-bottom-left-radius: 195px !important;
           -moz-border-radius-bottom-left: 195px !important;
           border-bottom-left-radius: 195px !important
       }

       .col-xs-bbl-ra196 {
           -webkit-border-bottom-left-radius: 196px !important;
           -moz-border-radius-bottom-left: 196px !important;
           border-bottom-left-radius: 196px !important
       }

       .col-xs-bbl-ra197 {
           -webkit-border-bottom-left-radius: 197px !important;
           -moz-border-radius-bottom-left: 197px !important;
           border-bottom-left-radius: 197px !important
       }

       .col-xs-bbl-ra198 {
           -webkit-border-bottom-left-radius: 198px !important;
           -moz-border-radius-bottom-left: 198px !important;
           border-bottom-left-radius: 198px !important
       }

       .col-xs-bbl-ra199 {
           -webkit-border-bottom-left-radius: 199px !important;
           -moz-border-radius-bottom-left: 199px !important;
           border-bottom-left-radius: 199px !important
       }

       .col-xs-bbl-ra200 {
           -webkit-border-bottom-left-radius: 200px !important;
           -moz-border-radius-bottom-left: 200px !important;
           border-bottom-left-radius: 200px !important
       }
   }

   .bbr-ra0 {
       -webkit-border-bottom-right-radius: 0px !important;
       -moz-border-radius-bottom-right: 0px !important;
       border-bottom-right-radius: 0px !important
   }

   .bbr-ra1 {
       -webkit-border-bottom-right-radius: 1px !important;
       -moz-border-radius-bottom-right: 1px !important;
       border-bottom-right-radius: 1px !important
   }

   .bbr-ra2 {
       -webkit-border-bottom-right-radius: 2px !important;
       -moz-border-radius-bottom-right: 2px !important;
       border-bottom-right-radius: 2px !important
   }

   .bbr-ra3 {
       -webkit-border-bottom-right-radius: 3px !important;
       -moz-border-radius-bottom-right: 3px !important;
       border-bottom-right-radius: 3px !important
   }

   .bbr-ra4 {
       -webkit-border-bottom-right-radius: 4px !important;
       -moz-border-radius-bottom-right: 4px !important;
       border-bottom-right-radius: 4px !important
   }

   .bbr-ra5 {
       -webkit-border-bottom-right-radius: 5px !important;
       -moz-border-radius-bottom-right: 5px !important;
       border-bottom-right-radius: 5px !important
   }

   .bbr-ra6 {
       -webkit-border-bottom-right-radius: 6px !important;
       -moz-border-radius-bottom-right: 6px !important;
       border-bottom-right-radius: 6px !important
   }

   .bbr-ra7 {
       -webkit-border-bottom-right-radius: 7px !important;
       -moz-border-radius-bottom-right: 7px !important;
       border-bottom-right-radius: 7px !important
   }

   .bbr-ra8 {
       -webkit-border-bottom-right-radius: 8px !important;
       -moz-border-radius-bottom-right: 8px !important;
       border-bottom-right-radius: 8px !important
   }

   .bbr-ra9 {
       -webkit-border-bottom-right-radius: 9px !important;
       -moz-border-radius-bottom-right: 9px !important;
       border-bottom-right-radius: 9px !important
   }

   .bbr-ra10 {
       -webkit-border-bottom-right-radius: 10px !important;
       -moz-border-radius-bottom-right: 10px !important;
       border-bottom-right-radius: 10px !important
   }

   .bbr-ra11 {
       -webkit-border-bottom-right-radius: 11px !important;
       -moz-border-radius-bottom-right: 11px !important;
       border-bottom-right-radius: 11px !important
   }

   .bbr-ra12 {
       -webkit-border-bottom-right-radius: 12px !important;
       -moz-border-radius-bottom-right: 12px !important;
       border-bottom-right-radius: 12px !important
   }

   .bbr-ra13 {
       -webkit-border-bottom-right-radius: 13px !important;
       -moz-border-radius-bottom-right: 13px !important;
       border-bottom-right-radius: 13px !important
   }

   .bbr-ra14 {
       -webkit-border-bottom-right-radius: 14px !important;
       -moz-border-radius-bottom-right: 14px !important;
       border-bottom-right-radius: 14px !important
   }

   .bbr-ra15 {
       -webkit-border-bottom-right-radius: 15px !important;
       -moz-border-radius-bottom-right: 15px !important;
       border-bottom-right-radius: 15px !important
   }

   .bbr-ra16 {
       -webkit-border-bottom-right-radius: 16px !important;
       -moz-border-radius-bottom-right: 16px !important;
       border-bottom-right-radius: 16px !important
   }

   .bbr-ra17 {
       -webkit-border-bottom-right-radius: 17px !important;
       -moz-border-radius-bottom-right: 17px !important;
       border-bottom-right-radius: 17px !important
   }

   .bbr-ra18 {
       -webkit-border-bottom-right-radius: 18px !important;
       -moz-border-radius-bottom-right: 18px !important;
       border-bottom-right-radius: 18px !important
   }

   .bbr-ra19 {
       -webkit-border-bottom-right-radius: 19px !important;
       -moz-border-radius-bottom-right: 19px !important;
       border-bottom-right-radius: 19px !important
   }

   .bbr-ra20 {
       -webkit-border-bottom-right-radius: 20px !important;
       -moz-border-radius-bottom-right: 20px !important;
       border-bottom-right-radius: 20px !important
   }

   .bbr-ra21 {
       -webkit-border-bottom-right-radius: 21px !important;
       -moz-border-radius-bottom-right: 21px !important;
       border-bottom-right-radius: 21px !important
   }

   .bbr-ra22 {
       -webkit-border-bottom-right-radius: 22px !important;
       -moz-border-radius-bottom-right: 22px !important;
       border-bottom-right-radius: 22px !important
   }

   .bbr-ra23 {
       -webkit-border-bottom-right-radius: 23px !important;
       -moz-border-radius-bottom-right: 23px !important;
       border-bottom-right-radius: 23px !important
   }

   .bbr-ra24 {
       -webkit-border-bottom-right-radius: 24px !important;
       -moz-border-radius-bottom-right: 24px !important;
       border-bottom-right-radius: 24px !important
   }

   .bbr-ra25 {
       -webkit-border-bottom-right-radius: 25px !important;
       -moz-border-radius-bottom-right: 25px !important;
       border-bottom-right-radius: 25px !important
   }

   .bbr-ra26 {
       -webkit-border-bottom-right-radius: 26px !important;
       -moz-border-radius-bottom-right: 26px !important;
       border-bottom-right-radius: 26px !important
   }

   .bbr-ra27 {
       -webkit-border-bottom-right-radius: 27px !important;
       -moz-border-radius-bottom-right: 27px !important;
       border-bottom-right-radius: 27px !important
   }

   .bbr-ra28 {
       -webkit-border-bottom-right-radius: 28px !important;
       -moz-border-radius-bottom-right: 28px !important;
       border-bottom-right-radius: 28px !important
   }

   .bbr-ra29 {
       -webkit-border-bottom-right-radius: 29px !important;
       -moz-border-radius-bottom-right: 29px !important;
       border-bottom-right-radius: 29px !important
   }

   .bbr-ra30 {
       -webkit-border-bottom-right-radius: 30px !important;
       -moz-border-radius-bottom-right: 30px !important;
       border-bottom-right-radius: 30px !important
   }

   .bbr-ra31 {
       -webkit-border-bottom-right-radius: 31px !important;
       -moz-border-radius-bottom-right: 31px !important;
       border-bottom-right-radius: 31px !important
   }

   .bbr-ra32 {
       -webkit-border-bottom-right-radius: 32px !important;
       -moz-border-radius-bottom-right: 32px !important;
       border-bottom-right-radius: 32px !important
   }

   .bbr-ra33 {
       -webkit-border-bottom-right-radius: 33px !important;
       -moz-border-radius-bottom-right: 33px !important;
       border-bottom-right-radius: 33px !important
   }

   .bbr-ra34 {
       -webkit-border-bottom-right-radius: 34px !important;
       -moz-border-radius-bottom-right: 34px !important;
       border-bottom-right-radius: 34px !important
   }

   .bbr-ra35 {
       -webkit-border-bottom-right-radius: 35px !important;
       -moz-border-radius-bottom-right: 35px !important;
       border-bottom-right-radius: 35px !important
   }

   .bbr-ra36 {
       -webkit-border-bottom-right-radius: 36px !important;
       -moz-border-radius-bottom-right: 36px !important;
       border-bottom-right-radius: 36px !important
   }

   .bbr-ra37 {
       -webkit-border-bottom-right-radius: 37px !important;
       -moz-border-radius-bottom-right: 37px !important;
       border-bottom-right-radius: 37px !important
   }

   .bbr-ra38 {
       -webkit-border-bottom-right-radius: 38px !important;
       -moz-border-radius-bottom-right: 38px !important;
       border-bottom-right-radius: 38px !important
   }

   .bbr-ra39 {
       -webkit-border-bottom-right-radius: 39px !important;
       -moz-border-radius-bottom-right: 39px !important;
       border-bottom-right-radius: 39px !important
   }

   .bbr-ra40 {
       -webkit-border-bottom-right-radius: 40px !important;
       -moz-border-radius-bottom-right: 40px !important;
       border-bottom-right-radius: 40px !important
   }

   .bbr-ra41 {
       -webkit-border-bottom-right-radius: 41px !important;
       -moz-border-radius-bottom-right: 41px !important;
       border-bottom-right-radius: 41px !important
   }

   .bbr-ra42 {
       -webkit-border-bottom-right-radius: 42px !important;
       -moz-border-radius-bottom-right: 42px !important;
       border-bottom-right-radius: 42px !important
   }

   .bbr-ra43 {
       -webkit-border-bottom-right-radius: 43px !important;
       -moz-border-radius-bottom-right: 43px !important;
       border-bottom-right-radius: 43px !important
   }

   .bbr-ra44 {
       -webkit-border-bottom-right-radius: 44px !important;
       -moz-border-radius-bottom-right: 44px !important;
       border-bottom-right-radius: 44px !important
   }

   .bbr-ra45 {
       -webkit-border-bottom-right-radius: 45px !important;
       -moz-border-radius-bottom-right: 45px !important;
       border-bottom-right-radius: 45px !important
   }

   .bbr-ra46 {
       -webkit-border-bottom-right-radius: 46px !important;
       -moz-border-radius-bottom-right: 46px !important;
       border-bottom-right-radius: 46px !important
   }

   .bbr-ra47 {
       -webkit-border-bottom-right-radius: 47px !important;
       -moz-border-radius-bottom-right: 47px !important;
       border-bottom-right-radius: 47px !important
   }

   .bbr-ra48 {
       -webkit-border-bottom-right-radius: 48px !important;
       -moz-border-radius-bottom-right: 48px !important;
       border-bottom-right-radius: 48px !important
   }

   .bbr-ra49 {
       -webkit-border-bottom-right-radius: 49px !important;
       -moz-border-radius-bottom-right: 49px !important;
       border-bottom-right-radius: 49px !important
   }

   .bbr-ra50 {
       -webkit-border-bottom-right-radius: 50px !important;
       -moz-border-radius-bottom-right: 50px !important;
       border-bottom-right-radius: 50px !important
   }

   .bbr-ra51 {
       -webkit-border-bottom-right-radius: 51px !important;
       -moz-border-radius-bottom-right: 51px !important;
       border-bottom-right-radius: 51px !important
   }

   .bbr-ra52 {
       -webkit-border-bottom-right-radius: 52px !important;
       -moz-border-radius-bottom-right: 52px !important;
       border-bottom-right-radius: 52px !important
   }

   .bbr-ra53 {
       -webkit-border-bottom-right-radius: 53px !important;
       -moz-border-radius-bottom-right: 53px !important;
       border-bottom-right-radius: 53px !important
   }

   .bbr-ra54 {
       -webkit-border-bottom-right-radius: 54px !important;
       -moz-border-radius-bottom-right: 54px !important;
       border-bottom-right-radius: 54px !important
   }

   .bbr-ra55 {
       -webkit-border-bottom-right-radius: 55px !important;
       -moz-border-radius-bottom-right: 55px !important;
       border-bottom-right-radius: 55px !important
   }

   .bbr-ra56 {
       -webkit-border-bottom-right-radius: 56px !important;
       -moz-border-radius-bottom-right: 56px !important;
       border-bottom-right-radius: 56px !important
   }

   .bbr-ra57 {
       -webkit-border-bottom-right-radius: 57px !important;
       -moz-border-radius-bottom-right: 57px !important;
       border-bottom-right-radius: 57px !important
   }

   .bbr-ra58 {
       -webkit-border-bottom-right-radius: 58px !important;
       -moz-border-radius-bottom-right: 58px !important;
       border-bottom-right-radius: 58px !important
   }

   .bbr-ra59 {
       -webkit-border-bottom-right-radius: 59px !important;
       -moz-border-radius-bottom-right: 59px !important;
       border-bottom-right-radius: 59px !important
   }

   .bbr-ra60 {
       -webkit-border-bottom-right-radius: 60px !important;
       -moz-border-radius-bottom-right: 60px !important;
       border-bottom-right-radius: 60px !important
   }

   .bbr-ra61 {
       -webkit-border-bottom-right-radius: 61px !important;
       -moz-border-radius-bottom-right: 61px !important;
       border-bottom-right-radius: 61px !important
   }

   .bbr-ra62 {
       -webkit-border-bottom-right-radius: 62px !important;
       -moz-border-radius-bottom-right: 62px !important;
       border-bottom-right-radius: 62px !important
   }

   .bbr-ra63 {
       -webkit-border-bottom-right-radius: 63px !important;
       -moz-border-radius-bottom-right: 63px !important;
       border-bottom-right-radius: 63px !important
   }

   .bbr-ra64 {
       -webkit-border-bottom-right-radius: 64px !important;
       -moz-border-radius-bottom-right: 64px !important;
       border-bottom-right-radius: 64px !important
   }

   .bbr-ra65 {
       -webkit-border-bottom-right-radius: 65px !important;
       -moz-border-radius-bottom-right: 65px !important;
       border-bottom-right-radius: 65px !important
   }

   .bbr-ra66 {
       -webkit-border-bottom-right-radius: 66px !important;
       -moz-border-radius-bottom-right: 66px !important;
       border-bottom-right-radius: 66px !important
   }

   .bbr-ra67 {
       -webkit-border-bottom-right-radius: 67px !important;
       -moz-border-radius-bottom-right: 67px !important;
       border-bottom-right-radius: 67px !important
   }

   .bbr-ra68 {
       -webkit-border-bottom-right-radius: 68px !important;
       -moz-border-radius-bottom-right: 68px !important;
       border-bottom-right-radius: 68px !important
   }

   .bbr-ra69 {
       -webkit-border-bottom-right-radius: 69px !important;
       -moz-border-radius-bottom-right: 69px !important;
       border-bottom-right-radius: 69px !important
   }

   .bbr-ra70 {
       -webkit-border-bottom-right-radius: 70px !important;
       -moz-border-radius-bottom-right: 70px !important;
       border-bottom-right-radius: 70px !important
   }

   .bbr-ra71 {
       -webkit-border-bottom-right-radius: 71px !important;
       -moz-border-radius-bottom-right: 71px !important;
       border-bottom-right-radius: 71px !important
   }

   .bbr-ra72 {
       -webkit-border-bottom-right-radius: 72px !important;
       -moz-border-radius-bottom-right: 72px !important;
       border-bottom-right-radius: 72px !important
   }

   .bbr-ra73 {
       -webkit-border-bottom-right-radius: 73px !important;
       -moz-border-radius-bottom-right: 73px !important;
       border-bottom-right-radius: 73px !important
   }

   .bbr-ra74 {
       -webkit-border-bottom-right-radius: 74px !important;
       -moz-border-radius-bottom-right: 74px !important;
       border-bottom-right-radius: 74px !important
   }

   .bbr-ra75 {
       -webkit-border-bottom-right-radius: 75px !important;
       -moz-border-radius-bottom-right: 75px !important;
       border-bottom-right-radius: 75px !important
   }

   .bbr-ra76 {
       -webkit-border-bottom-right-radius: 76px !important;
       -moz-border-radius-bottom-right: 76px !important;
       border-bottom-right-radius: 76px !important
   }

   .bbr-ra77 {
       -webkit-border-bottom-right-radius: 77px !important;
       -moz-border-radius-bottom-right: 77px !important;
       border-bottom-right-radius: 77px !important
   }

   .bbr-ra78 {
       -webkit-border-bottom-right-radius: 78px !important;
       -moz-border-radius-bottom-right: 78px !important;
       border-bottom-right-radius: 78px !important
   }

   .bbr-ra79 {
       -webkit-border-bottom-right-radius: 79px !important;
       -moz-border-radius-bottom-right: 79px !important;
       border-bottom-right-radius: 79px !important
   }

   .bbr-ra80 {
       -webkit-border-bottom-right-radius: 80px !important;
       -moz-border-radius-bottom-right: 80px !important;
       border-bottom-right-radius: 80px !important
   }

   .bbr-ra81 {
       -webkit-border-bottom-right-radius: 81px !important;
       -moz-border-radius-bottom-right: 81px !important;
       border-bottom-right-radius: 81px !important
   }

   .bbr-ra82 {
       -webkit-border-bottom-right-radius: 82px !important;
       -moz-border-radius-bottom-right: 82px !important;
       border-bottom-right-radius: 82px !important
   }

   .bbr-ra83 {
       -webkit-border-bottom-right-radius: 83px !important;
       -moz-border-radius-bottom-right: 83px !important;
       border-bottom-right-radius: 83px !important
   }

   .bbr-ra84 {
       -webkit-border-bottom-right-radius: 84px !important;
       -moz-border-radius-bottom-right: 84px !important;
       border-bottom-right-radius: 84px !important
   }

   .bbr-ra85 {
       -webkit-border-bottom-right-radius: 85px !important;
       -moz-border-radius-bottom-right: 85px !important;
       border-bottom-right-radius: 85px !important
   }

   .bbr-ra86 {
       -webkit-border-bottom-right-radius: 86px !important;
       -moz-border-radius-bottom-right: 86px !important;
       border-bottom-right-radius: 86px !important
   }

   .bbr-ra87 {
       -webkit-border-bottom-right-radius: 87px !important;
       -moz-border-radius-bottom-right: 87px !important;
       border-bottom-right-radius: 87px !important
   }

   .bbr-ra88 {
       -webkit-border-bottom-right-radius: 88px !important;
       -moz-border-radius-bottom-right: 88px !important;
       border-bottom-right-radius: 88px !important
   }

   .bbr-ra89 {
       -webkit-border-bottom-right-radius: 89px !important;
       -moz-border-radius-bottom-right: 89px !important;
       border-bottom-right-radius: 89px !important
   }

   .bbr-ra90 {
       -webkit-border-bottom-right-radius: 90px !important;
       -moz-border-radius-bottom-right: 90px !important;
       border-bottom-right-radius: 90px !important
   }

   .bbr-ra91 {
       -webkit-border-bottom-right-radius: 91px !important;
       -moz-border-radius-bottom-right: 91px !important;
       border-bottom-right-radius: 91px !important
   }

   .bbr-ra92 {
       -webkit-border-bottom-right-radius: 92px !important;
       -moz-border-radius-bottom-right: 92px !important;
       border-bottom-right-radius: 92px !important
   }

   .bbr-ra93 {
       -webkit-border-bottom-right-radius: 93px !important;
       -moz-border-radius-bottom-right: 93px !important;
       border-bottom-right-radius: 93px !important
   }

   .bbr-ra94 {
       -webkit-border-bottom-right-radius: 94px !important;
       -moz-border-radius-bottom-right: 94px !important;
       border-bottom-right-radius: 94px !important
   }

   .bbr-ra95 {
       -webkit-border-bottom-right-radius: 95px !important;
       -moz-border-radius-bottom-right: 95px !important;
       border-bottom-right-radius: 95px !important
   }

   .bbr-ra96 {
       -webkit-border-bottom-right-radius: 96px !important;
       -moz-border-radius-bottom-right: 96px !important;
       border-bottom-right-radius: 96px !important
   }

   .bbr-ra97 {
       -webkit-border-bottom-right-radius: 97px !important;
       -moz-border-radius-bottom-right: 97px !important;
       border-bottom-right-radius: 97px !important
   }

   .bbr-ra98 {
       -webkit-border-bottom-right-radius: 98px !important;
       -moz-border-radius-bottom-right: 98px !important;
       border-bottom-right-radius: 98px !important
   }

   .bbr-ra99 {
       -webkit-border-bottom-right-radius: 99px !important;
       -moz-border-radius-bottom-right: 99px !important;
       border-bottom-right-radius: 99px !important
   }

   .bbr-ra100 {
       -webkit-border-bottom-right-radius: 100px !important;
       -moz-border-radius-bottom-right: 100px !important;
       border-bottom-right-radius: 100px !important
   }

   .bbr-ra101 {
       -webkit-border-bottom-right-radius: 101px !important;
       -moz-border-radius-bottom-right: 101px !important;
       border-bottom-right-radius: 101px !important
   }

   .bbr-ra102 {
       -webkit-border-bottom-right-radius: 102px !important;
       -moz-border-radius-bottom-right: 102px !important;
       border-bottom-right-radius: 102px !important
   }

   .bbr-ra103 {
       -webkit-border-bottom-right-radius: 103px !important;
       -moz-border-radius-bottom-right: 103px !important;
       border-bottom-right-radius: 103px !important
   }

   .bbr-ra104 {
       -webkit-border-bottom-right-radius: 104px !important;
       -moz-border-radius-bottom-right: 104px !important;
       border-bottom-right-radius: 104px !important
   }

   .bbr-ra105 {
       -webkit-border-bottom-right-radius: 105px !important;
       -moz-border-radius-bottom-right: 105px !important;
       border-bottom-right-radius: 105px !important
   }

   .bbr-ra106 {
       -webkit-border-bottom-right-radius: 106px !important;
       -moz-border-radius-bottom-right: 106px !important;
       border-bottom-right-radius: 106px !important
   }

   .bbr-ra107 {
       -webkit-border-bottom-right-radius: 107px !important;
       -moz-border-radius-bottom-right: 107px !important;
       border-bottom-right-radius: 107px !important
   }

   .bbr-ra108 {
       -webkit-border-bottom-right-radius: 108px !important;
       -moz-border-radius-bottom-right: 108px !important;
       border-bottom-right-radius: 108px !important
   }

   .bbr-ra109 {
       -webkit-border-bottom-right-radius: 109px !important;
       -moz-border-radius-bottom-right: 109px !important;
       border-bottom-right-radius: 109px !important
   }

   .bbr-ra110 {
       -webkit-border-bottom-right-radius: 110px !important;
       -moz-border-radius-bottom-right: 110px !important;
       border-bottom-right-radius: 110px !important
   }

   .bbr-ra111 {
       -webkit-border-bottom-right-radius: 111px !important;
       -moz-border-radius-bottom-right: 111px !important;
       border-bottom-right-radius: 111px !important
   }

   .bbr-ra112 {
       -webkit-border-bottom-right-radius: 112px !important;
       -moz-border-radius-bottom-right: 112px !important;
       border-bottom-right-radius: 112px !important
   }

   .bbr-ra113 {
       -webkit-border-bottom-right-radius: 113px !important;
       -moz-border-radius-bottom-right: 113px !important;
       border-bottom-right-radius: 113px !important
   }

   .bbr-ra114 {
       -webkit-border-bottom-right-radius: 114px !important;
       -moz-border-radius-bottom-right: 114px !important;
       border-bottom-right-radius: 114px !important
   }

   .bbr-ra115 {
       -webkit-border-bottom-right-radius: 115px !important;
       -moz-border-radius-bottom-right: 115px !important;
       border-bottom-right-radius: 115px !important
   }

   .bbr-ra116 {
       -webkit-border-bottom-right-radius: 116px !important;
       -moz-border-radius-bottom-right: 116px !important;
       border-bottom-right-radius: 116px !important
   }

   .bbr-ra117 {
       -webkit-border-bottom-right-radius: 117px !important;
       -moz-border-radius-bottom-right: 117px !important;
       border-bottom-right-radius: 117px !important
   }

   .bbr-ra118 {
       -webkit-border-bottom-right-radius: 118px !important;
       -moz-border-radius-bottom-right: 118px !important;
       border-bottom-right-radius: 118px !important
   }

   .bbr-ra119 {
       -webkit-border-bottom-right-radius: 119px !important;
       -moz-border-radius-bottom-right: 119px !important;
       border-bottom-right-radius: 119px !important
   }

   .bbr-ra120 {
       -webkit-border-bottom-right-radius: 120px !important;
       -moz-border-radius-bottom-right: 120px !important;
       border-bottom-right-radius: 120px !important
   }

   .bbr-ra121 {
       -webkit-border-bottom-right-radius: 121px !important;
       -moz-border-radius-bottom-right: 121px !important;
       border-bottom-right-radius: 121px !important
   }

   .bbr-ra122 {
       -webkit-border-bottom-right-radius: 122px !important;
       -moz-border-radius-bottom-right: 122px !important;
       border-bottom-right-radius: 122px !important
   }

   .bbr-ra123 {
       -webkit-border-bottom-right-radius: 123px !important;
       -moz-border-radius-bottom-right: 123px !important;
       border-bottom-right-radius: 123px !important
   }

   .bbr-ra124 {
       -webkit-border-bottom-right-radius: 124px !important;
       -moz-border-radius-bottom-right: 124px !important;
       border-bottom-right-radius: 124px !important
   }

   .bbr-ra125 {
       -webkit-border-bottom-right-radius: 125px !important;
       -moz-border-radius-bottom-right: 125px !important;
       border-bottom-right-radius: 125px !important
   }

   .bbr-ra126 {
       -webkit-border-bottom-right-radius: 126px !important;
       -moz-border-radius-bottom-right: 126px !important;
       border-bottom-right-radius: 126px !important
   }

   .bbr-ra127 {
       -webkit-border-bottom-right-radius: 127px !important;
       -moz-border-radius-bottom-right: 127px !important;
       border-bottom-right-radius: 127px !important
   }

   .bbr-ra128 {
       -webkit-border-bottom-right-radius: 128px !important;
       -moz-border-radius-bottom-right: 128px !important;
       border-bottom-right-radius: 128px !important
   }

   .bbr-ra129 {
       -webkit-border-bottom-right-radius: 129px !important;
       -moz-border-radius-bottom-right: 129px !important;
       border-bottom-right-radius: 129px !important
   }

   .bbr-ra130 {
       -webkit-border-bottom-right-radius: 130px !important;
       -moz-border-radius-bottom-right: 130px !important;
       border-bottom-right-radius: 130px !important
   }

   .bbr-ra131 {
       -webkit-border-bottom-right-radius: 131px !important;
       -moz-border-radius-bottom-right: 131px !important;
       border-bottom-right-radius: 131px !important
   }

   .bbr-ra132 {
       -webkit-border-bottom-right-radius: 132px !important;
       -moz-border-radius-bottom-right: 132px !important;
       border-bottom-right-radius: 132px !important
   }

   .bbr-ra133 {
       -webkit-border-bottom-right-radius: 133px !important;
       -moz-border-radius-bottom-right: 133px !important;
       border-bottom-right-radius: 133px !important
   }

   .bbr-ra134 {
       -webkit-border-bottom-right-radius: 134px !important;
       -moz-border-radius-bottom-right: 134px !important;
       border-bottom-right-radius: 134px !important
   }

   .bbr-ra135 {
       -webkit-border-bottom-right-radius: 135px !important;
       -moz-border-radius-bottom-right: 135px !important;
       border-bottom-right-radius: 135px !important
   }

   .bbr-ra136 {
       -webkit-border-bottom-right-radius: 136px !important;
       -moz-border-radius-bottom-right: 136px !important;
       border-bottom-right-radius: 136px !important
   }

   .bbr-ra137 {
       -webkit-border-bottom-right-radius: 137px !important;
       -moz-border-radius-bottom-right: 137px !important;
       border-bottom-right-radius: 137px !important
   }

   .bbr-ra138 {
       -webkit-border-bottom-right-radius: 138px !important;
       -moz-border-radius-bottom-right: 138px !important;
       border-bottom-right-radius: 138px !important
   }

   .bbr-ra139 {
       -webkit-border-bottom-right-radius: 139px !important;
       -moz-border-radius-bottom-right: 139px !important;
       border-bottom-right-radius: 139px !important
   }

   .bbr-ra140 {
       -webkit-border-bottom-right-radius: 140px !important;
       -moz-border-radius-bottom-right: 140px !important;
       border-bottom-right-radius: 140px !important
   }

   .bbr-ra141 {
       -webkit-border-bottom-right-radius: 141px !important;
       -moz-border-radius-bottom-right: 141px !important;
       border-bottom-right-radius: 141px !important
   }

   .bbr-ra142 {
       -webkit-border-bottom-right-radius: 142px !important;
       -moz-border-radius-bottom-right: 142px !important;
       border-bottom-right-radius: 142px !important
   }

   .bbr-ra143 {
       -webkit-border-bottom-right-radius: 143px !important;
       -moz-border-radius-bottom-right: 143px !important;
       border-bottom-right-radius: 143px !important
   }

   .bbr-ra144 {
       -webkit-border-bottom-right-radius: 144px !important;
       -moz-border-radius-bottom-right: 144px !important;
       border-bottom-right-radius: 144px !important
   }

   .bbr-ra145 {
       -webkit-border-bottom-right-radius: 145px !important;
       -moz-border-radius-bottom-right: 145px !important;
       border-bottom-right-radius: 145px !important
   }

   .bbr-ra146 {
       -webkit-border-bottom-right-radius: 146px !important;
       -moz-border-radius-bottom-right: 146px !important;
       border-bottom-right-radius: 146px !important
   }

   .bbr-ra147 {
       -webkit-border-bottom-right-radius: 147px !important;
       -moz-border-radius-bottom-right: 147px !important;
       border-bottom-right-radius: 147px !important
   }

   .bbr-ra148 {
       -webkit-border-bottom-right-radius: 148px !important;
       -moz-border-radius-bottom-right: 148px !important;
       border-bottom-right-radius: 148px !important
   }

   .bbr-ra149 {
       -webkit-border-bottom-right-radius: 149px !important;
       -moz-border-radius-bottom-right: 149px !important;
       border-bottom-right-radius: 149px !important
   }

   .bbr-ra150 {
       -webkit-border-bottom-right-radius: 150px !important;
       -moz-border-radius-bottom-right: 150px !important;
       border-bottom-right-radius: 150px !important
   }

   .bbr-ra151 {
       -webkit-border-bottom-right-radius: 151px !important;
       -moz-border-radius-bottom-right: 151px !important;
       border-bottom-right-radius: 151px !important
   }

   .bbr-ra152 {
       -webkit-border-bottom-right-radius: 152px !important;
       -moz-border-radius-bottom-right: 152px !important;
       border-bottom-right-radius: 152px !important
   }

   .bbr-ra153 {
       -webkit-border-bottom-right-radius: 153px !important;
       -moz-border-radius-bottom-right: 153px !important;
       border-bottom-right-radius: 153px !important
   }

   .bbr-ra154 {
       -webkit-border-bottom-right-radius: 154px !important;
       -moz-border-radius-bottom-right: 154px !important;
       border-bottom-right-radius: 154px !important
   }

   .bbr-ra155 {
       -webkit-border-bottom-right-radius: 155px !important;
       -moz-border-radius-bottom-right: 155px !important;
       border-bottom-right-radius: 155px !important
   }

   .bbr-ra156 {
       -webkit-border-bottom-right-radius: 156px !important;
       -moz-border-radius-bottom-right: 156px !important;
       border-bottom-right-radius: 156px !important
   }

   .bbr-ra157 {
       -webkit-border-bottom-right-radius: 157px !important;
       -moz-border-radius-bottom-right: 157px !important;
       border-bottom-right-radius: 157px !important
   }

   .bbr-ra158 {
       -webkit-border-bottom-right-radius: 158px !important;
       -moz-border-radius-bottom-right: 158px !important;
       border-bottom-right-radius: 158px !important
   }

   .bbr-ra159 {
       -webkit-border-bottom-right-radius: 159px !important;
       -moz-border-radius-bottom-right: 159px !important;
       border-bottom-right-radius: 159px !important
   }

   .bbr-ra160 {
       -webkit-border-bottom-right-radius: 160px !important;
       -moz-border-radius-bottom-right: 160px !important;
       border-bottom-right-radius: 160px !important
   }

   .bbr-ra161 {
       -webkit-border-bottom-right-radius: 161px !important;
       -moz-border-radius-bottom-right: 161px !important;
       border-bottom-right-radius: 161px !important
   }

   .bbr-ra162 {
       -webkit-border-bottom-right-radius: 162px !important;
       -moz-border-radius-bottom-right: 162px !important;
       border-bottom-right-radius: 162px !important
   }

   .bbr-ra163 {
       -webkit-border-bottom-right-radius: 163px !important;
       -moz-border-radius-bottom-right: 163px !important;
       border-bottom-right-radius: 163px !important
   }

   .bbr-ra164 {
       -webkit-border-bottom-right-radius: 164px !important;
       -moz-border-radius-bottom-right: 164px !important;
       border-bottom-right-radius: 164px !important
   }

   .bbr-ra165 {
       -webkit-border-bottom-right-radius: 165px !important;
       -moz-border-radius-bottom-right: 165px !important;
       border-bottom-right-radius: 165px !important
   }

   .bbr-ra166 {
       -webkit-border-bottom-right-radius: 166px !important;
       -moz-border-radius-bottom-right: 166px !important;
       border-bottom-right-radius: 166px !important
   }

   .bbr-ra167 {
       -webkit-border-bottom-right-radius: 167px !important;
       -moz-border-radius-bottom-right: 167px !important;
       border-bottom-right-radius: 167px !important
   }

   .bbr-ra168 {
       -webkit-border-bottom-right-radius: 168px !important;
       -moz-border-radius-bottom-right: 168px !important;
       border-bottom-right-radius: 168px !important
   }

   .bbr-ra169 {
       -webkit-border-bottom-right-radius: 169px !important;
       -moz-border-radius-bottom-right: 169px !important;
       border-bottom-right-radius: 169px !important
   }

   .bbr-ra170 {
       -webkit-border-bottom-right-radius: 170px !important;
       -moz-border-radius-bottom-right: 170px !important;
       border-bottom-right-radius: 170px !important
   }

   .bbr-ra171 {
       -webkit-border-bottom-right-radius: 171px !important;
       -moz-border-radius-bottom-right: 171px !important;
       border-bottom-right-radius: 171px !important
   }

   .bbr-ra172 {
       -webkit-border-bottom-right-radius: 172px !important;
       -moz-border-radius-bottom-right: 172px !important;
       border-bottom-right-radius: 172px !important
   }

   .bbr-ra173 {
       -webkit-border-bottom-right-radius: 173px !important;
       -moz-border-radius-bottom-right: 173px !important;
       border-bottom-right-radius: 173px !important
   }

   .bbr-ra174 {
       -webkit-border-bottom-right-radius: 174px !important;
       -moz-border-radius-bottom-right: 174px !important;
       border-bottom-right-radius: 174px !important
   }

   .bbr-ra175 {
       -webkit-border-bottom-right-radius: 175px !important;
       -moz-border-radius-bottom-right: 175px !important;
       border-bottom-right-radius: 175px !important
   }

   .bbr-ra176 {
       -webkit-border-bottom-right-radius: 176px !important;
       -moz-border-radius-bottom-right: 176px !important;
       border-bottom-right-radius: 176px !important
   }

   .bbr-ra177 {
       -webkit-border-bottom-right-radius: 177px !important;
       -moz-border-radius-bottom-right: 177px !important;
       border-bottom-right-radius: 177px !important
   }

   .bbr-ra178 {
       -webkit-border-bottom-right-radius: 178px !important;
       -moz-border-radius-bottom-right: 178px !important;
       border-bottom-right-radius: 178px !important
   }

   .bbr-ra179 {
       -webkit-border-bottom-right-radius: 179px !important;
       -moz-border-radius-bottom-right: 179px !important;
       border-bottom-right-radius: 179px !important
   }

   .bbr-ra180 {
       -webkit-border-bottom-right-radius: 180px !important;
       -moz-border-radius-bottom-right: 180px !important;
       border-bottom-right-radius: 180px !important
   }

   .bbr-ra181 {
       -webkit-border-bottom-right-radius: 181px !important;
       -moz-border-radius-bottom-right: 181px !important;
       border-bottom-right-radius: 181px !important
   }

   .bbr-ra182 {
       -webkit-border-bottom-right-radius: 182px !important;
       -moz-border-radius-bottom-right: 182px !important;
       border-bottom-right-radius: 182px !important
   }

   .bbr-ra183 {
       -webkit-border-bottom-right-radius: 183px !important;
       -moz-border-radius-bottom-right: 183px !important;
       border-bottom-right-radius: 183px !important
   }

   .bbr-ra184 {
       -webkit-border-bottom-right-radius: 184px !important;
       -moz-border-radius-bottom-right: 184px !important;
       border-bottom-right-radius: 184px !important
   }

   .bbr-ra185 {
       -webkit-border-bottom-right-radius: 185px !important;
       -moz-border-radius-bottom-right: 185px !important;
       border-bottom-right-radius: 185px !important
   }

   .bbr-ra186 {
       -webkit-border-bottom-right-radius: 186px !important;
       -moz-border-radius-bottom-right: 186px !important;
       border-bottom-right-radius: 186px !important
   }

   .bbr-ra187 {
       -webkit-border-bottom-right-radius: 187px !important;
       -moz-border-radius-bottom-right: 187px !important;
       border-bottom-right-radius: 187px !important
   }

   .bbr-ra188 {
       -webkit-border-bottom-right-radius: 188px !important;
       -moz-border-radius-bottom-right: 188px !important;
       border-bottom-right-radius: 188px !important
   }

   .bbr-ra189 {
       -webkit-border-bottom-right-radius: 189px !important;
       -moz-border-radius-bottom-right: 189px !important;
       border-bottom-right-radius: 189px !important
   }

   .bbr-ra190 {
       -webkit-border-bottom-right-radius: 190px !important;
       -moz-border-radius-bottom-right: 190px !important;
       border-bottom-right-radius: 190px !important
   }

   .bbr-ra191 {
       -webkit-border-bottom-right-radius: 191px !important;
       -moz-border-radius-bottom-right: 191px !important;
       border-bottom-right-radius: 191px !important
   }

   .bbr-ra192 {
       -webkit-border-bottom-right-radius: 192px !important;
       -moz-border-radius-bottom-right: 192px !important;
       border-bottom-right-radius: 192px !important
   }

   .bbr-ra193 {
       -webkit-border-bottom-right-radius: 193px !important;
       -moz-border-radius-bottom-right: 193px !important;
       border-bottom-right-radius: 193px !important
   }

   .bbr-ra194 {
       -webkit-border-bottom-right-radius: 194px !important;
       -moz-border-radius-bottom-right: 194px !important;
       border-bottom-right-radius: 194px !important
   }

   .bbr-ra195 {
       -webkit-border-bottom-right-radius: 195px !important;
       -moz-border-radius-bottom-right: 195px !important;
       border-bottom-right-radius: 195px !important
   }

   .bbr-ra196 {
       -webkit-border-bottom-right-radius: 196px !important;
       -moz-border-radius-bottom-right: 196px !important;
       border-bottom-right-radius: 196px !important
   }

   .bbr-ra197 {
       -webkit-border-bottom-right-radius: 197px !important;
       -moz-border-radius-bottom-right: 197px !important;
       border-bottom-right-radius: 197px !important
   }

   .bbr-ra198 {
       -webkit-border-bottom-right-radius: 198px !important;
       -moz-border-radius-bottom-right: 198px !important;
       border-bottom-right-radius: 198px !important
   }

   .bbr-ra199 {
       -webkit-border-bottom-right-radius: 199px !important;
       -moz-border-radius-bottom-right: 199px !important;
       border-bottom-right-radius: 199px !important
   }

   .bbr-ra200 {
       -webkit-border-bottom-right-radius: 200px !important;
       -moz-border-radius-bottom-right: 200px !important;
       border-bottom-right-radius: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-bbr-ra0 {
           -webkit-border-bottom-right-radius: 0px !important;
           -moz-border-radius-bottom-right: 0px !important;
           border-bottom-right-radius: 0px !important
       }

       .col-sm-bbr-ra1 {
           -webkit-border-bottom-right-radius: 1px !important;
           -moz-border-radius-bottom-right: 1px !important;
           border-bottom-right-radius: 1px !important
       }

       .col-sm-bbr-ra2 {
           -webkit-border-bottom-right-radius: 2px !important;
           -moz-border-radius-bottom-right: 2px !important;
           border-bottom-right-radius: 2px !important
       }

       .col-sm-bbr-ra3 {
           -webkit-border-bottom-right-radius: 3px !important;
           -moz-border-radius-bottom-right: 3px !important;
           border-bottom-right-radius: 3px !important
       }

       .col-sm-bbr-ra4 {
           -webkit-border-bottom-right-radius: 4px !important;
           -moz-border-radius-bottom-right: 4px !important;
           border-bottom-right-radius: 4px !important
       }

       .col-sm-bbr-ra5 {
           -webkit-border-bottom-right-radius: 5px !important;
           -moz-border-radius-bottom-right: 5px !important;
           border-bottom-right-radius: 5px !important
       }

       .col-sm-bbr-ra6 {
           -webkit-border-bottom-right-radius: 6px !important;
           -moz-border-radius-bottom-right: 6px !important;
           border-bottom-right-radius: 6px !important
       }

       .col-sm-bbr-ra7 {
           -webkit-border-bottom-right-radius: 7px !important;
           -moz-border-radius-bottom-right: 7px !important;
           border-bottom-right-radius: 7px !important
       }

       .col-sm-bbr-ra8 {
           -webkit-border-bottom-right-radius: 8px !important;
           -moz-border-radius-bottom-right: 8px !important;
           border-bottom-right-radius: 8px !important
       }

       .col-sm-bbr-ra9 {
           -webkit-border-bottom-right-radius: 9px !important;
           -moz-border-radius-bottom-right: 9px !important;
           border-bottom-right-radius: 9px !important
       }

       .col-sm-bbr-ra10 {
           -webkit-border-bottom-right-radius: 10px !important;
           -moz-border-radius-bottom-right: 10px !important;
           border-bottom-right-radius: 10px !important
       }

       .col-sm-bbr-ra11 {
           -webkit-border-bottom-right-radius: 11px !important;
           -moz-border-radius-bottom-right: 11px !important;
           border-bottom-right-radius: 11px !important
       }

       .col-sm-bbr-ra12 {
           -webkit-border-bottom-right-radius: 12px !important;
           -moz-border-radius-bottom-right: 12px !important;
           border-bottom-right-radius: 12px !important
       }

       .col-sm-bbr-ra13 {
           -webkit-border-bottom-right-radius: 13px !important;
           -moz-border-radius-bottom-right: 13px !important;
           border-bottom-right-radius: 13px !important
       }

       .col-sm-bbr-ra14 {
           -webkit-border-bottom-right-radius: 14px !important;
           -moz-border-radius-bottom-right: 14px !important;
           border-bottom-right-radius: 14px !important
       }

       .col-sm-bbr-ra15 {
           -webkit-border-bottom-right-radius: 15px !important;
           -moz-border-radius-bottom-right: 15px !important;
           border-bottom-right-radius: 15px !important
       }

       .col-sm-bbr-ra16 {
           -webkit-border-bottom-right-radius: 16px !important;
           -moz-border-radius-bottom-right: 16px !important;
           border-bottom-right-radius: 16px !important
       }

       .col-sm-bbr-ra17 {
           -webkit-border-bottom-right-radius: 17px !important;
           -moz-border-radius-bottom-right: 17px !important;
           border-bottom-right-radius: 17px !important
       }

       .col-sm-bbr-ra18 {
           -webkit-border-bottom-right-radius: 18px !important;
           -moz-border-radius-bottom-right: 18px !important;
           border-bottom-right-radius: 18px !important
       }

       .col-sm-bbr-ra19 {
           -webkit-border-bottom-right-radius: 19px !important;
           -moz-border-radius-bottom-right: 19px !important;
           border-bottom-right-radius: 19px !important
       }

       .col-sm-bbr-ra20 {
           -webkit-border-bottom-right-radius: 20px !important;
           -moz-border-radius-bottom-right: 20px !important;
           border-bottom-right-radius: 20px !important
       }

       .col-sm-bbr-ra21 {
           -webkit-border-bottom-right-radius: 21px !important;
           -moz-border-radius-bottom-right: 21px !important;
           border-bottom-right-radius: 21px !important
       }

       .col-sm-bbr-ra22 {
           -webkit-border-bottom-right-radius: 22px !important;
           -moz-border-radius-bottom-right: 22px !important;
           border-bottom-right-radius: 22px !important
       }

       .col-sm-bbr-ra23 {
           -webkit-border-bottom-right-radius: 23px !important;
           -moz-border-radius-bottom-right: 23px !important;
           border-bottom-right-radius: 23px !important
       }

       .col-sm-bbr-ra24 {
           -webkit-border-bottom-right-radius: 24px !important;
           -moz-border-radius-bottom-right: 24px !important;
           border-bottom-right-radius: 24px !important
       }

       .col-sm-bbr-ra25 {
           -webkit-border-bottom-right-radius: 25px !important;
           -moz-border-radius-bottom-right: 25px !important;
           border-bottom-right-radius: 25px !important
       }

       .col-sm-bbr-ra26 {
           -webkit-border-bottom-right-radius: 26px !important;
           -moz-border-radius-bottom-right: 26px !important;
           border-bottom-right-radius: 26px !important
       }

       .col-sm-bbr-ra27 {
           -webkit-border-bottom-right-radius: 27px !important;
           -moz-border-radius-bottom-right: 27px !important;
           border-bottom-right-radius: 27px !important
       }

       .col-sm-bbr-ra28 {
           -webkit-border-bottom-right-radius: 28px !important;
           -moz-border-radius-bottom-right: 28px !important;
           border-bottom-right-radius: 28px !important
       }

       .col-sm-bbr-ra29 {
           -webkit-border-bottom-right-radius: 29px !important;
           -moz-border-radius-bottom-right: 29px !important;
           border-bottom-right-radius: 29px !important
       }

       .col-sm-bbr-ra30 {
           -webkit-border-bottom-right-radius: 30px !important;
           -moz-border-radius-bottom-right: 30px !important;
           border-bottom-right-radius: 30px !important
       }

       .col-sm-bbr-ra31 {
           -webkit-border-bottom-right-radius: 31px !important;
           -moz-border-radius-bottom-right: 31px !important;
           border-bottom-right-radius: 31px !important
       }

       .col-sm-bbr-ra32 {
           -webkit-border-bottom-right-radius: 32px !important;
           -moz-border-radius-bottom-right: 32px !important;
           border-bottom-right-radius: 32px !important
       }

       .col-sm-bbr-ra33 {
           -webkit-border-bottom-right-radius: 33px !important;
           -moz-border-radius-bottom-right: 33px !important;
           border-bottom-right-radius: 33px !important
       }

       .col-sm-bbr-ra34 {
           -webkit-border-bottom-right-radius: 34px !important;
           -moz-border-radius-bottom-right: 34px !important;
           border-bottom-right-radius: 34px !important
       }

       .col-sm-bbr-ra35 {
           -webkit-border-bottom-right-radius: 35px !important;
           -moz-border-radius-bottom-right: 35px !important;
           border-bottom-right-radius: 35px !important
       }

       .col-sm-bbr-ra36 {
           -webkit-border-bottom-right-radius: 36px !important;
           -moz-border-radius-bottom-right: 36px !important;
           border-bottom-right-radius: 36px !important
       }

       .col-sm-bbr-ra37 {
           -webkit-border-bottom-right-radius: 37px !important;
           -moz-border-radius-bottom-right: 37px !important;
           border-bottom-right-radius: 37px !important
       }

       .col-sm-bbr-ra38 {
           -webkit-border-bottom-right-radius: 38px !important;
           -moz-border-radius-bottom-right: 38px !important;
           border-bottom-right-radius: 38px !important
       }

       .col-sm-bbr-ra39 {
           -webkit-border-bottom-right-radius: 39px !important;
           -moz-border-radius-bottom-right: 39px !important;
           border-bottom-right-radius: 39px !important
       }

       .col-sm-bbr-ra40 {
           -webkit-border-bottom-right-radius: 40px !important;
           -moz-border-radius-bottom-right: 40px !important;
           border-bottom-right-radius: 40px !important
       }

       .col-sm-bbr-ra41 {
           -webkit-border-bottom-right-radius: 41px !important;
           -moz-border-radius-bottom-right: 41px !important;
           border-bottom-right-radius: 41px !important
       }

       .col-sm-bbr-ra42 {
           -webkit-border-bottom-right-radius: 42px !important;
           -moz-border-radius-bottom-right: 42px !important;
           border-bottom-right-radius: 42px !important
       }

       .col-sm-bbr-ra43 {
           -webkit-border-bottom-right-radius: 43px !important;
           -moz-border-radius-bottom-right: 43px !important;
           border-bottom-right-radius: 43px !important
       }

       .col-sm-bbr-ra44 {
           -webkit-border-bottom-right-radius: 44px !important;
           -moz-border-radius-bottom-right: 44px !important;
           border-bottom-right-radius: 44px !important
       }

       .col-sm-bbr-ra45 {
           -webkit-border-bottom-right-radius: 45px !important;
           -moz-border-radius-bottom-right: 45px !important;
           border-bottom-right-radius: 45px !important
       }

       .col-sm-bbr-ra46 {
           -webkit-border-bottom-right-radius: 46px !important;
           -moz-border-radius-bottom-right: 46px !important;
           border-bottom-right-radius: 46px !important
       }

       .col-sm-bbr-ra47 {
           -webkit-border-bottom-right-radius: 47px !important;
           -moz-border-radius-bottom-right: 47px !important;
           border-bottom-right-radius: 47px !important
       }

       .col-sm-bbr-ra48 {
           -webkit-border-bottom-right-radius: 48px !important;
           -moz-border-radius-bottom-right: 48px !important;
           border-bottom-right-radius: 48px !important
       }

       .col-sm-bbr-ra49 {
           -webkit-border-bottom-right-radius: 49px !important;
           -moz-border-radius-bottom-right: 49px !important;
           border-bottom-right-radius: 49px !important
       }

       .col-sm-bbr-ra50 {
           -webkit-border-bottom-right-radius: 50px !important;
           -moz-border-radius-bottom-right: 50px !important;
           border-bottom-right-radius: 50px !important
       }

       .col-sm-bbr-ra51 {
           -webkit-border-bottom-right-radius: 51px !important;
           -moz-border-radius-bottom-right: 51px !important;
           border-bottom-right-radius: 51px !important
       }

       .col-sm-bbr-ra52 {
           -webkit-border-bottom-right-radius: 52px !important;
           -moz-border-radius-bottom-right: 52px !important;
           border-bottom-right-radius: 52px !important
       }

       .col-sm-bbr-ra53 {
           -webkit-border-bottom-right-radius: 53px !important;
           -moz-border-radius-bottom-right: 53px !important;
           border-bottom-right-radius: 53px !important
       }

       .col-sm-bbr-ra54 {
           -webkit-border-bottom-right-radius: 54px !important;
           -moz-border-radius-bottom-right: 54px !important;
           border-bottom-right-radius: 54px !important
       }

       .col-sm-bbr-ra55 {
           -webkit-border-bottom-right-radius: 55px !important;
           -moz-border-radius-bottom-right: 55px !important;
           border-bottom-right-radius: 55px !important
       }

       .col-sm-bbr-ra56 {
           -webkit-border-bottom-right-radius: 56px !important;
           -moz-border-radius-bottom-right: 56px !important;
           border-bottom-right-radius: 56px !important
       }

       .col-sm-bbr-ra57 {
           -webkit-border-bottom-right-radius: 57px !important;
           -moz-border-radius-bottom-right: 57px !important;
           border-bottom-right-radius: 57px !important
       }

       .col-sm-bbr-ra58 {
           -webkit-border-bottom-right-radius: 58px !important;
           -moz-border-radius-bottom-right: 58px !important;
           border-bottom-right-radius: 58px !important
       }

       .col-sm-bbr-ra59 {
           -webkit-border-bottom-right-radius: 59px !important;
           -moz-border-radius-bottom-right: 59px !important;
           border-bottom-right-radius: 59px !important
       }

       .col-sm-bbr-ra60 {
           -webkit-border-bottom-right-radius: 60px !important;
           -moz-border-radius-bottom-right: 60px !important;
           border-bottom-right-radius: 60px !important
       }

       .col-sm-bbr-ra61 {
           -webkit-border-bottom-right-radius: 61px !important;
           -moz-border-radius-bottom-right: 61px !important;
           border-bottom-right-radius: 61px !important
       }

       .col-sm-bbr-ra62 {
           -webkit-border-bottom-right-radius: 62px !important;
           -moz-border-radius-bottom-right: 62px !important;
           border-bottom-right-radius: 62px !important
       }

       .col-sm-bbr-ra63 {
           -webkit-border-bottom-right-radius: 63px !important;
           -moz-border-radius-bottom-right: 63px !important;
           border-bottom-right-radius: 63px !important
       }

       .col-sm-bbr-ra64 {
           -webkit-border-bottom-right-radius: 64px !important;
           -moz-border-radius-bottom-right: 64px !important;
           border-bottom-right-radius: 64px !important
       }

       .col-sm-bbr-ra65 {
           -webkit-border-bottom-right-radius: 65px !important;
           -moz-border-radius-bottom-right: 65px !important;
           border-bottom-right-radius: 65px !important
       }

       .col-sm-bbr-ra66 {
           -webkit-border-bottom-right-radius: 66px !important;
           -moz-border-radius-bottom-right: 66px !important;
           border-bottom-right-radius: 66px !important
       }

       .col-sm-bbr-ra67 {
           -webkit-border-bottom-right-radius: 67px !important;
           -moz-border-radius-bottom-right: 67px !important;
           border-bottom-right-radius: 67px !important
       }

       .col-sm-bbr-ra68 {
           -webkit-border-bottom-right-radius: 68px !important;
           -moz-border-radius-bottom-right: 68px !important;
           border-bottom-right-radius: 68px !important
       }

       .col-sm-bbr-ra69 {
           -webkit-border-bottom-right-radius: 69px !important;
           -moz-border-radius-bottom-right: 69px !important;
           border-bottom-right-radius: 69px !important
       }

       .col-sm-bbr-ra70 {
           -webkit-border-bottom-right-radius: 70px !important;
           -moz-border-radius-bottom-right: 70px !important;
           border-bottom-right-radius: 70px !important
       }

       .col-sm-bbr-ra71 {
           -webkit-border-bottom-right-radius: 71px !important;
           -moz-border-radius-bottom-right: 71px !important;
           border-bottom-right-radius: 71px !important
       }

       .col-sm-bbr-ra72 {
           -webkit-border-bottom-right-radius: 72px !important;
           -moz-border-radius-bottom-right: 72px !important;
           border-bottom-right-radius: 72px !important
       }

       .col-sm-bbr-ra73 {
           -webkit-border-bottom-right-radius: 73px !important;
           -moz-border-radius-bottom-right: 73px !important;
           border-bottom-right-radius: 73px !important
       }

       .col-sm-bbr-ra74 {
           -webkit-border-bottom-right-radius: 74px !important;
           -moz-border-radius-bottom-right: 74px !important;
           border-bottom-right-radius: 74px !important
       }

       .col-sm-bbr-ra75 {
           -webkit-border-bottom-right-radius: 75px !important;
           -moz-border-radius-bottom-right: 75px !important;
           border-bottom-right-radius: 75px !important
       }

       .col-sm-bbr-ra76 {
           -webkit-border-bottom-right-radius: 76px !important;
           -moz-border-radius-bottom-right: 76px !important;
           border-bottom-right-radius: 76px !important
       }

       .col-sm-bbr-ra77 {
           -webkit-border-bottom-right-radius: 77px !important;
           -moz-border-radius-bottom-right: 77px !important;
           border-bottom-right-radius: 77px !important
       }

       .col-sm-bbr-ra78 {
           -webkit-border-bottom-right-radius: 78px !important;
           -moz-border-radius-bottom-right: 78px !important;
           border-bottom-right-radius: 78px !important
       }

       .col-sm-bbr-ra79 {
           -webkit-border-bottom-right-radius: 79px !important;
           -moz-border-radius-bottom-right: 79px !important;
           border-bottom-right-radius: 79px !important
       }

       .col-sm-bbr-ra80 {
           -webkit-border-bottom-right-radius: 80px !important;
           -moz-border-radius-bottom-right: 80px !important;
           border-bottom-right-radius: 80px !important
       }

       .col-sm-bbr-ra81 {
           -webkit-border-bottom-right-radius: 81px !important;
           -moz-border-radius-bottom-right: 81px !important;
           border-bottom-right-radius: 81px !important
       }

       .col-sm-bbr-ra82 {
           -webkit-border-bottom-right-radius: 82px !important;
           -moz-border-radius-bottom-right: 82px !important;
           border-bottom-right-radius: 82px !important
       }

       .col-sm-bbr-ra83 {
           -webkit-border-bottom-right-radius: 83px !important;
           -moz-border-radius-bottom-right: 83px !important;
           border-bottom-right-radius: 83px !important
       }

       .col-sm-bbr-ra84 {
           -webkit-border-bottom-right-radius: 84px !important;
           -moz-border-radius-bottom-right: 84px !important;
           border-bottom-right-radius: 84px !important
       }

       .col-sm-bbr-ra85 {
           -webkit-border-bottom-right-radius: 85px !important;
           -moz-border-radius-bottom-right: 85px !important;
           border-bottom-right-radius: 85px !important
       }

       .col-sm-bbr-ra86 {
           -webkit-border-bottom-right-radius: 86px !important;
           -moz-border-radius-bottom-right: 86px !important;
           border-bottom-right-radius: 86px !important
       }

       .col-sm-bbr-ra87 {
           -webkit-border-bottom-right-radius: 87px !important;
           -moz-border-radius-bottom-right: 87px !important;
           border-bottom-right-radius: 87px !important
       }

       .col-sm-bbr-ra88 {
           -webkit-border-bottom-right-radius: 88px !important;
           -moz-border-radius-bottom-right: 88px !important;
           border-bottom-right-radius: 88px !important
       }

       .col-sm-bbr-ra89 {
           -webkit-border-bottom-right-radius: 89px !important;
           -moz-border-radius-bottom-right: 89px !important;
           border-bottom-right-radius: 89px !important
       }

       .col-sm-bbr-ra90 {
           -webkit-border-bottom-right-radius: 90px !important;
           -moz-border-radius-bottom-right: 90px !important;
           border-bottom-right-radius: 90px !important
       }

       .col-sm-bbr-ra91 {
           -webkit-border-bottom-right-radius: 91px !important;
           -moz-border-radius-bottom-right: 91px !important;
           border-bottom-right-radius: 91px !important
       }

       .col-sm-bbr-ra92 {
           -webkit-border-bottom-right-radius: 92px !important;
           -moz-border-radius-bottom-right: 92px !important;
           border-bottom-right-radius: 92px !important
       }

       .col-sm-bbr-ra93 {
           -webkit-border-bottom-right-radius: 93px !important;
           -moz-border-radius-bottom-right: 93px !important;
           border-bottom-right-radius: 93px !important
       }

       .col-sm-bbr-ra94 {
           -webkit-border-bottom-right-radius: 94px !important;
           -moz-border-radius-bottom-right: 94px !important;
           border-bottom-right-radius: 94px !important
       }

       .col-sm-bbr-ra95 {
           -webkit-border-bottom-right-radius: 95px !important;
           -moz-border-radius-bottom-right: 95px !important;
           border-bottom-right-radius: 95px !important
       }

       .col-sm-bbr-ra96 {
           -webkit-border-bottom-right-radius: 96px !important;
           -moz-border-radius-bottom-right: 96px !important;
           border-bottom-right-radius: 96px !important
       }

       .col-sm-bbr-ra97 {
           -webkit-border-bottom-right-radius: 97px !important;
           -moz-border-radius-bottom-right: 97px !important;
           border-bottom-right-radius: 97px !important
       }

       .col-sm-bbr-ra98 {
           -webkit-border-bottom-right-radius: 98px !important;
           -moz-border-radius-bottom-right: 98px !important;
           border-bottom-right-radius: 98px !important
       }

       .col-sm-bbr-ra99 {
           -webkit-border-bottom-right-radius: 99px !important;
           -moz-border-radius-bottom-right: 99px !important;
           border-bottom-right-radius: 99px !important
       }

       .col-sm-bbr-ra100 {
           -webkit-border-bottom-right-radius: 100px !important;
           -moz-border-radius-bottom-right: 100px !important;
           border-bottom-right-radius: 100px !important
       }

       .col-sm-bbr-ra101 {
           -webkit-border-bottom-right-radius: 101px !important;
           -moz-border-radius-bottom-right: 101px !important;
           border-bottom-right-radius: 101px !important
       }

       .col-sm-bbr-ra102 {
           -webkit-border-bottom-right-radius: 102px !important;
           -moz-border-radius-bottom-right: 102px !important;
           border-bottom-right-radius: 102px !important
       }

       .col-sm-bbr-ra103 {
           -webkit-border-bottom-right-radius: 103px !important;
           -moz-border-radius-bottom-right: 103px !important;
           border-bottom-right-radius: 103px !important
       }

       .col-sm-bbr-ra104 {
           -webkit-border-bottom-right-radius: 104px !important;
           -moz-border-radius-bottom-right: 104px !important;
           border-bottom-right-radius: 104px !important
       }

       .col-sm-bbr-ra105 {
           -webkit-border-bottom-right-radius: 105px !important;
           -moz-border-radius-bottom-right: 105px !important;
           border-bottom-right-radius: 105px !important
       }

       .col-sm-bbr-ra106 {
           -webkit-border-bottom-right-radius: 106px !important;
           -moz-border-radius-bottom-right: 106px !important;
           border-bottom-right-radius: 106px !important
       }

       .col-sm-bbr-ra107 {
           -webkit-border-bottom-right-radius: 107px !important;
           -moz-border-radius-bottom-right: 107px !important;
           border-bottom-right-radius: 107px !important
       }

       .col-sm-bbr-ra108 {
           -webkit-border-bottom-right-radius: 108px !important;
           -moz-border-radius-bottom-right: 108px !important;
           border-bottom-right-radius: 108px !important
       }

       .col-sm-bbr-ra109 {
           -webkit-border-bottom-right-radius: 109px !important;
           -moz-border-radius-bottom-right: 109px !important;
           border-bottom-right-radius: 109px !important
       }

       .col-sm-bbr-ra110 {
           -webkit-border-bottom-right-radius: 110px !important;
           -moz-border-radius-bottom-right: 110px !important;
           border-bottom-right-radius: 110px !important
       }

       .col-sm-bbr-ra111 {
           -webkit-border-bottom-right-radius: 111px !important;
           -moz-border-radius-bottom-right: 111px !important;
           border-bottom-right-radius: 111px !important
       }

       .col-sm-bbr-ra112 {
           -webkit-border-bottom-right-radius: 112px !important;
           -moz-border-radius-bottom-right: 112px !important;
           border-bottom-right-radius: 112px !important
       }

       .col-sm-bbr-ra113 {
           -webkit-border-bottom-right-radius: 113px !important;
           -moz-border-radius-bottom-right: 113px !important;
           border-bottom-right-radius: 113px !important
       }

       .col-sm-bbr-ra114 {
           -webkit-border-bottom-right-radius: 114px !important;
           -moz-border-radius-bottom-right: 114px !important;
           border-bottom-right-radius: 114px !important
       }

       .col-sm-bbr-ra115 {
           -webkit-border-bottom-right-radius: 115px !important;
           -moz-border-radius-bottom-right: 115px !important;
           border-bottom-right-radius: 115px !important
       }

       .col-sm-bbr-ra116 {
           -webkit-border-bottom-right-radius: 116px !important;
           -moz-border-radius-bottom-right: 116px !important;
           border-bottom-right-radius: 116px !important
       }

       .col-sm-bbr-ra117 {
           -webkit-border-bottom-right-radius: 117px !important;
           -moz-border-radius-bottom-right: 117px !important;
           border-bottom-right-radius: 117px !important
       }

       .col-sm-bbr-ra118 {
           -webkit-border-bottom-right-radius: 118px !important;
           -moz-border-radius-bottom-right: 118px !important;
           border-bottom-right-radius: 118px !important
       }

       .col-sm-bbr-ra119 {
           -webkit-border-bottom-right-radius: 119px !important;
           -moz-border-radius-bottom-right: 119px !important;
           border-bottom-right-radius: 119px !important
       }

       .col-sm-bbr-ra120 {
           -webkit-border-bottom-right-radius: 120px !important;
           -moz-border-radius-bottom-right: 120px !important;
           border-bottom-right-radius: 120px !important
       }

       .col-sm-bbr-ra121 {
           -webkit-border-bottom-right-radius: 121px !important;
           -moz-border-radius-bottom-right: 121px !important;
           border-bottom-right-radius: 121px !important
       }

       .col-sm-bbr-ra122 {
           -webkit-border-bottom-right-radius: 122px !important;
           -moz-border-radius-bottom-right: 122px !important;
           border-bottom-right-radius: 122px !important
       }

       .col-sm-bbr-ra123 {
           -webkit-border-bottom-right-radius: 123px !important;
           -moz-border-radius-bottom-right: 123px !important;
           border-bottom-right-radius: 123px !important
       }

       .col-sm-bbr-ra124 {
           -webkit-border-bottom-right-radius: 124px !important;
           -moz-border-radius-bottom-right: 124px !important;
           border-bottom-right-radius: 124px !important
       }

       .col-sm-bbr-ra125 {
           -webkit-border-bottom-right-radius: 125px !important;
           -moz-border-radius-bottom-right: 125px !important;
           border-bottom-right-radius: 125px !important
       }

       .col-sm-bbr-ra126 {
           -webkit-border-bottom-right-radius: 126px !important;
           -moz-border-radius-bottom-right: 126px !important;
           border-bottom-right-radius: 126px !important
       }

       .col-sm-bbr-ra127 {
           -webkit-border-bottom-right-radius: 127px !important;
           -moz-border-radius-bottom-right: 127px !important;
           border-bottom-right-radius: 127px !important
       }

       .col-sm-bbr-ra128 {
           -webkit-border-bottom-right-radius: 128px !important;
           -moz-border-radius-bottom-right: 128px !important;
           border-bottom-right-radius: 128px !important
       }

       .col-sm-bbr-ra129 {
           -webkit-border-bottom-right-radius: 129px !important;
           -moz-border-radius-bottom-right: 129px !important;
           border-bottom-right-radius: 129px !important
       }

       .col-sm-bbr-ra130 {
           -webkit-border-bottom-right-radius: 130px !important;
           -moz-border-radius-bottom-right: 130px !important;
           border-bottom-right-radius: 130px !important
       }

       .col-sm-bbr-ra131 {
           -webkit-border-bottom-right-radius: 131px !important;
           -moz-border-radius-bottom-right: 131px !important;
           border-bottom-right-radius: 131px !important
       }

       .col-sm-bbr-ra132 {
           -webkit-border-bottom-right-radius: 132px !important;
           -moz-border-radius-bottom-right: 132px !important;
           border-bottom-right-radius: 132px !important
       }

       .col-sm-bbr-ra133 {
           -webkit-border-bottom-right-radius: 133px !important;
           -moz-border-radius-bottom-right: 133px !important;
           border-bottom-right-radius: 133px !important
       }

       .col-sm-bbr-ra134 {
           -webkit-border-bottom-right-radius: 134px !important;
           -moz-border-radius-bottom-right: 134px !important;
           border-bottom-right-radius: 134px !important
       }

       .col-sm-bbr-ra135 {
           -webkit-border-bottom-right-radius: 135px !important;
           -moz-border-radius-bottom-right: 135px !important;
           border-bottom-right-radius: 135px !important
       }

       .col-sm-bbr-ra136 {
           -webkit-border-bottom-right-radius: 136px !important;
           -moz-border-radius-bottom-right: 136px !important;
           border-bottom-right-radius: 136px !important
       }

       .col-sm-bbr-ra137 {
           -webkit-border-bottom-right-radius: 137px !important;
           -moz-border-radius-bottom-right: 137px !important;
           border-bottom-right-radius: 137px !important
       }

       .col-sm-bbr-ra138 {
           -webkit-border-bottom-right-radius: 138px !important;
           -moz-border-radius-bottom-right: 138px !important;
           border-bottom-right-radius: 138px !important
       }

       .col-sm-bbr-ra139 {
           -webkit-border-bottom-right-radius: 139px !important;
           -moz-border-radius-bottom-right: 139px !important;
           border-bottom-right-radius: 139px !important
       }

       .col-sm-bbr-ra140 {
           -webkit-border-bottom-right-radius: 140px !important;
           -moz-border-radius-bottom-right: 140px !important;
           border-bottom-right-radius: 140px !important
       }

       .col-sm-bbr-ra141 {
           -webkit-border-bottom-right-radius: 141px !important;
           -moz-border-radius-bottom-right: 141px !important;
           border-bottom-right-radius: 141px !important
       }

       .col-sm-bbr-ra142 {
           -webkit-border-bottom-right-radius: 142px !important;
           -moz-border-radius-bottom-right: 142px !important;
           border-bottom-right-radius: 142px !important
       }

       .col-sm-bbr-ra143 {
           -webkit-border-bottom-right-radius: 143px !important;
           -moz-border-radius-bottom-right: 143px !important;
           border-bottom-right-radius: 143px !important
       }

       .col-sm-bbr-ra144 {
           -webkit-border-bottom-right-radius: 144px !important;
           -moz-border-radius-bottom-right: 144px !important;
           border-bottom-right-radius: 144px !important
       }

       .col-sm-bbr-ra145 {
           -webkit-border-bottom-right-radius: 145px !important;
           -moz-border-radius-bottom-right: 145px !important;
           border-bottom-right-radius: 145px !important
       }

       .col-sm-bbr-ra146 {
           -webkit-border-bottom-right-radius: 146px !important;
           -moz-border-radius-bottom-right: 146px !important;
           border-bottom-right-radius: 146px !important
       }

       .col-sm-bbr-ra147 {
           -webkit-border-bottom-right-radius: 147px !important;
           -moz-border-radius-bottom-right: 147px !important;
           border-bottom-right-radius: 147px !important
       }

       .col-sm-bbr-ra148 {
           -webkit-border-bottom-right-radius: 148px !important;
           -moz-border-radius-bottom-right: 148px !important;
           border-bottom-right-radius: 148px !important
       }

       .col-sm-bbr-ra149 {
           -webkit-border-bottom-right-radius: 149px !important;
           -moz-border-radius-bottom-right: 149px !important;
           border-bottom-right-radius: 149px !important
       }

       .col-sm-bbr-ra150 {
           -webkit-border-bottom-right-radius: 150px !important;
           -moz-border-radius-bottom-right: 150px !important;
           border-bottom-right-radius: 150px !important
       }

       .col-sm-bbr-ra151 {
           -webkit-border-bottom-right-radius: 151px !important;
           -moz-border-radius-bottom-right: 151px !important;
           border-bottom-right-radius: 151px !important
       }

       .col-sm-bbr-ra152 {
           -webkit-border-bottom-right-radius: 152px !important;
           -moz-border-radius-bottom-right: 152px !important;
           border-bottom-right-radius: 152px !important
       }

       .col-sm-bbr-ra153 {
           -webkit-border-bottom-right-radius: 153px !important;
           -moz-border-radius-bottom-right: 153px !important;
           border-bottom-right-radius: 153px !important
       }

       .col-sm-bbr-ra154 {
           -webkit-border-bottom-right-radius: 154px !important;
           -moz-border-radius-bottom-right: 154px !important;
           border-bottom-right-radius: 154px !important
       }

       .col-sm-bbr-ra155 {
           -webkit-border-bottom-right-radius: 155px !important;
           -moz-border-radius-bottom-right: 155px !important;
           border-bottom-right-radius: 155px !important
       }

       .col-sm-bbr-ra156 {
           -webkit-border-bottom-right-radius: 156px !important;
           -moz-border-radius-bottom-right: 156px !important;
           border-bottom-right-radius: 156px !important
       }

       .col-sm-bbr-ra157 {
           -webkit-border-bottom-right-radius: 157px !important;
           -moz-border-radius-bottom-right: 157px !important;
           border-bottom-right-radius: 157px !important
       }

       .col-sm-bbr-ra158 {
           -webkit-border-bottom-right-radius: 158px !important;
           -moz-border-radius-bottom-right: 158px !important;
           border-bottom-right-radius: 158px !important
       }

       .col-sm-bbr-ra159 {
           -webkit-border-bottom-right-radius: 159px !important;
           -moz-border-radius-bottom-right: 159px !important;
           border-bottom-right-radius: 159px !important
       }

       .col-sm-bbr-ra160 {
           -webkit-border-bottom-right-radius: 160px !important;
           -moz-border-radius-bottom-right: 160px !important;
           border-bottom-right-radius: 160px !important
       }

       .col-sm-bbr-ra161 {
           -webkit-border-bottom-right-radius: 161px !important;
           -moz-border-radius-bottom-right: 161px !important;
           border-bottom-right-radius: 161px !important
       }

       .col-sm-bbr-ra162 {
           -webkit-border-bottom-right-radius: 162px !important;
           -moz-border-radius-bottom-right: 162px !important;
           border-bottom-right-radius: 162px !important
       }

       .col-sm-bbr-ra163 {
           -webkit-border-bottom-right-radius: 163px !important;
           -moz-border-radius-bottom-right: 163px !important;
           border-bottom-right-radius: 163px !important
       }

       .col-sm-bbr-ra164 {
           -webkit-border-bottom-right-radius: 164px !important;
           -moz-border-radius-bottom-right: 164px !important;
           border-bottom-right-radius: 164px !important
       }

       .col-sm-bbr-ra165 {
           -webkit-border-bottom-right-radius: 165px !important;
           -moz-border-radius-bottom-right: 165px !important;
           border-bottom-right-radius: 165px !important
       }

       .col-sm-bbr-ra166 {
           -webkit-border-bottom-right-radius: 166px !important;
           -moz-border-radius-bottom-right: 166px !important;
           border-bottom-right-radius: 166px !important
       }

       .col-sm-bbr-ra167 {
           -webkit-border-bottom-right-radius: 167px !important;
           -moz-border-radius-bottom-right: 167px !important;
           border-bottom-right-radius: 167px !important
       }

       .col-sm-bbr-ra168 {
           -webkit-border-bottom-right-radius: 168px !important;
           -moz-border-radius-bottom-right: 168px !important;
           border-bottom-right-radius: 168px !important
       }

       .col-sm-bbr-ra169 {
           -webkit-border-bottom-right-radius: 169px !important;
           -moz-border-radius-bottom-right: 169px !important;
           border-bottom-right-radius: 169px !important
       }

       .col-sm-bbr-ra170 {
           -webkit-border-bottom-right-radius: 170px !important;
           -moz-border-radius-bottom-right: 170px !important;
           border-bottom-right-radius: 170px !important
       }

       .col-sm-bbr-ra171 {
           -webkit-border-bottom-right-radius: 171px !important;
           -moz-border-radius-bottom-right: 171px !important;
           border-bottom-right-radius: 171px !important
       }

       .col-sm-bbr-ra172 {
           -webkit-border-bottom-right-radius: 172px !important;
           -moz-border-radius-bottom-right: 172px !important;
           border-bottom-right-radius: 172px !important
       }

       .col-sm-bbr-ra173 {
           -webkit-border-bottom-right-radius: 173px !important;
           -moz-border-radius-bottom-right: 173px !important;
           border-bottom-right-radius: 173px !important
       }

       .col-sm-bbr-ra174 {
           -webkit-border-bottom-right-radius: 174px !important;
           -moz-border-radius-bottom-right: 174px !important;
           border-bottom-right-radius: 174px !important
       }

       .col-sm-bbr-ra175 {
           -webkit-border-bottom-right-radius: 175px !important;
           -moz-border-radius-bottom-right: 175px !important;
           border-bottom-right-radius: 175px !important
       }

       .col-sm-bbr-ra176 {
           -webkit-border-bottom-right-radius: 176px !important;
           -moz-border-radius-bottom-right: 176px !important;
           border-bottom-right-radius: 176px !important
       }

       .col-sm-bbr-ra177 {
           -webkit-border-bottom-right-radius: 177px !important;
           -moz-border-radius-bottom-right: 177px !important;
           border-bottom-right-radius: 177px !important
       }

       .col-sm-bbr-ra178 {
           -webkit-border-bottom-right-radius: 178px !important;
           -moz-border-radius-bottom-right: 178px !important;
           border-bottom-right-radius: 178px !important
       }

       .col-sm-bbr-ra179 {
           -webkit-border-bottom-right-radius: 179px !important;
           -moz-border-radius-bottom-right: 179px !important;
           border-bottom-right-radius: 179px !important
       }

       .col-sm-bbr-ra180 {
           -webkit-border-bottom-right-radius: 180px !important;
           -moz-border-radius-bottom-right: 180px !important;
           border-bottom-right-radius: 180px !important
       }

       .col-sm-bbr-ra181 {
           -webkit-border-bottom-right-radius: 181px !important;
           -moz-border-radius-bottom-right: 181px !important;
           border-bottom-right-radius: 181px !important
       }

       .col-sm-bbr-ra182 {
           -webkit-border-bottom-right-radius: 182px !important;
           -moz-border-radius-bottom-right: 182px !important;
           border-bottom-right-radius: 182px !important
       }

       .col-sm-bbr-ra183 {
           -webkit-border-bottom-right-radius: 183px !important;
           -moz-border-radius-bottom-right: 183px !important;
           border-bottom-right-radius: 183px !important
       }

       .col-sm-bbr-ra184 {
           -webkit-border-bottom-right-radius: 184px !important;
           -moz-border-radius-bottom-right: 184px !important;
           border-bottom-right-radius: 184px !important
       }

       .col-sm-bbr-ra185 {
           -webkit-border-bottom-right-radius: 185px !important;
           -moz-border-radius-bottom-right: 185px !important;
           border-bottom-right-radius: 185px !important
       }

       .col-sm-bbr-ra186 {
           -webkit-border-bottom-right-radius: 186px !important;
           -moz-border-radius-bottom-right: 186px !important;
           border-bottom-right-radius: 186px !important
       }

       .col-sm-bbr-ra187 {
           -webkit-border-bottom-right-radius: 187px !important;
           -moz-border-radius-bottom-right: 187px !important;
           border-bottom-right-radius: 187px !important
       }

       .col-sm-bbr-ra188 {
           -webkit-border-bottom-right-radius: 188px !important;
           -moz-border-radius-bottom-right: 188px !important;
           border-bottom-right-radius: 188px !important
       }

       .col-sm-bbr-ra189 {
           -webkit-border-bottom-right-radius: 189px !important;
           -moz-border-radius-bottom-right: 189px !important;
           border-bottom-right-radius: 189px !important
       }

       .col-sm-bbr-ra190 {
           -webkit-border-bottom-right-radius: 190px !important;
           -moz-border-radius-bottom-right: 190px !important;
           border-bottom-right-radius: 190px !important
       }

       .col-sm-bbr-ra191 {
           -webkit-border-bottom-right-radius: 191px !important;
           -moz-border-radius-bottom-right: 191px !important;
           border-bottom-right-radius: 191px !important
       }

       .col-sm-bbr-ra192 {
           -webkit-border-bottom-right-radius: 192px !important;
           -moz-border-radius-bottom-right: 192px !important;
           border-bottom-right-radius: 192px !important
       }

       .col-sm-bbr-ra193 {
           -webkit-border-bottom-right-radius: 193px !important;
           -moz-border-radius-bottom-right: 193px !important;
           border-bottom-right-radius: 193px !important
       }

       .col-sm-bbr-ra194 {
           -webkit-border-bottom-right-radius: 194px !important;
           -moz-border-radius-bottom-right: 194px !important;
           border-bottom-right-radius: 194px !important
       }

       .col-sm-bbr-ra195 {
           -webkit-border-bottom-right-radius: 195px !important;
           -moz-border-radius-bottom-right: 195px !important;
           border-bottom-right-radius: 195px !important
       }

       .col-sm-bbr-ra196 {
           -webkit-border-bottom-right-radius: 196px !important;
           -moz-border-radius-bottom-right: 196px !important;
           border-bottom-right-radius: 196px !important
       }

       .col-sm-bbr-ra197 {
           -webkit-border-bottom-right-radius: 197px !important;
           -moz-border-radius-bottom-right: 197px !important;
           border-bottom-right-radius: 197px !important
       }

       .col-sm-bbr-ra198 {
           -webkit-border-bottom-right-radius: 198px !important;
           -moz-border-radius-bottom-right: 198px !important;
           border-bottom-right-radius: 198px !important
       }

       .col-sm-bbr-ra199 {
           -webkit-border-bottom-right-radius: 199px !important;
           -moz-border-radius-bottom-right: 199px !important;
           border-bottom-right-radius: 199px !important
       }

       .col-sm-bbr-ra200 {
           -webkit-border-bottom-right-radius: 200px !important;
           -moz-border-radius-bottom-right: 200px !important;
           border-bottom-right-radius: 200px !important
       }
   }

   .btl-ra0 {
       -webkit-border-top-left-radius: 0px !important;
       -moz-border-radius-top-left: 0px !important;
       border-top-left-radius: 0px !important
   }

   .btl-ra1 {
       -webkit-border-top-left-radius: 1px !important;
       -moz-border-radius-top-left: 1px !important;
       border-top-left-radius: 1px !important
   }

   .btl-ra2 {
       -webkit-border-top-left-radius: 2px !important;
       -moz-border-radius-top-left: 2px !important;
       border-top-left-radius: 2px !important
   }

   .btl-ra3 {
       -webkit-border-top-left-radius: 3px !important;
       -moz-border-radius-top-left: 3px !important;
       border-top-left-radius: 3px !important
   }

   .btl-ra4 {
       -webkit-border-top-left-radius: 4px !important;
       -moz-border-radius-top-left: 4px !important;
       border-top-left-radius: 4px !important
   }

   .btl-ra5 {
       -webkit-border-top-left-radius: 5px !important;
       -moz-border-radius-top-left: 5px !important;
       border-top-left-radius: 5px !important
   }

   .btl-ra6 {
       -webkit-border-top-left-radius: 6px !important;
       -moz-border-radius-top-left: 6px !important;
       border-top-left-radius: 6px !important
   }

   .btl-ra7 {
       -webkit-border-top-left-radius: 7px !important;
       -moz-border-radius-top-left: 7px !important;
       border-top-left-radius: 7px !important
   }

   .btl-ra8 {
       -webkit-border-top-left-radius: 8px !important;
       -moz-border-radius-top-left: 8px !important;
       border-top-left-radius: 8px !important
   }

   .btl-ra9 {
       -webkit-border-top-left-radius: 9px !important;
       -moz-border-radius-top-left: 9px !important;
       border-top-left-radius: 9px !important
   }

   .btl-ra10 {
       -webkit-border-top-left-radius: 10px !important;
       -moz-border-radius-top-left: 10px !important;
       border-top-left-radius: 10px !important
   }

   .btl-ra11 {
       -webkit-border-top-left-radius: 11px !important;
       -moz-border-radius-top-left: 11px !important;
       border-top-left-radius: 11px !important
   }

   .btl-ra12 {
       -webkit-border-top-left-radius: 12px !important;
       -moz-border-radius-top-left: 12px !important;
       border-top-left-radius: 12px !important
   }

   .btl-ra13 {
       -webkit-border-top-left-radius: 13px !important;
       -moz-border-radius-top-left: 13px !important;
       border-top-left-radius: 13px !important
   }

   .btl-ra14 {
       -webkit-border-top-left-radius: 14px !important;
       -moz-border-radius-top-left: 14px !important;
       border-top-left-radius: 14px !important
   }

   .btl-ra15 {
       -webkit-border-top-left-radius: 15px !important;
       -moz-border-radius-top-left: 15px !important;
       border-top-left-radius: 15px !important
   }

   .btl-ra16 {
       -webkit-border-top-left-radius: 16px !important;
       -moz-border-radius-top-left: 16px !important;
       border-top-left-radius: 16px !important
   }

   .btl-ra17 {
       -webkit-border-top-left-radius: 17px !important;
       -moz-border-radius-top-left: 17px !important;
       border-top-left-radius: 17px !important
   }

   .btl-ra18 {
       -webkit-border-top-left-radius: 18px !important;
       -moz-border-radius-top-left: 18px !important;
       border-top-left-radius: 18px !important
   }

   .btl-ra19 {
       -webkit-border-top-left-radius: 19px !important;
       -moz-border-radius-top-left: 19px !important;
       border-top-left-radius: 19px !important
   }

   .btl-ra20 {
       -webkit-border-top-left-radius: 20px !important;
       -moz-border-radius-top-left: 20px !important;
       border-top-left-radius: 20px !important
   }

   .btl-ra21 {
       -webkit-border-top-left-radius: 21px !important;
       -moz-border-radius-top-left: 21px !important;
       border-top-left-radius: 21px !important
   }

   .btl-ra22 {
       -webkit-border-top-left-radius: 22px !important;
       -moz-border-radius-top-left: 22px !important;
       border-top-left-radius: 22px !important
   }

   .btl-ra23 {
       -webkit-border-top-left-radius: 23px !important;
       -moz-border-radius-top-left: 23px !important;
       border-top-left-radius: 23px !important
   }

   .btl-ra24 {
       -webkit-border-top-left-radius: 24px !important;
       -moz-border-radius-top-left: 24px !important;
       border-top-left-radius: 24px !important
   }

   .btl-ra25 {
       -webkit-border-top-left-radius: 25px !important;
       -moz-border-radius-top-left: 25px !important;
       border-top-left-radius: 25px !important
   }

   .btl-ra26 {
       -webkit-border-top-left-radius: 26px !important;
       -moz-border-radius-top-left: 26px !important;
       border-top-left-radius: 26px !important
   }

   .btl-ra27 {
       -webkit-border-top-left-radius: 27px !important;
       -moz-border-radius-top-left: 27px !important;
       border-top-left-radius: 27px !important
   }

   .btl-ra28 {
       -webkit-border-top-left-radius: 28px !important;
       -moz-border-radius-top-left: 28px !important;
       border-top-left-radius: 28px !important
   }

   .btl-ra29 {
       -webkit-border-top-left-radius: 29px !important;
       -moz-border-radius-top-left: 29px !important;
       border-top-left-radius: 29px !important
   }

   .btl-ra30 {
       -webkit-border-top-left-radius: 30px !important;
       -moz-border-radius-top-left: 30px !important;
       border-top-left-radius: 30px !important
   }

   .btl-ra31 {
       -webkit-border-top-left-radius: 31px !important;
       -moz-border-radius-top-left: 31px !important;
       border-top-left-radius: 31px !important
   }

   .btl-ra32 {
       -webkit-border-top-left-radius: 32px !important;
       -moz-border-radius-top-left: 32px !important;
       border-top-left-radius: 32px !important
   }

   .btl-ra33 {
       -webkit-border-top-left-radius: 33px !important;
       -moz-border-radius-top-left: 33px !important;
       border-top-left-radius: 33px !important
   }

   .btl-ra34 {
       -webkit-border-top-left-radius: 34px !important;
       -moz-border-radius-top-left: 34px !important;
       border-top-left-radius: 34px !important
   }

   .btl-ra35 {
       -webkit-border-top-left-radius: 35px !important;
       -moz-border-radius-top-left: 35px !important;
       border-top-left-radius: 35px !important
   }

   .btl-ra36 {
       -webkit-border-top-left-radius: 36px !important;
       -moz-border-radius-top-left: 36px !important;
       border-top-left-radius: 36px !important
   }

   .btl-ra37 {
       -webkit-border-top-left-radius: 37px !important;
       -moz-border-radius-top-left: 37px !important;
       border-top-left-radius: 37px !important
   }

   .btl-ra38 {
       -webkit-border-top-left-radius: 38px !important;
       -moz-border-radius-top-left: 38px !important;
       border-top-left-radius: 38px !important
   }

   .btl-ra39 {
       -webkit-border-top-left-radius: 39px !important;
       -moz-border-radius-top-left: 39px !important;
       border-top-left-radius: 39px !important
   }

   .btl-ra40 {
       -webkit-border-top-left-radius: 40px !important;
       -moz-border-radius-top-left: 40px !important;
       border-top-left-radius: 40px !important
   }

   .btl-ra41 {
       -webkit-border-top-left-radius: 41px !important;
       -moz-border-radius-top-left: 41px !important;
       border-top-left-radius: 41px !important
   }

   .btl-ra42 {
       -webkit-border-top-left-radius: 42px !important;
       -moz-border-radius-top-left: 42px !important;
       border-top-left-radius: 42px !important
   }

   .btl-ra43 {
       -webkit-border-top-left-radius: 43px !important;
       -moz-border-radius-top-left: 43px !important;
       border-top-left-radius: 43px !important
   }

   .btl-ra44 {
       -webkit-border-top-left-radius: 44px !important;
       -moz-border-radius-top-left: 44px !important;
       border-top-left-radius: 44px !important
   }

   .btl-ra45 {
       -webkit-border-top-left-radius: 45px !important;
       -moz-border-radius-top-left: 45px !important;
       border-top-left-radius: 45px !important
   }

   .btl-ra46 {
       -webkit-border-top-left-radius: 46px !important;
       -moz-border-radius-top-left: 46px !important;
       border-top-left-radius: 46px !important
   }

   .btl-ra47 {
       -webkit-border-top-left-radius: 47px !important;
       -moz-border-radius-top-left: 47px !important;
       border-top-left-radius: 47px !important
   }

   .btl-ra48 {
       -webkit-border-top-left-radius: 48px !important;
       -moz-border-radius-top-left: 48px !important;
       border-top-left-radius: 48px !important
   }

   .btl-ra49 {
       -webkit-border-top-left-radius: 49px !important;
       -moz-border-radius-top-left: 49px !important;
       border-top-left-radius: 49px !important
   }

   .btl-ra50 {
       -webkit-border-top-left-radius: 50px !important;
       -moz-border-radius-top-left: 50px !important;
       border-top-left-radius: 50px !important
   }

   .btl-ra51 {
       -webkit-border-top-left-radius: 51px !important;
       -moz-border-radius-top-left: 51px !important;
       border-top-left-radius: 51px !important
   }

   .btl-ra52 {
       -webkit-border-top-left-radius: 52px !important;
       -moz-border-radius-top-left: 52px !important;
       border-top-left-radius: 52px !important
   }

   .btl-ra53 {
       -webkit-border-top-left-radius: 53px !important;
       -moz-border-radius-top-left: 53px !important;
       border-top-left-radius: 53px !important
   }

   .btl-ra54 {
       -webkit-border-top-left-radius: 54px !important;
       -moz-border-radius-top-left: 54px !important;
       border-top-left-radius: 54px !important
   }

   .btl-ra55 {
       -webkit-border-top-left-radius: 55px !important;
       -moz-border-radius-top-left: 55px !important;
       border-top-left-radius: 55px !important
   }

   .btl-ra56 {
       -webkit-border-top-left-radius: 56px !important;
       -moz-border-radius-top-left: 56px !important;
       border-top-left-radius: 56px !important
   }

   .btl-ra57 {
       -webkit-border-top-left-radius: 57px !important;
       -moz-border-radius-top-left: 57px !important;
       border-top-left-radius: 57px !important
   }

   .btl-ra58 {
       -webkit-border-top-left-radius: 58px !important;
       -moz-border-radius-top-left: 58px !important;
       border-top-left-radius: 58px !important
   }

   .btl-ra59 {
       -webkit-border-top-left-radius: 59px !important;
       -moz-border-radius-top-left: 59px !important;
       border-top-left-radius: 59px !important
   }

   .btl-ra60 {
       -webkit-border-top-left-radius: 60px !important;
       -moz-border-radius-top-left: 60px !important;
       border-top-left-radius: 60px !important
   }

   .btl-ra61 {
       -webkit-border-top-left-radius: 61px !important;
       -moz-border-radius-top-left: 61px !important;
       border-top-left-radius: 61px !important
   }

   .btl-ra62 {
       -webkit-border-top-left-radius: 62px !important;
       -moz-border-radius-top-left: 62px !important;
       border-top-left-radius: 62px !important
   }

   .btl-ra63 {
       -webkit-border-top-left-radius: 63px !important;
       -moz-border-radius-top-left: 63px !important;
       border-top-left-radius: 63px !important
   }

   .btl-ra64 {
       -webkit-border-top-left-radius: 64px !important;
       -moz-border-radius-top-left: 64px !important;
       border-top-left-radius: 64px !important
   }

   .btl-ra65 {
       -webkit-border-top-left-radius: 65px !important;
       -moz-border-radius-top-left: 65px !important;
       border-top-left-radius: 65px !important
   }

   .btl-ra66 {
       -webkit-border-top-left-radius: 66px !important;
       -moz-border-radius-top-left: 66px !important;
       border-top-left-radius: 66px !important
   }

   .btl-ra67 {
       -webkit-border-top-left-radius: 67px !important;
       -moz-border-radius-top-left: 67px !important;
       border-top-left-radius: 67px !important
   }

   .btl-ra68 {
       -webkit-border-top-left-radius: 68px !important;
       -moz-border-radius-top-left: 68px !important;
       border-top-left-radius: 68px !important
   }

   .btl-ra69 {
       -webkit-border-top-left-radius: 69px !important;
       -moz-border-radius-top-left: 69px !important;
       border-top-left-radius: 69px !important
   }

   .btl-ra70 {
       -webkit-border-top-left-radius: 70px !important;
       -moz-border-radius-top-left: 70px !important;
       border-top-left-radius: 70px !important
   }

   .btl-ra71 {
       -webkit-border-top-left-radius: 71px !important;
       -moz-border-radius-top-left: 71px !important;
       border-top-left-radius: 71px !important
   }

   .btl-ra72 {
       -webkit-border-top-left-radius: 72px !important;
       -moz-border-radius-top-left: 72px !important;
       border-top-left-radius: 72px !important
   }

   .btl-ra73 {
       -webkit-border-top-left-radius: 73px !important;
       -moz-border-radius-top-left: 73px !important;
       border-top-left-radius: 73px !important
   }

   .btl-ra74 {
       -webkit-border-top-left-radius: 74px !important;
       -moz-border-radius-top-left: 74px !important;
       border-top-left-radius: 74px !important
   }

   .btl-ra75 {
       -webkit-border-top-left-radius: 75px !important;
       -moz-border-radius-top-left: 75px !important;
       border-top-left-radius: 75px !important
   }

   .btl-ra76 {
       -webkit-border-top-left-radius: 76px !important;
       -moz-border-radius-top-left: 76px !important;
       border-top-left-radius: 76px !important
   }

   .btl-ra77 {
       -webkit-border-top-left-radius: 77px !important;
       -moz-border-radius-top-left: 77px !important;
       border-top-left-radius: 77px !important
   }

   .btl-ra78 {
       -webkit-border-top-left-radius: 78px !important;
       -moz-border-radius-top-left: 78px !important;
       border-top-left-radius: 78px !important
   }

   .btl-ra79 {
       -webkit-border-top-left-radius: 79px !important;
       -moz-border-radius-top-left: 79px !important;
       border-top-left-radius: 79px !important
   }

   .btl-ra80 {
       -webkit-border-top-left-radius: 80px !important;
       -moz-border-radius-top-left: 80px !important;
       border-top-left-radius: 80px !important
   }

   .btl-ra81 {
       -webkit-border-top-left-radius: 81px !important;
       -moz-border-radius-top-left: 81px !important;
       border-top-left-radius: 81px !important
   }

   .btl-ra82 {
       -webkit-border-top-left-radius: 82px !important;
       -moz-border-radius-top-left: 82px !important;
       border-top-left-radius: 82px !important
   }

   .btl-ra83 {
       -webkit-border-top-left-radius: 83px !important;
       -moz-border-radius-top-left: 83px !important;
       border-top-left-radius: 83px !important
   }

   .btl-ra84 {
       -webkit-border-top-left-radius: 84px !important;
       -moz-border-radius-top-left: 84px !important;
       border-top-left-radius: 84px !important
   }

   .btl-ra85 {
       -webkit-border-top-left-radius: 85px !important;
       -moz-border-radius-top-left: 85px !important;
       border-top-left-radius: 85px !important
   }

   .btl-ra86 {
       -webkit-border-top-left-radius: 86px !important;
       -moz-border-radius-top-left: 86px !important;
       border-top-left-radius: 86px !important
   }

   .btl-ra87 {
       -webkit-border-top-left-radius: 87px !important;
       -moz-border-radius-top-left: 87px !important;
       border-top-left-radius: 87px !important
   }

   .btl-ra88 {
       -webkit-border-top-left-radius: 88px !important;
       -moz-border-radius-top-left: 88px !important;
       border-top-left-radius: 88px !important
   }

   .btl-ra89 {
       -webkit-border-top-left-radius: 89px !important;
       -moz-border-radius-top-left: 89px !important;
       border-top-left-radius: 89px !important
   }

   .btl-ra90 {
       -webkit-border-top-left-radius: 90px !important;
       -moz-border-radius-top-left: 90px !important;
       border-top-left-radius: 90px !important
   }

   .btl-ra91 {
       -webkit-border-top-left-radius: 91px !important;
       -moz-border-radius-top-left: 91px !important;
       border-top-left-radius: 91px !important
   }

   .btl-ra92 {
       -webkit-border-top-left-radius: 92px !important;
       -moz-border-radius-top-left: 92px !important;
       border-top-left-radius: 92px !important
   }

   .btl-ra93 {
       -webkit-border-top-left-radius: 93px !important;
       -moz-border-radius-top-left: 93px !important;
       border-top-left-radius: 93px !important
   }

   .btl-ra94 {
       -webkit-border-top-left-radius: 94px !important;
       -moz-border-radius-top-left: 94px !important;
       border-top-left-radius: 94px !important
   }

   .btl-ra95 {
       -webkit-border-top-left-radius: 95px !important;
       -moz-border-radius-top-left: 95px !important;
       border-top-left-radius: 95px !important
   }

   .btl-ra96 {
       -webkit-border-top-left-radius: 96px !important;
       -moz-border-radius-top-left: 96px !important;
       border-top-left-radius: 96px !important
   }

   .btl-ra97 {
       -webkit-border-top-left-radius: 97px !important;
       -moz-border-radius-top-left: 97px !important;
       border-top-left-radius: 97px !important
   }

   .btl-ra98 {
       -webkit-border-top-left-radius: 98px !important;
       -moz-border-radius-top-left: 98px !important;
       border-top-left-radius: 98px !important
   }

   .btl-ra99 {
       -webkit-border-top-left-radius: 99px !important;
       -moz-border-radius-top-left: 99px !important;
       border-top-left-radius: 99px !important
   }

   .btl-ra100 {
       -webkit-border-top-left-radius: 100px !important;
       -moz-border-radius-top-left: 100px !important;
       border-top-left-radius: 100px !important
   }

   .btl-ra101 {
       -webkit-border-top-left-radius: 101px !important;
       -moz-border-radius-top-left: 101px !important;
       border-top-left-radius: 101px !important
   }

   .btl-ra102 {
       -webkit-border-top-left-radius: 102px !important;
       -moz-border-radius-top-left: 102px !important;
       border-top-left-radius: 102px !important
   }

   .btl-ra103 {
       -webkit-border-top-left-radius: 103px !important;
       -moz-border-radius-top-left: 103px !important;
       border-top-left-radius: 103px !important
   }

   .btl-ra104 {
       -webkit-border-top-left-radius: 104px !important;
       -moz-border-radius-top-left: 104px !important;
       border-top-left-radius: 104px !important
   }

   .btl-ra105 {
       -webkit-border-top-left-radius: 105px !important;
       -moz-border-radius-top-left: 105px !important;
       border-top-left-radius: 105px !important
   }

   .btl-ra106 {
       -webkit-border-top-left-radius: 106px !important;
       -moz-border-radius-top-left: 106px !important;
       border-top-left-radius: 106px !important
   }

   .btl-ra107 {
       -webkit-border-top-left-radius: 107px !important;
       -moz-border-radius-top-left: 107px !important;
       border-top-left-radius: 107px !important
   }

   .btl-ra108 {
       -webkit-border-top-left-radius: 108px !important;
       -moz-border-radius-top-left: 108px !important;
       border-top-left-radius: 108px !important
   }

   .btl-ra109 {
       -webkit-border-top-left-radius: 109px !important;
       -moz-border-radius-top-left: 109px !important;
       border-top-left-radius: 109px !important
   }

   .btl-ra110 {
       -webkit-border-top-left-radius: 110px !important;
       -moz-border-radius-top-left: 110px !important;
       border-top-left-radius: 110px !important
   }

   .btl-ra111 {
       -webkit-border-top-left-radius: 111px !important;
       -moz-border-radius-top-left: 111px !important;
       border-top-left-radius: 111px !important
   }

   .btl-ra112 {
       -webkit-border-top-left-radius: 112px !important;
       -moz-border-radius-top-left: 112px !important;
       border-top-left-radius: 112px !important
   }

   .btl-ra113 {
       -webkit-border-top-left-radius: 113px !important;
       -moz-border-radius-top-left: 113px !important;
       border-top-left-radius: 113px !important
   }

   .btl-ra114 {
       -webkit-border-top-left-radius: 114px !important;
       -moz-border-radius-top-left: 114px !important;
       border-top-left-radius: 114px !important
   }

   .btl-ra115 {
       -webkit-border-top-left-radius: 115px !important;
       -moz-border-radius-top-left: 115px !important;
       border-top-left-radius: 115px !important
   }

   .btl-ra116 {
       -webkit-border-top-left-radius: 116px !important;
       -moz-border-radius-top-left: 116px !important;
       border-top-left-radius: 116px !important
   }

   .btl-ra117 {
       -webkit-border-top-left-radius: 117px !important;
       -moz-border-radius-top-left: 117px !important;
       border-top-left-radius: 117px !important
   }

   .btl-ra118 {
       -webkit-border-top-left-radius: 118px !important;
       -moz-border-radius-top-left: 118px !important;
       border-top-left-radius: 118px !important
   }

   .btl-ra119 {
       -webkit-border-top-left-radius: 119px !important;
       -moz-border-radius-top-left: 119px !important;
       border-top-left-radius: 119px !important
   }

   .btl-ra120 {
       -webkit-border-top-left-radius: 120px !important;
       -moz-border-radius-top-left: 120px !important;
       border-top-left-radius: 120px !important
   }

   .btl-ra121 {
       -webkit-border-top-left-radius: 121px !important;
       -moz-border-radius-top-left: 121px !important;
       border-top-left-radius: 121px !important
   }

   .btl-ra122 {
       -webkit-border-top-left-radius: 122px !important;
       -moz-border-radius-top-left: 122px !important;
       border-top-left-radius: 122px !important
   }

   .btl-ra123 {
       -webkit-border-top-left-radius: 123px !important;
       -moz-border-radius-top-left: 123px !important;
       border-top-left-radius: 123px !important
   }

   .btl-ra124 {
       -webkit-border-top-left-radius: 124px !important;
       -moz-border-radius-top-left: 124px !important;
       border-top-left-radius: 124px !important
   }

   .btl-ra125 {
       -webkit-border-top-left-radius: 125px !important;
       -moz-border-radius-top-left: 125px !important;
       border-top-left-radius: 125px !important
   }

   .btl-ra126 {
       -webkit-border-top-left-radius: 126px !important;
       -moz-border-radius-top-left: 126px !important;
       border-top-left-radius: 126px !important
   }

   .btl-ra127 {
       -webkit-border-top-left-radius: 127px !important;
       -moz-border-radius-top-left: 127px !important;
       border-top-left-radius: 127px !important
   }

   .btl-ra128 {
       -webkit-border-top-left-radius: 128px !important;
       -moz-border-radius-top-left: 128px !important;
       border-top-left-radius: 128px !important
   }

   .btl-ra129 {
       -webkit-border-top-left-radius: 129px !important;
       -moz-border-radius-top-left: 129px !important;
       border-top-left-radius: 129px !important
   }

   .btl-ra130 {
       -webkit-border-top-left-radius: 130px !important;
       -moz-border-radius-top-left: 130px !important;
       border-top-left-radius: 130px !important
   }

   .btl-ra131 {
       -webkit-border-top-left-radius: 131px !important;
       -moz-border-radius-top-left: 131px !important;
       border-top-left-radius: 131px !important
   }

   .btl-ra132 {
       -webkit-border-top-left-radius: 132px !important;
       -moz-border-radius-top-left: 132px !important;
       border-top-left-radius: 132px !important
   }

   .btl-ra133 {
       -webkit-border-top-left-radius: 133px !important;
       -moz-border-radius-top-left: 133px !important;
       border-top-left-radius: 133px !important
   }

   .btl-ra134 {
       -webkit-border-top-left-radius: 134px !important;
       -moz-border-radius-top-left: 134px !important;
       border-top-left-radius: 134px !important
   }

   .btl-ra135 {
       -webkit-border-top-left-radius: 135px !important;
       -moz-border-radius-top-left: 135px !important;
       border-top-left-radius: 135px !important
   }

   .btl-ra136 {
       -webkit-border-top-left-radius: 136px !important;
       -moz-border-radius-top-left: 136px !important;
       border-top-left-radius: 136px !important
   }

   .btl-ra137 {
       -webkit-border-top-left-radius: 137px !important;
       -moz-border-radius-top-left: 137px !important;
       border-top-left-radius: 137px !important
   }

   .btl-ra138 {
       -webkit-border-top-left-radius: 138px !important;
       -moz-border-radius-top-left: 138px !important;
       border-top-left-radius: 138px !important
   }

   .btl-ra139 {
       -webkit-border-top-left-radius: 139px !important;
       -moz-border-radius-top-left: 139px !important;
       border-top-left-radius: 139px !important
   }

   .btl-ra140 {
       -webkit-border-top-left-radius: 140px !important;
       -moz-border-radius-top-left: 140px !important;
       border-top-left-radius: 140px !important
   }

   .btl-ra141 {
       -webkit-border-top-left-radius: 141px !important;
       -moz-border-radius-top-left: 141px !important;
       border-top-left-radius: 141px !important
   }

   .btl-ra142 {
       -webkit-border-top-left-radius: 142px !important;
       -moz-border-radius-top-left: 142px !important;
       border-top-left-radius: 142px !important
   }

   .btl-ra143 {
       -webkit-border-top-left-radius: 143px !important;
       -moz-border-radius-top-left: 143px !important;
       border-top-left-radius: 143px !important
   }

   .btl-ra144 {
       -webkit-border-top-left-radius: 144px !important;
       -moz-border-radius-top-left: 144px !important;
       border-top-left-radius: 144px !important
   }

   .btl-ra145 {
       -webkit-border-top-left-radius: 145px !important;
       -moz-border-radius-top-left: 145px !important;
       border-top-left-radius: 145px !important
   }

   .btl-ra146 {
       -webkit-border-top-left-radius: 146px !important;
       -moz-border-radius-top-left: 146px !important;
       border-top-left-radius: 146px !important
   }

   .btl-ra147 {
       -webkit-border-top-left-radius: 147px !important;
       -moz-border-radius-top-left: 147px !important;
       border-top-left-radius: 147px !important
   }

   .btl-ra148 {
       -webkit-border-top-left-radius: 148px !important;
       -moz-border-radius-top-left: 148px !important;
       border-top-left-radius: 148px !important
   }

   .btl-ra149 {
       -webkit-border-top-left-radius: 149px !important;
       -moz-border-radius-top-left: 149px !important;
       border-top-left-radius: 149px !important
   }

   .btl-ra150 {
       -webkit-border-top-left-radius: 150px !important;
       -moz-border-radius-top-left: 150px !important;
       border-top-left-radius: 150px !important
   }

   .btl-ra151 {
       -webkit-border-top-left-radius: 151px !important;
       -moz-border-radius-top-left: 151px !important;
       border-top-left-radius: 151px !important
   }

   .btl-ra152 {
       -webkit-border-top-left-radius: 152px !important;
       -moz-border-radius-top-left: 152px !important;
       border-top-left-radius: 152px !important
   }

   .btl-ra153 {
       -webkit-border-top-left-radius: 153px !important;
       -moz-border-radius-top-left: 153px !important;
       border-top-left-radius: 153px !important
   }

   .btl-ra154 {
       -webkit-border-top-left-radius: 154px !important;
       -moz-border-radius-top-left: 154px !important;
       border-top-left-radius: 154px !important
   }

   .btl-ra155 {
       -webkit-border-top-left-radius: 155px !important;
       -moz-border-radius-top-left: 155px !important;
       border-top-left-radius: 155px !important
   }

   .btl-ra156 {
       -webkit-border-top-left-radius: 156px !important;
       -moz-border-radius-top-left: 156px !important;
       border-top-left-radius: 156px !important
   }

   .btl-ra157 {
       -webkit-border-top-left-radius: 157px !important;
       -moz-border-radius-top-left: 157px !important;
       border-top-left-radius: 157px !important
   }

   .btl-ra158 {
       -webkit-border-top-left-radius: 158px !important;
       -moz-border-radius-top-left: 158px !important;
       border-top-left-radius: 158px !important
   }

   .btl-ra159 {
       -webkit-border-top-left-radius: 159px !important;
       -moz-border-radius-top-left: 159px !important;
       border-top-left-radius: 159px !important
   }

   .btl-ra160 {
       -webkit-border-top-left-radius: 160px !important;
       -moz-border-radius-top-left: 160px !important;
       border-top-left-radius: 160px !important
   }

   .btl-ra161 {
       -webkit-border-top-left-radius: 161px !important;
       -moz-border-radius-top-left: 161px !important;
       border-top-left-radius: 161px !important
   }

   .btl-ra162 {
       -webkit-border-top-left-radius: 162px !important;
       -moz-border-radius-top-left: 162px !important;
       border-top-left-radius: 162px !important
   }

   .btl-ra163 {
       -webkit-border-top-left-radius: 163px !important;
       -moz-border-radius-top-left: 163px !important;
       border-top-left-radius: 163px !important
   }

   .btl-ra164 {
       -webkit-border-top-left-radius: 164px !important;
       -moz-border-radius-top-left: 164px !important;
       border-top-left-radius: 164px !important
   }

   .btl-ra165 {
       -webkit-border-top-left-radius: 165px !important;
       -moz-border-radius-top-left: 165px !important;
       border-top-left-radius: 165px !important
   }

   .btl-ra166 {
       -webkit-border-top-left-radius: 166px !important;
       -moz-border-radius-top-left: 166px !important;
       border-top-left-radius: 166px !important
   }

   .btl-ra167 {
       -webkit-border-top-left-radius: 167px !important;
       -moz-border-radius-top-left: 167px !important;
       border-top-left-radius: 167px !important
   }

   .btl-ra168 {
       -webkit-border-top-left-radius: 168px !important;
       -moz-border-radius-top-left: 168px !important;
       border-top-left-radius: 168px !important
   }

   .btl-ra169 {
       -webkit-border-top-left-radius: 169px !important;
       -moz-border-radius-top-left: 169px !important;
       border-top-left-radius: 169px !important
   }

   .btl-ra170 {
       -webkit-border-top-left-radius: 170px !important;
       -moz-border-radius-top-left: 170px !important;
       border-top-left-radius: 170px !important
   }

   .btl-ra171 {
       -webkit-border-top-left-radius: 171px !important;
       -moz-border-radius-top-left: 171px !important;
       border-top-left-radius: 171px !important
   }

   .btl-ra172 {
       -webkit-border-top-left-radius: 172px !important;
       -moz-border-radius-top-left: 172px !important;
       border-top-left-radius: 172px !important
   }

   .btl-ra173 {
       -webkit-border-top-left-radius: 173px !important;
       -moz-border-radius-top-left: 173px !important;
       border-top-left-radius: 173px !important
   }

   .btl-ra174 {
       -webkit-border-top-left-radius: 174px !important;
       -moz-border-radius-top-left: 174px !important;
       border-top-left-radius: 174px !important
   }

   .btl-ra175 {
       -webkit-border-top-left-radius: 175px !important;
       -moz-border-radius-top-left: 175px !important;
       border-top-left-radius: 175px !important
   }

   .btl-ra176 {
       -webkit-border-top-left-radius: 176px !important;
       -moz-border-radius-top-left: 176px !important;
       border-top-left-radius: 176px !important
   }

   .btl-ra177 {
       -webkit-border-top-left-radius: 177px !important;
       -moz-border-radius-top-left: 177px !important;
       border-top-left-radius: 177px !important
   }

   .btl-ra178 {
       -webkit-border-top-left-radius: 178px !important;
       -moz-border-radius-top-left: 178px !important;
       border-top-left-radius: 178px !important
   }

   .btl-ra179 {
       -webkit-border-top-left-radius: 179px !important;
       -moz-border-radius-top-left: 179px !important;
       border-top-left-radius: 179px !important
   }

   .btl-ra180 {
       -webkit-border-top-left-radius: 180px !important;
       -moz-border-radius-top-left: 180px !important;
       border-top-left-radius: 180px !important
   }

   .btl-ra181 {
       -webkit-border-top-left-radius: 181px !important;
       -moz-border-radius-top-left: 181px !important;
       border-top-left-radius: 181px !important
   }

   .btl-ra182 {
       -webkit-border-top-left-radius: 182px !important;
       -moz-border-radius-top-left: 182px !important;
       border-top-left-radius: 182px !important
   }

   .btl-ra183 {
       -webkit-border-top-left-radius: 183px !important;
       -moz-border-radius-top-left: 183px !important;
       border-top-left-radius: 183px !important
   }

   .btl-ra184 {
       -webkit-border-top-left-radius: 184px !important;
       -moz-border-radius-top-left: 184px !important;
       border-top-left-radius: 184px !important
   }

   .btl-ra185 {
       -webkit-border-top-left-radius: 185px !important;
       -moz-border-radius-top-left: 185px !important;
       border-top-left-radius: 185px !important
   }

   .btl-ra186 {
       -webkit-border-top-left-radius: 186px !important;
       -moz-border-radius-top-left: 186px !important;
       border-top-left-radius: 186px !important
   }

   .btl-ra187 {
       -webkit-border-top-left-radius: 187px !important;
       -moz-border-radius-top-left: 187px !important;
       border-top-left-radius: 187px !important
   }

   .btl-ra188 {
       -webkit-border-top-left-radius: 188px !important;
       -moz-border-radius-top-left: 188px !important;
       border-top-left-radius: 188px !important
   }

   .btl-ra189 {
       -webkit-border-top-left-radius: 189px !important;
       -moz-border-radius-top-left: 189px !important;
       border-top-left-radius: 189px !important
   }

   .btl-ra190 {
       -webkit-border-top-left-radius: 190px !important;
       -moz-border-radius-top-left: 190px !important;
       border-top-left-radius: 190px !important
   }

   .btl-ra191 {
       -webkit-border-top-left-radius: 191px !important;
       -moz-border-radius-top-left: 191px !important;
       border-top-left-radius: 191px !important
   }

   .btl-ra192 {
       -webkit-border-top-left-radius: 192px !important;
       -moz-border-radius-top-left: 192px !important;
       border-top-left-radius: 192px !important
   }

   .btl-ra193 {
       -webkit-border-top-left-radius: 193px !important;
       -moz-border-radius-top-left: 193px !important;
       border-top-left-radius: 193px !important
   }

   .btl-ra194 {
       -webkit-border-top-left-radius: 194px !important;
       -moz-border-radius-top-left: 194px !important;
       border-top-left-radius: 194px !important
   }

   .btl-ra195 {
       -webkit-border-top-left-radius: 195px !important;
       -moz-border-radius-top-left: 195px !important;
       border-top-left-radius: 195px !important
   }

   .btl-ra196 {
       -webkit-border-top-left-radius: 196px !important;
       -moz-border-radius-top-left: 196px !important;
       border-top-left-radius: 196px !important
   }

   .btl-ra197 {
       -webkit-border-top-left-radius: 197px !important;
       -moz-border-radius-top-left: 197px !important;
       border-top-left-radius: 197px !important
   }

   .btl-ra198 {
       -webkit-border-top-left-radius: 198px !important;
       -moz-border-radius-top-left: 198px !important;
       border-top-left-radius: 198px !important
   }

   .btl-ra199 {
       -webkit-border-top-left-radius: 199px !important;
       -moz-border-radius-top-left: 199px !important;
       border-top-left-radius: 199px !important
   }

   .btl-ra200 {
       -webkit-border-top-left-radius: 200px !important;
       -moz-border-radius-top-left: 200px !important;
       border-top-left-radius: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-btl-ra0 {
           -webkit-border-top-left-radius: 0px !important;
           -moz-border-radius-top-left: 0px !important;
           border-top-left-radius: 0px !important
       }

       .col-sm-btl-ra1 {
           -webkit-border-top-left-radius: 1px !important;
           -moz-border-radius-top-left: 1px !important;
           border-top-left-radius: 1px !important
       }

       .col-sm-btl-ra2 {
           -webkit-border-top-left-radius: 2px !important;
           -moz-border-radius-top-left: 2px !important;
           border-top-left-radius: 2px !important
       }

       .col-sm-btl-ra3 {
           -webkit-border-top-left-radius: 3px !important;
           -moz-border-radius-top-left: 3px !important;
           border-top-left-radius: 3px !important
       }

       .col-sm-btl-ra4 {
           -webkit-border-top-left-radius: 4px !important;
           -moz-border-radius-top-left: 4px !important;
           border-top-left-radius: 4px !important
       }

       .col-sm-btl-ra5 {
           -webkit-border-top-left-radius: 5px !important;
           -moz-border-radius-top-left: 5px !important;
           border-top-left-radius: 5px !important
       }

       .col-sm-btl-ra6 {
           -webkit-border-top-left-radius: 6px !important;
           -moz-border-radius-top-left: 6px !important;
           border-top-left-radius: 6px !important
       }

       .col-sm-btl-ra7 {
           -webkit-border-top-left-radius: 7px !important;
           -moz-border-radius-top-left: 7px !important;
           border-top-left-radius: 7px !important
       }

       .col-sm-btl-ra8 {
           -webkit-border-top-left-radius: 8px !important;
           -moz-border-radius-top-left: 8px !important;
           border-top-left-radius: 8px !important
       }

       .col-sm-btl-ra9 {
           -webkit-border-top-left-radius: 9px !important;
           -moz-border-radius-top-left: 9px !important;
           border-top-left-radius: 9px !important
       }

       .col-sm-btl-ra10 {
           -webkit-border-top-left-radius: 10px !important;
           -moz-border-radius-top-left: 10px !important;
           border-top-left-radius: 10px !important
       }

       .col-sm-btl-ra11 {
           -webkit-border-top-left-radius: 11px !important;
           -moz-border-radius-top-left: 11px !important;
           border-top-left-radius: 11px !important
       }

       .col-sm-btl-ra12 {
           -webkit-border-top-left-radius: 12px !important;
           -moz-border-radius-top-left: 12px !important;
           border-top-left-radius: 12px !important
       }

       .col-sm-btl-ra13 {
           -webkit-border-top-left-radius: 13px !important;
           -moz-border-radius-top-left: 13px !important;
           border-top-left-radius: 13px !important
       }

       .col-sm-btl-ra14 {
           -webkit-border-top-left-radius: 14px !important;
           -moz-border-radius-top-left: 14px !important;
           border-top-left-radius: 14px !important
       }

       .col-sm-btl-ra15 {
           -webkit-border-top-left-radius: 15px !important;
           -moz-border-radius-top-left: 15px !important;
           border-top-left-radius: 15px !important
       }

       .col-sm-btl-ra16 {
           -webkit-border-top-left-radius: 16px !important;
           -moz-border-radius-top-left: 16px !important;
           border-top-left-radius: 16px !important
       }

       .col-sm-btl-ra17 {
           -webkit-border-top-left-radius: 17px !important;
           -moz-border-radius-top-left: 17px !important;
           border-top-left-radius: 17px !important
       }

       .col-sm-btl-ra18 {
           -webkit-border-top-left-radius: 18px !important;
           -moz-border-radius-top-left: 18px !important;
           border-top-left-radius: 18px !important
       }

       .col-sm-btl-ra19 {
           -webkit-border-top-left-radius: 19px !important;
           -moz-border-radius-top-left: 19px !important;
           border-top-left-radius: 19px !important
       }

       .col-sm-btl-ra20 {
           -webkit-border-top-left-radius: 20px !important;
           -moz-border-radius-top-left: 20px !important;
           border-top-left-radius: 20px !important
       }

       .col-sm-btl-ra21 {
           -webkit-border-top-left-radius: 21px !important;
           -moz-border-radius-top-left: 21px !important;
           border-top-left-radius: 21px !important
       }

       .col-sm-btl-ra22 {
           -webkit-border-top-left-radius: 22px !important;
           -moz-border-radius-top-left: 22px !important;
           border-top-left-radius: 22px !important
       }

       .col-sm-btl-ra23 {
           -webkit-border-top-left-radius: 23px !important;
           -moz-border-radius-top-left: 23px !important;
           border-top-left-radius: 23px !important
       }

       .col-sm-btl-ra24 {
           -webkit-border-top-left-radius: 24px !important;
           -moz-border-radius-top-left: 24px !important;
           border-top-left-radius: 24px !important
       }

       .col-sm-btl-ra25 {
           -webkit-border-top-left-radius: 25px !important;
           -moz-border-radius-top-left: 25px !important;
           border-top-left-radius: 25px !important
       }

       .col-sm-btl-ra26 {
           -webkit-border-top-left-radius: 26px !important;
           -moz-border-radius-top-left: 26px !important;
           border-top-left-radius: 26px !important
       }

       .col-sm-btl-ra27 {
           -webkit-border-top-left-radius: 27px !important;
           -moz-border-radius-top-left: 27px !important;
           border-top-left-radius: 27px !important
       }

       .col-sm-btl-ra28 {
           -webkit-border-top-left-radius: 28px !important;
           -moz-border-radius-top-left: 28px !important;
           border-top-left-radius: 28px !important
       }

       .col-sm-btl-ra29 {
           -webkit-border-top-left-radius: 29px !important;
           -moz-border-radius-top-left: 29px !important;
           border-top-left-radius: 29px !important
       }

       .col-sm-btl-ra30 {
           -webkit-border-top-left-radius: 30px !important;
           -moz-border-radius-top-left: 30px !important;
           border-top-left-radius: 30px !important
       }

       .col-sm-btl-ra31 {
           -webkit-border-top-left-radius: 31px !important;
           -moz-border-radius-top-left: 31px !important;
           border-top-left-radius: 31px !important
       }

       .col-sm-btl-ra32 {
           -webkit-border-top-left-radius: 32px !important;
           -moz-border-radius-top-left: 32px !important;
           border-top-left-radius: 32px !important
       }

       .col-sm-btl-ra33 {
           -webkit-border-top-left-radius: 33px !important;
           -moz-border-radius-top-left: 33px !important;
           border-top-left-radius: 33px !important
       }

       .col-sm-btl-ra34 {
           -webkit-border-top-left-radius: 34px !important;
           -moz-border-radius-top-left: 34px !important;
           border-top-left-radius: 34px !important
       }

       .col-sm-btl-ra35 {
           -webkit-border-top-left-radius: 35px !important;
           -moz-border-radius-top-left: 35px !important;
           border-top-left-radius: 35px !important
       }

       .col-sm-btl-ra36 {
           -webkit-border-top-left-radius: 36px !important;
           -moz-border-radius-top-left: 36px !important;
           border-top-left-radius: 36px !important
       }

       .col-sm-btl-ra37 {
           -webkit-border-top-left-radius: 37px !important;
           -moz-border-radius-top-left: 37px !important;
           border-top-left-radius: 37px !important
       }

       .col-sm-btl-ra38 {
           -webkit-border-top-left-radius: 38px !important;
           -moz-border-radius-top-left: 38px !important;
           border-top-left-radius: 38px !important
       }

       .col-sm-btl-ra39 {
           -webkit-border-top-left-radius: 39px !important;
           -moz-border-radius-top-left: 39px !important;
           border-top-left-radius: 39px !important
       }

       .col-sm-btl-ra40 {
           -webkit-border-top-left-radius: 40px !important;
           -moz-border-radius-top-left: 40px !important;
           border-top-left-radius: 40px !important
       }

       .col-sm-btl-ra41 {
           -webkit-border-top-left-radius: 41px !important;
           -moz-border-radius-top-left: 41px !important;
           border-top-left-radius: 41px !important
       }

       .col-sm-btl-ra42 {
           -webkit-border-top-left-radius: 42px !important;
           -moz-border-radius-top-left: 42px !important;
           border-top-left-radius: 42px !important
       }

       .col-sm-btl-ra43 {
           -webkit-border-top-left-radius: 43px !important;
           -moz-border-radius-top-left: 43px !important;
           border-top-left-radius: 43px !important
       }

       .col-sm-btl-ra44 {
           -webkit-border-top-left-radius: 44px !important;
           -moz-border-radius-top-left: 44px !important;
           border-top-left-radius: 44px !important
       }

       .col-sm-btl-ra45 {
           -webkit-border-top-left-radius: 45px !important;
           -moz-border-radius-top-left: 45px !important;
           border-top-left-radius: 45px !important
       }

       .col-sm-btl-ra46 {
           -webkit-border-top-left-radius: 46px !important;
           -moz-border-radius-top-left: 46px !important;
           border-top-left-radius: 46px !important
       }

       .col-sm-btl-ra47 {
           -webkit-border-top-left-radius: 47px !important;
           -moz-border-radius-top-left: 47px !important;
           border-top-left-radius: 47px !important
       }

       .col-sm-btl-ra48 {
           -webkit-border-top-left-radius: 48px !important;
           -moz-border-radius-top-left: 48px !important;
           border-top-left-radius: 48px !important
       }

       .col-sm-btl-ra49 {
           -webkit-border-top-left-radius: 49px !important;
           -moz-border-radius-top-left: 49px !important;
           border-top-left-radius: 49px !important
       }

       .col-sm-btl-ra50 {
           -webkit-border-top-left-radius: 50px !important;
           -moz-border-radius-top-left: 50px !important;
           border-top-left-radius: 50px !important
       }

       .col-sm-btl-ra51 {
           -webkit-border-top-left-radius: 51px !important;
           -moz-border-radius-top-left: 51px !important;
           border-top-left-radius: 51px !important
       }

       .col-sm-btl-ra52 {
           -webkit-border-top-left-radius: 52px !important;
           -moz-border-radius-top-left: 52px !important;
           border-top-left-radius: 52px !important
       }

       .col-sm-btl-ra53 {
           -webkit-border-top-left-radius: 53px !important;
           -moz-border-radius-top-left: 53px !important;
           border-top-left-radius: 53px !important
       }

       .col-sm-btl-ra54 {
           -webkit-border-top-left-radius: 54px !important;
           -moz-border-radius-top-left: 54px !important;
           border-top-left-radius: 54px !important
       }

       .col-sm-btl-ra55 {
           -webkit-border-top-left-radius: 55px !important;
           -moz-border-radius-top-left: 55px !important;
           border-top-left-radius: 55px !important
       }

       .col-sm-btl-ra56 {
           -webkit-border-top-left-radius: 56px !important;
           -moz-border-radius-top-left: 56px !important;
           border-top-left-radius: 56px !important
       }

       .col-sm-btl-ra57 {
           -webkit-border-top-left-radius: 57px !important;
           -moz-border-radius-top-left: 57px !important;
           border-top-left-radius: 57px !important
       }

       .col-sm-btl-ra58 {
           -webkit-border-top-left-radius: 58px !important;
           -moz-border-radius-top-left: 58px !important;
           border-top-left-radius: 58px !important
       }

       .col-sm-btl-ra59 {
           -webkit-border-top-left-radius: 59px !important;
           -moz-border-radius-top-left: 59px !important;
           border-top-left-radius: 59px !important
       }

       .col-sm-btl-ra60 {
           -webkit-border-top-left-radius: 60px !important;
           -moz-border-radius-top-left: 60px !important;
           border-top-left-radius: 60px !important
       }

       .col-sm-btl-ra61 {
           -webkit-border-top-left-radius: 61px !important;
           -moz-border-radius-top-left: 61px !important;
           border-top-left-radius: 61px !important
       }

       .col-sm-btl-ra62 {
           -webkit-border-top-left-radius: 62px !important;
           -moz-border-radius-top-left: 62px !important;
           border-top-left-radius: 62px !important
       }

       .col-sm-btl-ra63 {
           -webkit-border-top-left-radius: 63px !important;
           -moz-border-radius-top-left: 63px !important;
           border-top-left-radius: 63px !important
       }

       .col-sm-btl-ra64 {
           -webkit-border-top-left-radius: 64px !important;
           -moz-border-radius-top-left: 64px !important;
           border-top-left-radius: 64px !important
       }

       .col-sm-btl-ra65 {
           -webkit-border-top-left-radius: 65px !important;
           -moz-border-radius-top-left: 65px !important;
           border-top-left-radius: 65px !important
       }

       .col-sm-btl-ra66 {
           -webkit-border-top-left-radius: 66px !important;
           -moz-border-radius-top-left: 66px !important;
           border-top-left-radius: 66px !important
       }

       .col-sm-btl-ra67 {
           -webkit-border-top-left-radius: 67px !important;
           -moz-border-radius-top-left: 67px !important;
           border-top-left-radius: 67px !important
       }

       .col-sm-btl-ra68 {
           -webkit-border-top-left-radius: 68px !important;
           -moz-border-radius-top-left: 68px !important;
           border-top-left-radius: 68px !important
       }

       .col-sm-btl-ra69 {
           -webkit-border-top-left-radius: 69px !important;
           -moz-border-radius-top-left: 69px !important;
           border-top-left-radius: 69px !important
       }

       .col-sm-btl-ra70 {
           -webkit-border-top-left-radius: 70px !important;
           -moz-border-radius-top-left: 70px !important;
           border-top-left-radius: 70px !important
       }

       .col-sm-btl-ra71 {
           -webkit-border-top-left-radius: 71px !important;
           -moz-border-radius-top-left: 71px !important;
           border-top-left-radius: 71px !important
       }

       .col-sm-btl-ra72 {
           -webkit-border-top-left-radius: 72px !important;
           -moz-border-radius-top-left: 72px !important;
           border-top-left-radius: 72px !important
       }

       .col-sm-btl-ra73 {
           -webkit-border-top-left-radius: 73px !important;
           -moz-border-radius-top-left: 73px !important;
           border-top-left-radius: 73px !important
       }

       .col-sm-btl-ra74 {
           -webkit-border-top-left-radius: 74px !important;
           -moz-border-radius-top-left: 74px !important;
           border-top-left-radius: 74px !important
       }

       .col-sm-btl-ra75 {
           -webkit-border-top-left-radius: 75px !important;
           -moz-border-radius-top-left: 75px !important;
           border-top-left-radius: 75px !important
       }

       .col-sm-btl-ra76 {
           -webkit-border-top-left-radius: 76px !important;
           -moz-border-radius-top-left: 76px !important;
           border-top-left-radius: 76px !important
       }

       .col-sm-btl-ra77 {
           -webkit-border-top-left-radius: 77px !important;
           -moz-border-radius-top-left: 77px !important;
           border-top-left-radius: 77px !important
       }

       .col-sm-btl-ra78 {
           -webkit-border-top-left-radius: 78px !important;
           -moz-border-radius-top-left: 78px !important;
           border-top-left-radius: 78px !important
       }

       .col-sm-btl-ra79 {
           -webkit-border-top-left-radius: 79px !important;
           -moz-border-radius-top-left: 79px !important;
           border-top-left-radius: 79px !important
       }

       .col-sm-btl-ra80 {
           -webkit-border-top-left-radius: 80px !important;
           -moz-border-radius-top-left: 80px !important;
           border-top-left-radius: 80px !important
       }

       .col-sm-btl-ra81 {
           -webkit-border-top-left-radius: 81px !important;
           -moz-border-radius-top-left: 81px !important;
           border-top-left-radius: 81px !important
       }

       .col-sm-btl-ra82 {
           -webkit-border-top-left-radius: 82px !important;
           -moz-border-radius-top-left: 82px !important;
           border-top-left-radius: 82px !important
       }

       .col-sm-btl-ra83 {
           -webkit-border-top-left-radius: 83px !important;
           -moz-border-radius-top-left: 83px !important;
           border-top-left-radius: 83px !important
       }

       .col-sm-btl-ra84 {
           -webkit-border-top-left-radius: 84px !important;
           -moz-border-radius-top-left: 84px !important;
           border-top-left-radius: 84px !important
       }

       .col-sm-btl-ra85 {
           -webkit-border-top-left-radius: 85px !important;
           -moz-border-radius-top-left: 85px !important;
           border-top-left-radius: 85px !important
       }

       .col-sm-btl-ra86 {
           -webkit-border-top-left-radius: 86px !important;
           -moz-border-radius-top-left: 86px !important;
           border-top-left-radius: 86px !important
       }

       .col-sm-btl-ra87 {
           -webkit-border-top-left-radius: 87px !important;
           -moz-border-radius-top-left: 87px !important;
           border-top-left-radius: 87px !important
       }

       .col-sm-btl-ra88 {
           -webkit-border-top-left-radius: 88px !important;
           -moz-border-radius-top-left: 88px !important;
           border-top-left-radius: 88px !important
       }

       .col-sm-btl-ra89 {
           -webkit-border-top-left-radius: 89px !important;
           -moz-border-radius-top-left: 89px !important;
           border-top-left-radius: 89px !important
       }

       .col-sm-btl-ra90 {
           -webkit-border-top-left-radius: 90px !important;
           -moz-border-radius-top-left: 90px !important;
           border-top-left-radius: 90px !important
       }

       .col-sm-btl-ra91 {
           -webkit-border-top-left-radius: 91px !important;
           -moz-border-radius-top-left: 91px !important;
           border-top-left-radius: 91px !important
       }

       .col-sm-btl-ra92 {
           -webkit-border-top-left-radius: 92px !important;
           -moz-border-radius-top-left: 92px !important;
           border-top-left-radius: 92px !important
       }

       .col-sm-btl-ra93 {
           -webkit-border-top-left-radius: 93px !important;
           -moz-border-radius-top-left: 93px !important;
           border-top-left-radius: 93px !important
       }

       .col-sm-btl-ra94 {
           -webkit-border-top-left-radius: 94px !important;
           -moz-border-radius-top-left: 94px !important;
           border-top-left-radius: 94px !important
       }

       .col-sm-btl-ra95 {
           -webkit-border-top-left-radius: 95px !important;
           -moz-border-radius-top-left: 95px !important;
           border-top-left-radius: 95px !important
       }

       .col-sm-btl-ra96 {
           -webkit-border-top-left-radius: 96px !important;
           -moz-border-radius-top-left: 96px !important;
           border-top-left-radius: 96px !important
       }

       .col-sm-btl-ra97 {
           -webkit-border-top-left-radius: 97px !important;
           -moz-border-radius-top-left: 97px !important;
           border-top-left-radius: 97px !important
       }

       .col-sm-btl-ra98 {
           -webkit-border-top-left-radius: 98px !important;
           -moz-border-radius-top-left: 98px !important;
           border-top-left-radius: 98px !important
       }

       .col-sm-btl-ra99 {
           -webkit-border-top-left-radius: 99px !important;
           -moz-border-radius-top-left: 99px !important;
           border-top-left-radius: 99px !important
       }

       .col-sm-btl-ra100 {
           -webkit-border-top-left-radius: 100px !important;
           -moz-border-radius-top-left: 100px !important;
           border-top-left-radius: 100px !important
       }

       .col-sm-btl-ra101 {
           -webkit-border-top-left-radius: 101px !important;
           -moz-border-radius-top-left: 101px !important;
           border-top-left-radius: 101px !important
       }

       .col-sm-btl-ra102 {
           -webkit-border-top-left-radius: 102px !important;
           -moz-border-radius-top-left: 102px !important;
           border-top-left-radius: 102px !important
       }

       .col-sm-btl-ra103 {
           -webkit-border-top-left-radius: 103px !important;
           -moz-border-radius-top-left: 103px !important;
           border-top-left-radius: 103px !important
       }

       .col-sm-btl-ra104 {
           -webkit-border-top-left-radius: 104px !important;
           -moz-border-radius-top-left: 104px !important;
           border-top-left-radius: 104px !important
       }

       .col-sm-btl-ra105 {
           -webkit-border-top-left-radius: 105px !important;
           -moz-border-radius-top-left: 105px !important;
           border-top-left-radius: 105px !important
       }

       .col-sm-btl-ra106 {
           -webkit-border-top-left-radius: 106px !important;
           -moz-border-radius-top-left: 106px !important;
           border-top-left-radius: 106px !important
       }

       .col-sm-btl-ra107 {
           -webkit-border-top-left-radius: 107px !important;
           -moz-border-radius-top-left: 107px !important;
           border-top-left-radius: 107px !important
       }

       .col-sm-btl-ra108 {
           -webkit-border-top-left-radius: 108px !important;
           -moz-border-radius-top-left: 108px !important;
           border-top-left-radius: 108px !important
       }

       .col-sm-btl-ra109 {
           -webkit-border-top-left-radius: 109px !important;
           -moz-border-radius-top-left: 109px !important;
           border-top-left-radius: 109px !important
       }

       .col-sm-btl-ra110 {
           -webkit-border-top-left-radius: 110px !important;
           -moz-border-radius-top-left: 110px !important;
           border-top-left-radius: 110px !important
       }

       .col-sm-btl-ra111 {
           -webkit-border-top-left-radius: 111px !important;
           -moz-border-radius-top-left: 111px !important;
           border-top-left-radius: 111px !important
       }

       .col-sm-btl-ra112 {
           -webkit-border-top-left-radius: 112px !important;
           -moz-border-radius-top-left: 112px !important;
           border-top-left-radius: 112px !important
       }

       .col-sm-btl-ra113 {
           -webkit-border-top-left-radius: 113px !important;
           -moz-border-radius-top-left: 113px !important;
           border-top-left-radius: 113px !important
       }

       .col-sm-btl-ra114 {
           -webkit-border-top-left-radius: 114px !important;
           -moz-border-radius-top-left: 114px !important;
           border-top-left-radius: 114px !important
       }

       .col-sm-btl-ra115 {
           -webkit-border-top-left-radius: 115px !important;
           -moz-border-radius-top-left: 115px !important;
           border-top-left-radius: 115px !important
       }

       .col-sm-btl-ra116 {
           -webkit-border-top-left-radius: 116px !important;
           -moz-border-radius-top-left: 116px !important;
           border-top-left-radius: 116px !important
       }

       .col-sm-btl-ra117 {
           -webkit-border-top-left-radius: 117px !important;
           -moz-border-radius-top-left: 117px !important;
           border-top-left-radius: 117px !important
       }

       .col-sm-btl-ra118 {
           -webkit-border-top-left-radius: 118px !important;
           -moz-border-radius-top-left: 118px !important;
           border-top-left-radius: 118px !important
       }

       .col-sm-btl-ra119 {
           -webkit-border-top-left-radius: 119px !important;
           -moz-border-radius-top-left: 119px !important;
           border-top-left-radius: 119px !important
       }

       .col-sm-btl-ra120 {
           -webkit-border-top-left-radius: 120px !important;
           -moz-border-radius-top-left: 120px !important;
           border-top-left-radius: 120px !important
       }

       .col-sm-btl-ra121 {
           -webkit-border-top-left-radius: 121px !important;
           -moz-border-radius-top-left: 121px !important;
           border-top-left-radius: 121px !important
       }

       .col-sm-btl-ra122 {
           -webkit-border-top-left-radius: 122px !important;
           -moz-border-radius-top-left: 122px !important;
           border-top-left-radius: 122px !important
       }

       .col-sm-btl-ra123 {
           -webkit-border-top-left-radius: 123px !important;
           -moz-border-radius-top-left: 123px !important;
           border-top-left-radius: 123px !important
       }

       .col-sm-btl-ra124 {
           -webkit-border-top-left-radius: 124px !important;
           -moz-border-radius-top-left: 124px !important;
           border-top-left-radius: 124px !important
       }

       .col-sm-btl-ra125 {
           -webkit-border-top-left-radius: 125px !important;
           -moz-border-radius-top-left: 125px !important;
           border-top-left-radius: 125px !important
       }

       .col-sm-btl-ra126 {
           -webkit-border-top-left-radius: 126px !important;
           -moz-border-radius-top-left: 126px !important;
           border-top-left-radius: 126px !important
       }

       .col-sm-btl-ra127 {
           -webkit-border-top-left-radius: 127px !important;
           -moz-border-radius-top-left: 127px !important;
           border-top-left-radius: 127px !important
       }

       .col-sm-btl-ra128 {
           -webkit-border-top-left-radius: 128px !important;
           -moz-border-radius-top-left: 128px !important;
           border-top-left-radius: 128px !important
       }

       .col-sm-btl-ra129 {
           -webkit-border-top-left-radius: 129px !important;
           -moz-border-radius-top-left: 129px !important;
           border-top-left-radius: 129px !important
       }

       .col-sm-btl-ra130 {
           -webkit-border-top-left-radius: 130px !important;
           -moz-border-radius-top-left: 130px !important;
           border-top-left-radius: 130px !important
       }

       .col-sm-btl-ra131 {
           -webkit-border-top-left-radius: 131px !important;
           -moz-border-radius-top-left: 131px !important;
           border-top-left-radius: 131px !important
       }

       .col-sm-btl-ra132 {
           -webkit-border-top-left-radius: 132px !important;
           -moz-border-radius-top-left: 132px !important;
           border-top-left-radius: 132px !important
       }

       .col-sm-btl-ra133 {
           -webkit-border-top-left-radius: 133px !important;
           -moz-border-radius-top-left: 133px !important;
           border-top-left-radius: 133px !important
       }

       .col-sm-btl-ra134 {
           -webkit-border-top-left-radius: 134px !important;
           -moz-border-radius-top-left: 134px !important;
           border-top-left-radius: 134px !important
       }

       .col-sm-btl-ra135 {
           -webkit-border-top-left-radius: 135px !important;
           -moz-border-radius-top-left: 135px !important;
           border-top-left-radius: 135px !important
       }

       .col-sm-btl-ra136 {
           -webkit-border-top-left-radius: 136px !important;
           -moz-border-radius-top-left: 136px !important;
           border-top-left-radius: 136px !important
       }

       .col-sm-btl-ra137 {
           -webkit-border-top-left-radius: 137px !important;
           -moz-border-radius-top-left: 137px !important;
           border-top-left-radius: 137px !important
       }

       .col-sm-btl-ra138 {
           -webkit-border-top-left-radius: 138px !important;
           -moz-border-radius-top-left: 138px !important;
           border-top-left-radius: 138px !important
       }

       .col-sm-btl-ra139 {
           -webkit-border-top-left-radius: 139px !important;
           -moz-border-radius-top-left: 139px !important;
           border-top-left-radius: 139px !important
       }

       .col-sm-btl-ra140 {
           -webkit-border-top-left-radius: 140px !important;
           -moz-border-radius-top-left: 140px !important;
           border-top-left-radius: 140px !important
       }

       .col-sm-btl-ra141 {
           -webkit-border-top-left-radius: 141px !important;
           -moz-border-radius-top-left: 141px !important;
           border-top-left-radius: 141px !important
       }

       .col-sm-btl-ra142 {
           -webkit-border-top-left-radius: 142px !important;
           -moz-border-radius-top-left: 142px !important;
           border-top-left-radius: 142px !important
       }

       .col-sm-btl-ra143 {
           -webkit-border-top-left-radius: 143px !important;
           -moz-border-radius-top-left: 143px !important;
           border-top-left-radius: 143px !important
       }

       .col-sm-btl-ra144 {
           -webkit-border-top-left-radius: 144px !important;
           -moz-border-radius-top-left: 144px !important;
           border-top-left-radius: 144px !important
       }

       .col-sm-btl-ra145 {
           -webkit-border-top-left-radius: 145px !important;
           -moz-border-radius-top-left: 145px !important;
           border-top-left-radius: 145px !important
       }

       .col-sm-btl-ra146 {
           -webkit-border-top-left-radius: 146px !important;
           -moz-border-radius-top-left: 146px !important;
           border-top-left-radius: 146px !important
       }

       .col-sm-btl-ra147 {
           -webkit-border-top-left-radius: 147px !important;
           -moz-border-radius-top-left: 147px !important;
           border-top-left-radius: 147px !important
       }

       .col-sm-btl-ra148 {
           -webkit-border-top-left-radius: 148px !important;
           -moz-border-radius-top-left: 148px !important;
           border-top-left-radius: 148px !important
       }

       .col-sm-btl-ra149 {
           -webkit-border-top-left-radius: 149px !important;
           -moz-border-radius-top-left: 149px !important;
           border-top-left-radius: 149px !important
       }

       .col-sm-btl-ra150 {
           -webkit-border-top-left-radius: 150px !important;
           -moz-border-radius-top-left: 150px !important;
           border-top-left-radius: 150px !important
       }

       .col-sm-btl-ra151 {
           -webkit-border-top-left-radius: 151px !important;
           -moz-border-radius-top-left: 151px !important;
           border-top-left-radius: 151px !important
       }

       .col-sm-btl-ra152 {
           -webkit-border-top-left-radius: 152px !important;
           -moz-border-radius-top-left: 152px !important;
           border-top-left-radius: 152px !important
       }

       .col-sm-btl-ra153 {
           -webkit-border-top-left-radius: 153px !important;
           -moz-border-radius-top-left: 153px !important;
           border-top-left-radius: 153px !important
       }

       .col-sm-btl-ra154 {
           -webkit-border-top-left-radius: 154px !important;
           -moz-border-radius-top-left: 154px !important;
           border-top-left-radius: 154px !important
       }

       .col-sm-btl-ra155 {
           -webkit-border-top-left-radius: 155px !important;
           -moz-border-radius-top-left: 155px !important;
           border-top-left-radius: 155px !important
       }

       .col-sm-btl-ra156 {
           -webkit-border-top-left-radius: 156px !important;
           -moz-border-radius-top-left: 156px !important;
           border-top-left-radius: 156px !important
       }

       .col-sm-btl-ra157 {
           -webkit-border-top-left-radius: 157px !important;
           -moz-border-radius-top-left: 157px !important;
           border-top-left-radius: 157px !important
       }

       .col-sm-btl-ra158 {
           -webkit-border-top-left-radius: 158px !important;
           -moz-border-radius-top-left: 158px !important;
           border-top-left-radius: 158px !important
       }

       .col-sm-btl-ra159 {
           -webkit-border-top-left-radius: 159px !important;
           -moz-border-radius-top-left: 159px !important;
           border-top-left-radius: 159px !important
       }

       .col-sm-btl-ra160 {
           -webkit-border-top-left-radius: 160px !important;
           -moz-border-radius-top-left: 160px !important;
           border-top-left-radius: 160px !important
       }

       .col-sm-btl-ra161 {
           -webkit-border-top-left-radius: 161px !important;
           -moz-border-radius-top-left: 161px !important;
           border-top-left-radius: 161px !important
       }

       .col-sm-btl-ra162 {
           -webkit-border-top-left-radius: 162px !important;
           -moz-border-radius-top-left: 162px !important;
           border-top-left-radius: 162px !important
       }

       .col-sm-btl-ra163 {
           -webkit-border-top-left-radius: 163px !important;
           -moz-border-radius-top-left: 163px !important;
           border-top-left-radius: 163px !important
       }

       .col-sm-btl-ra164 {
           -webkit-border-top-left-radius: 164px !important;
           -moz-border-radius-top-left: 164px !important;
           border-top-left-radius: 164px !important
       }

       .col-sm-btl-ra165 {
           -webkit-border-top-left-radius: 165px !important;
           -moz-border-radius-top-left: 165px !important;
           border-top-left-radius: 165px !important
       }

       .col-sm-btl-ra166 {
           -webkit-border-top-left-radius: 166px !important;
           -moz-border-radius-top-left: 166px !important;
           border-top-left-radius: 166px !important
       }

       .col-sm-btl-ra167 {
           -webkit-border-top-left-radius: 167px !important;
           -moz-border-radius-top-left: 167px !important;
           border-top-left-radius: 167px !important
       }

       .col-sm-btl-ra168 {
           -webkit-border-top-left-radius: 168px !important;
           -moz-border-radius-top-left: 168px !important;
           border-top-left-radius: 168px !important
       }

       .col-sm-btl-ra169 {
           -webkit-border-top-left-radius: 169px !important;
           -moz-border-radius-top-left: 169px !important;
           border-top-left-radius: 169px !important
       }

       .col-sm-btl-ra170 {
           -webkit-border-top-left-radius: 170px !important;
           -moz-border-radius-top-left: 170px !important;
           border-top-left-radius: 170px !important
       }

       .col-sm-btl-ra171 {
           -webkit-border-top-left-radius: 171px !important;
           -moz-border-radius-top-left: 171px !important;
           border-top-left-radius: 171px !important
       }

       .col-sm-btl-ra172 {
           -webkit-border-top-left-radius: 172px !important;
           -moz-border-radius-top-left: 172px !important;
           border-top-left-radius: 172px !important
       }

       .col-sm-btl-ra173 {
           -webkit-border-top-left-radius: 173px !important;
           -moz-border-radius-top-left: 173px !important;
           border-top-left-radius: 173px !important
       }

       .col-sm-btl-ra174 {
           -webkit-border-top-left-radius: 174px !important;
           -moz-border-radius-top-left: 174px !important;
           border-top-left-radius: 174px !important
       }

       .col-sm-btl-ra175 {
           -webkit-border-top-left-radius: 175px !important;
           -moz-border-radius-top-left: 175px !important;
           border-top-left-radius: 175px !important
       }

       .col-sm-btl-ra176 {
           -webkit-border-top-left-radius: 176px !important;
           -moz-border-radius-top-left: 176px !important;
           border-top-left-radius: 176px !important
       }

       .col-sm-btl-ra177 {
           -webkit-border-top-left-radius: 177px !important;
           -moz-border-radius-top-left: 177px !important;
           border-top-left-radius: 177px !important
       }

       .col-sm-btl-ra178 {
           -webkit-border-top-left-radius: 178px !important;
           -moz-border-radius-top-left: 178px !important;
           border-top-left-radius: 178px !important
       }

       .col-sm-btl-ra179 {
           -webkit-border-top-left-radius: 179px !important;
           -moz-border-radius-top-left: 179px !important;
           border-top-left-radius: 179px !important
       }

       .col-sm-btl-ra180 {
           -webkit-border-top-left-radius: 180px !important;
           -moz-border-radius-top-left: 180px !important;
           border-top-left-radius: 180px !important
       }

       .col-sm-btl-ra181 {
           -webkit-border-top-left-radius: 181px !important;
           -moz-border-radius-top-left: 181px !important;
           border-top-left-radius: 181px !important
       }

       .col-sm-btl-ra182 {
           -webkit-border-top-left-radius: 182px !important;
           -moz-border-radius-top-left: 182px !important;
           border-top-left-radius: 182px !important
       }

       .col-sm-btl-ra183 {
           -webkit-border-top-left-radius: 183px !important;
           -moz-border-radius-top-left: 183px !important;
           border-top-left-radius: 183px !important
       }

       .col-sm-btl-ra184 {
           -webkit-border-top-left-radius: 184px !important;
           -moz-border-radius-top-left: 184px !important;
           border-top-left-radius: 184px !important
       }

       .col-sm-btl-ra185 {
           -webkit-border-top-left-radius: 185px !important;
           -moz-border-radius-top-left: 185px !important;
           border-top-left-radius: 185px !important
       }

       .col-sm-btl-ra186 {
           -webkit-border-top-left-radius: 186px !important;
           -moz-border-radius-top-left: 186px !important;
           border-top-left-radius: 186px !important
       }

       .col-sm-btl-ra187 {
           -webkit-border-top-left-radius: 187px !important;
           -moz-border-radius-top-left: 187px !important;
           border-top-left-radius: 187px !important
       }

       .col-sm-btl-ra188 {
           -webkit-border-top-left-radius: 188px !important;
           -moz-border-radius-top-left: 188px !important;
           border-top-left-radius: 188px !important
       }

       .col-sm-btl-ra189 {
           -webkit-border-top-left-radius: 189px !important;
           -moz-border-radius-top-left: 189px !important;
           border-top-left-radius: 189px !important
       }

       .col-sm-btl-ra190 {
           -webkit-border-top-left-radius: 190px !important;
           -moz-border-radius-top-left: 190px !important;
           border-top-left-radius: 190px !important
       }

       .col-sm-btl-ra191 {
           -webkit-border-top-left-radius: 191px !important;
           -moz-border-radius-top-left: 191px !important;
           border-top-left-radius: 191px !important
       }

       .col-sm-btl-ra192 {
           -webkit-border-top-left-radius: 192px !important;
           -moz-border-radius-top-left: 192px !important;
           border-top-left-radius: 192px !important
       }

       .col-sm-btl-ra193 {
           -webkit-border-top-left-radius: 193px !important;
           -moz-border-radius-top-left: 193px !important;
           border-top-left-radius: 193px !important
       }

       .col-sm-btl-ra194 {
           -webkit-border-top-left-radius: 194px !important;
           -moz-border-radius-top-left: 194px !important;
           border-top-left-radius: 194px !important
       }

       .col-sm-btl-ra195 {
           -webkit-border-top-left-radius: 195px !important;
           -moz-border-radius-top-left: 195px !important;
           border-top-left-radius: 195px !important
       }

       .col-sm-btl-ra196 {
           -webkit-border-top-left-radius: 196px !important;
           -moz-border-radius-top-left: 196px !important;
           border-top-left-radius: 196px !important
       }

       .col-sm-btl-ra197 {
           -webkit-border-top-left-radius: 197px !important;
           -moz-border-radius-top-left: 197px !important;
           border-top-left-radius: 197px !important
       }

       .col-sm-btl-ra198 {
           -webkit-border-top-left-radius: 198px !important;
           -moz-border-radius-top-left: 198px !important;
           border-top-left-radius: 198px !important
       }

       .col-sm-btl-ra199 {
           -webkit-border-top-left-radius: 199px !important;
           -moz-border-radius-top-left: 199px !important;
           border-top-left-radius: 199px !important
       }

       .col-sm-btl-ra200 {
           -webkit-border-top-left-radius: 200px !important;
           -moz-border-radius-top-left: 200px !important;
           border-top-left-radius: 200px !important
       }
   }

   .btr-ra0 {
       -webkit-border-top-right-radius: 0px !important;
       -moz-border-radius-top-right: 0px !important;
       border-top-right-radius: 0px !important
   }

   .btr-ra1 {
       -webkit-border-top-right-radius: 1px !important;
       -moz-border-radius-top-right: 1px !important;
       border-top-right-radius: 1px !important
   }

   .btr-ra2 {
       -webkit-border-top-right-radius: 2px !important;
       -moz-border-radius-top-right: 2px !important;
       border-top-right-radius: 2px !important
   }

   .btr-ra3 {
       -webkit-border-top-right-radius: 3px !important;
       -moz-border-radius-top-right: 3px !important;
       border-top-right-radius: 3px !important
   }

   .btr-ra4 {
       -webkit-border-top-right-radius: 4px !important;
       -moz-border-radius-top-right: 4px !important;
       border-top-right-radius: 4px !important
   }

   .btr-ra5 {
       -webkit-border-top-right-radius: 5px !important;
       -moz-border-radius-top-right: 5px !important;
       border-top-right-radius: 5px !important
   }

   .btr-ra6 {
       -webkit-border-top-right-radius: 6px !important;
       -moz-border-radius-top-right: 6px !important;
       border-top-right-radius: 6px !important
   }

   .btr-ra7 {
       -webkit-border-top-right-radius: 7px !important;
       -moz-border-radius-top-right: 7px !important;
       border-top-right-radius: 7px !important
   }

   .btr-ra8 {
       -webkit-border-top-right-radius: 8px !important;
       -moz-border-radius-top-right: 8px !important;
       border-top-right-radius: 8px !important
   }

   .btr-ra9 {
       -webkit-border-top-right-radius: 9px !important;
       -moz-border-radius-top-right: 9px !important;
       border-top-right-radius: 9px !important
   }

   .btr-ra10 {
       -webkit-border-top-right-radius: 10px !important;
       -moz-border-radius-top-right: 10px !important;
       border-top-right-radius: 10px !important
   }

   .btr-ra11 {
       -webkit-border-top-right-radius: 11px !important;
       -moz-border-radius-top-right: 11px !important;
       border-top-right-radius: 11px !important
   }

   .btr-ra12 {
       -webkit-border-top-right-radius: 12px !important;
       -moz-border-radius-top-right: 12px !important;
       border-top-right-radius: 12px !important
   }

   .btr-ra13 {
       -webkit-border-top-right-radius: 13px !important;
       -moz-border-radius-top-right: 13px !important;
       border-top-right-radius: 13px !important
   }

   .btr-ra14 {
       -webkit-border-top-right-radius: 14px !important;
       -moz-border-radius-top-right: 14px !important;
       border-top-right-radius: 14px !important
   }

   .btr-ra15 {
       -webkit-border-top-right-radius: 15px !important;
       -moz-border-radius-top-right: 15px !important;
       border-top-right-radius: 15px !important
   }

   .btr-ra16 {
       -webkit-border-top-right-radius: 16px !important;
       -moz-border-radius-top-right: 16px !important;
       border-top-right-radius: 16px !important
   }

   .btr-ra17 {
       -webkit-border-top-right-radius: 17px !important;
       -moz-border-radius-top-right: 17px !important;
       border-top-right-radius: 17px !important
   }

   .btr-ra18 {
       -webkit-border-top-right-radius: 18px !important;
       -moz-border-radius-top-right: 18px !important;
       border-top-right-radius: 18px !important
   }

   .btr-ra19 {
       -webkit-border-top-right-radius: 19px !important;
       -moz-border-radius-top-right: 19px !important;
       border-top-right-radius: 19px !important
   }

   .btr-ra20 {
       -webkit-border-top-right-radius: 20px !important;
       -moz-border-radius-top-right: 20px !important;
       border-top-right-radius: 20px !important
   }

   .btr-ra21 {
       -webkit-border-top-right-radius: 21px !important;
       -moz-border-radius-top-right: 21px !important;
       border-top-right-radius: 21px !important
   }

   .btr-ra22 {
       -webkit-border-top-right-radius: 22px !important;
       -moz-border-radius-top-right: 22px !important;
       border-top-right-radius: 22px !important
   }

   .btr-ra23 {
       -webkit-border-top-right-radius: 23px !important;
       -moz-border-radius-top-right: 23px !important;
       border-top-right-radius: 23px !important
   }

   .btr-ra24 {
       -webkit-border-top-right-radius: 24px !important;
       -moz-border-radius-top-right: 24px !important;
       border-top-right-radius: 24px !important
   }

   .btr-ra25 {
       -webkit-border-top-right-radius: 25px !important;
       -moz-border-radius-top-right: 25px !important;
       border-top-right-radius: 25px !important
   }

   .btr-ra26 {
       -webkit-border-top-right-radius: 26px !important;
       -moz-border-radius-top-right: 26px !important;
       border-top-right-radius: 26px !important
   }

   .btr-ra27 {
       -webkit-border-top-right-radius: 27px !important;
       -moz-border-radius-top-right: 27px !important;
       border-top-right-radius: 27px !important
   }

   .btr-ra28 {
       -webkit-border-top-right-radius: 28px !important;
       -moz-border-radius-top-right: 28px !important;
       border-top-right-radius: 28px !important
   }

   .btr-ra29 {
       -webkit-border-top-right-radius: 29px !important;
       -moz-border-radius-top-right: 29px !important;
       border-top-right-radius: 29px !important
   }

   .btr-ra30 {
       -webkit-border-top-right-radius: 30px !important;
       -moz-border-radius-top-right: 30px !important;
       border-top-right-radius: 30px !important
   }

   .btr-ra31 {
       -webkit-border-top-right-radius: 31px !important;
       -moz-border-radius-top-right: 31px !important;
       border-top-right-radius: 31px !important
   }

   .btr-ra32 {
       -webkit-border-top-right-radius: 32px !important;
       -moz-border-radius-top-right: 32px !important;
       border-top-right-radius: 32px !important
   }

   .btr-ra33 {
       -webkit-border-top-right-radius: 33px !important;
       -moz-border-radius-top-right: 33px !important;
       border-top-right-radius: 33px !important
   }

   .btr-ra34 {
       -webkit-border-top-right-radius: 34px !important;
       -moz-border-radius-top-right: 34px !important;
       border-top-right-radius: 34px !important
   }

   .btr-ra35 {
       -webkit-border-top-right-radius: 35px !important;
       -moz-border-radius-top-right: 35px !important;
       border-top-right-radius: 35px !important
   }

   .btr-ra36 {
       -webkit-border-top-right-radius: 36px !important;
       -moz-border-radius-top-right: 36px !important;
       border-top-right-radius: 36px !important
   }

   .btr-ra37 {
       -webkit-border-top-right-radius: 37px !important;
       -moz-border-radius-top-right: 37px !important;
       border-top-right-radius: 37px !important
   }

   .btr-ra38 {
       -webkit-border-top-right-radius: 38px !important;
       -moz-border-radius-top-right: 38px !important;
       border-top-right-radius: 38px !important
   }

   .btr-ra39 {
       -webkit-border-top-right-radius: 39px !important;
       -moz-border-radius-top-right: 39px !important;
       border-top-right-radius: 39px !important
   }

   .btr-ra40 {
       -webkit-border-top-right-radius: 40px !important;
       -moz-border-radius-top-right: 40px !important;
       border-top-right-radius: 40px !important
   }

   .btr-ra41 {
       -webkit-border-top-right-radius: 41px !important;
       -moz-border-radius-top-right: 41px !important;
       border-top-right-radius: 41px !important
   }

   .btr-ra42 {
       -webkit-border-top-right-radius: 42px !important;
       -moz-border-radius-top-right: 42px !important;
       border-top-right-radius: 42px !important
   }

   .btr-ra43 {
       -webkit-border-top-right-radius: 43px !important;
       -moz-border-radius-top-right: 43px !important;
       border-top-right-radius: 43px !important
   }

   .btr-ra44 {
       -webkit-border-top-right-radius: 44px !important;
       -moz-border-radius-top-right: 44px !important;
       border-top-right-radius: 44px !important
   }

   .btr-ra45 {
       -webkit-border-top-right-radius: 45px !important;
       -moz-border-radius-top-right: 45px !important;
       border-top-right-radius: 45px !important
   }

   .btr-ra46 {
       -webkit-border-top-right-radius: 46px !important;
       -moz-border-radius-top-right: 46px !important;
       border-top-right-radius: 46px !important
   }

   .btr-ra47 {
       -webkit-border-top-right-radius: 47px !important;
       -moz-border-radius-top-right: 47px !important;
       border-top-right-radius: 47px !important
   }

   .btr-ra48 {
       -webkit-border-top-right-radius: 48px !important;
       -moz-border-radius-top-right: 48px !important;
       border-top-right-radius: 48px !important
   }

   .btr-ra49 {
       -webkit-border-top-right-radius: 49px !important;
       -moz-border-radius-top-right: 49px !important;
       border-top-right-radius: 49px !important
   }

   .btr-ra50 {
       -webkit-border-top-right-radius: 50px !important;
       -moz-border-radius-top-right: 50px !important;
       border-top-right-radius: 50px !important
   }

   .btr-ra51 {
       -webkit-border-top-right-radius: 51px !important;
       -moz-border-radius-top-right: 51px !important;
       border-top-right-radius: 51px !important
   }

   .btr-ra52 {
       -webkit-border-top-right-radius: 52px !important;
       -moz-border-radius-top-right: 52px !important;
       border-top-right-radius: 52px !important
   }

   .btr-ra53 {
       -webkit-border-top-right-radius: 53px !important;
       -moz-border-radius-top-right: 53px !important;
       border-top-right-radius: 53px !important
   }

   .btr-ra54 {
       -webkit-border-top-right-radius: 54px !important;
       -moz-border-radius-top-right: 54px !important;
       border-top-right-radius: 54px !important
   }

   .btr-ra55 {
       -webkit-border-top-right-radius: 55px !important;
       -moz-border-radius-top-right: 55px !important;
       border-top-right-radius: 55px !important
   }

   .btr-ra56 {
       -webkit-border-top-right-radius: 56px !important;
       -moz-border-radius-top-right: 56px !important;
       border-top-right-radius: 56px !important
   }

   .btr-ra57 {
       -webkit-border-top-right-radius: 57px !important;
       -moz-border-radius-top-right: 57px !important;
       border-top-right-radius: 57px !important
   }

   .btr-ra58 {
       -webkit-border-top-right-radius: 58px !important;
       -moz-border-radius-top-right: 58px !important;
       border-top-right-radius: 58px !important
   }

   .btr-ra59 {
       -webkit-border-top-right-radius: 59px !important;
       -moz-border-radius-top-right: 59px !important;
       border-top-right-radius: 59px !important
   }

   .btr-ra60 {
       -webkit-border-top-right-radius: 60px !important;
       -moz-border-radius-top-right: 60px !important;
       border-top-right-radius: 60px !important
   }

   .btr-ra61 {
       -webkit-border-top-right-radius: 61px !important;
       -moz-border-radius-top-right: 61px !important;
       border-top-right-radius: 61px !important
   }

   .btr-ra62 {
       -webkit-border-top-right-radius: 62px !important;
       -moz-border-radius-top-right: 62px !important;
       border-top-right-radius: 62px !important
   }

   .btr-ra63 {
       -webkit-border-top-right-radius: 63px !important;
       -moz-border-radius-top-right: 63px !important;
       border-top-right-radius: 63px !important
   }

   .btr-ra64 {
       -webkit-border-top-right-radius: 64px !important;
       -moz-border-radius-top-right: 64px !important;
       border-top-right-radius: 64px !important
   }

   .btr-ra65 {
       -webkit-border-top-right-radius: 65px !important;
       -moz-border-radius-top-right: 65px !important;
       border-top-right-radius: 65px !important
   }

   .btr-ra66 {
       -webkit-border-top-right-radius: 66px !important;
       -moz-border-radius-top-right: 66px !important;
       border-top-right-radius: 66px !important
   }

   .btr-ra67 {
       -webkit-border-top-right-radius: 67px !important;
       -moz-border-radius-top-right: 67px !important;
       border-top-right-radius: 67px !important
   }

   .btr-ra68 {
       -webkit-border-top-right-radius: 68px !important;
       -moz-border-radius-top-right: 68px !important;
       border-top-right-radius: 68px !important
   }

   .btr-ra69 {
       -webkit-border-top-right-radius: 69px !important;
       -moz-border-radius-top-right: 69px !important;
       border-top-right-radius: 69px !important
   }

   .btr-ra70 {
       -webkit-border-top-right-radius: 70px !important;
       -moz-border-radius-top-right: 70px !important;
       border-top-right-radius: 70px !important
   }

   .btr-ra71 {
       -webkit-border-top-right-radius: 71px !important;
       -moz-border-radius-top-right: 71px !important;
       border-top-right-radius: 71px !important
   }

   .btr-ra72 {
       -webkit-border-top-right-radius: 72px !important;
       -moz-border-radius-top-right: 72px !important;
       border-top-right-radius: 72px !important
   }

   .btr-ra73 {
       -webkit-border-top-right-radius: 73px !important;
       -moz-border-radius-top-right: 73px !important;
       border-top-right-radius: 73px !important
   }

   .btr-ra74 {
       -webkit-border-top-right-radius: 74px !important;
       -moz-border-radius-top-right: 74px !important;
       border-top-right-radius: 74px !important
   }

   .btr-ra75 {
       -webkit-border-top-right-radius: 75px !important;
       -moz-border-radius-top-right: 75px !important;
       border-top-right-radius: 75px !important
   }

   .btr-ra76 {
       -webkit-border-top-right-radius: 76px !important;
       -moz-border-radius-top-right: 76px !important;
       border-top-right-radius: 76px !important
   }

   .btr-ra77 {
       -webkit-border-top-right-radius: 77px !important;
       -moz-border-radius-top-right: 77px !important;
       border-top-right-radius: 77px !important
   }

   .btr-ra78 {
       -webkit-border-top-right-radius: 78px !important;
       -moz-border-radius-top-right: 78px !important;
       border-top-right-radius: 78px !important
   }

   .btr-ra79 {
       -webkit-border-top-right-radius: 79px !important;
       -moz-border-radius-top-right: 79px !important;
       border-top-right-radius: 79px !important
   }

   .btr-ra80 {
       -webkit-border-top-right-radius: 80px !important;
       -moz-border-radius-top-right: 80px !important;
       border-top-right-radius: 80px !important
   }

   .btr-ra81 {
       -webkit-border-top-right-radius: 81px !important;
       -moz-border-radius-top-right: 81px !important;
       border-top-right-radius: 81px !important
   }

   .btr-ra82 {
       -webkit-border-top-right-radius: 82px !important;
       -moz-border-radius-top-right: 82px !important;
       border-top-right-radius: 82px !important
   }

   .btr-ra83 {
       -webkit-border-top-right-radius: 83px !important;
       -moz-border-radius-top-right: 83px !important;
       border-top-right-radius: 83px !important
   }

   .btr-ra84 {
       -webkit-border-top-right-radius: 84px !important;
       -moz-border-radius-top-right: 84px !important;
       border-top-right-radius: 84px !important
   }

   .btr-ra85 {
       -webkit-border-top-right-radius: 85px !important;
       -moz-border-radius-top-right: 85px !important;
       border-top-right-radius: 85px !important
   }

   .btr-ra86 {
       -webkit-border-top-right-radius: 86px !important;
       -moz-border-radius-top-right: 86px !important;
       border-top-right-radius: 86px !important
   }

   .btr-ra87 {
       -webkit-border-top-right-radius: 87px !important;
       -moz-border-radius-top-right: 87px !important;
       border-top-right-radius: 87px !important
   }

   .btr-ra88 {
       -webkit-border-top-right-radius: 88px !important;
       -moz-border-radius-top-right: 88px !important;
       border-top-right-radius: 88px !important
   }

   .btr-ra89 {
       -webkit-border-top-right-radius: 89px !important;
       -moz-border-radius-top-right: 89px !important;
       border-top-right-radius: 89px !important
   }

   .btr-ra90 {
       -webkit-border-top-right-radius: 90px !important;
       -moz-border-radius-top-right: 90px !important;
       border-top-right-radius: 90px !important
   }

   .btr-ra91 {
       -webkit-border-top-right-radius: 91px !important;
       -moz-border-radius-top-right: 91px !important;
       border-top-right-radius: 91px !important
   }

   .btr-ra92 {
       -webkit-border-top-right-radius: 92px !important;
       -moz-border-radius-top-right: 92px !important;
       border-top-right-radius: 92px !important
   }

   .btr-ra93 {
       -webkit-border-top-right-radius: 93px !important;
       -moz-border-radius-top-right: 93px !important;
       border-top-right-radius: 93px !important
   }

   .btr-ra94 {
       -webkit-border-top-right-radius: 94px !important;
       -moz-border-radius-top-right: 94px !important;
       border-top-right-radius: 94px !important
   }

   .btr-ra95 {
       -webkit-border-top-right-radius: 95px !important;
       -moz-border-radius-top-right: 95px !important;
       border-top-right-radius: 95px !important
   }

   .btr-ra96 {
       -webkit-border-top-right-radius: 96px !important;
       -moz-border-radius-top-right: 96px !important;
       border-top-right-radius: 96px !important
   }

   .btr-ra97 {
       -webkit-border-top-right-radius: 97px !important;
       -moz-border-radius-top-right: 97px !important;
       border-top-right-radius: 97px !important
   }

   .btr-ra98 {
       -webkit-border-top-right-radius: 98px !important;
       -moz-border-radius-top-right: 98px !important;
       border-top-right-radius: 98px !important
   }

   .btr-ra99 {
       -webkit-border-top-right-radius: 99px !important;
       -moz-border-radius-top-right: 99px !important;
       border-top-right-radius: 99px !important
   }

   .btr-ra100 {
       -webkit-border-top-right-radius: 100px !important;
       -moz-border-radius-top-right: 100px !important;
       border-top-right-radius: 100px !important
   }

   .btr-ra101 {
       -webkit-border-top-right-radius: 101px !important;
       -moz-border-radius-top-right: 101px !important;
       border-top-right-radius: 101px !important
   }

   .btr-ra102 {
       -webkit-border-top-right-radius: 102px !important;
       -moz-border-radius-top-right: 102px !important;
       border-top-right-radius: 102px !important
   }

   .btr-ra103 {
       -webkit-border-top-right-radius: 103px !important;
       -moz-border-radius-top-right: 103px !important;
       border-top-right-radius: 103px !important
   }

   .btr-ra104 {
       -webkit-border-top-right-radius: 104px !important;
       -moz-border-radius-top-right: 104px !important;
       border-top-right-radius: 104px !important
   }

   .btr-ra105 {
       -webkit-border-top-right-radius: 105px !important;
       -moz-border-radius-top-right: 105px !important;
       border-top-right-radius: 105px !important
   }

   .btr-ra106 {
       -webkit-border-top-right-radius: 106px !important;
       -moz-border-radius-top-right: 106px !important;
       border-top-right-radius: 106px !important
   }

   .btr-ra107 {
       -webkit-border-top-right-radius: 107px !important;
       -moz-border-radius-top-right: 107px !important;
       border-top-right-radius: 107px !important
   }

   .btr-ra108 {
       -webkit-border-top-right-radius: 108px !important;
       -moz-border-radius-top-right: 108px !important;
       border-top-right-radius: 108px !important
   }

   .btr-ra109 {
       -webkit-border-top-right-radius: 109px !important;
       -moz-border-radius-top-right: 109px !important;
       border-top-right-radius: 109px !important
   }

   .btr-ra110 {
       -webkit-border-top-right-radius: 110px !important;
       -moz-border-radius-top-right: 110px !important;
       border-top-right-radius: 110px !important
   }

   .btr-ra111 {
       -webkit-border-top-right-radius: 111px !important;
       -moz-border-radius-top-right: 111px !important;
       border-top-right-radius: 111px !important
   }

   .btr-ra112 {
       -webkit-border-top-right-radius: 112px !important;
       -moz-border-radius-top-right: 112px !important;
       border-top-right-radius: 112px !important
   }

   .btr-ra113 {
       -webkit-border-top-right-radius: 113px !important;
       -moz-border-radius-top-right: 113px !important;
       border-top-right-radius: 113px !important
   }

   .btr-ra114 {
       -webkit-border-top-right-radius: 114px !important;
       -moz-border-radius-top-right: 114px !important;
       border-top-right-radius: 114px !important
   }

   .btr-ra115 {
       -webkit-border-top-right-radius: 115px !important;
       -moz-border-radius-top-right: 115px !important;
       border-top-right-radius: 115px !important
   }

   .btr-ra116 {
       -webkit-border-top-right-radius: 116px !important;
       -moz-border-radius-top-right: 116px !important;
       border-top-right-radius: 116px !important
   }

   .btr-ra117 {
       -webkit-border-top-right-radius: 117px !important;
       -moz-border-radius-top-right: 117px !important;
       border-top-right-radius: 117px !important
   }

   .btr-ra118 {
       -webkit-border-top-right-radius: 118px !important;
       -moz-border-radius-top-right: 118px !important;
       border-top-right-radius: 118px !important
   }

   .btr-ra119 {
       -webkit-border-top-right-radius: 119px !important;
       -moz-border-radius-top-right: 119px !important;
       border-top-right-radius: 119px !important
   }

   .btr-ra120 {
       -webkit-border-top-right-radius: 120px !important;
       -moz-border-radius-top-right: 120px !important;
       border-top-right-radius: 120px !important
   }

   .btr-ra121 {
       -webkit-border-top-right-radius: 121px !important;
       -moz-border-radius-top-right: 121px !important;
       border-top-right-radius: 121px !important
   }

   .btr-ra122 {
       -webkit-border-top-right-radius: 122px !important;
       -moz-border-radius-top-right: 122px !important;
       border-top-right-radius: 122px !important
   }

   .btr-ra123 {
       -webkit-border-top-right-radius: 123px !important;
       -moz-border-radius-top-right: 123px !important;
       border-top-right-radius: 123px !important
   }

   .btr-ra124 {
       -webkit-border-top-right-radius: 124px !important;
       -moz-border-radius-top-right: 124px !important;
       border-top-right-radius: 124px !important
   }

   .btr-ra125 {
       -webkit-border-top-right-radius: 125px !important;
       -moz-border-radius-top-right: 125px !important;
       border-top-right-radius: 125px !important
   }

   .btr-ra126 {
       -webkit-border-top-right-radius: 126px !important;
       -moz-border-radius-top-right: 126px !important;
       border-top-right-radius: 126px !important
   }

   .btr-ra127 {
       -webkit-border-top-right-radius: 127px !important;
       -moz-border-radius-top-right: 127px !important;
       border-top-right-radius: 127px !important
   }

   .btr-ra128 {
       -webkit-border-top-right-radius: 128px !important;
       -moz-border-radius-top-right: 128px !important;
       border-top-right-radius: 128px !important
   }

   .btr-ra129 {
       -webkit-border-top-right-radius: 129px !important;
       -moz-border-radius-top-right: 129px !important;
       border-top-right-radius: 129px !important
   }

   .btr-ra130 {
       -webkit-border-top-right-radius: 130px !important;
       -moz-border-radius-top-right: 130px !important;
       border-top-right-radius: 130px !important
   }

   .btr-ra131 {
       -webkit-border-top-right-radius: 131px !important;
       -moz-border-radius-top-right: 131px !important;
       border-top-right-radius: 131px !important
   }

   .btr-ra132 {
       -webkit-border-top-right-radius: 132px !important;
       -moz-border-radius-top-right: 132px !important;
       border-top-right-radius: 132px !important
   }

   .btr-ra133 {
       -webkit-border-top-right-radius: 133px !important;
       -moz-border-radius-top-right: 133px !important;
       border-top-right-radius: 133px !important
   }

   .btr-ra134 {
       -webkit-border-top-right-radius: 134px !important;
       -moz-border-radius-top-right: 134px !important;
       border-top-right-radius: 134px !important
   }

   .btr-ra135 {
       -webkit-border-top-right-radius: 135px !important;
       -moz-border-radius-top-right: 135px !important;
       border-top-right-radius: 135px !important
   }

   .btr-ra136 {
       -webkit-border-top-right-radius: 136px !important;
       -moz-border-radius-top-right: 136px !important;
       border-top-right-radius: 136px !important
   }

   .btr-ra137 {
       -webkit-border-top-right-radius: 137px !important;
       -moz-border-radius-top-right: 137px !important;
       border-top-right-radius: 137px !important
   }

   .btr-ra138 {
       -webkit-border-top-right-radius: 138px !important;
       -moz-border-radius-top-right: 138px !important;
       border-top-right-radius: 138px !important
   }

   .btr-ra139 {
       -webkit-border-top-right-radius: 139px !important;
       -moz-border-radius-top-right: 139px !important;
       border-top-right-radius: 139px !important
   }

   .btr-ra140 {
       -webkit-border-top-right-radius: 140px !important;
       -moz-border-radius-top-right: 140px !important;
       border-top-right-radius: 140px !important
   }

   .btr-ra141 {
       -webkit-border-top-right-radius: 141px !important;
       -moz-border-radius-top-right: 141px !important;
       border-top-right-radius: 141px !important
   }

   .btr-ra142 {
       -webkit-border-top-right-radius: 142px !important;
       -moz-border-radius-top-right: 142px !important;
       border-top-right-radius: 142px !important
   }

   .btr-ra143 {
       -webkit-border-top-right-radius: 143px !important;
       -moz-border-radius-top-right: 143px !important;
       border-top-right-radius: 143px !important
   }

   .btr-ra144 {
       -webkit-border-top-right-radius: 144px !important;
       -moz-border-radius-top-right: 144px !important;
       border-top-right-radius: 144px !important
   }

   .btr-ra145 {
       -webkit-border-top-right-radius: 145px !important;
       -moz-border-radius-top-right: 145px !important;
       border-top-right-radius: 145px !important
   }

   .btr-ra146 {
       -webkit-border-top-right-radius: 146px !important;
       -moz-border-radius-top-right: 146px !important;
       border-top-right-radius: 146px !important
   }

   .btr-ra147 {
       -webkit-border-top-right-radius: 147px !important;
       -moz-border-radius-top-right: 147px !important;
       border-top-right-radius: 147px !important
   }

   .btr-ra148 {
       -webkit-border-top-right-radius: 148px !important;
       -moz-border-radius-top-right: 148px !important;
       border-top-right-radius: 148px !important
   }

   .btr-ra149 {
       -webkit-border-top-right-radius: 149px !important;
       -moz-border-radius-top-right: 149px !important;
       border-top-right-radius: 149px !important
   }

   .btr-ra150 {
       -webkit-border-top-right-radius: 150px !important;
       -moz-border-radius-top-right: 150px !important;
       border-top-right-radius: 150px !important
   }

   .btr-ra151 {
       -webkit-border-top-right-radius: 151px !important;
       -moz-border-radius-top-right: 151px !important;
       border-top-right-radius: 151px !important
   }

   .btr-ra152 {
       -webkit-border-top-right-radius: 152px !important;
       -moz-border-radius-top-right: 152px !important;
       border-top-right-radius: 152px !important
   }

   .btr-ra153 {
       -webkit-border-top-right-radius: 153px !important;
       -moz-border-radius-top-right: 153px !important;
       border-top-right-radius: 153px !important
   }

   .btr-ra154 {
       -webkit-border-top-right-radius: 154px !important;
       -moz-border-radius-top-right: 154px !important;
       border-top-right-radius: 154px !important
   }

   .btr-ra155 {
       -webkit-border-top-right-radius: 155px !important;
       -moz-border-radius-top-right: 155px !important;
       border-top-right-radius: 155px !important
   }

   .btr-ra156 {
       -webkit-border-top-right-radius: 156px !important;
       -moz-border-radius-top-right: 156px !important;
       border-top-right-radius: 156px !important
   }

   .btr-ra157 {
       -webkit-border-top-right-radius: 157px !important;
       -moz-border-radius-top-right: 157px !important;
       border-top-right-radius: 157px !important
   }

   .btr-ra158 {
       -webkit-border-top-right-radius: 158px !important;
       -moz-border-radius-top-right: 158px !important;
       border-top-right-radius: 158px !important
   }

   .btr-ra159 {
       -webkit-border-top-right-radius: 159px !important;
       -moz-border-radius-top-right: 159px !important;
       border-top-right-radius: 159px !important
   }

   .btr-ra160 {
       -webkit-border-top-right-radius: 160px !important;
       -moz-border-radius-top-right: 160px !important;
       border-top-right-radius: 160px !important
   }

   .btr-ra161 {
       -webkit-border-top-right-radius: 161px !important;
       -moz-border-radius-top-right: 161px !important;
       border-top-right-radius: 161px !important
   }

   .btr-ra162 {
       -webkit-border-top-right-radius: 162px !important;
       -moz-border-radius-top-right: 162px !important;
       border-top-right-radius: 162px !important
   }

   .btr-ra163 {
       -webkit-border-top-right-radius: 163px !important;
       -moz-border-radius-top-right: 163px !important;
       border-top-right-radius: 163px !important
   }

   .btr-ra164 {
       -webkit-border-top-right-radius: 164px !important;
       -moz-border-radius-top-right: 164px !important;
       border-top-right-radius: 164px !important
   }

   .btr-ra165 {
       -webkit-border-top-right-radius: 165px !important;
       -moz-border-radius-top-right: 165px !important;
       border-top-right-radius: 165px !important
   }

   .btr-ra166 {
       -webkit-border-top-right-radius: 166px !important;
       -moz-border-radius-top-right: 166px !important;
       border-top-right-radius: 166px !important
   }

   .btr-ra167 {
       -webkit-border-top-right-radius: 167px !important;
       -moz-border-radius-top-right: 167px !important;
       border-top-right-radius: 167px !important
   }

   .btr-ra168 {
       -webkit-border-top-right-radius: 168px !important;
       -moz-border-radius-top-right: 168px !important;
       border-top-right-radius: 168px !important
   }

   .btr-ra169 {
       -webkit-border-top-right-radius: 169px !important;
       -moz-border-radius-top-right: 169px !important;
       border-top-right-radius: 169px !important
   }

   .btr-ra170 {
       -webkit-border-top-right-radius: 170px !important;
       -moz-border-radius-top-right: 170px !important;
       border-top-right-radius: 170px !important
   }

   .btr-ra171 {
       -webkit-border-top-right-radius: 171px !important;
       -moz-border-radius-top-right: 171px !important;
       border-top-right-radius: 171px !important
   }

   .btr-ra172 {
       -webkit-border-top-right-radius: 172px !important;
       -moz-border-radius-top-right: 172px !important;
       border-top-right-radius: 172px !important
   }

   .btr-ra173 {
       -webkit-border-top-right-radius: 173px !important;
       -moz-border-radius-top-right: 173px !important;
       border-top-right-radius: 173px !important
   }

   .btr-ra174 {
       -webkit-border-top-right-radius: 174px !important;
       -moz-border-radius-top-right: 174px !important;
       border-top-right-radius: 174px !important
   }

   .btr-ra175 {
       -webkit-border-top-right-radius: 175px !important;
       -moz-border-radius-top-right: 175px !important;
       border-top-right-radius: 175px !important
   }

   .btr-ra176 {
       -webkit-border-top-right-radius: 176px !important;
       -moz-border-radius-top-right: 176px !important;
       border-top-right-radius: 176px !important
   }

   .btr-ra177 {
       -webkit-border-top-right-radius: 177px !important;
       -moz-border-radius-top-right: 177px !important;
       border-top-right-radius: 177px !important
   }

   .btr-ra178 {
       -webkit-border-top-right-radius: 178px !important;
       -moz-border-radius-top-right: 178px !important;
       border-top-right-radius: 178px !important
   }

   .btr-ra179 {
       -webkit-border-top-right-radius: 179px !important;
       -moz-border-radius-top-right: 179px !important;
       border-top-right-radius: 179px !important
   }

   .btr-ra180 {
       -webkit-border-top-right-radius: 180px !important;
       -moz-border-radius-top-right: 180px !important;
       border-top-right-radius: 180px !important
   }

   .btr-ra181 {
       -webkit-border-top-right-radius: 181px !important;
       -moz-border-radius-top-right: 181px !important;
       border-top-right-radius: 181px !important
   }

   .btr-ra182 {
       -webkit-border-top-right-radius: 182px !important;
       -moz-border-radius-top-right: 182px !important;
       border-top-right-radius: 182px !important
   }

   .btr-ra183 {
       -webkit-border-top-right-radius: 183px !important;
       -moz-border-radius-top-right: 183px !important;
       border-top-right-radius: 183px !important
   }

   .btr-ra184 {
       -webkit-border-top-right-radius: 184px !important;
       -moz-border-radius-top-right: 184px !important;
       border-top-right-radius: 184px !important
   }

   .btr-ra185 {
       -webkit-border-top-right-radius: 185px !important;
       -moz-border-radius-top-right: 185px !important;
       border-top-right-radius: 185px !important
   }

   .btr-ra186 {
       -webkit-border-top-right-radius: 186px !important;
       -moz-border-radius-top-right: 186px !important;
       border-top-right-radius: 186px !important
   }

   .btr-ra187 {
       -webkit-border-top-right-radius: 187px !important;
       -moz-border-radius-top-right: 187px !important;
       border-top-right-radius: 187px !important
   }

   .btr-ra188 {
       -webkit-border-top-right-radius: 188px !important;
       -moz-border-radius-top-right: 188px !important;
       border-top-right-radius: 188px !important
   }

   .btr-ra189 {
       -webkit-border-top-right-radius: 189px !important;
       -moz-border-radius-top-right: 189px !important;
       border-top-right-radius: 189px !important
   }

   .btr-ra190 {
       -webkit-border-top-right-radius: 190px !important;
       -moz-border-radius-top-right: 190px !important;
       border-top-right-radius: 190px !important
   }

   .btr-ra191 {
       -webkit-border-top-right-radius: 191px !important;
       -moz-border-radius-top-right: 191px !important;
       border-top-right-radius: 191px !important
   }

   .btr-ra192 {
       -webkit-border-top-right-radius: 192px !important;
       -moz-border-radius-top-right: 192px !important;
       border-top-right-radius: 192px !important
   }

   .btr-ra193 {
       -webkit-border-top-right-radius: 193px !important;
       -moz-border-radius-top-right: 193px !important;
       border-top-right-radius: 193px !important
   }

   .btr-ra194 {
       -webkit-border-top-right-radius: 194px !important;
       -moz-border-radius-top-right: 194px !important;
       border-top-right-radius: 194px !important
   }

   .btr-ra195 {
       -webkit-border-top-right-radius: 195px !important;
       -moz-border-radius-top-right: 195px !important;
       border-top-right-radius: 195px !important
   }

   .btr-ra196 {
       -webkit-border-top-right-radius: 196px !important;
       -moz-border-radius-top-right: 196px !important;
       border-top-right-radius: 196px !important
   }

   .btr-ra197 {
       -webkit-border-top-right-radius: 197px !important;
       -moz-border-radius-top-right: 197px !important;
       border-top-right-radius: 197px !important
   }

   .btr-ra198 {
       -webkit-border-top-right-radius: 198px !important;
       -moz-border-radius-top-right: 198px !important;
       border-top-right-radius: 198px !important
   }

   .btr-ra199 {
       -webkit-border-top-right-radius: 199px !important;
       -moz-border-radius-top-right: 199px !important;
       border-top-right-radius: 199px !important
   }

   .btr-ra200 {
       -webkit-border-top-right-radius: 200px !important;
       -moz-border-radius-top-right: 200px !important;
       border-top-right-radius: 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-btr-ra0 {
           -webkit-border-top-right-radius: 0px !important;
           -moz-border-radius-top-right: 0px !important;
           border-top-right-radius: 0px !important
       }

       .col-sm-btr-ra1 {
           -webkit-border-top-right-radius: 1px !important;
           -moz-border-radius-top-right: 1px !important;
           border-top-right-radius: 1px !important
       }

       .col-sm-btr-ra2 {
           -webkit-border-top-right-radius: 2px !important;
           -moz-border-radius-top-right: 2px !important;
           border-top-right-radius: 2px !important
       }

       .col-sm-btr-ra3 {
           -webkit-border-top-right-radius: 3px !important;
           -moz-border-radius-top-right: 3px !important;
           border-top-right-radius: 3px !important
       }

       .col-sm-btr-ra4 {
           -webkit-border-top-right-radius: 4px !important;
           -moz-border-radius-top-right: 4px !important;
           border-top-right-radius: 4px !important
       }

       .col-sm-btr-ra5 {
           -webkit-border-top-right-radius: 5px !important;
           -moz-border-radius-top-right: 5px !important;
           border-top-right-radius: 5px !important
       }

       .col-sm-btr-ra6 {
           -webkit-border-top-right-radius: 6px !important;
           -moz-border-radius-top-right: 6px !important;
           border-top-right-radius: 6px !important
       }

       .col-sm-btr-ra7 {
           -webkit-border-top-right-radius: 7px !important;
           -moz-border-radius-top-right: 7px !important;
           border-top-right-radius: 7px !important
       }

       .col-sm-btr-ra8 {
           -webkit-border-top-right-radius: 8px !important;
           -moz-border-radius-top-right: 8px !important;
           border-top-right-radius: 8px !important
       }

       .col-sm-btr-ra9 {
           -webkit-border-top-right-radius: 9px !important;
           -moz-border-radius-top-right: 9px !important;
           border-top-right-radius: 9px !important
       }

       .col-sm-btr-ra10 {
           -webkit-border-top-right-radius: 10px !important;
           -moz-border-radius-top-right: 10px !important;
           border-top-right-radius: 10px !important
       }

       .col-sm-btr-ra11 {
           -webkit-border-top-right-radius: 11px !important;
           -moz-border-radius-top-right: 11px !important;
           border-top-right-radius: 11px !important
       }

       .col-sm-btr-ra12 {
           -webkit-border-top-right-radius: 12px !important;
           -moz-border-radius-top-right: 12px !important;
           border-top-right-radius: 12px !important
       }

       .col-sm-btr-ra13 {
           -webkit-border-top-right-radius: 13px !important;
           -moz-border-radius-top-right: 13px !important;
           border-top-right-radius: 13px !important
       }

       .col-sm-btr-ra14 {
           -webkit-border-top-right-radius: 14px !important;
           -moz-border-radius-top-right: 14px !important;
           border-top-right-radius: 14px !important
       }

       .col-sm-btr-ra15 {
           -webkit-border-top-right-radius: 15px !important;
           -moz-border-radius-top-right: 15px !important;
           border-top-right-radius: 15px !important
       }

       .col-sm-btr-ra16 {
           -webkit-border-top-right-radius: 16px !important;
           -moz-border-radius-top-right: 16px !important;
           border-top-right-radius: 16px !important
       }

       .col-sm-btr-ra17 {
           -webkit-border-top-right-radius: 17px !important;
           -moz-border-radius-top-right: 17px !important;
           border-top-right-radius: 17px !important
       }

       .col-sm-btr-ra18 {
           -webkit-border-top-right-radius: 18px !important;
           -moz-border-radius-top-right: 18px !important;
           border-top-right-radius: 18px !important
       }

       .col-sm-btr-ra19 {
           -webkit-border-top-right-radius: 19px !important;
           -moz-border-radius-top-right: 19px !important;
           border-top-right-radius: 19px !important
       }

       .col-sm-btr-ra20 {
           -webkit-border-top-right-radius: 20px !important;
           -moz-border-radius-top-right: 20px !important;
           border-top-right-radius: 20px !important
       }

       .col-sm-btr-ra21 {
           -webkit-border-top-right-radius: 21px !important;
           -moz-border-radius-top-right: 21px !important;
           border-top-right-radius: 21px !important
       }

       .col-sm-btr-ra22 {
           -webkit-border-top-right-radius: 22px !important;
           -moz-border-radius-top-right: 22px !important;
           border-top-right-radius: 22px !important
       }

       .col-sm-btr-ra23 {
           -webkit-border-top-right-radius: 23px !important;
           -moz-border-radius-top-right: 23px !important;
           border-top-right-radius: 23px !important
       }

       .col-sm-btr-ra24 {
           -webkit-border-top-right-radius: 24px !important;
           -moz-border-radius-top-right: 24px !important;
           border-top-right-radius: 24px !important
       }

       .col-sm-btr-ra25 {
           -webkit-border-top-right-radius: 25px !important;
           -moz-border-radius-top-right: 25px !important;
           border-top-right-radius: 25px !important
       }

       .col-sm-btr-ra26 {
           -webkit-border-top-right-radius: 26px !important;
           -moz-border-radius-top-right: 26px !important;
           border-top-right-radius: 26px !important
       }

       .col-sm-btr-ra27 {
           -webkit-border-top-right-radius: 27px !important;
           -moz-border-radius-top-right: 27px !important;
           border-top-right-radius: 27px !important
       }

       .col-sm-btr-ra28 {
           -webkit-border-top-right-radius: 28px !important;
           -moz-border-radius-top-right: 28px !important;
           border-top-right-radius: 28px !important
       }

       .col-sm-btr-ra29 {
           -webkit-border-top-right-radius: 29px !important;
           -moz-border-radius-top-right: 29px !important;
           border-top-right-radius: 29px !important
       }

       .col-sm-btr-ra30 {
           -webkit-border-top-right-radius: 30px !important;
           -moz-border-radius-top-right: 30px !important;
           border-top-right-radius: 30px !important
       }

       .col-sm-btr-ra31 {
           -webkit-border-top-right-radius: 31px !important;
           -moz-border-radius-top-right: 31px !important;
           border-top-right-radius: 31px !important
       }

       .col-sm-btr-ra32 {
           -webkit-border-top-right-radius: 32px !important;
           -moz-border-radius-top-right: 32px !important;
           border-top-right-radius: 32px !important
       }

       .col-sm-btr-ra33 {
           -webkit-border-top-right-radius: 33px !important;
           -moz-border-radius-top-right: 33px !important;
           border-top-right-radius: 33px !important
       }

       .col-sm-btr-ra34 {
           -webkit-border-top-right-radius: 34px !important;
           -moz-border-radius-top-right: 34px !important;
           border-top-right-radius: 34px !important
       }

       .col-sm-btr-ra35 {
           -webkit-border-top-right-radius: 35px !important;
           -moz-border-radius-top-right: 35px !important;
           border-top-right-radius: 35px !important
       }

       .col-sm-btr-ra36 {
           -webkit-border-top-right-radius: 36px !important;
           -moz-border-radius-top-right: 36px !important;
           border-top-right-radius: 36px !important
       }

       .col-sm-btr-ra37 {
           -webkit-border-top-right-radius: 37px !important;
           -moz-border-radius-top-right: 37px !important;
           border-top-right-radius: 37px !important
       }

       .col-sm-btr-ra38 {
           -webkit-border-top-right-radius: 38px !important;
           -moz-border-radius-top-right: 38px !important;
           border-top-right-radius: 38px !important
       }

       .col-sm-btr-ra39 {
           -webkit-border-top-right-radius: 39px !important;
           -moz-border-radius-top-right: 39px !important;
           border-top-right-radius: 39px !important
       }

       .col-sm-btr-ra40 {
           -webkit-border-top-right-radius: 40px !important;
           -moz-border-radius-top-right: 40px !important;
           border-top-right-radius: 40px !important
       }

       .col-sm-btr-ra41 {
           -webkit-border-top-right-radius: 41px !important;
           -moz-border-radius-top-right: 41px !important;
           border-top-right-radius: 41px !important
       }

       .col-sm-btr-ra42 {
           -webkit-border-top-right-radius: 42px !important;
           -moz-border-radius-top-right: 42px !important;
           border-top-right-radius: 42px !important
       }

       .col-sm-btr-ra43 {
           -webkit-border-top-right-radius: 43px !important;
           -moz-border-radius-top-right: 43px !important;
           border-top-right-radius: 43px !important
       }

       .col-sm-btr-ra44 {
           -webkit-border-top-right-radius: 44px !important;
           -moz-border-radius-top-right: 44px !important;
           border-top-right-radius: 44px !important
       }

       .col-sm-btr-ra45 {
           -webkit-border-top-right-radius: 45px !important;
           -moz-border-radius-top-right: 45px !important;
           border-top-right-radius: 45px !important
       }

       .col-sm-btr-ra46 {
           -webkit-border-top-right-radius: 46px !important;
           -moz-border-radius-top-right: 46px !important;
           border-top-right-radius: 46px !important
       }

       .col-sm-btr-ra47 {
           -webkit-border-top-right-radius: 47px !important;
           -moz-border-radius-top-right: 47px !important;
           border-top-right-radius: 47px !important
       }

       .col-sm-btr-ra48 {
           -webkit-border-top-right-radius: 48px !important;
           -moz-border-radius-top-right: 48px !important;
           border-top-right-radius: 48px !important
       }

       .col-sm-btr-ra49 {
           -webkit-border-top-right-radius: 49px !important;
           -moz-border-radius-top-right: 49px !important;
           border-top-right-radius: 49px !important
       }

       .col-sm-btr-ra50 {
           -webkit-border-top-right-radius: 50px !important;
           -moz-border-radius-top-right: 50px !important;
           border-top-right-radius: 50px !important
       }

       .col-sm-btr-ra51 {
           -webkit-border-top-right-radius: 51px !important;
           -moz-border-radius-top-right: 51px !important;
           border-top-right-radius: 51px !important
       }

       .col-sm-btr-ra52 {
           -webkit-border-top-right-radius: 52px !important;
           -moz-border-radius-top-right: 52px !important;
           border-top-right-radius: 52px !important
       }

       .col-sm-btr-ra53 {
           -webkit-border-top-right-radius: 53px !important;
           -moz-border-radius-top-right: 53px !important;
           border-top-right-radius: 53px !important
       }

       .col-sm-btr-ra54 {
           -webkit-border-top-right-radius: 54px !important;
           -moz-border-radius-top-right: 54px !important;
           border-top-right-radius: 54px !important
       }

       .col-sm-btr-ra55 {
           -webkit-border-top-right-radius: 55px !important;
           -moz-border-radius-top-right: 55px !important;
           border-top-right-radius: 55px !important
       }

       .col-sm-btr-ra56 {
           -webkit-border-top-right-radius: 56px !important;
           -moz-border-radius-top-right: 56px !important;
           border-top-right-radius: 56px !important
       }

       .col-sm-btr-ra57 {
           -webkit-border-top-right-radius: 57px !important;
           -moz-border-radius-top-right: 57px !important;
           border-top-right-radius: 57px !important
       }

       .col-sm-btr-ra58 {
           -webkit-border-top-right-radius: 58px !important;
           -moz-border-radius-top-right: 58px !important;
           border-top-right-radius: 58px !important
       }

       .col-sm-btr-ra59 {
           -webkit-border-top-right-radius: 59px !important;
           -moz-border-radius-top-right: 59px !important;
           border-top-right-radius: 59px !important
       }

       .col-sm-btr-ra60 {
           -webkit-border-top-right-radius: 60px !important;
           -moz-border-radius-top-right: 60px !important;
           border-top-right-radius: 60px !important
       }

       .col-sm-btr-ra61 {
           -webkit-border-top-right-radius: 61px !important;
           -moz-border-radius-top-right: 61px !important;
           border-top-right-radius: 61px !important
       }

       .col-sm-btr-ra62 {
           -webkit-border-top-right-radius: 62px !important;
           -moz-border-radius-top-right: 62px !important;
           border-top-right-radius: 62px !important
       }

       .col-sm-btr-ra63 {
           -webkit-border-top-right-radius: 63px !important;
           -moz-border-radius-top-right: 63px !important;
           border-top-right-radius: 63px !important
       }

       .col-sm-btr-ra64 {
           -webkit-border-top-right-radius: 64px !important;
           -moz-border-radius-top-right: 64px !important;
           border-top-right-radius: 64px !important
       }

       .col-sm-btr-ra65 {
           -webkit-border-top-right-radius: 65px !important;
           -moz-border-radius-top-right: 65px !important;
           border-top-right-radius: 65px !important
       }

       .col-sm-btr-ra66 {
           -webkit-border-top-right-radius: 66px !important;
           -moz-border-radius-top-right: 66px !important;
           border-top-right-radius: 66px !important
       }

       .col-sm-btr-ra67 {
           -webkit-border-top-right-radius: 67px !important;
           -moz-border-radius-top-right: 67px !important;
           border-top-right-radius: 67px !important
       }

       .col-sm-btr-ra68 {
           -webkit-border-top-right-radius: 68px !important;
           -moz-border-radius-top-right: 68px !important;
           border-top-right-radius: 68px !important
       }

       .col-sm-btr-ra69 {
           -webkit-border-top-right-radius: 69px !important;
           -moz-border-radius-top-right: 69px !important;
           border-top-right-radius: 69px !important
       }

       .col-sm-btr-ra70 {
           -webkit-border-top-right-radius: 70px !important;
           -moz-border-radius-top-right: 70px !important;
           border-top-right-radius: 70px !important
       }

       .col-sm-btr-ra71 {
           -webkit-border-top-right-radius: 71px !important;
           -moz-border-radius-top-right: 71px !important;
           border-top-right-radius: 71px !important
       }

       .col-sm-btr-ra72 {
           -webkit-border-top-right-radius: 72px !important;
           -moz-border-radius-top-right: 72px !important;
           border-top-right-radius: 72px !important
       }

       .col-sm-btr-ra73 {
           -webkit-border-top-right-radius: 73px !important;
           -moz-border-radius-top-right: 73px !important;
           border-top-right-radius: 73px !important
       }

       .col-sm-btr-ra74 {
           -webkit-border-top-right-radius: 74px !important;
           -moz-border-radius-top-right: 74px !important;
           border-top-right-radius: 74px !important
       }

       .col-sm-btr-ra75 {
           -webkit-border-top-right-radius: 75px !important;
           -moz-border-radius-top-right: 75px !important;
           border-top-right-radius: 75px !important
       }

       .col-sm-btr-ra76 {
           -webkit-border-top-right-radius: 76px !important;
           -moz-border-radius-top-right: 76px !important;
           border-top-right-radius: 76px !important
       }

       .col-sm-btr-ra77 {
           -webkit-border-top-right-radius: 77px !important;
           -moz-border-radius-top-right: 77px !important;
           border-top-right-radius: 77px !important
       }

       .col-sm-btr-ra78 {
           -webkit-border-top-right-radius: 78px !important;
           -moz-border-radius-top-right: 78px !important;
           border-top-right-radius: 78px !important
       }

       .col-sm-btr-ra79 {
           -webkit-border-top-right-radius: 79px !important;
           -moz-border-radius-top-right: 79px !important;
           border-top-right-radius: 79px !important
       }

       .col-sm-btr-ra80 {
           -webkit-border-top-right-radius: 80px !important;
           -moz-border-radius-top-right: 80px !important;
           border-top-right-radius: 80px !important
       }

       .col-sm-btr-ra81 {
           -webkit-border-top-right-radius: 81px !important;
           -moz-border-radius-top-right: 81px !important;
           border-top-right-radius: 81px !important
       }

       .col-sm-btr-ra82 {
           -webkit-border-top-right-radius: 82px !important;
           -moz-border-radius-top-right: 82px !important;
           border-top-right-radius: 82px !important
       }

       .col-sm-btr-ra83 {
           -webkit-border-top-right-radius: 83px !important;
           -moz-border-radius-top-right: 83px !important;
           border-top-right-radius: 83px !important
       }

       .col-sm-btr-ra84 {
           -webkit-border-top-right-radius: 84px !important;
           -moz-border-radius-top-right: 84px !important;
           border-top-right-radius: 84px !important
       }

       .col-sm-btr-ra85 {
           -webkit-border-top-right-radius: 85px !important;
           -moz-border-radius-top-right: 85px !important;
           border-top-right-radius: 85px !important
       }

       .col-sm-btr-ra86 {
           -webkit-border-top-right-radius: 86px !important;
           -moz-border-radius-top-right: 86px !important;
           border-top-right-radius: 86px !important
       }

       .col-sm-btr-ra87 {
           -webkit-border-top-right-radius: 87px !important;
           -moz-border-radius-top-right: 87px !important;
           border-top-right-radius: 87px !important
       }

       .col-sm-btr-ra88 {
           -webkit-border-top-right-radius: 88px !important;
           -moz-border-radius-top-right: 88px !important;
           border-top-right-radius: 88px !important
       }

       .col-sm-btr-ra89 {
           -webkit-border-top-right-radius: 89px !important;
           -moz-border-radius-top-right: 89px !important;
           border-top-right-radius: 89px !important
       }

       .col-sm-btr-ra90 {
           -webkit-border-top-right-radius: 90px !important;
           -moz-border-radius-top-right: 90px !important;
           border-top-right-radius: 90px !important
       }

       .col-sm-btr-ra91 {
           -webkit-border-top-right-radius: 91px !important;
           -moz-border-radius-top-right: 91px !important;
           border-top-right-radius: 91px !important
       }

       .col-sm-btr-ra92 {
           -webkit-border-top-right-radius: 92px !important;
           -moz-border-radius-top-right: 92px !important;
           border-top-right-radius: 92px !important
       }

       .col-sm-btr-ra93 {
           -webkit-border-top-right-radius: 93px !important;
           -moz-border-radius-top-right: 93px !important;
           border-top-right-radius: 93px !important
       }

       .col-sm-btr-ra94 {
           -webkit-border-top-right-radius: 94px !important;
           -moz-border-radius-top-right: 94px !important;
           border-top-right-radius: 94px !important
       }

       .col-sm-btr-ra95 {
           -webkit-border-top-right-radius: 95px !important;
           -moz-border-radius-top-right: 95px !important;
           border-top-right-radius: 95px !important
       }

       .col-sm-btr-ra96 {
           -webkit-border-top-right-radius: 96px !important;
           -moz-border-radius-top-right: 96px !important;
           border-top-right-radius: 96px !important
       }

       .col-sm-btr-ra97 {
           -webkit-border-top-right-radius: 97px !important;
           -moz-border-radius-top-right: 97px !important;
           border-top-right-radius: 97px !important
       }

       .col-sm-btr-ra98 {
           -webkit-border-top-right-radius: 98px !important;
           -moz-border-radius-top-right: 98px !important;
           border-top-right-radius: 98px !important
       }

       .col-sm-btr-ra99 {
           -webkit-border-top-right-radius: 99px !important;
           -moz-border-radius-top-right: 99px !important;
           border-top-right-radius: 99px !important
       }

       .col-sm-btr-ra100 {
           -webkit-border-top-right-radius: 100px !important;
           -moz-border-radius-top-right: 100px !important;
           border-top-right-radius: 100px !important
       }

       .col-sm-btr-ra101 {
           -webkit-border-top-right-radius: 101px !important;
           -moz-border-radius-top-right: 101px !important;
           border-top-right-radius: 101px !important
       }

       .col-sm-btr-ra102 {
           -webkit-border-top-right-radius: 102px !important;
           -moz-border-radius-top-right: 102px !important;
           border-top-right-radius: 102px !important
       }

       .col-sm-btr-ra103 {
           -webkit-border-top-right-radius: 103px !important;
           -moz-border-radius-top-right: 103px !important;
           border-top-right-radius: 103px !important
       }

       .col-sm-btr-ra104 {
           -webkit-border-top-right-radius: 104px !important;
           -moz-border-radius-top-right: 104px !important;
           border-top-right-radius: 104px !important
       }

       .col-sm-btr-ra105 {
           -webkit-border-top-right-radius: 105px !important;
           -moz-border-radius-top-right: 105px !important;
           border-top-right-radius: 105px !important
       }

       .col-sm-btr-ra106 {
           -webkit-border-top-right-radius: 106px !important;
           -moz-border-radius-top-right: 106px !important;
           border-top-right-radius: 106px !important
       }

       .col-sm-btr-ra107 {
           -webkit-border-top-right-radius: 107px !important;
           -moz-border-radius-top-right: 107px !important;
           border-top-right-radius: 107px !important
       }

       .col-sm-btr-ra108 {
           -webkit-border-top-right-radius: 108px !important;
           -moz-border-radius-top-right: 108px !important;
           border-top-right-radius: 108px !important
       }

       .col-sm-btr-ra109 {
           -webkit-border-top-right-radius: 109px !important;
           -moz-border-radius-top-right: 109px !important;
           border-top-right-radius: 109px !important
       }

       .col-sm-btr-ra110 {
           -webkit-border-top-right-radius: 110px !important;
           -moz-border-radius-top-right: 110px !important;
           border-top-right-radius: 110px !important
       }

       .col-sm-btr-ra111 {
           -webkit-border-top-right-radius: 111px !important;
           -moz-border-radius-top-right: 111px !important;
           border-top-right-radius: 111px !important
       }

       .col-sm-btr-ra112 {
           -webkit-border-top-right-radius: 112px !important;
           -moz-border-radius-top-right: 112px !important;
           border-top-right-radius: 112px !important
       }

       .col-sm-btr-ra113 {
           -webkit-border-top-right-radius: 113px !important;
           -moz-border-radius-top-right: 113px !important;
           border-top-right-radius: 113px !important
       }

       .col-sm-btr-ra114 {
           -webkit-border-top-right-radius: 114px !important;
           -moz-border-radius-top-right: 114px !important;
           border-top-right-radius: 114px !important
       }

       .col-sm-btr-ra115 {
           -webkit-border-top-right-radius: 115px !important;
           -moz-border-radius-top-right: 115px !important;
           border-top-right-radius: 115px !important
       }

       .col-sm-btr-ra116 {
           -webkit-border-top-right-radius: 116px !important;
           -moz-border-radius-top-right: 116px !important;
           border-top-right-radius: 116px !important
       }

       .col-sm-btr-ra117 {
           -webkit-border-top-right-radius: 117px !important;
           -moz-border-radius-top-right: 117px !important;
           border-top-right-radius: 117px !important
       }

       .col-sm-btr-ra118 {
           -webkit-border-top-right-radius: 118px !important;
           -moz-border-radius-top-right: 118px !important;
           border-top-right-radius: 118px !important
       }

       .col-sm-btr-ra119 {
           -webkit-border-top-right-radius: 119px !important;
           -moz-border-radius-top-right: 119px !important;
           border-top-right-radius: 119px !important
       }

       .col-sm-btr-ra120 {
           -webkit-border-top-right-radius: 120px !important;
           -moz-border-radius-top-right: 120px !important;
           border-top-right-radius: 120px !important
       }

       .col-sm-btr-ra121 {
           -webkit-border-top-right-radius: 121px !important;
           -moz-border-radius-top-right: 121px !important;
           border-top-right-radius: 121px !important
       }

       .col-sm-btr-ra122 {
           -webkit-border-top-right-radius: 122px !important;
           -moz-border-radius-top-right: 122px !important;
           border-top-right-radius: 122px !important
       }

       .col-sm-btr-ra123 {
           -webkit-border-top-right-radius: 123px !important;
           -moz-border-radius-top-right: 123px !important;
           border-top-right-radius: 123px !important
       }

       .col-sm-btr-ra124 {
           -webkit-border-top-right-radius: 124px !important;
           -moz-border-radius-top-right: 124px !important;
           border-top-right-radius: 124px !important
       }

       .col-sm-btr-ra125 {
           -webkit-border-top-right-radius: 125px !important;
           -moz-border-radius-top-right: 125px !important;
           border-top-right-radius: 125px !important
       }

       .col-sm-btr-ra126 {
           -webkit-border-top-right-radius: 126px !important;
           -moz-border-radius-top-right: 126px !important;
           border-top-right-radius: 126px !important
       }

       .col-sm-btr-ra127 {
           -webkit-border-top-right-radius: 127px !important;
           -moz-border-radius-top-right: 127px !important;
           border-top-right-radius: 127px !important
       }

       .col-sm-btr-ra128 {
           -webkit-border-top-right-radius: 128px !important;
           -moz-border-radius-top-right: 128px !important;
           border-top-right-radius: 128px !important
       }

       .col-sm-btr-ra129 {
           -webkit-border-top-right-radius: 129px !important;
           -moz-border-radius-top-right: 129px !important;
           border-top-right-radius: 129px !important
       }

       .col-sm-btr-ra130 {
           -webkit-border-top-right-radius: 130px !important;
           -moz-border-radius-top-right: 130px !important;
           border-top-right-radius: 130px !important
       }

       .col-sm-btr-ra131 {
           -webkit-border-top-right-radius: 131px !important;
           -moz-border-radius-top-right: 131px !important;
           border-top-right-radius: 131px !important
       }

       .col-sm-btr-ra132 {
           -webkit-border-top-right-radius: 132px !important;
           -moz-border-radius-top-right: 132px !important;
           border-top-right-radius: 132px !important
       }

       .col-sm-btr-ra133 {
           -webkit-border-top-right-radius: 133px !important;
           -moz-border-radius-top-right: 133px !important;
           border-top-right-radius: 133px !important
       }

       .col-sm-btr-ra134 {
           -webkit-border-top-right-radius: 134px !important;
           -moz-border-radius-top-right: 134px !important;
           border-top-right-radius: 134px !important
       }

       .col-sm-btr-ra135 {
           -webkit-border-top-right-radius: 135px !important;
           -moz-border-radius-top-right: 135px !important;
           border-top-right-radius: 135px !important
       }

       .col-sm-btr-ra136 {
           -webkit-border-top-right-radius: 136px !important;
           -moz-border-radius-top-right: 136px !important;
           border-top-right-radius: 136px !important
       }

       .col-sm-btr-ra137 {
           -webkit-border-top-right-radius: 137px !important;
           -moz-border-radius-top-right: 137px !important;
           border-top-right-radius: 137px !important
       }

       .col-sm-btr-ra138 {
           -webkit-border-top-right-radius: 138px !important;
           -moz-border-radius-top-right: 138px !important;
           border-top-right-radius: 138px !important
       }

       .col-sm-btr-ra139 {
           -webkit-border-top-right-radius: 139px !important;
           -moz-border-radius-top-right: 139px !important;
           border-top-right-radius: 139px !important
       }

       .col-sm-btr-ra140 {
           -webkit-border-top-right-radius: 140px !important;
           -moz-border-radius-top-right: 140px !important;
           border-top-right-radius: 140px !important
       }

       .col-sm-btr-ra141 {
           -webkit-border-top-right-radius: 141px !important;
           -moz-border-radius-top-right: 141px !important;
           border-top-right-radius: 141px !important
       }

       .col-sm-btr-ra142 {
           -webkit-border-top-right-radius: 142px !important;
           -moz-border-radius-top-right: 142px !important;
           border-top-right-radius: 142px !important
       }

       .col-sm-btr-ra143 {
           -webkit-border-top-right-radius: 143px !important;
           -moz-border-radius-top-right: 143px !important;
           border-top-right-radius: 143px !important
       }

       .col-sm-btr-ra144 {
           -webkit-border-top-right-radius: 144px !important;
           -moz-border-radius-top-right: 144px !important;
           border-top-right-radius: 144px !important
       }

       .col-sm-btr-ra145 {
           -webkit-border-top-right-radius: 145px !important;
           -moz-border-radius-top-right: 145px !important;
           border-top-right-radius: 145px !important
       }

       .col-sm-btr-ra146 {
           -webkit-border-top-right-radius: 146px !important;
           -moz-border-radius-top-right: 146px !important;
           border-top-right-radius: 146px !important
       }

       .col-sm-btr-ra147 {
           -webkit-border-top-right-radius: 147px !important;
           -moz-border-radius-top-right: 147px !important;
           border-top-right-radius: 147px !important
       }

       .col-sm-btr-ra148 {
           -webkit-border-top-right-radius: 148px !important;
           -moz-border-radius-top-right: 148px !important;
           border-top-right-radius: 148px !important
       }

       .col-sm-btr-ra149 {
           -webkit-border-top-right-radius: 149px !important;
           -moz-border-radius-top-right: 149px !important;
           border-top-right-radius: 149px !important
       }

       .col-sm-btr-ra150 {
           -webkit-border-top-right-radius: 150px !important;
           -moz-border-radius-top-right: 150px !important;
           border-top-right-radius: 150px !important
       }

       .col-sm-btr-ra151 {
           -webkit-border-top-right-radius: 151px !important;
           -moz-border-radius-top-right: 151px !important;
           border-top-right-radius: 151px !important
       }

       .col-sm-btr-ra152 {
           -webkit-border-top-right-radius: 152px !important;
           -moz-border-radius-top-right: 152px !important;
           border-top-right-radius: 152px !important
       }

       .col-sm-btr-ra153 {
           -webkit-border-top-right-radius: 153px !important;
           -moz-border-radius-top-right: 153px !important;
           border-top-right-radius: 153px !important
       }

       .col-sm-btr-ra154 {
           -webkit-border-top-right-radius: 154px !important;
           -moz-border-radius-top-right: 154px !important;
           border-top-right-radius: 154px !important
       }

       .col-sm-btr-ra155 {
           -webkit-border-top-right-radius: 155px !important;
           -moz-border-radius-top-right: 155px !important;
           border-top-right-radius: 155px !important
       }

       .col-sm-btr-ra156 {
           -webkit-border-top-right-radius: 156px !important;
           -moz-border-radius-top-right: 156px !important;
           border-top-right-radius: 156px !important
       }

       .col-sm-btr-ra157 {
           -webkit-border-top-right-radius: 157px !important;
           -moz-border-radius-top-right: 157px !important;
           border-top-right-radius: 157px !important
       }

       .col-sm-btr-ra158 {
           -webkit-border-top-right-radius: 158px !important;
           -moz-border-radius-top-right: 158px !important;
           border-top-right-radius: 158px !important
       }

       .col-sm-btr-ra159 {
           -webkit-border-top-right-radius: 159px !important;
           -moz-border-radius-top-right: 159px !important;
           border-top-right-radius: 159px !important
       }

       .col-sm-btr-ra160 {
           -webkit-border-top-right-radius: 160px !important;
           -moz-border-radius-top-right: 160px !important;
           border-top-right-radius: 160px !important
       }

       .col-sm-btr-ra161 {
           -webkit-border-top-right-radius: 161px !important;
           -moz-border-radius-top-right: 161px !important;
           border-top-right-radius: 161px !important
       }

       .col-sm-btr-ra162 {
           -webkit-border-top-right-radius: 162px !important;
           -moz-border-radius-top-right: 162px !important;
           border-top-right-radius: 162px !important
       }

       .col-sm-btr-ra163 {
           -webkit-border-top-right-radius: 163px !important;
           -moz-border-radius-top-right: 163px !important;
           border-top-right-radius: 163px !important
       }

       .col-sm-btr-ra164 {
           -webkit-border-top-right-radius: 164px !important;
           -moz-border-radius-top-right: 164px !important;
           border-top-right-radius: 164px !important
       }

       .col-sm-btr-ra165 {
           -webkit-border-top-right-radius: 165px !important;
           -moz-border-radius-top-right: 165px !important;
           border-top-right-radius: 165px !important
       }

       .col-sm-btr-ra166 {
           -webkit-border-top-right-radius: 166px !important;
           -moz-border-radius-top-right: 166px !important;
           border-top-right-radius: 166px !important
       }

       .col-sm-btr-ra167 {
           -webkit-border-top-right-radius: 167px !important;
           -moz-border-radius-top-right: 167px !important;
           border-top-right-radius: 167px !important
       }

       .col-sm-btr-ra168 {
           -webkit-border-top-right-radius: 168px !important;
           -moz-border-radius-top-right: 168px !important;
           border-top-right-radius: 168px !important
       }

       .col-sm-btr-ra169 {
           -webkit-border-top-right-radius: 169px !important;
           -moz-border-radius-top-right: 169px !important;
           border-top-right-radius: 169px !important
       }

       .col-sm-btr-ra170 {
           -webkit-border-top-right-radius: 170px !important;
           -moz-border-radius-top-right: 170px !important;
           border-top-right-radius: 170px !important
       }

       .col-sm-btr-ra171 {
           -webkit-border-top-right-radius: 171px !important;
           -moz-border-radius-top-right: 171px !important;
           border-top-right-radius: 171px !important
       }

       .col-sm-btr-ra172 {
           -webkit-border-top-right-radius: 172px !important;
           -moz-border-radius-top-right: 172px !important;
           border-top-right-radius: 172px !important
       }

       .col-sm-btr-ra173 {
           -webkit-border-top-right-radius: 173px !important;
           -moz-border-radius-top-right: 173px !important;
           border-top-right-radius: 173px !important
       }

       .col-sm-btr-ra174 {
           -webkit-border-top-right-radius: 174px !important;
           -moz-border-radius-top-right: 174px !important;
           border-top-right-radius: 174px !important
       }

       .col-sm-btr-ra175 {
           -webkit-border-top-right-radius: 175px !important;
           -moz-border-radius-top-right: 175px !important;
           border-top-right-radius: 175px !important
       }

       .col-sm-btr-ra176 {
           -webkit-border-top-right-radius: 176px !important;
           -moz-border-radius-top-right: 176px !important;
           border-top-right-radius: 176px !important
       }

       .col-sm-btr-ra177 {
           -webkit-border-top-right-radius: 177px !important;
           -moz-border-radius-top-right: 177px !important;
           border-top-right-radius: 177px !important
       }

       .col-sm-btr-ra178 {
           -webkit-border-top-right-radius: 178px !important;
           -moz-border-radius-top-right: 178px !important;
           border-top-right-radius: 178px !important
       }

       .col-sm-btr-ra179 {
           -webkit-border-top-right-radius: 179px !important;
           -moz-border-radius-top-right: 179px !important;
           border-top-right-radius: 179px !important
       }

       .col-sm-btr-ra180 {
           -webkit-border-top-right-radius: 180px !important;
           -moz-border-radius-top-right: 180px !important;
           border-top-right-radius: 180px !important
       }

       .col-sm-btr-ra181 {
           -webkit-border-top-right-radius: 181px !important;
           -moz-border-radius-top-right: 181px !important;
           border-top-right-radius: 181px !important
       }

       .col-sm-btr-ra182 {
           -webkit-border-top-right-radius: 182px !important;
           -moz-border-radius-top-right: 182px !important;
           border-top-right-radius: 182px !important
       }

       .col-sm-btr-ra183 {
           -webkit-border-top-right-radius: 183px !important;
           -moz-border-radius-top-right: 183px !important;
           border-top-right-radius: 183px !important
       }

       .col-sm-btr-ra184 {
           -webkit-border-top-right-radius: 184px !important;
           -moz-border-radius-top-right: 184px !important;
           border-top-right-radius: 184px !important
       }

       .col-sm-btr-ra185 {
           -webkit-border-top-right-radius: 185px !important;
           -moz-border-radius-top-right: 185px !important;
           border-top-right-radius: 185px !important
       }

       .col-sm-btr-ra186 {
           -webkit-border-top-right-radius: 186px !important;
           -moz-border-radius-top-right: 186px !important;
           border-top-right-radius: 186px !important
       }

       .col-sm-btr-ra187 {
           -webkit-border-top-right-radius: 187px !important;
           -moz-border-radius-top-right: 187px !important;
           border-top-right-radius: 187px !important
       }

       .col-sm-btr-ra188 {
           -webkit-border-top-right-radius: 188px !important;
           -moz-border-radius-top-right: 188px !important;
           border-top-right-radius: 188px !important
       }

       .col-sm-btr-ra189 {
           -webkit-border-top-right-radius: 189px !important;
           -moz-border-radius-top-right: 189px !important;
           border-top-right-radius: 189px !important
       }

       .col-sm-btr-ra190 {
           -webkit-border-top-right-radius: 190px !important;
           -moz-border-radius-top-right: 190px !important;
           border-top-right-radius: 190px !important
       }

       .col-sm-btr-ra191 {
           -webkit-border-top-right-radius: 191px !important;
           -moz-border-radius-top-right: 191px !important;
           border-top-right-radius: 191px !important
       }

       .col-sm-btr-ra192 {
           -webkit-border-top-right-radius: 192px !important;
           -moz-border-radius-top-right: 192px !important;
           border-top-right-radius: 192px !important
       }

       .col-sm-btr-ra193 {
           -webkit-border-top-right-radius: 193px !important;
           -moz-border-radius-top-right: 193px !important;
           border-top-right-radius: 193px !important
       }

       .col-sm-btr-ra194 {
           -webkit-border-top-right-radius: 194px !important;
           -moz-border-radius-top-right: 194px !important;
           border-top-right-radius: 194px !important
       }

       .col-sm-btr-ra195 {
           -webkit-border-top-right-radius: 195px !important;
           -moz-border-radius-top-right: 195px !important;
           border-top-right-radius: 195px !important
       }

       .col-sm-btr-ra196 {
           -webkit-border-top-right-radius: 196px !important;
           -moz-border-radius-top-right: 196px !important;
           border-top-right-radius: 196px !important
       }

       .col-sm-btr-ra197 {
           -webkit-border-top-right-radius: 197px !important;
           -moz-border-radius-top-right: 197px !important;
           border-top-right-radius: 197px !important
       }

       .col-sm-btr-ra198 {
           -webkit-border-top-right-radius: 198px !important;
           -moz-border-radius-top-right: 198px !important;
           border-top-right-radius: 198px !important
       }

       .col-sm-btr-ra199 {
           -webkit-border-top-right-radius: 199px !important;
           -moz-border-radius-top-right: 199px !important;
           border-top-right-radius: 199px !important
       }

       .col-sm-btr-ra200 {
           -webkit-border-top-right-radius: 200px !important;
           -moz-border-radius-top-right: 200px !important;
           border-top-right-radius: 200px !important
       }
   }

   .bn {
       border: none !important
   }

   .on {
       outline: none !important
   }

   .bsn {
       box-shadow: none !important
   }

   @media screen and(max-width:992px) {
       .col-sm-bn {
           border: none !important
       }

       .col-sm-on {
           outline: none !important
       }

       .col-sm-bsn {
           box-shadow: none !important
       }
   }

   .bt0 {
       border-top: solid 0px !important
   }

   .bt {
       border-top: solid 1px !important
   }

   .bt1 {
       border-top: solid 1px !important
   }

   .bt2 {
       border-top: solid 2px !important
   }

   .bt3 {
       border-top: solid 3px !important
   }

   .bt4 {
       border-top: solid 4px !important
   }

   .bt5 {
       border-top: solid 5px !important
   }

   .bt6 {
       border-top: solid 6px !important
   }

   .bt7 {
       border-top: solid 7px !important
   }

   .bt8 {
       border-top: solid 8px !important
   }

   .bt9 {
       border-top: solid 9px !important
   }

   .bt10 {
       border-top: solid 10px !important
   }

   .bt11 {
       border-top: solid 11px !important
   }

   .bt12 {
       border-top: solid 12px !important
   }

   .bt13 {
       border-top: solid 13px !important
   }

   .bt14 {
       border-top: solid 14px !important
   }

   .bt15 {
       border-top: solid 15px !important
   }

   .bt16 {
       border-top: solid 16px !important
   }

   .bt17 {
       border-top: solid 17px !important
   }

   .bt18 {
       border-top: solid 18px !important
   }

   .bt19 {
       border-top: solid 19px !important
   }

   .bt20 {
       border-top: solid 20px !important
   }

   .bt21 {
       border-top: solid 21px !important
   }

   .bt22 {
       border-top: solid 22px !important
   }

   .bt23 {
       border-top: solid 23px !important
   }

   .bt24 {
       border-top: solid 24px !important
   }

   .bt25 {
       border-top: solid 25px !important
   }

   .bt26 {
       border-top: solid 26px !important
   }

   .bt27 {
       border-top: solid 27px !important
   }

   .bt28 {
       border-top: solid 28px !important
   }

   .bt29 {
       border-top: solid 29px !important
   }

   .bt30 {
       border-top: solid 30px !important
   }

   .bt31 {
       border-top: solid 31px !important
   }

   .bt32 {
       border-top: solid 32px !important
   }

   .bt33 {
       border-top: solid 33px !important
   }

   .bt34 {
       border-top: solid 34px !important
   }

   .bt35 {
       border-top: solid 35px !important
   }

   .bt36 {
       border-top: solid 36px !important
   }

   .bt37 {
       border-top: solid 37px !important
   }

   .bt38 {
       border-top: solid 38px !important
   }

   .bt39 {
       border-top: solid 39px !important
   }

   .bt40 {
       border-top: solid 40px !important
   }

   .bt41 {
       border-top: solid 41px !important
   }

   .bt42 {
       border-top: solid 42px !important
   }

   .bt43 {
       border-top: solid 43px !important
   }

   .bt44 {
       border-top: solid 44px !important
   }

   .bt45 {
       border-top: solid 45px !important
   }

   .bt46 {
       border-top: solid 46px !important
   }

   .bt47 {
       border-top: solid 47px !important
   }

   .bt48 {
       border-top: solid 48px !important
   }

   .bt49 {
       border-top: solid 49px !important
   }

   .bt50 {
       border-top: solid 50px !important
   }

   .bt51 {
       border-top: solid 51px !important
   }

   .bt52 {
       border-top: solid 52px !important
   }

   .bt53 {
       border-top: solid 53px !important
   }

   .bt54 {
       border-top: solid 54px !important
   }

   .bt55 {
       border-top: solid 55px !important
   }

   .bt56 {
       border-top: solid 56px !important
   }

   .bt57 {
       border-top: solid 57px !important
   }

   .bt58 {
       border-top: solid 58px !important
   }

   .bt59 {
       border-top: solid 59px !important
   }

   .bt60 {
       border-top: solid 60px !important
   }

   .bt61 {
       border-top: solid 61px !important
   }

   .bt62 {
       border-top: solid 62px !important
   }

   .bt63 {
       border-top: solid 63px !important
   }

   .bt64 {
       border-top: solid 64px !important
   }

   .bt65 {
       border-top: solid 65px !important
   }

   .bt66 {
       border-top: solid 66px !important
   }

   .bt67 {
       border-top: solid 67px !important
   }

   .bt68 {
       border-top: solid 68px !important
   }

   .bt69 {
       border-top: solid 69px !important
   }

   .bt70 {
       border-top: solid 70px !important
   }

   .bt71 {
       border-top: solid 71px !important
   }

   .bt72 {
       border-top: solid 72px !important
   }

   .bt73 {
       border-top: solid 73px !important
   }

   .bt74 {
       border-top: solid 74px !important
   }

   .bt75 {
       border-top: solid 75px !important
   }

   .bt76 {
       border-top: solid 76px !important
   }

   .bt77 {
       border-top: solid 77px !important
   }

   .bt78 {
       border-top: solid 78px !important
   }

   .bt79 {
       border-top: solid 79px !important
   }

   .bt80 {
       border-top: solid 80px !important
   }

   .bt81 {
       border-top: solid 81px !important
   }

   .bt82 {
       border-top: solid 82px !important
   }

   .bt83 {
       border-top: solid 83px !important
   }

   .bt84 {
       border-top: solid 84px !important
   }

   .bt85 {
       border-top: solid 85px !important
   }

   .bt86 {
       border-top: solid 86px !important
   }

   .bt87 {
       border-top: solid 87px !important
   }

   .bt88 {
       border-top: solid 88px !important
   }

   .bt89 {
       border-top: solid 89px !important
   }

   .bt90 {
       border-top: solid 90px !important
   }

   .bt91 {
       border-top: solid 91px !important
   }

   .bt92 {
       border-top: solid 92px !important
   }

   .bt93 {
       border-top: solid 93px !important
   }

   .bt94 {
       border-top: solid 94px !important
   }

   .bt95 {
       border-top: solid 95px !important
   }

   .bt96 {
       border-top: solid 96px !important
   }

   .bt97 {
       border-top: solid 97px !important
   }

   .bt98 {
       border-top: solid 98px !important
   }

   .bt99 {
       border-top: solid 99px !important
   }

   .bt100 {
       border-top: solid 100px !important
   }

   .bt101 {
       border-top: solid 101px !important
   }

   .bt102 {
       border-top: solid 102px !important
   }

   .bt103 {
       border-top: solid 103px !important
   }

   .bt104 {
       border-top: solid 104px !important
   }

   .bt105 {
       border-top: solid 105px !important
   }

   .bt106 {
       border-top: solid 106px !important
   }

   .bt107 {
       border-top: solid 107px !important
   }

   .bt108 {
       border-top: solid 108px !important
   }

   .bt109 {
       border-top: solid 109px !important
   }

   .bt110 {
       border-top: solid 110px !important
   }

   .bt111 {
       border-top: solid 111px !important
   }

   .bt112 {
       border-top: solid 112px !important
   }

   .bt113 {
       border-top: solid 113px !important
   }

   .bt114 {
       border-top: solid 114px !important
   }

   .bt115 {
       border-top: solid 115px !important
   }

   .bt116 {
       border-top: solid 116px !important
   }

   .bt117 {
       border-top: solid 117px !important
   }

   .bt118 {
       border-top: solid 118px !important
   }

   .bt119 {
       border-top: solid 119px !important
   }

   .bt120 {
       border-top: solid 120px !important
   }

   .bt121 {
       border-top: solid 121px !important
   }

   .bt122 {
       border-top: solid 122px !important
   }

   .bt123 {
       border-top: solid 123px !important
   }

   .bt124 {
       border-top: solid 124px !important
   }

   .bt125 {
       border-top: solid 125px !important
   }

   .bt126 {
       border-top: solid 126px !important
   }

   .bt127 {
       border-top: solid 127px !important
   }

   .bt128 {
       border-top: solid 128px !important
   }

   .bt129 {
       border-top: solid 129px !important
   }

   .bt130 {
       border-top: solid 130px !important
   }

   .bt131 {
       border-top: solid 131px !important
   }

   .bt132 {
       border-top: solid 132px !important
   }

   .bt133 {
       border-top: solid 133px !important
   }

   .bt134 {
       border-top: solid 134px !important
   }

   .bt135 {
       border-top: solid 135px !important
   }

   .bt136 {
       border-top: solid 136px !important
   }

   .bt137 {
       border-top: solid 137px !important
   }

   .bt138 {
       border-top: solid 138px !important
   }

   .bt139 {
       border-top: solid 139px !important
   }

   .bt140 {
       border-top: solid 140px !important
   }

   .bt141 {
       border-top: solid 141px !important
   }

   .bt142 {
       border-top: solid 142px !important
   }

   .bt143 {
       border-top: solid 143px !important
   }

   .bt144 {
       border-top: solid 144px !important
   }

   .bt145 {
       border-top: solid 145px !important
   }

   .bt146 {
       border-top: solid 146px !important
   }

   .bt147 {
       border-top: solid 147px !important
   }

   .bt148 {
       border-top: solid 148px !important
   }

   .bt149 {
       border-top: solid 149px !important
   }

   .bt150 {
       border-top: solid 150px !important
   }

   .bt151 {
       border-top: solid 151px !important
   }

   .bt152 {
       border-top: solid 152px !important
   }

   .bt153 {
       border-top: solid 153px !important
   }

   .bt154 {
       border-top: solid 154px !important
   }

   .bt155 {
       border-top: solid 155px !important
   }

   .bt156 {
       border-top: solid 156px !important
   }

   .bt157 {
       border-top: solid 157px !important
   }

   .bt158 {
       border-top: solid 158px !important
   }

   .bt159 {
       border-top: solid 159px !important
   }

   .bt160 {
       border-top: solid 160px !important
   }

   .bt161 {
       border-top: solid 161px !important
   }

   .bt162 {
       border-top: solid 162px !important
   }

   .bt163 {
       border-top: solid 163px !important
   }

   .bt164 {
       border-top: solid 164px !important
   }

   .bt165 {
       border-top: solid 165px !important
   }

   .bt166 {
       border-top: solid 166px !important
   }

   .bt167 {
       border-top: solid 167px !important
   }

   .bt168 {
       border-top: solid 168px !important
   }

   .bt169 {
       border-top: solid 169px !important
   }

   .bt170 {
       border-top: solid 170px !important
   }

   .bt171 {
       border-top: solid 171px !important
   }

   .bt172 {
       border-top: solid 172px !important
   }

   .bt173 {
       border-top: solid 173px !important
   }

   .bt174 {
       border-top: solid 174px !important
   }

   .bt175 {
       border-top: solid 175px !important
   }

   .bt176 {
       border-top: solid 176px !important
   }

   .bt177 {
       border-top: solid 177px !important
   }

   .bt178 {
       border-top: solid 178px !important
   }

   .bt179 {
       border-top: solid 179px !important
   }

   .bt180 {
       border-top: solid 180px !important
   }

   .bt181 {
       border-top: solid 181px !important
   }

   .bt182 {
       border-top: solid 182px !important
   }

   .bt183 {
       border-top: solid 183px !important
   }

   .bt184 {
       border-top: solid 184px !important
   }

   .bt185 {
       border-top: solid 185px !important
   }

   .bt186 {
       border-top: solid 186px !important
   }

   .bt187 {
       border-top: solid 187px !important
   }

   .bt188 {
       border-top: solid 188px !important
   }

   .bt189 {
       border-top: solid 189px !important
   }

   .bt190 {
       border-top: solid 190px !important
   }

   .bt191 {
       border-top: solid 191px !important
   }

   .bt192 {
       border-top: solid 192px !important
   }

   .bt193 {
       border-top: solid 193px !important
   }

   .bt194 {
       border-top: solid 194px !important
   }

   .bt195 {
       border-top: solid 195px !important
   }

   .bt196 {
       border-top: solid 196px !important
   }

   .bt197 {
       border-top: solid 197px !important
   }

   .bt198 {
       border-top: solid 198px !important
   }

   .bt199 {
       border-top: solid 199px !important
   }

   .bt200 {
       border-top: solid 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-bt0 {
           border-top: solid 0px !important
       }

       .col-sm-bt {
           border-top: solid 1px !important
       }

       .col-sm-bt1 {
           border-top: solid 1px !important
       }

       .col-sm-bt2 {
           border-top: solid 2px !important
       }

       .col-sm-bt3 {
           border-top: solid 3px !important
       }

       .col-sm-bt4 {
           border-top: solid 4px !important
       }

       .col-sm-bt5 {
           border-top: solid 5px !important
       }

       .col-sm-bt6 {
           border-top: solid 6px !important
       }

       .col-sm-bt7 {
           border-top: solid 7px !important
       }

       .col-sm-bt8 {
           border-top: solid 8px !important
       }

       .col-sm-bt9 {
           border-top: solid 9px !important
       }

       .col-sm-bt10 {
           border-top: solid 10px !important
       }

       .col-sm-bt11 {
           border-top: solid 11px !important
       }

       .col-sm-bt12 {
           border-top: solid 12px !important
       }

       .col-sm-bt13 {
           border-top: solid 13px !important
       }

       .col-sm-bt14 {
           border-top: solid 14px !important
       }

       .col-sm-bt15 {
           border-top: solid 15px !important
       }

       .col-sm-bt16 {
           border-top: solid 16px !important
       }

       .col-sm-bt17 {
           border-top: solid 17px !important
       }

       .col-sm-bt18 {
           border-top: solid 18px !important
       }

       .col-sm-bt19 {
           border-top: solid 19px !important
       }

       .col-sm-bt20 {
           border-top: solid 20px !important
       }

       .col-sm-bt21 {
           border-top: solid 21px !important
       }

       .col-sm-bt22 {
           border-top: solid 22px !important
       }

       .col-sm-bt23 {
           border-top: solid 23px !important
       }

       .col-sm-bt24 {
           border-top: solid 24px !important
       }

       .col-sm-bt25 {
           border-top: solid 25px !important
       }

       .col-sm-bt26 {
           border-top: solid 26px !important
       }

       .col-sm-bt27 {
           border-top: solid 27px !important
       }

       .col-sm-bt28 {
           border-top: solid 28px !important
       }

       .col-sm-bt29 {
           border-top: solid 29px !important
       }

       .col-sm-bt30 {
           border-top: solid 30px !important
       }

       .col-sm-bt31 {
           border-top: solid 31px !important
       }

       .col-sm-bt32 {
           border-top: solid 32px !important
       }

       .col-sm-bt33 {
           border-top: solid 33px !important
       }

       .col-sm-bt34 {
           border-top: solid 34px !important
       }

       .col-sm-bt35 {
           border-top: solid 35px !important
       }

       .col-sm-bt36 {
           border-top: solid 36px !important
       }

       .col-sm-bt37 {
           border-top: solid 37px !important
       }

       .col-sm-bt38 {
           border-top: solid 38px !important
       }

       .col-sm-bt39 {
           border-top: solid 39px !important
       }

       .col-sm-bt40 {
           border-top: solid 40px !important
       }

       .col-sm-bt41 {
           border-top: solid 41px !important
       }

       .col-sm-bt42 {
           border-top: solid 42px !important
       }

       .col-sm-bt43 {
           border-top: solid 43px !important
       }

       .col-sm-bt44 {
           border-top: solid 44px !important
       }

       .col-sm-bt45 {
           border-top: solid 45px !important
       }

       .col-sm-bt46 {
           border-top: solid 46px !important
       }

       .col-sm-bt47 {
           border-top: solid 47px !important
       }

       .col-sm-bt48 {
           border-top: solid 48px !important
       }

       .col-sm-bt49 {
           border-top: solid 49px !important
       }

       .col-sm-bt50 {
           border-top: solid 50px !important
       }

       .col-sm-bt51 {
           border-top: solid 51px !important
       }

       .col-sm-bt52 {
           border-top: solid 52px !important
       }

       .col-sm-bt53 {
           border-top: solid 53px !important
       }

       .col-sm-bt54 {
           border-top: solid 54px !important
       }

       .col-sm-bt55 {
           border-top: solid 55px !important
       }

       .col-sm-bt56 {
           border-top: solid 56px !important
       }

       .col-sm-bt57 {
           border-top: solid 57px !important
       }

       .col-sm-bt58 {
           border-top: solid 58px !important
       }

       .col-sm-bt59 {
           border-top: solid 59px !important
       }

       .col-sm-bt60 {
           border-top: solid 60px !important
       }

       .col-sm-bt61 {
           border-top: solid 61px !important
       }

       .col-sm-bt62 {
           border-top: solid 62px !important
       }

       .col-sm-bt63 {
           border-top: solid 63px !important
       }

       .col-sm-bt64 {
           border-top: solid 64px !important
       }

       .col-sm-bt65 {
           border-top: solid 65px !important
       }

       .col-sm-bt66 {
           border-top: solid 66px !important
       }

       .col-sm-bt67 {
           border-top: solid 67px !important
       }

       .col-sm-bt68 {
           border-top: solid 68px !important
       }

       .col-sm-bt69 {
           border-top: solid 69px !important
       }

       .col-sm-bt70 {
           border-top: solid 70px !important
       }

       .col-sm-bt71 {
           border-top: solid 71px !important
       }

       .col-sm-bt72 {
           border-top: solid 72px !important
       }

       .col-sm-bt73 {
           border-top: solid 73px !important
       }

       .col-sm-bt74 {
           border-top: solid 74px !important
       }

       .col-sm-bt75 {
           border-top: solid 75px !important
       }

       .col-sm-bt76 {
           border-top: solid 76px !important
       }

       .col-sm-bt77 {
           border-top: solid 77px !important
       }

       .col-sm-bt78 {
           border-top: solid 78px !important
       }

       .col-sm-bt79 {
           border-top: solid 79px !important
       }

       .col-sm-bt80 {
           border-top: solid 80px !important
       }

       .col-sm-bt81 {
           border-top: solid 81px !important
       }

       .col-sm-bt82 {
           border-top: solid 82px !important
       }

       .col-sm-bt83 {
           border-top: solid 83px !important
       }

       .col-sm-bt84 {
           border-top: solid 84px !important
       }

       .col-sm-bt85 {
           border-top: solid 85px !important
       }

       .col-sm-bt86 {
           border-top: solid 86px !important
       }

       .col-sm-bt87 {
           border-top: solid 87px !important
       }

       .col-sm-bt88 {
           border-top: solid 88px !important
       }

       .col-sm-bt89 {
           border-top: solid 89px !important
       }

       .col-sm-bt90 {
           border-top: solid 90px !important
       }

       .col-sm-bt91 {
           border-top: solid 91px !important
       }

       .col-sm-bt92 {
           border-top: solid 92px !important
       }

       .col-sm-bt93 {
           border-top: solid 93px !important
       }

       .col-sm-bt94 {
           border-top: solid 94px !important
       }

       .col-sm-bt95 {
           border-top: solid 95px !important
       }

       .col-sm-bt96 {
           border-top: solid 96px !important
       }

       .col-sm-bt97 {
           border-top: solid 97px !important
       }

       .col-sm-bt98 {
           border-top: solid 98px !important
       }

       .col-sm-bt99 {
           border-top: solid 99px !important
       }

       .col-sm-bt100 {
           border-top: solid 100px !important
       }

       .col-sm-bt101 {
           border-top: solid 101px !important
       }

       .col-sm-bt102 {
           border-top: solid 102px !important
       }

       .col-sm-bt103 {
           border-top: solid 103px !important
       }

       .col-sm-bt104 {
           border-top: solid 104px !important
       }

       .col-sm-bt105 {
           border-top: solid 105px !important
       }

       .col-sm-bt106 {
           border-top: solid 106px !important
       }

       .col-sm-bt107 {
           border-top: solid 107px !important
       }

       .col-sm-bt108 {
           border-top: solid 108px !important
       }

       .col-sm-bt109 {
           border-top: solid 109px !important
       }

       .col-sm-bt110 {
           border-top: solid 110px !important
       }

       .col-sm-bt111 {
           border-top: solid 111px !important
       }

       .col-sm-bt112 {
           border-top: solid 112px !important
       }

       .col-sm-bt113 {
           border-top: solid 113px !important
       }

       .col-sm-bt114 {
           border-top: solid 114px !important
       }

       .col-sm-bt115 {
           border-top: solid 115px !important
       }

       .col-sm-bt116 {
           border-top: solid 116px !important
       }

       .col-sm-bt117 {
           border-top: solid 117px !important
       }

       .col-sm-bt118 {
           border-top: solid 118px !important
       }

       .col-sm-bt119 {
           border-top: solid 119px !important
       }

       .col-sm-bt120 {
           border-top: solid 120px !important
       }

       .col-sm-bt121 {
           border-top: solid 121px !important
       }

       .col-sm-bt122 {
           border-top: solid 122px !important
       }

       .col-sm-bt123 {
           border-top: solid 123px !important
       }

       .col-sm-bt124 {
           border-top: solid 124px !important
       }

       .col-sm-bt125 {
           border-top: solid 125px !important
       }

       .col-sm-bt126 {
           border-top: solid 126px !important
       }

       .col-sm-bt127 {
           border-top: solid 127px !important
       }

       .col-sm-bt128 {
           border-top: solid 128px !important
       }

       .col-sm-bt129 {
           border-top: solid 129px !important
       }

       .col-sm-bt130 {
           border-top: solid 130px !important
       }

       .col-sm-bt131 {
           border-top: solid 131px !important
       }

       .col-sm-bt132 {
           border-top: solid 132px !important
       }

       .col-sm-bt133 {
           border-top: solid 133px !important
       }

       .col-sm-bt134 {
           border-top: solid 134px !important
       }

       .col-sm-bt135 {
           border-top: solid 135px !important
       }

       .col-sm-bt136 {
           border-top: solid 136px !important
       }

       .col-sm-bt137 {
           border-top: solid 137px !important
       }

       .col-sm-bt138 {
           border-top: solid 138px !important
       }

       .col-sm-bt139 {
           border-top: solid 139px !important
       }

       .col-sm-bt140 {
           border-top: solid 140px !important
       }

       .col-sm-bt141 {
           border-top: solid 141px !important
       }

       .col-sm-bt142 {
           border-top: solid 142px !important
       }

       .col-sm-bt143 {
           border-top: solid 143px !important
       }

       .col-sm-bt144 {
           border-top: solid 144px !important
       }

       .col-sm-bt145 {
           border-top: solid 145px !important
       }

       .col-sm-bt146 {
           border-top: solid 146px !important
       }

       .col-sm-bt147 {
           border-top: solid 147px !important
       }

       .col-sm-bt148 {
           border-top: solid 148px !important
       }

       .col-sm-bt149 {
           border-top: solid 149px !important
       }

       .col-sm-bt150 {
           border-top: solid 150px !important
       }

       .col-sm-bt151 {
           border-top: solid 151px !important
       }

       .col-sm-bt152 {
           border-top: solid 152px !important
       }

       .col-sm-bt153 {
           border-top: solid 153px !important
       }

       .col-sm-bt154 {
           border-top: solid 154px !important
       }

       .col-sm-bt155 {
           border-top: solid 155px !important
       }

       .col-sm-bt156 {
           border-top: solid 156px !important
       }

       .col-sm-bt157 {
           border-top: solid 157px !important
       }

       .col-sm-bt158 {
           border-top: solid 158px !important
       }

       .col-sm-bt159 {
           border-top: solid 159px !important
       }

       .col-sm-bt160 {
           border-top: solid 160px !important
       }

       .col-sm-bt161 {
           border-top: solid 161px !important
       }

       .col-sm-bt162 {
           border-top: solid 162px !important
       }

       .col-sm-bt163 {
           border-top: solid 163px !important
       }

       .col-sm-bt164 {
           border-top: solid 164px !important
       }

       .col-sm-bt165 {
           border-top: solid 165px !important
       }

       .col-sm-bt166 {
           border-top: solid 166px !important
       }

       .col-sm-bt167 {
           border-top: solid 167px !important
       }

       .col-sm-bt168 {
           border-top: solid 168px !important
       }

       .col-sm-bt169 {
           border-top: solid 169px !important
       }

       .col-sm-bt170 {
           border-top: solid 170px !important
       }

       .col-sm-bt171 {
           border-top: solid 171px !important
       }

       .col-sm-bt172 {
           border-top: solid 172px !important
       }

       .col-sm-bt173 {
           border-top: solid 173px !important
       }

       .col-sm-bt174 {
           border-top: solid 174px !important
       }

       .col-sm-bt175 {
           border-top: solid 175px !important
       }

       .col-sm-bt176 {
           border-top: solid 176px !important
       }

       .col-sm-bt177 {
           border-top: solid 177px !important
       }

       .col-sm-bt178 {
           border-top: solid 178px !important
       }

       .col-sm-bt179 {
           border-top: solid 179px !important
       }

       .col-sm-bt180 {
           border-top: solid 180px !important
       }

       .col-sm-bt181 {
           border-top: solid 181px !important
       }

       .col-sm-bt182 {
           border-top: solid 182px !important
       }

       .col-sm-bt183 {
           border-top: solid 183px !important
       }

       .col-sm-bt184 {
           border-top: solid 184px !important
       }

       .col-sm-bt185 {
           border-top: solid 185px !important
       }

       .col-sm-bt186 {
           border-top: solid 186px !important
       }

       .col-sm-bt187 {
           border-top: solid 187px !important
       }

       .col-sm-bt188 {
           border-top: solid 188px !important
       }

       .col-sm-bt189 {
           border-top: solid 189px !important
       }

       .col-sm-bt190 {
           border-top: solid 190px !important
       }

       .col-sm-bt191 {
           border-top: solid 191px !important
       }

       .col-sm-bt192 {
           border-top: solid 192px !important
       }

       .col-sm-bt193 {
           border-top: solid 193px !important
       }

       .col-sm-bt194 {
           border-top: solid 194px !important
       }

       .col-sm-bt195 {
           border-top: solid 195px !important
       }

       .col-sm-bt196 {
           border-top: solid 196px !important
       }

       .col-sm-bt197 {
           border-top: solid 197px !important
       }

       .col-sm-bt198 {
           border-top: solid 198px !important
       }

       .col-sm-bt199 {
           border-top: solid 199px !important
       }

       .col-sm-bt200 {
           border-top: solid 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-bt0 {
           border-top: solid 0px !important
       }

       .col-xs-bt {
           border-top: solid 1px !important
       }

       .col-xs-bt1 {
           border-top: solid 1px !important
       }

       .col-xs-bt2 {
           border-top: solid 2px !important
       }

       .col-xs-bt3 {
           border-top: solid 3px !important
       }

       .col-xs-bt4 {
           border-top: solid 4px !important
       }

       .col-xs-bt5 {
           border-top: solid 5px !important
       }

       .col-xs-bt6 {
           border-top: solid 6px !important
       }

       .col-xs-bt7 {
           border-top: solid 7px !important
       }

       .col-xs-bt8 {
           border-top: solid 8px !important
       }

       .col-xs-bt9 {
           border-top: solid 9px !important
       }

       .col-xs-bt10 {
           border-top: solid 10px !important
       }

       .col-xs-bt11 {
           border-top: solid 11px !important
       }

       .col-xs-bt12 {
           border-top: solid 12px !important
       }

       .col-xs-bt13 {
           border-top: solid 13px !important
       }

       .col-xs-bt14 {
           border-top: solid 14px !important
       }

       .col-xs-bt15 {
           border-top: solid 15px !important
       }

       .col-xs-bt16 {
           border-top: solid 16px !important
       }

       .col-xs-bt17 {
           border-top: solid 17px !important
       }

       .col-xs-bt18 {
           border-top: solid 18px !important
       }

       .col-xs-bt19 {
           border-top: solid 19px !important
       }

       .col-xs-bt20 {
           border-top: solid 20px !important
       }

       .col-xs-bt21 {
           border-top: solid 21px !important
       }

       .col-xs-bt22 {
           border-top: solid 22px !important
       }

       .col-xs-bt23 {
           border-top: solid 23px !important
       }

       .col-xs-bt24 {
           border-top: solid 24px !important
       }

       .col-xs-bt25 {
           border-top: solid 25px !important
       }

       .col-xs-bt26 {
           border-top: solid 26px !important
       }

       .col-xs-bt27 {
           border-top: solid 27px !important
       }

       .col-xs-bt28 {
           border-top: solid 28px !important
       }

       .col-xs-bt29 {
           border-top: solid 29px !important
       }

       .col-xs-bt30 {
           border-top: solid 30px !important
       }

       .col-xs-bt31 {
           border-top: solid 31px !important
       }

       .col-xs-bt32 {
           border-top: solid 32px !important
       }

       .col-xs-bt33 {
           border-top: solid 33px !important
       }

       .col-xs-bt34 {
           border-top: solid 34px !important
       }

       .col-xs-bt35 {
           border-top: solid 35px !important
       }

       .col-xs-bt36 {
           border-top: solid 36px !important
       }

       .col-xs-bt37 {
           border-top: solid 37px !important
       }

       .col-xs-bt38 {
           border-top: solid 38px !important
       }

       .col-xs-bt39 {
           border-top: solid 39px !important
       }

       .col-xs-bt40 {
           border-top: solid 40px !important
       }

       .col-xs-bt41 {
           border-top: solid 41px !important
       }

       .col-xs-bt42 {
           border-top: solid 42px !important
       }

       .col-xs-bt43 {
           border-top: solid 43px !important
       }

       .col-xs-bt44 {
           border-top: solid 44px !important
       }

       .col-xs-bt45 {
           border-top: solid 45px !important
       }

       .col-xs-bt46 {
           border-top: solid 46px !important
       }

       .col-xs-bt47 {
           border-top: solid 47px !important
       }

       .col-xs-bt48 {
           border-top: solid 48px !important
       }

       .col-xs-bt49 {
           border-top: solid 49px !important
       }

       .col-xs-bt50 {
           border-top: solid 50px !important
       }

       .col-xs-bt51 {
           border-top: solid 51px !important
       }

       .col-xs-bt52 {
           border-top: solid 52px !important
       }

       .col-xs-bt53 {
           border-top: solid 53px !important
       }

       .col-xs-bt54 {
           border-top: solid 54px !important
       }

       .col-xs-bt55 {
           border-top: solid 55px !important
       }

       .col-xs-bt56 {
           border-top: solid 56px !important
       }

       .col-xs-bt57 {
           border-top: solid 57px !important
       }

       .col-xs-bt58 {
           border-top: solid 58px !important
       }

       .col-xs-bt59 {
           border-top: solid 59px !important
       }

       .col-xs-bt60 {
           border-top: solid 60px !important
       }

       .col-xs-bt61 {
           border-top: solid 61px !important
       }

       .col-xs-bt62 {
           border-top: solid 62px !important
       }

       .col-xs-bt63 {
           border-top: solid 63px !important
       }

       .col-xs-bt64 {
           border-top: solid 64px !important
       }

       .col-xs-bt65 {
           border-top: solid 65px !important
       }

       .col-xs-bt66 {
           border-top: solid 66px !important
       }

       .col-xs-bt67 {
           border-top: solid 67px !important
       }

       .col-xs-bt68 {
           border-top: solid 68px !important
       }

       .col-xs-bt69 {
           border-top: solid 69px !important
       }

       .col-xs-bt70 {
           border-top: solid 70px !important
       }

       .col-xs-bt71 {
           border-top: solid 71px !important
       }

       .col-xs-bt72 {
           border-top: solid 72px !important
       }

       .col-xs-bt73 {
           border-top: solid 73px !important
       }

       .col-xs-bt74 {
           border-top: solid 74px !important
       }

       .col-xs-bt75 {
           border-top: solid 75px !important
       }

       .col-xs-bt76 {
           border-top: solid 76px !important
       }

       .col-xs-bt77 {
           border-top: solid 77px !important
       }

       .col-xs-bt78 {
           border-top: solid 78px !important
       }

       .col-xs-bt79 {
           border-top: solid 79px !important
       }

       .col-xs-bt80 {
           border-top: solid 80px !important
       }

       .col-xs-bt81 {
           border-top: solid 81px !important
       }

       .col-xs-bt82 {
           border-top: solid 82px !important
       }

       .col-xs-bt83 {
           border-top: solid 83px !important
       }

       .col-xs-bt84 {
           border-top: solid 84px !important
       }

       .col-xs-bt85 {
           border-top: solid 85px !important
       }

       .col-xs-bt86 {
           border-top: solid 86px !important
       }

       .col-xs-bt87 {
           border-top: solid 87px !important
       }

       .col-xs-bt88 {
           border-top: solid 88px !important
       }

       .col-xs-bt89 {
           border-top: solid 89px !important
       }

       .col-xs-bt90 {
           border-top: solid 90px !important
       }

       .col-xs-bt91 {
           border-top: solid 91px !important
       }

       .col-xs-bt92 {
           border-top: solid 92px !important
       }

       .col-xs-bt93 {
           border-top: solid 93px !important
       }

       .col-xs-bt94 {
           border-top: solid 94px !important
       }

       .col-xs-bt95 {
           border-top: solid 95px !important
       }

       .col-xs-bt96 {
           border-top: solid 96px !important
       }

       .col-xs-bt97 {
           border-top: solid 97px !important
       }

       .col-xs-bt98 {
           border-top: solid 98px !important
       }

       .col-xs-bt99 {
           border-top: solid 99px !important
       }

       .col-xs-bt100 {
           border-top: solid 100px !important
       }

       .col-xs-bt101 {
           border-top: solid 101px !important
       }

       .col-xs-bt102 {
           border-top: solid 102px !important
       }

       .col-xs-bt103 {
           border-top: solid 103px !important
       }

       .col-xs-bt104 {
           border-top: solid 104px !important
       }

       .col-xs-bt105 {
           border-top: solid 105px !important
       }

       .col-xs-bt106 {
           border-top: solid 106px !important
       }

       .col-xs-bt107 {
           border-top: solid 107px !important
       }

       .col-xs-bt108 {
           border-top: solid 108px !important
       }

       .col-xs-bt109 {
           border-top: solid 109px !important
       }

       .col-xs-bt110 {
           border-top: solid 110px !important
       }

       .col-xs-bt111 {
           border-top: solid 111px !important
       }

       .col-xs-bt112 {
           border-top: solid 112px !important
       }

       .col-xs-bt113 {
           border-top: solid 113px !important
       }

       .col-xs-bt114 {
           border-top: solid 114px !important
       }

       .col-xs-bt115 {
           border-top: solid 115px !important
       }

       .col-xs-bt116 {
           border-top: solid 116px !important
       }

       .col-xs-bt117 {
           border-top: solid 117px !important
       }

       .col-xs-bt118 {
           border-top: solid 118px !important
       }

       .col-xs-bt119 {
           border-top: solid 119px !important
       }

       .col-xs-bt120 {
           border-top: solid 120px !important
       }

       .col-xs-bt121 {
           border-top: solid 121px !important
       }

       .col-xs-bt122 {
           border-top: solid 122px !important
       }

       .col-xs-bt123 {
           border-top: solid 123px !important
       }

       .col-xs-bt124 {
           border-top: solid 124px !important
       }

       .col-xs-bt125 {
           border-top: solid 125px !important
       }

       .col-xs-bt126 {
           border-top: solid 126px !important
       }

       .col-xs-bt127 {
           border-top: solid 127px !important
       }

       .col-xs-bt128 {
           border-top: solid 128px !important
       }

       .col-xs-bt129 {
           border-top: solid 129px !important
       }

       .col-xs-bt130 {
           border-top: solid 130px !important
       }

       .col-xs-bt131 {
           border-top: solid 131px !important
       }

       .col-xs-bt132 {
           border-top: solid 132px !important
       }

       .col-xs-bt133 {
           border-top: solid 133px !important
       }

       .col-xs-bt134 {
           border-top: solid 134px !important
       }

       .col-xs-bt135 {
           border-top: solid 135px !important
       }

       .col-xs-bt136 {
           border-top: solid 136px !important
       }

       .col-xs-bt137 {
           border-top: solid 137px !important
       }

       .col-xs-bt138 {
           border-top: solid 138px !important
       }

       .col-xs-bt139 {
           border-top: solid 139px !important
       }

       .col-xs-bt140 {
           border-top: solid 140px !important
       }

       .col-xs-bt141 {
           border-top: solid 141px !important
       }

       .col-xs-bt142 {
           border-top: solid 142px !important
       }

       .col-xs-bt143 {
           border-top: solid 143px !important
       }

       .col-xs-bt144 {
           border-top: solid 144px !important
       }

       .col-xs-bt145 {
           border-top: solid 145px !important
       }

       .col-xs-bt146 {
           border-top: solid 146px !important
       }

       .col-xs-bt147 {
           border-top: solid 147px !important
       }

       .col-xs-bt148 {
           border-top: solid 148px !important
       }

       .col-xs-bt149 {
           border-top: solid 149px !important
       }

       .col-xs-bt150 {
           border-top: solid 150px !important
       }

       .col-xs-bt151 {
           border-top: solid 151px !important
       }

       .col-xs-bt152 {
           border-top: solid 152px !important
       }

       .col-xs-bt153 {
           border-top: solid 153px !important
       }

       .col-xs-bt154 {
           border-top: solid 154px !important
       }

       .col-xs-bt155 {
           border-top: solid 155px !important
       }

       .col-xs-bt156 {
           border-top: solid 156px !important
       }

       .col-xs-bt157 {
           border-top: solid 157px !important
       }

       .col-xs-bt158 {
           border-top: solid 158px !important
       }

       .col-xs-bt159 {
           border-top: solid 159px !important
       }

       .col-xs-bt160 {
           border-top: solid 160px !important
       }

       .col-xs-bt161 {
           border-top: solid 161px !important
       }

       .col-xs-bt162 {
           border-top: solid 162px !important
       }

       .col-xs-bt163 {
           border-top: solid 163px !important
       }

       .col-xs-bt164 {
           border-top: solid 164px !important
       }

       .col-xs-bt165 {
           border-top: solid 165px !important
       }

       .col-xs-bt166 {
           border-top: solid 166px !important
       }

       .col-xs-bt167 {
           border-top: solid 167px !important
       }

       .col-xs-bt168 {
           border-top: solid 168px !important
       }

       .col-xs-bt169 {
           border-top: solid 169px !important
       }

       .col-xs-bt170 {
           border-top: solid 170px !important
       }

       .col-xs-bt171 {
           border-top: solid 171px !important
       }

       .col-xs-bt172 {
           border-top: solid 172px !important
       }

       .col-xs-bt173 {
           border-top: solid 173px !important
       }

       .col-xs-bt174 {
           border-top: solid 174px !important
       }

       .col-xs-bt175 {
           border-top: solid 175px !important
       }

       .col-xs-bt176 {
           border-top: solid 176px !important
       }

       .col-xs-bt177 {
           border-top: solid 177px !important
       }

       .col-xs-bt178 {
           border-top: solid 178px !important
       }

       .col-xs-bt179 {
           border-top: solid 179px !important
       }

       .col-xs-bt180 {
           border-top: solid 180px !important
       }

       .col-xs-bt181 {
           border-top: solid 181px !important
       }

       .col-xs-bt182 {
           border-top: solid 182px !important
       }

       .col-xs-bt183 {
           border-top: solid 183px !important
       }

       .col-xs-bt184 {
           border-top: solid 184px !important
       }

       .col-xs-bt185 {
           border-top: solid 185px !important
       }

       .col-xs-bt186 {
           border-top: solid 186px !important
       }

       .col-xs-bt187 {
           border-top: solid 187px !important
       }

       .col-xs-bt188 {
           border-top: solid 188px !important
       }

       .col-xs-bt189 {
           border-top: solid 189px !important
       }

       .col-xs-bt190 {
           border-top: solid 190px !important
       }

       .col-xs-bt191 {
           border-top: solid 191px !important
       }

       .col-xs-bt192 {
           border-top: solid 192px !important
       }

       .col-xs-bt193 {
           border-top: solid 193px !important
       }

       .col-xs-bt194 {
           border-top: solid 194px !important
       }

       .col-xs-bt195 {
           border-top: solid 195px !important
       }

       .col-xs-bt196 {
           border-top: solid 196px !important
       }

       .col-xs-bt197 {
           border-top: solid 197px !important
       }

       .col-xs-bt198 {
           border-top: solid 198px !important
       }

       .col-xs-bt199 {
           border-top: solid 199px !important
       }

       .col-xs-bt200 {
           border-top: solid 200px !important
       }
   }

   .bb0 {
       border-bottom: solid 0px !important
   }

   .bb {
       border-bottom: solid 1px !important
   }

   .bb1 {
       border-bottom: solid 1px !important
   }

   .bb2 {
       border-bottom: solid 2px !important
   }

   .bb3 {
       border-bottom: solid 3px !important
   }

   .bb4 {
       border-bottom: solid 4px !important
   }

   .bb5 {
       border-bottom: solid 5px !important
   }

   .bb6 {
       border-bottom: solid 6px !important
   }

   .bb7 {
       border-bottom: solid 7px !important
   }

   .bb8 {
       border-bottom: solid 8px !important
   }

   .bb9 {
       border-bottom: solid 9px !important
   }

   .bb10 {
       border-bottom: solid 10px !important
   }

   .bb11 {
       border-bottom: solid 11px !important
   }

   .bb12 {
       border-bottom: solid 12px !important
   }

   .bb13 {
       border-bottom: solid 13px !important
   }

   .bb14 {
       border-bottom: solid 14px !important
   }

   .bb15 {
       border-bottom: solid 15px !important
   }

   .bb16 {
       border-bottom: solid 16px !important
   }

   .bb17 {
       border-bottom: solid 17px !important
   }

   .bb18 {
       border-bottom: solid 18px !important
   }

   .bb19 {
       border-bottom: solid 19px !important
   }

   .bb20 {
       border-bottom: solid 20px !important
   }

   .bb21 {
       border-bottom: solid 21px !important
   }

   .bb22 {
       border-bottom: solid 22px !important
   }

   .bb23 {
       border-bottom: solid 23px !important
   }

   .bb24 {
       border-bottom: solid 24px !important
   }

   .bb25 {
       border-bottom: solid 25px !important
   }

   .bb26 {
       border-bottom: solid 26px !important
   }

   .bb27 {
       border-bottom: solid 27px !important
   }

   .bb28 {
       border-bottom: solid 28px !important
   }

   .bb29 {
       border-bottom: solid 29px !important
   }

   .bb30 {
       border-bottom: solid 30px !important
   }

   .bb31 {
       border-bottom: solid 31px !important
   }

   .bb32 {
       border-bottom: solid 32px !important
   }

   .bb33 {
       border-bottom: solid 33px !important
   }

   .bb34 {
       border-bottom: solid 34px !important
   }

   .bb35 {
       border-bottom: solid 35px !important
   }

   .bb36 {
       border-bottom: solid 36px !important
   }

   .bb37 {
       border-bottom: solid 37px !important
   }

   .bb38 {
       border-bottom: solid 38px !important
   }

   .bb39 {
       border-bottom: solid 39px !important
   }

   .bb40 {
       border-bottom: solid 40px !important
   }

   .bb41 {
       border-bottom: solid 41px !important
   }

   .bb42 {
       border-bottom: solid 42px !important
   }

   .bb43 {
       border-bottom: solid 43px !important
   }

   .bb44 {
       border-bottom: solid 44px !important
   }

   .bb45 {
       border-bottom: solid 45px !important
   }

   .bb46 {
       border-bottom: solid 46px !important
   }

   .bb47 {
       border-bottom: solid 47px !important
   }

   .bb48 {
       border-bottom: solid 48px !important
   }

   .bb49 {
       border-bottom: solid 49px !important
   }

   .bb50 {
       border-bottom: solid 50px !important
   }

   .bb51 {
       border-bottom: solid 51px !important
   }

   .bb52 {
       border-bottom: solid 52px !important
   }

   .bb53 {
       border-bottom: solid 53px !important
   }

   .bb54 {
       border-bottom: solid 54px !important
   }

   .bb55 {
       border-bottom: solid 55px !important
   }

   .bb56 {
       border-bottom: solid 56px !important
   }

   .bb57 {
       border-bottom: solid 57px !important
   }

   .bb58 {
       border-bottom: solid 58px !important
   }

   .bb59 {
       border-bottom: solid 59px !important
   }

   .bb60 {
       border-bottom: solid 60px !important
   }

   .bb61 {
       border-bottom: solid 61px !important
   }

   .bb62 {
       border-bottom: solid 62px !important
   }

   .bb63 {
       border-bottom: solid 63px !important
   }

   .bb64 {
       border-bottom: solid 64px !important
   }

   .bb65 {
       border-bottom: solid 65px !important
   }

   .bb66 {
       border-bottom: solid 66px !important
   }

   .bb67 {
       border-bottom: solid 67px !important
   }

   .bb68 {
       border-bottom: solid 68px !important
   }

   .bb69 {
       border-bottom: solid 69px !important
   }

   .bb70 {
       border-bottom: solid 70px !important
   }

   .bb71 {
       border-bottom: solid 71px !important
   }

   .bb72 {
       border-bottom: solid 72px !important
   }

   .bb73 {
       border-bottom: solid 73px !important
   }

   .bb74 {
       border-bottom: solid 74px !important
   }

   .bb75 {
       border-bottom: solid 75px !important
   }

   .bb76 {
       border-bottom: solid 76px !important
   }

   .bb77 {
       border-bottom: solid 77px !important
   }

   .bb78 {
       border-bottom: solid 78px !important
   }

   .bb79 {
       border-bottom: solid 79px !important
   }

   .bb80 {
       border-bottom: solid 80px !important
   }

   .bb81 {
       border-bottom: solid 81px !important
   }

   .bb82 {
       border-bottom: solid 82px !important
   }

   .bb83 {
       border-bottom: solid 83px !important
   }

   .bb84 {
       border-bottom: solid 84px !important
   }

   .bb85 {
       border-bottom: solid 85px !important
   }

   .bb86 {
       border-bottom: solid 86px !important
   }

   .bb87 {
       border-bottom: solid 87px !important
   }

   .bb88 {
       border-bottom: solid 88px !important
   }

   .bb89 {
       border-bottom: solid 89px !important
   }

   .bb90 {
       border-bottom: solid 90px !important
   }

   .bb91 {
       border-bottom: solid 91px !important
   }

   .bb92 {
       border-bottom: solid 92px !important
   }

   .bb93 {
       border-bottom: solid 93px !important
   }

   .bb94 {
       border-bottom: solid 94px !important
   }

   .bb95 {
       border-bottom: solid 95px !important
   }

   .bb96 {
       border-bottom: solid 96px !important
   }

   .bb97 {
       border-bottom: solid 97px !important
   }

   .bb98 {
       border-bottom: solid 98px !important
   }

   .bb99 {
       border-bottom: solid 99px !important
   }

   .bb100 {
       border-bottom: solid 100px !important
   }

   .bb101 {
       border-bottom: solid 101px !important
   }

   .bb102 {
       border-bottom: solid 102px !important
   }

   .bb103 {
       border-bottom: solid 103px !important
   }

   .bb104 {
       border-bottom: solid 104px !important
   }

   .bb105 {
       border-bottom: solid 105px !important
   }

   .bb106 {
       border-bottom: solid 106px !important
   }

   .bb107 {
       border-bottom: solid 107px !important
   }

   .bb108 {
       border-bottom: solid 108px !important
   }

   .bb109 {
       border-bottom: solid 109px !important
   }

   .bb110 {
       border-bottom: solid 110px !important
   }

   .bb111 {
       border-bottom: solid 111px !important
   }

   .bb112 {
       border-bottom: solid 112px !important
   }

   .bb113 {
       border-bottom: solid 113px !important
   }

   .bb114 {
       border-bottom: solid 114px !important
   }

   .bb115 {
       border-bottom: solid 115px !important
   }

   .bb116 {
       border-bottom: solid 116px !important
   }

   .bb117 {
       border-bottom: solid 117px !important
   }

   .bb118 {
       border-bottom: solid 118px !important
   }

   .bb119 {
       border-bottom: solid 119px !important
   }

   .bb120 {
       border-bottom: solid 120px !important
   }

   .bb121 {
       border-bottom: solid 121px !important
   }

   .bb122 {
       border-bottom: solid 122px !important
   }

   .bb123 {
       border-bottom: solid 123px !important
   }

   .bb124 {
       border-bottom: solid 124px !important
   }

   .bb125 {
       border-bottom: solid 125px !important
   }

   .bb126 {
       border-bottom: solid 126px !important
   }

   .bb127 {
       border-bottom: solid 127px !important
   }

   .bb128 {
       border-bottom: solid 128px !important
   }

   .bb129 {
       border-bottom: solid 129px !important
   }

   .bb130 {
       border-bottom: solid 130px !important
   }

   .bb131 {
       border-bottom: solid 131px !important
   }

   .bb132 {
       border-bottom: solid 132px !important
   }

   .bb133 {
       border-bottom: solid 133px !important
   }

   .bb134 {
       border-bottom: solid 134px !important
   }

   .bb135 {
       border-bottom: solid 135px !important
   }

   .bb136 {
       border-bottom: solid 136px !important
   }

   .bb137 {
       border-bottom: solid 137px !important
   }

   .bb138 {
       border-bottom: solid 138px !important
   }

   .bb139 {
       border-bottom: solid 139px !important
   }

   .bb140 {
       border-bottom: solid 140px !important
   }

   .bb141 {
       border-bottom: solid 141px !important
   }

   .bb142 {
       border-bottom: solid 142px !important
   }

   .bb143 {
       border-bottom: solid 143px !important
   }

   .bb144 {
       border-bottom: solid 144px !important
   }

   .bb145 {
       border-bottom: solid 145px !important
   }

   .bb146 {
       border-bottom: solid 146px !important
   }

   .bb147 {
       border-bottom: solid 147px !important
   }

   .bb148 {
       border-bottom: solid 148px !important
   }

   .bb149 {
       border-bottom: solid 149px !important
   }

   .bb150 {
       border-bottom: solid 150px !important
   }

   .bb151 {
       border-bottom: solid 151px !important
   }

   .bb152 {
       border-bottom: solid 152px !important
   }

   .bb153 {
       border-bottom: solid 153px !important
   }

   .bb154 {
       border-bottom: solid 154px !important
   }

   .bb155 {
       border-bottom: solid 155px !important
   }

   .bb156 {
       border-bottom: solid 156px !important
   }

   .bb157 {
       border-bottom: solid 157px !important
   }

   .bb158 {
       border-bottom: solid 158px !important
   }

   .bb159 {
       border-bottom: solid 159px !important
   }

   .bb160 {
       border-bottom: solid 160px !important
   }

   .bb161 {
       border-bottom: solid 161px !important
   }

   .bb162 {
       border-bottom: solid 162px !important
   }

   .bb163 {
       border-bottom: solid 163px !important
   }

   .bb164 {
       border-bottom: solid 164px !important
   }

   .bb165 {
       border-bottom: solid 165px !important
   }

   .bb166 {
       border-bottom: solid 166px !important
   }

   .bb167 {
       border-bottom: solid 167px !important
   }

   .bb168 {
       border-bottom: solid 168px !important
   }

   .bb169 {
       border-bottom: solid 169px !important
   }

   .bb170 {
       border-bottom: solid 170px !important
   }

   .bb171 {
       border-bottom: solid 171px !important
   }

   .bb172 {
       border-bottom: solid 172px !important
   }

   .bb173 {
       border-bottom: solid 173px !important
   }

   .bb174 {
       border-bottom: solid 174px !important
   }

   .bb175 {
       border-bottom: solid 175px !important
   }

   .bb176 {
       border-bottom: solid 176px !important
   }

   .bb177 {
       border-bottom: solid 177px !important
   }

   .bb178 {
       border-bottom: solid 178px !important
   }

   .bb179 {
       border-bottom: solid 179px !important
   }

   .bb180 {
       border-bottom: solid 180px !important
   }

   .bb181 {
       border-bottom: solid 181px !important
   }

   .bb182 {
       border-bottom: solid 182px !important
   }

   .bb183 {
       border-bottom: solid 183px !important
   }

   .bb184 {
       border-bottom: solid 184px !important
   }

   .bb185 {
       border-bottom: solid 185px !important
   }

   .bb186 {
       border-bottom: solid 186px !important
   }

   .bb187 {
       border-bottom: solid 187px !important
   }

   .bb188 {
       border-bottom: solid 188px !important
   }

   .bb189 {
       border-bottom: solid 189px !important
   }

   .bb190 {
       border-bottom: solid 190px !important
   }

   .bb191 {
       border-bottom: solid 191px !important
   }

   .bb192 {
       border-bottom: solid 192px !important
   }

   .bb193 {
       border-bottom: solid 193px !important
   }

   .bb194 {
       border-bottom: solid 194px !important
   }

   .bb195 {
       border-bottom: solid 195px !important
   }

   .bb196 {
       border-bottom: solid 196px !important
   }

   .bb197 {
       border-bottom: solid 197px !important
   }

   .bb198 {
       border-bottom: solid 198px !important
   }

   .bb199 {
       border-bottom: solid 199px !important
   }

   .bb200 {
       border-bottom: solid 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-bb0 {
           border-bottom: solid 0px !important
       }

       .col-sm-bb {
           border-bottom: solid 1px !important
       }

       .col-sm-bb1 {
           border-bottom: solid 1px !important
       }

       .col-sm-bb2 {
           border-bottom: solid 2px !important
       }

       .col-sm-bb3 {
           border-bottom: solid 3px !important
       }

       .col-sm-bb4 {
           border-bottom: solid 4px !important
       }

       .col-sm-bb5 {
           border-bottom: solid 5px !important
       }

       .col-sm-bb6 {
           border-bottom: solid 6px !important
       }

       .col-sm-bb7 {
           border-bottom: solid 7px !important
       }

       .col-sm-bb8 {
           border-bottom: solid 8px !important
       }

       .col-sm-bb9 {
           border-bottom: solid 9px !important
       }

       .col-sm-bb10 {
           border-bottom: solid 10px !important
       }

       .col-sm-bb11 {
           border-bottom: solid 11px !important
       }

       .col-sm-bb12 {
           border-bottom: solid 12px !important
       }

       .col-sm-bb13 {
           border-bottom: solid 13px !important
       }

       .col-sm-bb14 {
           border-bottom: solid 14px !important
       }

       .col-sm-bb15 {
           border-bottom: solid 15px !important
       }

       .col-sm-bb16 {
           border-bottom: solid 16px !important
       }

       .col-sm-bb17 {
           border-bottom: solid 17px !important
       }

       .col-sm-bb18 {
           border-bottom: solid 18px !important
       }

       .col-sm-bb19 {
           border-bottom: solid 19px !important
       }

       .col-sm-bb20 {
           border-bottom: solid 20px !important
       }

       .col-sm-bb21 {
           border-bottom: solid 21px !important
       }

       .col-sm-bb22 {
           border-bottom: solid 22px !important
       }

       .col-sm-bb23 {
           border-bottom: solid 23px !important
       }

       .col-sm-bb24 {
           border-bottom: solid 24px !important
       }

       .col-sm-bb25 {
           border-bottom: solid 25px !important
       }

       .col-sm-bb26 {
           border-bottom: solid 26px !important
       }

       .col-sm-bb27 {
           border-bottom: solid 27px !important
       }

       .col-sm-bb28 {
           border-bottom: solid 28px !important
       }

       .col-sm-bb29 {
           border-bottom: solid 29px !important
       }

       .col-sm-bb30 {
           border-bottom: solid 30px !important
       }

       .col-sm-bb31 {
           border-bottom: solid 31px !important
       }

       .col-sm-bb32 {
           border-bottom: solid 32px !important
       }

       .col-sm-bb33 {
           border-bottom: solid 33px !important
       }

       .col-sm-bb34 {
           border-bottom: solid 34px !important
       }

       .col-sm-bb35 {
           border-bottom: solid 35px !important
       }

       .col-sm-bb36 {
           border-bottom: solid 36px !important
       }

       .col-sm-bb37 {
           border-bottom: solid 37px !important
       }

       .col-sm-bb38 {
           border-bottom: solid 38px !important
       }

       .col-sm-bb39 {
           border-bottom: solid 39px !important
       }

       .col-sm-bb40 {
           border-bottom: solid 40px !important
       }

       .col-sm-bb41 {
           border-bottom: solid 41px !important
       }

       .col-sm-bb42 {
           border-bottom: solid 42px !important
       }

       .col-sm-bb43 {
           border-bottom: solid 43px !important
       }

       .col-sm-bb44 {
           border-bottom: solid 44px !important
       }

       .col-sm-bb45 {
           border-bottom: solid 45px !important
       }

       .col-sm-bb46 {
           border-bottom: solid 46px !important
       }

       .col-sm-bb47 {
           border-bottom: solid 47px !important
       }

       .col-sm-bb48 {
           border-bottom: solid 48px !important
       }

       .col-sm-bb49 {
           border-bottom: solid 49px !important
       }

       .col-sm-bb50 {
           border-bottom: solid 50px !important
       }

       .col-sm-bb51 {
           border-bottom: solid 51px !important
       }

       .col-sm-bb52 {
           border-bottom: solid 52px !important
       }

       .col-sm-bb53 {
           border-bottom: solid 53px !important
       }

       .col-sm-bb54 {
           border-bottom: solid 54px !important
       }

       .col-sm-bb55 {
           border-bottom: solid 55px !important
       }

       .col-sm-bb56 {
           border-bottom: solid 56px !important
       }

       .col-sm-bb57 {
           border-bottom: solid 57px !important
       }

       .col-sm-bb58 {
           border-bottom: solid 58px !important
       }

       .col-sm-bb59 {
           border-bottom: solid 59px !important
       }

       .col-sm-bb60 {
           border-bottom: solid 60px !important
       }

       .col-sm-bb61 {
           border-bottom: solid 61px !important
       }

       .col-sm-bb62 {
           border-bottom: solid 62px !important
       }

       .col-sm-bb63 {
           border-bottom: solid 63px !important
       }

       .col-sm-bb64 {
           border-bottom: solid 64px !important
       }

       .col-sm-bb65 {
           border-bottom: solid 65px !important
       }

       .col-sm-bb66 {
           border-bottom: solid 66px !important
       }

       .col-sm-bb67 {
           border-bottom: solid 67px !important
       }

       .col-sm-bb68 {
           border-bottom: solid 68px !important
       }

       .col-sm-bb69 {
           border-bottom: solid 69px !important
       }

       .col-sm-bb70 {
           border-bottom: solid 70px !important
       }

       .col-sm-bb71 {
           border-bottom: solid 71px !important
       }

       .col-sm-bb72 {
           border-bottom: solid 72px !important
       }

       .col-sm-bb73 {
           border-bottom: solid 73px !important
       }

       .col-sm-bb74 {
           border-bottom: solid 74px !important
       }

       .col-sm-bb75 {
           border-bottom: solid 75px !important
       }

       .col-sm-bb76 {
           border-bottom: solid 76px !important
       }

       .col-sm-bb77 {
           border-bottom: solid 77px !important
       }

       .col-sm-bb78 {
           border-bottom: solid 78px !important
       }

       .col-sm-bb79 {
           border-bottom: solid 79px !important
       }

       .col-sm-bb80 {
           border-bottom: solid 80px !important
       }

       .col-sm-bb81 {
           border-bottom: solid 81px !important
       }

       .col-sm-bb82 {
           border-bottom: solid 82px !important
       }

       .col-sm-bb83 {
           border-bottom: solid 83px !important
       }

       .col-sm-bb84 {
           border-bottom: solid 84px !important
       }

       .col-sm-bb85 {
           border-bottom: solid 85px !important
       }

       .col-sm-bb86 {
           border-bottom: solid 86px !important
       }

       .col-sm-bb87 {
           border-bottom: solid 87px !important
       }

       .col-sm-bb88 {
           border-bottom: solid 88px !important
       }

       .col-sm-bb89 {
           border-bottom: solid 89px !important
       }

       .col-sm-bb90 {
           border-bottom: solid 90px !important
       }

       .col-sm-bb91 {
           border-bottom: solid 91px !important
       }

       .col-sm-bb92 {
           border-bottom: solid 92px !important
       }

       .col-sm-bb93 {
           border-bottom: solid 93px !important
       }

       .col-sm-bb94 {
           border-bottom: solid 94px !important
       }

       .col-sm-bb95 {
           border-bottom: solid 95px !important
       }

       .col-sm-bb96 {
           border-bottom: solid 96px !important
       }

       .col-sm-bb97 {
           border-bottom: solid 97px !important
       }

       .col-sm-bb98 {
           border-bottom: solid 98px !important
       }

       .col-sm-bb99 {
           border-bottom: solid 99px !important
       }

       .col-sm-bb100 {
           border-bottom: solid 100px !important
       }

       .col-sm-bb101 {
           border-bottom: solid 101px !important
       }

       .col-sm-bb102 {
           border-bottom: solid 102px !important
       }

       .col-sm-bb103 {
           border-bottom: solid 103px !important
       }

       .col-sm-bb104 {
           border-bottom: solid 104px !important
       }

       .col-sm-bb105 {
           border-bottom: solid 105px !important
       }

       .col-sm-bb106 {
           border-bottom: solid 106px !important
       }

       .col-sm-bb107 {
           border-bottom: solid 107px !important
       }

       .col-sm-bb108 {
           border-bottom: solid 108px !important
       }

       .col-sm-bb109 {
           border-bottom: solid 109px !important
       }

       .col-sm-bb110 {
           border-bottom: solid 110px !important
       }

       .col-sm-bb111 {
           border-bottom: solid 111px !important
       }

       .col-sm-bb112 {
           border-bottom: solid 112px !important
       }

       .col-sm-bb113 {
           border-bottom: solid 113px !important
       }

       .col-sm-bb114 {
           border-bottom: solid 114px !important
       }

       .col-sm-bb115 {
           border-bottom: solid 115px !important
       }

       .col-sm-bb116 {
           border-bottom: solid 116px !important
       }

       .col-sm-bb117 {
           border-bottom: solid 117px !important
       }

       .col-sm-bb118 {
           border-bottom: solid 118px !important
       }

       .col-sm-bb119 {
           border-bottom: solid 119px !important
       }

       .col-sm-bb120 {
           border-bottom: solid 120px !important
       }

       .col-sm-bb121 {
           border-bottom: solid 121px !important
       }

       .col-sm-bb122 {
           border-bottom: solid 122px !important
       }

       .col-sm-bb123 {
           border-bottom: solid 123px !important
       }

       .col-sm-bb124 {
           border-bottom: solid 124px !important
       }

       .col-sm-bb125 {
           border-bottom: solid 125px !important
       }

       .col-sm-bb126 {
           border-bottom: solid 126px !important
       }

       .col-sm-bb127 {
           border-bottom: solid 127px !important
       }

       .col-sm-bb128 {
           border-bottom: solid 128px !important
       }

       .col-sm-bb129 {
           border-bottom: solid 129px !important
       }

       .col-sm-bb130 {
           border-bottom: solid 130px !important
       }

       .col-sm-bb131 {
           border-bottom: solid 131px !important
       }

       .col-sm-bb132 {
           border-bottom: solid 132px !important
       }

       .col-sm-bb133 {
           border-bottom: solid 133px !important
       }

       .col-sm-bb134 {
           border-bottom: solid 134px !important
       }

       .col-sm-bb135 {
           border-bottom: solid 135px !important
       }

       .col-sm-bb136 {
           border-bottom: solid 136px !important
       }

       .col-sm-bb137 {
           border-bottom: solid 137px !important
       }

       .col-sm-bb138 {
           border-bottom: solid 138px !important
       }

       .col-sm-bb139 {
           border-bottom: solid 139px !important
       }

       .col-sm-bb140 {
           border-bottom: solid 140px !important
       }

       .col-sm-bb141 {
           border-bottom: solid 141px !important
       }

       .col-sm-bb142 {
           border-bottom: solid 142px !important
       }

       .col-sm-bb143 {
           border-bottom: solid 143px !important
       }

       .col-sm-bb144 {
           border-bottom: solid 144px !important
       }

       .col-sm-bb145 {
           border-bottom: solid 145px !important
       }

       .col-sm-bb146 {
           border-bottom: solid 146px !important
       }

       .col-sm-bb147 {
           border-bottom: solid 147px !important
       }

       .col-sm-bb148 {
           border-bottom: solid 148px !important
       }

       .col-sm-bb149 {
           border-bottom: solid 149px !important
       }

       .col-sm-bb150 {
           border-bottom: solid 150px !important
       }

       .col-sm-bb151 {
           border-bottom: solid 151px !important
       }

       .col-sm-bb152 {
           border-bottom: solid 152px !important
       }

       .col-sm-bb153 {
           border-bottom: solid 153px !important
       }

       .col-sm-bb154 {
           border-bottom: solid 154px !important
       }

       .col-sm-bb155 {
           border-bottom: solid 155px !important
       }

       .col-sm-bb156 {
           border-bottom: solid 156px !important
       }

       .col-sm-bb157 {
           border-bottom: solid 157px !important
       }

       .col-sm-bb158 {
           border-bottom: solid 158px !important
       }

       .col-sm-bb159 {
           border-bottom: solid 159px !important
       }

       .col-sm-bb160 {
           border-bottom: solid 160px !important
       }

       .col-sm-bb161 {
           border-bottom: solid 161px !important
       }

       .col-sm-bb162 {
           border-bottom: solid 162px !important
       }

       .col-sm-bb163 {
           border-bottom: solid 163px !important
       }

       .col-sm-bb164 {
           border-bottom: solid 164px !important
       }

       .col-sm-bb165 {
           border-bottom: solid 165px !important
       }

       .col-sm-bb166 {
           border-bottom: solid 166px !important
       }

       .col-sm-bb167 {
           border-bottom: solid 167px !important
       }

       .col-sm-bb168 {
           border-bottom: solid 168px !important
       }

       .col-sm-bb169 {
           border-bottom: solid 169px !important
       }

       .col-sm-bb170 {
           border-bottom: solid 170px !important
       }

       .col-sm-bb171 {
           border-bottom: solid 171px !important
       }

       .col-sm-bb172 {
           border-bottom: solid 172px !important
       }

       .col-sm-bb173 {
           border-bottom: solid 173px !important
       }

       .col-sm-bb174 {
           border-bottom: solid 174px !important
       }

       .col-sm-bb175 {
           border-bottom: solid 175px !important
       }

       .col-sm-bb176 {
           border-bottom: solid 176px !important
       }

       .col-sm-bb177 {
           border-bottom: solid 177px !important
       }

       .col-sm-bb178 {
           border-bottom: solid 178px !important
       }

       .col-sm-bb179 {
           border-bottom: solid 179px !important
       }

       .col-sm-bb180 {
           border-bottom: solid 180px !important
       }

       .col-sm-bb181 {
           border-bottom: solid 181px !important
       }

       .col-sm-bb182 {
           border-bottom: solid 182px !important
       }

       .col-sm-bb183 {
           border-bottom: solid 183px !important
       }

       .col-sm-bb184 {
           border-bottom: solid 184px !important
       }

       .col-sm-bb185 {
           border-bottom: solid 185px !important
       }

       .col-sm-bb186 {
           border-bottom: solid 186px !important
       }

       .col-sm-bb187 {
           border-bottom: solid 187px !important
       }

       .col-sm-bb188 {
           border-bottom: solid 188px !important
       }

       .col-sm-bb189 {
           border-bottom: solid 189px !important
       }

       .col-sm-bb190 {
           border-bottom: solid 190px !important
       }

       .col-sm-bb191 {
           border-bottom: solid 191px !important
       }

       .col-sm-bb192 {
           border-bottom: solid 192px !important
       }

       .col-sm-bb193 {
           border-bottom: solid 193px !important
       }

       .col-sm-bb194 {
           border-bottom: solid 194px !important
       }

       .col-sm-bb195 {
           border-bottom: solid 195px !important
       }

       .col-sm-bb196 {
           border-bottom: solid 196px !important
       }

       .col-sm-bb197 {
           border-bottom: solid 197px !important
       }

       .col-sm-bb198 {
           border-bottom: solid 198px !important
       }

       .col-sm-bb199 {
           border-bottom: solid 199px !important
       }

       .col-sm-bb200 {
           border-bottom: solid 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-bb0 {
           border-bottom: solid 0px !important
       }

       .col-xs-bb {
           border-bottom: solid 1px !important
       }

       .col-xs-bb1 {
           border-bottom: solid 1px !important
       }

       .col-xs-bb2 {
           border-bottom: solid 2px !important
       }

       .col-xs-bb3 {
           border-bottom: solid 3px !important
       }

       .col-xs-bb4 {
           border-bottom: solid 4px !important
       }

       .col-xs-bb5 {
           border-bottom: solid 5px !important
       }

       .col-xs-bb6 {
           border-bottom: solid 6px !important
       }

       .col-xs-bb7 {
           border-bottom: solid 7px !important
       }

       .col-xs-bb8 {
           border-bottom: solid 8px !important
       }

       .col-xs-bb9 {
           border-bottom: solid 9px !important
       }

       .col-xs-bb10 {
           border-bottom: solid 10px !important
       }

       .col-xs-bb11 {
           border-bottom: solid 11px !important
       }

       .col-xs-bb12 {
           border-bottom: solid 12px !important
       }

       .col-xs-bb13 {
           border-bottom: solid 13px !important
       }

       .col-xs-bb14 {
           border-bottom: solid 14px !important
       }

       .col-xs-bb15 {
           border-bottom: solid 15px !important
       }

       .col-xs-bb16 {
           border-bottom: solid 16px !important
       }

       .col-xs-bb17 {
           border-bottom: solid 17px !important
       }

       .col-xs-bb18 {
           border-bottom: solid 18px !important
       }

       .col-xs-bb19 {
           border-bottom: solid 19px !important
       }

       .col-xs-bb20 {
           border-bottom: solid 20px !important
       }

       .col-xs-bb21 {
           border-bottom: solid 21px !important
       }

       .col-xs-bb22 {
           border-bottom: solid 22px !important
       }

       .col-xs-bb23 {
           border-bottom: solid 23px !important
       }

       .col-xs-bb24 {
           border-bottom: solid 24px !important
       }

       .col-xs-bb25 {
           border-bottom: solid 25px !important
       }

       .col-xs-bb26 {
           border-bottom: solid 26px !important
       }

       .col-xs-bb27 {
           border-bottom: solid 27px !important
       }

       .col-xs-bb28 {
           border-bottom: solid 28px !important
       }

       .col-xs-bb29 {
           border-bottom: solid 29px !important
       }

       .col-xs-bb30 {
           border-bottom: solid 30px !important
       }

       .col-xs-bb31 {
           border-bottom: solid 31px !important
       }

       .col-xs-bb32 {
           border-bottom: solid 32px !important
       }

       .col-xs-bb33 {
           border-bottom: solid 33px !important
       }

       .col-xs-bb34 {
           border-bottom: solid 34px !important
       }

       .col-xs-bb35 {
           border-bottom: solid 35px !important
       }

       .col-xs-bb36 {
           border-bottom: solid 36px !important
       }

       .col-xs-bb37 {
           border-bottom: solid 37px !important
       }

       .col-xs-bb38 {
           border-bottom: solid 38px !important
       }

       .col-xs-bb39 {
           border-bottom: solid 39px !important
       }

       .col-xs-bb40 {
           border-bottom: solid 40px !important
       }

       .col-xs-bb41 {
           border-bottom: solid 41px !important
       }

       .col-xs-bb42 {
           border-bottom: solid 42px !important
       }

       .col-xs-bb43 {
           border-bottom: solid 43px !important
       }

       .col-xs-bb44 {
           border-bottom: solid 44px !important
       }

       .col-xs-bb45 {
           border-bottom: solid 45px !important
       }

       .col-xs-bb46 {
           border-bottom: solid 46px !important
       }

       .col-xs-bb47 {
           border-bottom: solid 47px !important
       }

       .col-xs-bb48 {
           border-bottom: solid 48px !important
       }

       .col-xs-bb49 {
           border-bottom: solid 49px !important
       }

       .col-xs-bb50 {
           border-bottom: solid 50px !important
       }

       .col-xs-bb51 {
           border-bottom: solid 51px !important
       }

       .col-xs-bb52 {
           border-bottom: solid 52px !important
       }

       .col-xs-bb53 {
           border-bottom: solid 53px !important
       }

       .col-xs-bb54 {
           border-bottom: solid 54px !important
       }

       .col-xs-bb55 {
           border-bottom: solid 55px !important
       }

       .col-xs-bb56 {
           border-bottom: solid 56px !important
       }

       .col-xs-bb57 {
           border-bottom: solid 57px !important
       }

       .col-xs-bb58 {
           border-bottom: solid 58px !important
       }

       .col-xs-bb59 {
           border-bottom: solid 59px !important
       }

       .col-xs-bb60 {
           border-bottom: solid 60px !important
       }

       .col-xs-bb61 {
           border-bottom: solid 61px !important
       }

       .col-xs-bb62 {
           border-bottom: solid 62px !important
       }

       .col-xs-bb63 {
           border-bottom: solid 63px !important
       }

       .col-xs-bb64 {
           border-bottom: solid 64px !important
       }

       .col-xs-bb65 {
           border-bottom: solid 65px !important
       }

       .col-xs-bb66 {
           border-bottom: solid 66px !important
       }

       .col-xs-bb67 {
           border-bottom: solid 67px !important
       }

       .col-xs-bb68 {
           border-bottom: solid 68px !important
       }

       .col-xs-bb69 {
           border-bottom: solid 69px !important
       }

       .col-xs-bb70 {
           border-bottom: solid 70px !important
       }

       .col-xs-bb71 {
           border-bottom: solid 71px !important
       }

       .col-xs-bb72 {
           border-bottom: solid 72px !important
       }

       .col-xs-bb73 {
           border-bottom: solid 73px !important
       }

       .col-xs-bb74 {
           border-bottom: solid 74px !important
       }

       .col-xs-bb75 {
           border-bottom: solid 75px !important
       }

       .col-xs-bb76 {
           border-bottom: solid 76px !important
       }

       .col-xs-bb77 {
           border-bottom: solid 77px !important
       }

       .col-xs-bb78 {
           border-bottom: solid 78px !important
       }

       .col-xs-bb79 {
           border-bottom: solid 79px !important
       }

       .col-xs-bb80 {
           border-bottom: solid 80px !important
       }

       .col-xs-bb81 {
           border-bottom: solid 81px !important
       }

       .col-xs-bb82 {
           border-bottom: solid 82px !important
       }

       .col-xs-bb83 {
           border-bottom: solid 83px !important
       }

       .col-xs-bb84 {
           border-bottom: solid 84px !important
       }

       .col-xs-bb85 {
           border-bottom: solid 85px !important
       }

       .col-xs-bb86 {
           border-bottom: solid 86px !important
       }

       .col-xs-bb87 {
           border-bottom: solid 87px !important
       }

       .col-xs-bb88 {
           border-bottom: solid 88px !important
       }

       .col-xs-bb89 {
           border-bottom: solid 89px !important
       }

       .col-xs-bb90 {
           border-bottom: solid 90px !important
       }

       .col-xs-bb91 {
           border-bottom: solid 91px !important
       }

       .col-xs-bb92 {
           border-bottom: solid 92px !important
       }

       .col-xs-bb93 {
           border-bottom: solid 93px !important
       }

       .col-xs-bb94 {
           border-bottom: solid 94px !important
       }

       .col-xs-bb95 {
           border-bottom: solid 95px !important
       }

       .col-xs-bb96 {
           border-bottom: solid 96px !important
       }

       .col-xs-bb97 {
           border-bottom: solid 97px !important
       }

       .col-xs-bb98 {
           border-bottom: solid 98px !important
       }

       .col-xs-bb99 {
           border-bottom: solid 99px !important
       }

       .col-xs-bb100 {
           border-bottom: solid 100px !important
       }

       .col-xs-bb101 {
           border-bottom: solid 101px !important
       }

       .col-xs-bb102 {
           border-bottom: solid 102px !important
       }

       .col-xs-bb103 {
           border-bottom: solid 103px !important
       }

       .col-xs-bb104 {
           border-bottom: solid 104px !important
       }

       .col-xs-bb105 {
           border-bottom: solid 105px !important
       }

       .col-xs-bb106 {
           border-bottom: solid 106px !important
       }

       .col-xs-bb107 {
           border-bottom: solid 107px !important
       }

       .col-xs-bb108 {
           border-bottom: solid 108px !important
       }

       .col-xs-bb109 {
           border-bottom: solid 109px !important
       }

       .col-xs-bb110 {
           border-bottom: solid 110px !important
       }

       .col-xs-bb111 {
           border-bottom: solid 111px !important
       }

       .col-xs-bb112 {
           border-bottom: solid 112px !important
       }

       .col-xs-bb113 {
           border-bottom: solid 113px !important
       }

       .col-xs-bb114 {
           border-bottom: solid 114px !important
       }

       .col-xs-bb115 {
           border-bottom: solid 115px !important
       }

       .col-xs-bb116 {
           border-bottom: solid 116px !important
       }

       .col-xs-bb117 {
           border-bottom: solid 117px !important
       }

       .col-xs-bb118 {
           border-bottom: solid 118px !important
       }

       .col-xs-bb119 {
           border-bottom: solid 119px !important
       }

       .col-xs-bb120 {
           border-bottom: solid 120px !important
       }

       .col-xs-bb121 {
           border-bottom: solid 121px !important
       }

       .col-xs-bb122 {
           border-bottom: solid 122px !important
       }

       .col-xs-bb123 {
           border-bottom: solid 123px !important
       }

       .col-xs-bb124 {
           border-bottom: solid 124px !important
       }

       .col-xs-bb125 {
           border-bottom: solid 125px !important
       }

       .col-xs-bb126 {
           border-bottom: solid 126px !important
       }

       .col-xs-bb127 {
           border-bottom: solid 127px !important
       }

       .col-xs-bb128 {
           border-bottom: solid 128px !important
       }

       .col-xs-bb129 {
           border-bottom: solid 129px !important
       }

       .col-xs-bb130 {
           border-bottom: solid 130px !important
       }

       .col-xs-bb131 {
           border-bottom: solid 131px !important
       }

       .col-xs-bb132 {
           border-bottom: solid 132px !important
       }

       .col-xs-bb133 {
           border-bottom: solid 133px !important
       }

       .col-xs-bb134 {
           border-bottom: solid 134px !important
       }

       .col-xs-bb135 {
           border-bottom: solid 135px !important
       }

       .col-xs-bb136 {
           border-bottom: solid 136px !important
       }

       .col-xs-bb137 {
           border-bottom: solid 137px !important
       }

       .col-xs-bb138 {
           border-bottom: solid 138px !important
       }

       .col-xs-bb139 {
           border-bottom: solid 139px !important
       }

       .col-xs-bb140 {
           border-bottom: solid 140px !important
       }

       .col-xs-bb141 {
           border-bottom: solid 141px !important
       }

       .col-xs-bb142 {
           border-bottom: solid 142px !important
       }

       .col-xs-bb143 {
           border-bottom: solid 143px !important
       }

       .col-xs-bb144 {
           border-bottom: solid 144px !important
       }

       .col-xs-bb145 {
           border-bottom: solid 145px !important
       }

       .col-xs-bb146 {
           border-bottom: solid 146px !important
       }

       .col-xs-bb147 {
           border-bottom: solid 147px !important
       }

       .col-xs-bb148 {
           border-bottom: solid 148px !important
       }

       .col-xs-bb149 {
           border-bottom: solid 149px !important
       }

       .col-xs-bb150 {
           border-bottom: solid 150px !important
       }

       .col-xs-bb151 {
           border-bottom: solid 151px !important
       }

       .col-xs-bb152 {
           border-bottom: solid 152px !important
       }

       .col-xs-bb153 {
           border-bottom: solid 153px !important
       }

       .col-xs-bb154 {
           border-bottom: solid 154px !important
       }

       .col-xs-bb155 {
           border-bottom: solid 155px !important
       }

       .col-xs-bb156 {
           border-bottom: solid 156px !important
       }

       .col-xs-bb157 {
           border-bottom: solid 157px !important
       }

       .col-xs-bb158 {
           border-bottom: solid 158px !important
       }

       .col-xs-bb159 {
           border-bottom: solid 159px !important
       }

       .col-xs-bb160 {
           border-bottom: solid 160px !important
       }

       .col-xs-bb161 {
           border-bottom: solid 161px !important
       }

       .col-xs-bb162 {
           border-bottom: solid 162px !important
       }

       .col-xs-bb163 {
           border-bottom: solid 163px !important
       }

       .col-xs-bb164 {
           border-bottom: solid 164px !important
       }

       .col-xs-bb165 {
           border-bottom: solid 165px !important
       }

       .col-xs-bb166 {
           border-bottom: solid 166px !important
       }

       .col-xs-bb167 {
           border-bottom: solid 167px !important
       }

       .col-xs-bb168 {
           border-bottom: solid 168px !important
       }

       .col-xs-bb169 {
           border-bottom: solid 169px !important
       }

       .col-xs-bb170 {
           border-bottom: solid 170px !important
       }

       .col-xs-bb171 {
           border-bottom: solid 171px !important
       }

       .col-xs-bb172 {
           border-bottom: solid 172px !important
       }

       .col-xs-bb173 {
           border-bottom: solid 173px !important
       }

       .col-xs-bb174 {
           border-bottom: solid 174px !important
       }

       .col-xs-bb175 {
           border-bottom: solid 175px !important
       }

       .col-xs-bb176 {
           border-bottom: solid 176px !important
       }

       .col-xs-bb177 {
           border-bottom: solid 177px !important
       }

       .col-xs-bb178 {
           border-bottom: solid 178px !important
       }

       .col-xs-bb179 {
           border-bottom: solid 179px !important
       }

       .col-xs-bb180 {
           border-bottom: solid 180px !important
       }

       .col-xs-bb181 {
           border-bottom: solid 181px !important
       }

       .col-xs-bb182 {
           border-bottom: solid 182px !important
       }

       .col-xs-bb183 {
           border-bottom: solid 183px !important
       }

       .col-xs-bb184 {
           border-bottom: solid 184px !important
       }

       .col-xs-bb185 {
           border-bottom: solid 185px !important
       }

       .col-xs-bb186 {
           border-bottom: solid 186px !important
       }

       .col-xs-bb187 {
           border-bottom: solid 187px !important
       }

       .col-xs-bb188 {
           border-bottom: solid 188px !important
       }

       .col-xs-bb189 {
           border-bottom: solid 189px !important
       }

       .col-xs-bb190 {
           border-bottom: solid 190px !important
       }

       .col-xs-bb191 {
           border-bottom: solid 191px !important
       }

       .col-xs-bb192 {
           border-bottom: solid 192px !important
       }

       .col-xs-bb193 {
           border-bottom: solid 193px !important
       }

       .col-xs-bb194 {
           border-bottom: solid 194px !important
       }

       .col-xs-bb195 {
           border-bottom: solid 195px !important
       }

       .col-xs-bb196 {
           border-bottom: solid 196px !important
       }

       .col-xs-bb197 {
           border-bottom: solid 197px !important
       }

       .col-xs-bb198 {
           border-bottom: solid 198px !important
       }

       .col-xs-bb199 {
           border-bottom: solid 199px !important
       }

       .col-xs-bb200 {
           border-bottom: solid 200px !important
       }
   }

   .bl0 {
       border-left: solid 0px !important
   }

   .bl {
       border-left: solid 1px !important
   }

   .bl1 {
       border-left: solid 1px !important
   }

   .bl2 {
       border-left: solid 2px !important
   }

   .bl3 {
       border-left: solid 3px !important
   }

   .bl4 {
       border-left: solid 4px !important
   }

   .bl5 {
       border-left: solid 5px !important
   }

   .bl6 {
       border-left: solid 6px !important
   }

   .bl7 {
       border-left: solid 7px !important
   }

   .bl8 {
       border-left: solid 8px !important
   }

   .bl9 {
       border-left: solid 9px !important
   }

   .bl10 {
       border-left: solid 10px !important
   }

   .bl11 {
       border-left: solid 11px !important
   }

   .bl12 {
       border-left: solid 12px !important
   }

   .bl13 {
       border-left: solid 13px !important
   }

   .bl14 {
       border-left: solid 14px !important
   }

   .bl15 {
       border-left: solid 15px !important
   }

   .bl16 {
       border-left: solid 16px !important
   }

   .bl17 {
       border-left: solid 17px !important
   }

   .bl18 {
       border-left: solid 18px !important
   }

   .bl19 {
       border-left: solid 19px !important
   }

   .bl20 {
       border-left: solid 20px !important
   }

   .bl21 {
       border-left: solid 21px !important
   }

   .bl22 {
       border-left: solid 22px !important
   }

   .bl23 {
       border-left: solid 23px !important
   }

   .bl24 {
       border-left: solid 24px !important
   }

   .bl25 {
       border-left: solid 25px !important
   }

   .bl26 {
       border-left: solid 26px !important
   }

   .bl27 {
       border-left: solid 27px !important
   }

   .bl28 {
       border-left: solid 28px !important
   }

   .bl29 {
       border-left: solid 29px !important
   }

   .bl30 {
       border-left: solid 30px !important
   }

   .bl31 {
       border-left: solid 31px !important
   }

   .bl32 {
       border-left: solid 32px !important
   }

   .bl33 {
       border-left: solid 33px !important
   }

   .bl34 {
       border-left: solid 34px !important
   }

   .bl35 {
       border-left: solid 35px !important
   }

   .bl36 {
       border-left: solid 36px !important
   }

   .bl37 {
       border-left: solid 37px !important
   }

   .bl38 {
       border-left: solid 38px !important
   }

   .bl39 {
       border-left: solid 39px !important
   }

   .bl40 {
       border-left: solid 40px !important
   }

   .bl41 {
       border-left: solid 41px !important
   }

   .bl42 {
       border-left: solid 42px !important
   }

   .bl43 {
       border-left: solid 43px !important
   }

   .bl44 {
       border-left: solid 44px !important
   }

   .bl45 {
       border-left: solid 45px !important
   }

   .bl46 {
       border-left: solid 46px !important
   }

   .bl47 {
       border-left: solid 47px !important
   }

   .bl48 {
       border-left: solid 48px !important
   }

   .bl49 {
       border-left: solid 49px !important
   }

   .bl50 {
       border-left: solid 50px !important
   }

   .bl51 {
       border-left: solid 51px !important
   }

   .bl52 {
       border-left: solid 52px !important
   }

   .bl53 {
       border-left: solid 53px !important
   }

   .bl54 {
       border-left: solid 54px !important
   }

   .bl55 {
       border-left: solid 55px !important
   }

   .bl56 {
       border-left: solid 56px !important
   }

   .bl57 {
       border-left: solid 57px !important
   }

   .bl58 {
       border-left: solid 58px !important
   }

   .bl59 {
       border-left: solid 59px !important
   }

   .bl60 {
       border-left: solid 60px !important
   }

   .bl61 {
       border-left: solid 61px !important
   }

   .bl62 {
       border-left: solid 62px !important
   }

   .bl63 {
       border-left: solid 63px !important
   }

   .bl64 {
       border-left: solid 64px !important
   }

   .bl65 {
       border-left: solid 65px !important
   }

   .bl66 {
       border-left: solid 66px !important
   }

   .bl67 {
       border-left: solid 67px !important
   }

   .bl68 {
       border-left: solid 68px !important
   }

   .bl69 {
       border-left: solid 69px !important
   }

   .bl70 {
       border-left: solid 70px !important
   }

   .bl71 {
       border-left: solid 71px !important
   }

   .bl72 {
       border-left: solid 72px !important
   }

   .bl73 {
       border-left: solid 73px !important
   }

   .bl74 {
       border-left: solid 74px !important
   }

   .bl75 {
       border-left: solid 75px !important
   }

   .bl76 {
       border-left: solid 76px !important
   }

   .bl77 {
       border-left: solid 77px !important
   }

   .bl78 {
       border-left: solid 78px !important
   }

   .bl79 {
       border-left: solid 79px !important
   }

   .bl80 {
       border-left: solid 80px !important
   }

   .bl81 {
       border-left: solid 81px !important
   }

   .bl82 {
       border-left: solid 82px !important
   }

   .bl83 {
       border-left: solid 83px !important
   }

   .bl84 {
       border-left: solid 84px !important
   }

   .bl85 {
       border-left: solid 85px !important
   }

   .bl86 {
       border-left: solid 86px !important
   }

   .bl87 {
       border-left: solid 87px !important
   }

   .bl88 {
       border-left: solid 88px !important
   }

   .bl89 {
       border-left: solid 89px !important
   }

   .bl90 {
       border-left: solid 90px !important
   }

   .bl91 {
       border-left: solid 91px !important
   }

   .bl92 {
       border-left: solid 92px !important
   }

   .bl93 {
       border-left: solid 93px !important
   }

   .bl94 {
       border-left: solid 94px !important
   }

   .bl95 {
       border-left: solid 95px !important
   }

   .bl96 {
       border-left: solid 96px !important
   }

   .bl97 {
       border-left: solid 97px !important
   }

   .bl98 {
       border-left: solid 98px !important
   }

   .bl99 {
       border-left: solid 99px !important
   }

   .bl100 {
       border-left: solid 100px !important
   }

   .bl101 {
       border-left: solid 101px !important
   }

   .bl102 {
       border-left: solid 102px !important
   }

   .bl103 {
       border-left: solid 103px !important
   }

   .bl104 {
       border-left: solid 104px !important
   }

   .bl105 {
       border-left: solid 105px !important
   }

   .bl106 {
       border-left: solid 106px !important
   }

   .bl107 {
       border-left: solid 107px !important
   }

   .bl108 {
       border-left: solid 108px !important
   }

   .bl109 {
       border-left: solid 109px !important
   }

   .bl110 {
       border-left: solid 110px !important
   }

   .bl111 {
       border-left: solid 111px !important
   }

   .bl112 {
       border-left: solid 112px !important
   }

   .bl113 {
       border-left: solid 113px !important
   }

   .bl114 {
       border-left: solid 114px !important
   }

   .bl115 {
       border-left: solid 115px !important
   }

   .bl116 {
       border-left: solid 116px !important
   }

   .bl117 {
       border-left: solid 117px !important
   }

   .bl118 {
       border-left: solid 118px !important
   }

   .bl119 {
       border-left: solid 119px !important
   }

   .bl120 {
       border-left: solid 120px !important
   }

   .bl121 {
       border-left: solid 121px !important
   }

   .bl122 {
       border-left: solid 122px !important
   }

   .bl123 {
       border-left: solid 123px !important
   }

   .bl124 {
       border-left: solid 124px !important
   }

   .bl125 {
       border-left: solid 125px !important
   }

   .bl126 {
       border-left: solid 126px !important
   }

   .bl127 {
       border-left: solid 127px !important
   }

   .bl128 {
       border-left: solid 128px !important
   }

   .bl129 {
       border-left: solid 129px !important
   }

   .bl130 {
       border-left: solid 130px !important
   }

   .bl131 {
       border-left: solid 131px !important
   }

   .bl132 {
       border-left: solid 132px !important
   }

   .bl133 {
       border-left: solid 133px !important
   }

   .bl134 {
       border-left: solid 134px !important
   }

   .bl135 {
       border-left: solid 135px !important
   }

   .bl136 {
       border-left: solid 136px !important
   }

   .bl137 {
       border-left: solid 137px !important
   }

   .bl138 {
       border-left: solid 138px !important
   }

   .bl139 {
       border-left: solid 139px !important
   }

   .bl140 {
       border-left: solid 140px !important
   }

   .bl141 {
       border-left: solid 141px !important
   }

   .bl142 {
       border-left: solid 142px !important
   }

   .bl143 {
       border-left: solid 143px !important
   }

   .bl144 {
       border-left: solid 144px !important
   }

   .bl145 {
       border-left: solid 145px !important
   }

   .bl146 {
       border-left: solid 146px !important
   }

   .bl147 {
       border-left: solid 147px !important
   }

   .bl148 {
       border-left: solid 148px !important
   }

   .bl149 {
       border-left: solid 149px !important
   }

   .bl150 {
       border-left: solid 150px !important
   }

   .bl151 {
       border-left: solid 151px !important
   }

   .bl152 {
       border-left: solid 152px !important
   }

   .bl153 {
       border-left: solid 153px !important
   }

   .bl154 {
       border-left: solid 154px !important
   }

   .bl155 {
       border-left: solid 155px !important
   }

   .bl156 {
       border-left: solid 156px !important
   }

   .bl157 {
       border-left: solid 157px !important
   }

   .bl158 {
       border-left: solid 158px !important
   }

   .bl159 {
       border-left: solid 159px !important
   }

   .bl160 {
       border-left: solid 160px !important
   }

   .bl161 {
       border-left: solid 161px !important
   }

   .bl162 {
       border-left: solid 162px !important
   }

   .bl163 {
       border-left: solid 163px !important
   }

   .bl164 {
       border-left: solid 164px !important
   }

   .bl165 {
       border-left: solid 165px !important
   }

   .bl166 {
       border-left: solid 166px !important
   }

   .bl167 {
       border-left: solid 167px !important
   }

   .bl168 {
       border-left: solid 168px !important
   }

   .bl169 {
       border-left: solid 169px !important
   }

   .bl170 {
       border-left: solid 170px !important
   }

   .bl171 {
       border-left: solid 171px !important
   }

   .bl172 {
       border-left: solid 172px !important
   }

   .bl173 {
       border-left: solid 173px !important
   }

   .bl174 {
       border-left: solid 174px !important
   }

   .bl175 {
       border-left: solid 175px !important
   }

   .bl176 {
       border-left: solid 176px !important
   }

   .bl177 {
       border-left: solid 177px !important
   }

   .bl178 {
       border-left: solid 178px !important
   }

   .bl179 {
       border-left: solid 179px !important
   }

   .bl180 {
       border-left: solid 180px !important
   }

   .bl181 {
       border-left: solid 181px !important
   }

   .bl182 {
       border-left: solid 182px !important
   }

   .bl183 {
       border-left: solid 183px !important
   }

   .bl184 {
       border-left: solid 184px !important
   }

   .bl185 {
       border-left: solid 185px !important
   }

   .bl186 {
       border-left: solid 186px !important
   }

   .bl187 {
       border-left: solid 187px !important
   }

   .bl188 {
       border-left: solid 188px !important
   }

   .bl189 {
       border-left: solid 189px !important
   }

   .bl190 {
       border-left: solid 190px !important
   }

   .bl191 {
       border-left: solid 191px !important
   }

   .bl192 {
       border-left: solid 192px !important
   }

   .bl193 {
       border-left: solid 193px !important
   }

   .bl194 {
       border-left: solid 194px !important
   }

   .bl195 {
       border-left: solid 195px !important
   }

   .bl196 {
       border-left: solid 196px !important
   }

   .bl197 {
       border-left: solid 197px !important
   }

   .bl198 {
       border-left: solid 198px !important
   }

   .bl199 {
       border-left: solid 199px !important
   }

   .bl200 {
       border-left: solid 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-bl0 {
           border-left: solid 0px !important
       }

       .col-sm-bl {
           border-left: solid 1px !important
       }

       .col-sm-bl1 {
           border-left: solid 1px !important
       }

       .col-sm-bl2 {
           border-left: solid 2px !important
       }

       .col-sm-bl3 {
           border-left: solid 3px !important
       }

       .col-sm-bl4 {
           border-left: solid 4px !important
       }

       .col-sm-bl5 {
           border-left: solid 5px !important
       }

       .col-sm-bl6 {
           border-left: solid 6px !important
       }

       .col-sm-bl7 {
           border-left: solid 7px !important
       }

       .col-sm-bl8 {
           border-left: solid 8px !important
       }

       .col-sm-bl9 {
           border-left: solid 9px !important
       }

       .col-sm-bl10 {
           border-left: solid 10px !important
       }

       .col-sm-bl11 {
           border-left: solid 11px !important
       }

       .col-sm-bl12 {
           border-left: solid 12px !important
       }

       .col-sm-bl13 {
           border-left: solid 13px !important
       }

       .col-sm-bl14 {
           border-left: solid 14px !important
       }

       .col-sm-bl15 {
           border-left: solid 15px !important
       }

       .col-sm-bl16 {
           border-left: solid 16px !important
       }

       .col-sm-bl17 {
           border-left: solid 17px !important
       }

       .col-sm-bl18 {
           border-left: solid 18px !important
       }

       .col-sm-bl19 {
           border-left: solid 19px !important
       }

       .col-sm-bl20 {
           border-left: solid 20px !important
       }

       .col-sm-bl21 {
           border-left: solid 21px !important
       }

       .col-sm-bl22 {
           border-left: solid 22px !important
       }

       .col-sm-bl23 {
           border-left: solid 23px !important
       }

       .col-sm-bl24 {
           border-left: solid 24px !important
       }

       .col-sm-bl25 {
           border-left: solid 25px !important
       }

       .col-sm-bl26 {
           border-left: solid 26px !important
       }

       .col-sm-bl27 {
           border-left: solid 27px !important
       }

       .col-sm-bl28 {
           border-left: solid 28px !important
       }

       .col-sm-bl29 {
           border-left: solid 29px !important
       }

       .col-sm-bl30 {
           border-left: solid 30px !important
       }

       .col-sm-bl31 {
           border-left: solid 31px !important
       }

       .col-sm-bl32 {
           border-left: solid 32px !important
       }

       .col-sm-bl33 {
           border-left: solid 33px !important
       }

       .col-sm-bl34 {
           border-left: solid 34px !important
       }

       .col-sm-bl35 {
           border-left: solid 35px !important
       }

       .col-sm-bl36 {
           border-left: solid 36px !important
       }

       .col-sm-bl37 {
           border-left: solid 37px !important
       }

       .col-sm-bl38 {
           border-left: solid 38px !important
       }

       .col-sm-bl39 {
           border-left: solid 39px !important
       }

       .col-sm-bl40 {
           border-left: solid 40px !important
       }

       .col-sm-bl41 {
           border-left: solid 41px !important
       }

       .col-sm-bl42 {
           border-left: solid 42px !important
       }

       .col-sm-bl43 {
           border-left: solid 43px !important
       }

       .col-sm-bl44 {
           border-left: solid 44px !important
       }

       .col-sm-bl45 {
           border-left: solid 45px !important
       }

       .col-sm-bl46 {
           border-left: solid 46px !important
       }

       .col-sm-bl47 {
           border-left: solid 47px !important
       }

       .col-sm-bl48 {
           border-left: solid 48px !important
       }

       .col-sm-bl49 {
           border-left: solid 49px !important
       }

       .col-sm-bl50 {
           border-left: solid 50px !important
       }

       .col-sm-bl51 {
           border-left: solid 51px !important
       }

       .col-sm-bl52 {
           border-left: solid 52px !important
       }

       .col-sm-bl53 {
           border-left: solid 53px !important
       }

       .col-sm-bl54 {
           border-left: solid 54px !important
       }

       .col-sm-bl55 {
           border-left: solid 55px !important
       }

       .col-sm-bl56 {
           border-left: solid 56px !important
       }

       .col-sm-bl57 {
           border-left: solid 57px !important
       }

       .col-sm-bl58 {
           border-left: solid 58px !important
       }

       .col-sm-bl59 {
           border-left: solid 59px !important
       }

       .col-sm-bl60 {
           border-left: solid 60px !important
       }

       .col-sm-bl61 {
           border-left: solid 61px !important
       }

       .col-sm-bl62 {
           border-left: solid 62px !important
       }

       .col-sm-bl63 {
           border-left: solid 63px !important
       }

       .col-sm-bl64 {
           border-left: solid 64px !important
       }

       .col-sm-bl65 {
           border-left: solid 65px !important
       }

       .col-sm-bl66 {
           border-left: solid 66px !important
       }

       .col-sm-bl67 {
           border-left: solid 67px !important
       }

       .col-sm-bl68 {
           border-left: solid 68px !important
       }

       .col-sm-bl69 {
           border-left: solid 69px !important
       }

       .col-sm-bl70 {
           border-left: solid 70px !important
       }

       .col-sm-bl71 {
           border-left: solid 71px !important
       }

       .col-sm-bl72 {
           border-left: solid 72px !important
       }

       .col-sm-bl73 {
           border-left: solid 73px !important
       }

       .col-sm-bl74 {
           border-left: solid 74px !important
       }

       .col-sm-bl75 {
           border-left: solid 75px !important
       }

       .col-sm-bl76 {
           border-left: solid 76px !important
       }

       .col-sm-bl77 {
           border-left: solid 77px !important
       }

       .col-sm-bl78 {
           border-left: solid 78px !important
       }

       .col-sm-bl79 {
           border-left: solid 79px !important
       }

       .col-sm-bl80 {
           border-left: solid 80px !important
       }

       .col-sm-bl81 {
           border-left: solid 81px !important
       }

       .col-sm-bl82 {
           border-left: solid 82px !important
       }

       .col-sm-bl83 {
           border-left: solid 83px !important
       }

       .col-sm-bl84 {
           border-left: solid 84px !important
       }

       .col-sm-bl85 {
           border-left: solid 85px !important
       }

       .col-sm-bl86 {
           border-left: solid 86px !important
       }

       .col-sm-bl87 {
           border-left: solid 87px !important
       }

       .col-sm-bl88 {
           border-left: solid 88px !important
       }

       .col-sm-bl89 {
           border-left: solid 89px !important
       }

       .col-sm-bl90 {
           border-left: solid 90px !important
       }

       .col-sm-bl91 {
           border-left: solid 91px !important
       }

       .col-sm-bl92 {
           border-left: solid 92px !important
       }

       .col-sm-bl93 {
           border-left: solid 93px !important
       }

       .col-sm-bl94 {
           border-left: solid 94px !important
       }

       .col-sm-bl95 {
           border-left: solid 95px !important
       }

       .col-sm-bl96 {
           border-left: solid 96px !important
       }

       .col-sm-bl97 {
           border-left: solid 97px !important
       }

       .col-sm-bl98 {
           border-left: solid 98px !important
       }

       .col-sm-bl99 {
           border-left: solid 99px !important
       }

       .col-sm-bl100 {
           border-left: solid 100px !important
       }

       .col-sm-bl101 {
           border-left: solid 101px !important
       }

       .col-sm-bl102 {
           border-left: solid 102px !important
       }

       .col-sm-bl103 {
           border-left: solid 103px !important
       }

       .col-sm-bl104 {
           border-left: solid 104px !important
       }

       .col-sm-bl105 {
           border-left: solid 105px !important
       }

       .col-sm-bl106 {
           border-left: solid 106px !important
       }

       .col-sm-bl107 {
           border-left: solid 107px !important
       }

       .col-sm-bl108 {
           border-left: solid 108px !important
       }

       .col-sm-bl109 {
           border-left: solid 109px !important
       }

       .col-sm-bl110 {
           border-left: solid 110px !important
       }

       .col-sm-bl111 {
           border-left: solid 111px !important
       }

       .col-sm-bl112 {
           border-left: solid 112px !important
       }

       .col-sm-bl113 {
           border-left: solid 113px !important
       }

       .col-sm-bl114 {
           border-left: solid 114px !important
       }

       .col-sm-bl115 {
           border-left: solid 115px !important
       }

       .col-sm-bl116 {
           border-left: solid 116px !important
       }

       .col-sm-bl117 {
           border-left: solid 117px !important
       }

       .col-sm-bl118 {
           border-left: solid 118px !important
       }

       .col-sm-bl119 {
           border-left: solid 119px !important
       }

       .col-sm-bl120 {
           border-left: solid 120px !important
       }

       .col-sm-bl121 {
           border-left: solid 121px !important
       }

       .col-sm-bl122 {
           border-left: solid 122px !important
       }

       .col-sm-bl123 {
           border-left: solid 123px !important
       }

       .col-sm-bl124 {
           border-left: solid 124px !important
       }

       .col-sm-bl125 {
           border-left: solid 125px !important
       }

       .col-sm-bl126 {
           border-left: solid 126px !important
       }

       .col-sm-bl127 {
           border-left: solid 127px !important
       }

       .col-sm-bl128 {
           border-left: solid 128px !important
       }

       .col-sm-bl129 {
           border-left: solid 129px !important
       }

       .col-sm-bl130 {
           border-left: solid 130px !important
       }

       .col-sm-bl131 {
           border-left: solid 131px !important
       }

       .col-sm-bl132 {
           border-left: solid 132px !important
       }

       .col-sm-bl133 {
           border-left: solid 133px !important
       }

       .col-sm-bl134 {
           border-left: solid 134px !important
       }

       .col-sm-bl135 {
           border-left: solid 135px !important
       }

       .col-sm-bl136 {
           border-left: solid 136px !important
       }

       .col-sm-bl137 {
           border-left: solid 137px !important
       }

       .col-sm-bl138 {
           border-left: solid 138px !important
       }

       .col-sm-bl139 {
           border-left: solid 139px !important
       }

       .col-sm-bl140 {
           border-left: solid 140px !important
       }

       .col-sm-bl141 {
           border-left: solid 141px !important
       }

       .col-sm-bl142 {
           border-left: solid 142px !important
       }

       .col-sm-bl143 {
           border-left: solid 143px !important
       }

       .col-sm-bl144 {
           border-left: solid 144px !important
       }

       .col-sm-bl145 {
           border-left: solid 145px !important
       }

       .col-sm-bl146 {
           border-left: solid 146px !important
       }

       .col-sm-bl147 {
           border-left: solid 147px !important
       }

       .col-sm-bl148 {
           border-left: solid 148px !important
       }

       .col-sm-bl149 {
           border-left: solid 149px !important
       }

       .col-sm-bl150 {
           border-left: solid 150px !important
       }

       .col-sm-bl151 {
           border-left: solid 151px !important
       }

       .col-sm-bl152 {
           border-left: solid 152px !important
       }

       .col-sm-bl153 {
           border-left: solid 153px !important
       }

       .col-sm-bl154 {
           border-left: solid 154px !important
       }

       .col-sm-bl155 {
           border-left: solid 155px !important
       }

       .col-sm-bl156 {
           border-left: solid 156px !important
       }

       .col-sm-bl157 {
           border-left: solid 157px !important
       }

       .col-sm-bl158 {
           border-left: solid 158px !important
       }

       .col-sm-bl159 {
           border-left: solid 159px !important
       }

       .col-sm-bl160 {
           border-left: solid 160px !important
       }

       .col-sm-bl161 {
           border-left: solid 161px !important
       }

       .col-sm-bl162 {
           border-left: solid 162px !important
       }

       .col-sm-bl163 {
           border-left: solid 163px !important
       }

       .col-sm-bl164 {
           border-left: solid 164px !important
       }

       .col-sm-bl165 {
           border-left: solid 165px !important
       }

       .col-sm-bl166 {
           border-left: solid 166px !important
       }

       .col-sm-bl167 {
           border-left: solid 167px !important
       }

       .col-sm-bl168 {
           border-left: solid 168px !important
       }

       .col-sm-bl169 {
           border-left: solid 169px !important
       }

       .col-sm-bl170 {
           border-left: solid 170px !important
       }

       .col-sm-bl171 {
           border-left: solid 171px !important
       }

       .col-sm-bl172 {
           border-left: solid 172px !important
       }

       .col-sm-bl173 {
           border-left: solid 173px !important
       }

       .col-sm-bl174 {
           border-left: solid 174px !important
       }

       .col-sm-bl175 {
           border-left: solid 175px !important
       }

       .col-sm-bl176 {
           border-left: solid 176px !important
       }

       .col-sm-bl177 {
           border-left: solid 177px !important
       }

       .col-sm-bl178 {
           border-left: solid 178px !important
       }

       .col-sm-bl179 {
           border-left: solid 179px !important
       }

       .col-sm-bl180 {
           border-left: solid 180px !important
       }

       .col-sm-bl181 {
           border-left: solid 181px !important
       }

       .col-sm-bl182 {
           border-left: solid 182px !important
       }

       .col-sm-bl183 {
           border-left: solid 183px !important
       }

       .col-sm-bl184 {
           border-left: solid 184px !important
       }

       .col-sm-bl185 {
           border-left: solid 185px !important
       }

       .col-sm-bl186 {
           border-left: solid 186px !important
       }

       .col-sm-bl187 {
           border-left: solid 187px !important
       }

       .col-sm-bl188 {
           border-left: solid 188px !important
       }

       .col-sm-bl189 {
           border-left: solid 189px !important
       }

       .col-sm-bl190 {
           border-left: solid 190px !important
       }

       .col-sm-bl191 {
           border-left: solid 191px !important
       }

       .col-sm-bl192 {
           border-left: solid 192px !important
       }

       .col-sm-bl193 {
           border-left: solid 193px !important
       }

       .col-sm-bl194 {
           border-left: solid 194px !important
       }

       .col-sm-bl195 {
           border-left: solid 195px !important
       }

       .col-sm-bl196 {
           border-left: solid 196px !important
       }

       .col-sm-bl197 {
           border-left: solid 197px !important
       }

       .col-sm-bl198 {
           border-left: solid 198px !important
       }

       .col-sm-bl199 {
           border-left: solid 199px !important
       }

       .col-sm-bl200 {
           border-left: solid 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-bl0 {
           border-left: solid 0px !important
       }

       .col-xs-bl {
           border-left: solid 1px !important
       }

       .col-xs-bl1 {
           border-left: solid 1px !important
       }

       .col-xs-bl2 {
           border-left: solid 2px !important
       }

       .col-xs-bl3 {
           border-left: solid 3px !important
       }

       .col-xs-bl4 {
           border-left: solid 4px !important
       }

       .col-xs-bl5 {
           border-left: solid 5px !important
       }

       .col-xs-bl6 {
           border-left: solid 6px !important
       }

       .col-xs-bl7 {
           border-left: solid 7px !important
       }

       .col-xs-bl8 {
           border-left: solid 8px !important
       }

       .col-xs-bl9 {
           border-left: solid 9px !important
       }

       .col-xs-bl10 {
           border-left: solid 10px !important
       }

       .col-xs-bl11 {
           border-left: solid 11px !important
       }

       .col-xs-bl12 {
           border-left: solid 12px !important
       }

       .col-xs-bl13 {
           border-left: solid 13px !important
       }

       .col-xs-bl14 {
           border-left: solid 14px !important
       }

       .col-xs-bl15 {
           border-left: solid 15px !important
       }

       .col-xs-bl16 {
           border-left: solid 16px !important
       }

       .col-xs-bl17 {
           border-left: solid 17px !important
       }

       .col-xs-bl18 {
           border-left: solid 18px !important
       }

       .col-xs-bl19 {
           border-left: solid 19px !important
       }

       .col-xs-bl20 {
           border-left: solid 20px !important
       }

       .col-xs-bl21 {
           border-left: solid 21px !important
       }

       .col-xs-bl22 {
           border-left: solid 22px !important
       }

       .col-xs-bl23 {
           border-left: solid 23px !important
       }

       .col-xs-bl24 {
           border-left: solid 24px !important
       }

       .col-xs-bl25 {
           border-left: solid 25px !important
       }

       .col-xs-bl26 {
           border-left: solid 26px !important
       }

       .col-xs-bl27 {
           border-left: solid 27px !important
       }

       .col-xs-bl28 {
           border-left: solid 28px !important
       }

       .col-xs-bl29 {
           border-left: solid 29px !important
       }

       .col-xs-bl30 {
           border-left: solid 30px !important
       }

       .col-xs-bl31 {
           border-left: solid 31px !important
       }

       .col-xs-bl32 {
           border-left: solid 32px !important
       }

       .col-xs-bl33 {
           border-left: solid 33px !important
       }

       .col-xs-bl34 {
           border-left: solid 34px !important
       }

       .col-xs-bl35 {
           border-left: solid 35px !important
       }

       .col-xs-bl36 {
           border-left: solid 36px !important
       }

       .col-xs-bl37 {
           border-left: solid 37px !important
       }

       .col-xs-bl38 {
           border-left: solid 38px !important
       }

       .col-xs-bl39 {
           border-left: solid 39px !important
       }

       .col-xs-bl40 {
           border-left: solid 40px !important
       }

       .col-xs-bl41 {
           border-left: solid 41px !important
       }

       .col-xs-bl42 {
           border-left: solid 42px !important
       }

       .col-xs-bl43 {
           border-left: solid 43px !important
       }

       .col-xs-bl44 {
           border-left: solid 44px !important
       }

       .col-xs-bl45 {
           border-left: solid 45px !important
       }

       .col-xs-bl46 {
           border-left: solid 46px !important
       }

       .col-xs-bl47 {
           border-left: solid 47px !important
       }

       .col-xs-bl48 {
           border-left: solid 48px !important
       }

       .col-xs-bl49 {
           border-left: solid 49px !important
       }

       .col-xs-bl50 {
           border-left: solid 50px !important
       }

       .col-xs-bl51 {
           border-left: solid 51px !important
       }

       .col-xs-bl52 {
           border-left: solid 52px !important
       }

       .col-xs-bl53 {
           border-left: solid 53px !important
       }

       .col-xs-bl54 {
           border-left: solid 54px !important
       }

       .col-xs-bl55 {
           border-left: solid 55px !important
       }

       .col-xs-bl56 {
           border-left: solid 56px !important
       }

       .col-xs-bl57 {
           border-left: solid 57px !important
       }

       .col-xs-bl58 {
           border-left: solid 58px !important
       }

       .col-xs-bl59 {
           border-left: solid 59px !important
       }

       .col-xs-bl60 {
           border-left: solid 60px !important
       }

       .col-xs-bl61 {
           border-left: solid 61px !important
       }

       .col-xs-bl62 {
           border-left: solid 62px !important
       }

       .col-xs-bl63 {
           border-left: solid 63px !important
       }

       .col-xs-bl64 {
           border-left: solid 64px !important
       }

       .col-xs-bl65 {
           border-left: solid 65px !important
       }

       .col-xs-bl66 {
           border-left: solid 66px !important
       }

       .col-xs-bl67 {
           border-left: solid 67px !important
       }

       .col-xs-bl68 {
           border-left: solid 68px !important
       }

       .col-xs-bl69 {
           border-left: solid 69px !important
       }

       .col-xs-bl70 {
           border-left: solid 70px !important
       }

       .col-xs-bl71 {
           border-left: solid 71px !important
       }

       .col-xs-bl72 {
           border-left: solid 72px !important
       }

       .col-xs-bl73 {
           border-left: solid 73px !important
       }

       .col-xs-bl74 {
           border-left: solid 74px !important
       }

       .col-xs-bl75 {
           border-left: solid 75px !important
       }

       .col-xs-bl76 {
           border-left: solid 76px !important
       }

       .col-xs-bl77 {
           border-left: solid 77px !important
       }

       .col-xs-bl78 {
           border-left: solid 78px !important
       }

       .col-xs-bl79 {
           border-left: solid 79px !important
       }

       .col-xs-bl80 {
           border-left: solid 80px !important
       }

       .col-xs-bl81 {
           border-left: solid 81px !important
       }

       .col-xs-bl82 {
           border-left: solid 82px !important
       }

       .col-xs-bl83 {
           border-left: solid 83px !important
       }

       .col-xs-bl84 {
           border-left: solid 84px !important
       }

       .col-xs-bl85 {
           border-left: solid 85px !important
       }

       .col-xs-bl86 {
           border-left: solid 86px !important
       }

       .col-xs-bl87 {
           border-left: solid 87px !important
       }

       .col-xs-bl88 {
           border-left: solid 88px !important
       }

       .col-xs-bl89 {
           border-left: solid 89px !important
       }

       .col-xs-bl90 {
           border-left: solid 90px !important
       }

       .col-xs-bl91 {
           border-left: solid 91px !important
       }

       .col-xs-bl92 {
           border-left: solid 92px !important
       }

       .col-xs-bl93 {
           border-left: solid 93px !important
       }

       .col-xs-bl94 {
           border-left: solid 94px !important
       }

       .col-xs-bl95 {
           border-left: solid 95px !important
       }

       .col-xs-bl96 {
           border-left: solid 96px !important
       }

       .col-xs-bl97 {
           border-left: solid 97px !important
       }

       .col-xs-bl98 {
           border-left: solid 98px !important
       }

       .col-xs-bl99 {
           border-left: solid 99px !important
       }

       .col-xs-bl100 {
           border-left: solid 100px !important
       }

       .col-xs-bl101 {
           border-left: solid 101px !important
       }

       .col-xs-bl102 {
           border-left: solid 102px !important
       }

       .col-xs-bl103 {
           border-left: solid 103px !important
       }

       .col-xs-bl104 {
           border-left: solid 104px !important
       }

       .col-xs-bl105 {
           border-left: solid 105px !important
       }

       .col-xs-bl106 {
           border-left: solid 106px !important
       }

       .col-xs-bl107 {
           border-left: solid 107px !important
       }

       .col-xs-bl108 {
           border-left: solid 108px !important
       }

       .col-xs-bl109 {
           border-left: solid 109px !important
       }

       .col-xs-bl110 {
           border-left: solid 110px !important
       }

       .col-xs-bl111 {
           border-left: solid 111px !important
       }

       .col-xs-bl112 {
           border-left: solid 112px !important
       }

       .col-xs-bl113 {
           border-left: solid 113px !important
       }

       .col-xs-bl114 {
           border-left: solid 114px !important
       }

       .col-xs-bl115 {
           border-left: solid 115px !important
       }

       .col-xs-bl116 {
           border-left: solid 116px !important
       }

       .col-xs-bl117 {
           border-left: solid 117px !important
       }

       .col-xs-bl118 {
           border-left: solid 118px !important
       }

       .col-xs-bl119 {
           border-left: solid 119px !important
       }

       .col-xs-bl120 {
           border-left: solid 120px !important
       }

       .col-xs-bl121 {
           border-left: solid 121px !important
       }

       .col-xs-bl122 {
           border-left: solid 122px !important
       }

       .col-xs-bl123 {
           border-left: solid 123px !important
       }

       .col-xs-bl124 {
           border-left: solid 124px !important
       }

       .col-xs-bl125 {
           border-left: solid 125px !important
       }

       .col-xs-bl126 {
           border-left: solid 126px !important
       }

       .col-xs-bl127 {
           border-left: solid 127px !important
       }

       .col-xs-bl128 {
           border-left: solid 128px !important
       }

       .col-xs-bl129 {
           border-left: solid 129px !important
       }

       .col-xs-bl130 {
           border-left: solid 130px !important
       }

       .col-xs-bl131 {
           border-left: solid 131px !important
       }

       .col-xs-bl132 {
           border-left: solid 132px !important
       }

       .col-xs-bl133 {
           border-left: solid 133px !important
       }

       .col-xs-bl134 {
           border-left: solid 134px !important
       }

       .col-xs-bl135 {
           border-left: solid 135px !important
       }

       .col-xs-bl136 {
           border-left: solid 136px !important
       }

       .col-xs-bl137 {
           border-left: solid 137px !important
       }

       .col-xs-bl138 {
           border-left: solid 138px !important
       }

       .col-xs-bl139 {
           border-left: solid 139px !important
       }

       .col-xs-bl140 {
           border-left: solid 140px !important
       }

       .col-xs-bl141 {
           border-left: solid 141px !important
       }

       .col-xs-bl142 {
           border-left: solid 142px !important
       }

       .col-xs-bl143 {
           border-left: solid 143px !important
       }

       .col-xs-bl144 {
           border-left: solid 144px !important
       }

       .col-xs-bl145 {
           border-left: solid 145px !important
       }

       .col-xs-bl146 {
           border-left: solid 146px !important
       }

       .col-xs-bl147 {
           border-left: solid 147px !important
       }

       .col-xs-bl148 {
           border-left: solid 148px !important
       }

       .col-xs-bl149 {
           border-left: solid 149px !important
       }

       .col-xs-bl150 {
           border-left: solid 150px !important
       }

       .col-xs-bl151 {
           border-left: solid 151px !important
       }

       .col-xs-bl152 {
           border-left: solid 152px !important
       }

       .col-xs-bl153 {
           border-left: solid 153px !important
       }

       .col-xs-bl154 {
           border-left: solid 154px !important
       }

       .col-xs-bl155 {
           border-left: solid 155px !important
       }

       .col-xs-bl156 {
           border-left: solid 156px !important
       }

       .col-xs-bl157 {
           border-left: solid 157px !important
       }

       .col-xs-bl158 {
           border-left: solid 158px !important
       }

       .col-xs-bl159 {
           border-left: solid 159px !important
       }

       .col-xs-bl160 {
           border-left: solid 160px !important
       }

       .col-xs-bl161 {
           border-left: solid 161px !important
       }

       .col-xs-bl162 {
           border-left: solid 162px !important
       }

       .col-xs-bl163 {
           border-left: solid 163px !important
       }

       .col-xs-bl164 {
           border-left: solid 164px !important
       }

       .col-xs-bl165 {
           border-left: solid 165px !important
       }

       .col-xs-bl166 {
           border-left: solid 166px !important
       }

       .col-xs-bl167 {
           border-left: solid 167px !important
       }

       .col-xs-bl168 {
           border-left: solid 168px !important
       }

       .col-xs-bl169 {
           border-left: solid 169px !important
       }

       .col-xs-bl170 {
           border-left: solid 170px !important
       }

       .col-xs-bl171 {
           border-left: solid 171px !important
       }

       .col-xs-bl172 {
           border-left: solid 172px !important
       }

       .col-xs-bl173 {
           border-left: solid 173px !important
       }

       .col-xs-bl174 {
           border-left: solid 174px !important
       }

       .col-xs-bl175 {
           border-left: solid 175px !important
       }

       .col-xs-bl176 {
           border-left: solid 176px !important
       }

       .col-xs-bl177 {
           border-left: solid 177px !important
       }

       .col-xs-bl178 {
           border-left: solid 178px !important
       }

       .col-xs-bl179 {
           border-left: solid 179px !important
       }

       .col-xs-bl180 {
           border-left: solid 180px !important
       }

       .col-xs-bl181 {
           border-left: solid 181px !important
       }

       .col-xs-bl182 {
           border-left: solid 182px !important
       }

       .col-xs-bl183 {
           border-left: solid 183px !important
       }

       .col-xs-bl184 {
           border-left: solid 184px !important
       }

       .col-xs-bl185 {
           border-left: solid 185px !important
       }

       .col-xs-bl186 {
           border-left: solid 186px !important
       }

       .col-xs-bl187 {
           border-left: solid 187px !important
       }

       .col-xs-bl188 {
           border-left: solid 188px !important
       }

       .col-xs-bl189 {
           border-left: solid 189px !important
       }

       .col-xs-bl190 {
           border-left: solid 190px !important
       }

       .col-xs-bl191 {
           border-left: solid 191px !important
       }

       .col-xs-bl192 {
           border-left: solid 192px !important
       }

       .col-xs-bl193 {
           border-left: solid 193px !important
       }

       .col-xs-bl194 {
           border-left: solid 194px !important
       }

       .col-xs-bl195 {
           border-left: solid 195px !important
       }

       .col-xs-bl196 {
           border-left: solid 196px !important
       }

       .col-xs-bl197 {
           border-left: solid 197px !important
       }

       .col-xs-bl198 {
           border-left: solid 198px !important
       }

       .col-xs-bl199 {
           border-left: solid 199px !important
       }

       .col-xs-bl200 {
           border-left: solid 200px !important
       }
   }

   .br0 {
       border-right: solid 0px !important
   }

   .br {
       border-right: solid 1px !important
   }

   .br1 {
       border-right: solid 1px !important
   }

   .br2 {
       border-right: solid 2px !important
   }

   .br3 {
       border-right: solid 3px !important
   }

   .br4 {
       border-right: solid 4px !important
   }

   .br5 {
       border-right: solid 5px !important
   }

   .br6 {
       border-right: solid 6px !important
   }

   .br7 {
       border-right: solid 7px !important
   }

   .br8 {
       border-right: solid 8px !important
   }

   .br9 {
       border-right: solid 9px !important
   }

   .br10 {
       border-right: solid 10px !important
   }

   .br11 {
       border-right: solid 11px !important
   }

   .br12 {
       border-right: solid 12px !important
   }

   .br13 {
       border-right: solid 13px !important
   }

   .br14 {
       border-right: solid 14px !important
   }

   .br15 {
       border-right: solid 15px !important
   }

   .br16 {
       border-right: solid 16px !important
   }

   .br17 {
       border-right: solid 17px !important
   }

   .br18 {
       border-right: solid 18px !important
   }

   .br19 {
       border-right: solid 19px !important
   }

   .br20 {
       border-right: solid 20px !important
   }

   .br21 {
       border-right: solid 21px !important
   }

   .br22 {
       border-right: solid 22px !important
   }

   .br23 {
       border-right: solid 23px !important
   }

   .br24 {
       border-right: solid 24px !important
   }

   .br25 {
       border-right: solid 25px !important
   }

   .br26 {
       border-right: solid 26px !important
   }

   .br27 {
       border-right: solid 27px !important
   }

   .br28 {
       border-right: solid 28px !important
   }

   .br29 {
       border-right: solid 29px !important
   }

   .br30 {
       border-right: solid 30px !important
   }

   .br31 {
       border-right: solid 31px !important
   }

   .br32 {
       border-right: solid 32px !important
   }

   .br33 {
       border-right: solid 33px !important
   }

   .br34 {
       border-right: solid 34px !important
   }

   .br35 {
       border-right: solid 35px !important
   }

   .br36 {
       border-right: solid 36px !important
   }

   .br37 {
       border-right: solid 37px !important
   }

   .br38 {
       border-right: solid 38px !important
   }

   .br39 {
       border-right: solid 39px !important
   }

   .br40 {
       border-right: solid 40px !important
   }

   .br41 {
       border-right: solid 41px !important
   }

   .br42 {
       border-right: solid 42px !important
   }

   .br43 {
       border-right: solid 43px !important
   }

   .br44 {
       border-right: solid 44px !important
   }

   .br45 {
       border-right: solid 45px !important
   }

   .br46 {
       border-right: solid 46px !important
   }

   .br47 {
       border-right: solid 47px !important
   }

   .br48 {
       border-right: solid 48px !important
   }

   .br49 {
       border-right: solid 49px !important
   }

   .br50 {
       border-right: solid 50px !important
   }

   .br51 {
       border-right: solid 51px !important
   }

   .br52 {
       border-right: solid 52px !important
   }

   .br53 {
       border-right: solid 53px !important
   }

   .br54 {
       border-right: solid 54px !important
   }

   .br55 {
       border-right: solid 55px !important
   }

   .br56 {
       border-right: solid 56px !important
   }

   .br57 {
       border-right: solid 57px !important
   }

   .br58 {
       border-right: solid 58px !important
   }

   .br59 {
       border-right: solid 59px !important
   }

   .br60 {
       border-right: solid 60px !important
   }

   .br61 {
       border-right: solid 61px !important
   }

   .br62 {
       border-right: solid 62px !important
   }

   .br63 {
       border-right: solid 63px !important
   }

   .br64 {
       border-right: solid 64px !important
   }

   .br65 {
       border-right: solid 65px !important
   }

   .br66 {
       border-right: solid 66px !important
   }

   .br67 {
       border-right: solid 67px !important
   }

   .br68 {
       border-right: solid 68px !important
   }

   .br69 {
       border-right: solid 69px !important
   }

   .br70 {
       border-right: solid 70px !important
   }

   .br71 {
       border-right: solid 71px !important
   }

   .br72 {
       border-right: solid 72px !important
   }

   .br73 {
       border-right: solid 73px !important
   }

   .br74 {
       border-right: solid 74px !important
   }

   .br75 {
       border-right: solid 75px !important
   }

   .br76 {
       border-right: solid 76px !important
   }

   .br77 {
       border-right: solid 77px !important
   }

   .br78 {
       border-right: solid 78px !important
   }

   .br79 {
       border-right: solid 79px !important
   }

   .br80 {
       border-right: solid 80px !important
   }

   .br81 {
       border-right: solid 81px !important
   }

   .br82 {
       border-right: solid 82px !important
   }

   .br83 {
       border-right: solid 83px !important
   }

   .br84 {
       border-right: solid 84px !important
   }

   .br85 {
       border-right: solid 85px !important
   }

   .br86 {
       border-right: solid 86px !important
   }

   .br87 {
       border-right: solid 87px !important
   }

   .br88 {
       border-right: solid 88px !important
   }

   .br89 {
       border-right: solid 89px !important
   }

   .br90 {
       border-right: solid 90px !important
   }

   .br91 {
       border-right: solid 91px !important
   }

   .br92 {
       border-right: solid 92px !important
   }

   .br93 {
       border-right: solid 93px !important
   }

   .br94 {
       border-right: solid 94px !important
   }

   .br95 {
       border-right: solid 95px !important
   }

   .br96 {
       border-right: solid 96px !important
   }

   .br97 {
       border-right: solid 97px !important
   }

   .br98 {
       border-right: solid 98px !important
   }

   .br99 {
       border-right: solid 99px !important
   }

   .br100 {
       border-right: solid 100px !important
   }

   .br101 {
       border-right: solid 101px !important
   }

   .br102 {
       border-right: solid 102px !important
   }

   .br103 {
       border-right: solid 103px !important
   }

   .br104 {
       border-right: solid 104px !important
   }

   .br105 {
       border-right: solid 105px !important
   }

   .br106 {
       border-right: solid 106px !important
   }

   .br107 {
       border-right: solid 107px !important
   }

   .br108 {
       border-right: solid 108px !important
   }

   .br109 {
       border-right: solid 109px !important
   }

   .br110 {
       border-right: solid 110px !important
   }

   .br111 {
       border-right: solid 111px !important
   }

   .br112 {
       border-right: solid 112px !important
   }

   .br113 {
       border-right: solid 113px !important
   }

   .br114 {
       border-right: solid 114px !important
   }

   .br115 {
       border-right: solid 115px !important
   }

   .br116 {
       border-right: solid 116px !important
   }

   .br117 {
       border-right: solid 117px !important
   }

   .br118 {
       border-right: solid 118px !important
   }

   .br119 {
       border-right: solid 119px !important
   }

   .br120 {
       border-right: solid 120px !important
   }

   .br121 {
       border-right: solid 121px !important
   }

   .br122 {
       border-right: solid 122px !important
   }

   .br123 {
       border-right: solid 123px !important
   }

   .br124 {
       border-right: solid 124px !important
   }

   .br125 {
       border-right: solid 125px !important
   }

   .br126 {
       border-right: solid 126px !important
   }

   .br127 {
       border-right: solid 127px !important
   }

   .br128 {
       border-right: solid 128px !important
   }

   .br129 {
       border-right: solid 129px !important
   }

   .br130 {
       border-right: solid 130px !important
   }

   .br131 {
       border-right: solid 131px !important
   }

   .br132 {
       border-right: solid 132px !important
   }

   .br133 {
       border-right: solid 133px !important
   }

   .br134 {
       border-right: solid 134px !important
   }

   .br135 {
       border-right: solid 135px !important
   }

   .br136 {
       border-right: solid 136px !important
   }

   .br137 {
       border-right: solid 137px !important
   }

   .br138 {
       border-right: solid 138px !important
   }

   .br139 {
       border-right: solid 139px !important
   }

   .br140 {
       border-right: solid 140px !important
   }

   .br141 {
       border-right: solid 141px !important
   }

   .br142 {
       border-right: solid 142px !important
   }

   .br143 {
       border-right: solid 143px !important
   }

   .br144 {
       border-right: solid 144px !important
   }

   .br145 {
       border-right: solid 145px !important
   }

   .br146 {
       border-right: solid 146px !important
   }

   .br147 {
       border-right: solid 147px !important
   }

   .br148 {
       border-right: solid 148px !important
   }

   .br149 {
       border-right: solid 149px !important
   }

   .br150 {
       border-right: solid 150px !important
   }

   .br151 {
       border-right: solid 151px !important
   }

   .br152 {
       border-right: solid 152px !important
   }

   .br153 {
       border-right: solid 153px !important
   }

   .br154 {
       border-right: solid 154px !important
   }

   .br155 {
       border-right: solid 155px !important
   }

   .br156 {
       border-right: solid 156px !important
   }

   .br157 {
       border-right: solid 157px !important
   }

   .br158 {
       border-right: solid 158px !important
   }

   .br159 {
       border-right: solid 159px !important
   }

   .br160 {
       border-right: solid 160px !important
   }

   .br161 {
       border-right: solid 161px !important
   }

   .br162 {
       border-right: solid 162px !important
   }

   .br163 {
       border-right: solid 163px !important
   }

   .br164 {
       border-right: solid 164px !important
   }

   .br165 {
       border-right: solid 165px !important
   }

   .br166 {
       border-right: solid 166px !important
   }

   .br167 {
       border-right: solid 167px !important
   }

   .br168 {
       border-right: solid 168px !important
   }

   .br169 {
       border-right: solid 169px !important
   }

   .br170 {
       border-right: solid 170px !important
   }

   .br171 {
       border-right: solid 171px !important
   }

   .br172 {
       border-right: solid 172px !important
   }

   .br173 {
       border-right: solid 173px !important
   }

   .br174 {
       border-right: solid 174px !important
   }

   .br175 {
       border-right: solid 175px !important
   }

   .br176 {
       border-right: solid 176px !important
   }

   .br177 {
       border-right: solid 177px !important
   }

   .br178 {
       border-right: solid 178px !important
   }

   .br179 {
       border-right: solid 179px !important
   }

   .br180 {
       border-right: solid 180px !important
   }

   .br181 {
       border-right: solid 181px !important
   }

   .br182 {
       border-right: solid 182px !important
   }

   .br183 {
       border-right: solid 183px !important
   }

   .br184 {
       border-right: solid 184px !important
   }

   .br185 {
       border-right: solid 185px !important
   }

   .br186 {
       border-right: solid 186px !important
   }

   .br187 {
       border-right: solid 187px !important
   }

   .br188 {
       border-right: solid 188px !important
   }

   .br189 {
       border-right: solid 189px !important
   }

   .br190 {
       border-right: solid 190px !important
   }

   .br191 {
       border-right: solid 191px !important
   }

   .br192 {
       border-right: solid 192px !important
   }

   .br193 {
       border-right: solid 193px !important
   }

   .br194 {
       border-right: solid 194px !important
   }

   .br195 {
       border-right: solid 195px !important
   }

   .br196 {
       border-right: solid 196px !important
   }

   .br197 {
       border-right: solid 197px !important
   }

   .br198 {
       border-right: solid 198px !important
   }

   .br199 {
       border-right: solid 199px !important
   }

   .br200 {
       border-right: solid 200px !important
   }

   @media screen and (max-width:991px) {
       .col-sm-br0 {
           border-right: solid 0px !important
       }

       .col-sm-br {
           border-right: solid 1px !important
       }

       .col-sm-br1 {
           border-right: solid 1px !important
       }

       .col-sm-br2 {
           border-right: solid 2px !important
       }

       .col-sm-br3 {
           border-right: solid 3px !important
       }

       .col-sm-br4 {
           border-right: solid 4px !important
       }

       .col-sm-br5 {
           border-right: solid 5px !important
       }

       .col-sm-br6 {
           border-right: solid 6px !important
       }

       .col-sm-br7 {
           border-right: solid 7px !important
       }

       .col-sm-br8 {
           border-right: solid 8px !important
       }

       .col-sm-br9 {
           border-right: solid 9px !important
       }

       .col-sm-br10 {
           border-right: solid 10px !important
       }

       .col-sm-br11 {
           border-right: solid 11px !important
       }

       .col-sm-br12 {
           border-right: solid 12px !important
       }

       .col-sm-br13 {
           border-right: solid 13px !important
       }

       .col-sm-br14 {
           border-right: solid 14px !important
       }

       .col-sm-br15 {
           border-right: solid 15px !important
       }

       .col-sm-br16 {
           border-right: solid 16px !important
       }

       .col-sm-br17 {
           border-right: solid 17px !important
       }

       .col-sm-br18 {
           border-right: solid 18px !important
       }

       .col-sm-br19 {
           border-right: solid 19px !important
       }

       .col-sm-br20 {
           border-right: solid 20px !important
       }

       .col-sm-br21 {
           border-right: solid 21px !important
       }

       .col-sm-br22 {
           border-right: solid 22px !important
       }

       .col-sm-br23 {
           border-right: solid 23px !important
       }

       .col-sm-br24 {
           border-right: solid 24px !important
       }

       .col-sm-br25 {
           border-right: solid 25px !important
       }

       .col-sm-br26 {
           border-right: solid 26px !important
       }

       .col-sm-br27 {
           border-right: solid 27px !important
       }

       .col-sm-br28 {
           border-right: solid 28px !important
       }

       .col-sm-br29 {
           border-right: solid 29px !important
       }

       .col-sm-br30 {
           border-right: solid 30px !important
       }

       .col-sm-br31 {
           border-right: solid 31px !important
       }

       .col-sm-br32 {
           border-right: solid 32px !important
       }

       .col-sm-br33 {
           border-right: solid 33px !important
       }

       .col-sm-br34 {
           border-right: solid 34px !important
       }

       .col-sm-br35 {
           border-right: solid 35px !important
       }

       .col-sm-br36 {
           border-right: solid 36px !important
       }

       .col-sm-br37 {
           border-right: solid 37px !important
       }

       .col-sm-br38 {
           border-right: solid 38px !important
       }

       .col-sm-br39 {
           border-right: solid 39px !important
       }

       .col-sm-br40 {
           border-right: solid 40px !important
       }

       .col-sm-br41 {
           border-right: solid 41px !important
       }

       .col-sm-br42 {
           border-right: solid 42px !important
       }

       .col-sm-br43 {
           border-right: solid 43px !important
       }

       .col-sm-br44 {
           border-right: solid 44px !important
       }

       .col-sm-br45 {
           border-right: solid 45px !important
       }

       .col-sm-br46 {
           border-right: solid 46px !important
       }

       .col-sm-br47 {
           border-right: solid 47px !important
       }

       .col-sm-br48 {
           border-right: solid 48px !important
       }

       .col-sm-br49 {
           border-right: solid 49px !important
       }

       .col-sm-br50 {
           border-right: solid 50px !important
       }

       .col-sm-br51 {
           border-right: solid 51px !important
       }

       .col-sm-br52 {
           border-right: solid 52px !important
       }

       .col-sm-br53 {
           border-right: solid 53px !important
       }

       .col-sm-br54 {
           border-right: solid 54px !important
       }

       .col-sm-br55 {
           border-right: solid 55px !important
       }

       .col-sm-br56 {
           border-right: solid 56px !important
       }

       .col-sm-br57 {
           border-right: solid 57px !important
       }

       .col-sm-br58 {
           border-right: solid 58px !important
       }

       .col-sm-br59 {
           border-right: solid 59px !important
       }

       .col-sm-br60 {
           border-right: solid 60px !important
       }

       .col-sm-br61 {
           border-right: solid 61px !important
       }

       .col-sm-br62 {
           border-right: solid 62px !important
       }

       .col-sm-br63 {
           border-right: solid 63px !important
       }

       .col-sm-br64 {
           border-right: solid 64px !important
       }

       .col-sm-br65 {
           border-right: solid 65px !important
       }

       .col-sm-br66 {
           border-right: solid 66px !important
       }

       .col-sm-br67 {
           border-right: solid 67px !important
       }

       .col-sm-br68 {
           border-right: solid 68px !important
       }

       .col-sm-br69 {
           border-right: solid 69px !important
       }

       .col-sm-br70 {
           border-right: solid 70px !important
       }

       .col-sm-br71 {
           border-right: solid 71px !important
       }

       .col-sm-br72 {
           border-right: solid 72px !important
       }

       .col-sm-br73 {
           border-right: solid 73px !important
       }

       .col-sm-br74 {
           border-right: solid 74px !important
       }

       .col-sm-br75 {
           border-right: solid 75px !important
       }

       .col-sm-br76 {
           border-right: solid 76px !important
       }

       .col-sm-br77 {
           border-right: solid 77px !important
       }

       .col-sm-br78 {
           border-right: solid 78px !important
       }

       .col-sm-br79 {
           border-right: solid 79px !important
       }

       .col-sm-br80 {
           border-right: solid 80px !important
       }

       .col-sm-br81 {
           border-right: solid 81px !important
       }

       .col-sm-br82 {
           border-right: solid 82px !important
       }

       .col-sm-br83 {
           border-right: solid 83px !important
       }

       .col-sm-br84 {
           border-right: solid 84px !important
       }

       .col-sm-br85 {
           border-right: solid 85px !important
       }

       .col-sm-br86 {
           border-right: solid 86px !important
       }

       .col-sm-br87 {
           border-right: solid 87px !important
       }

       .col-sm-br88 {
           border-right: solid 88px !important
       }

       .col-sm-br89 {
           border-right: solid 89px !important
       }

       .col-sm-br90 {
           border-right: solid 90px !important
       }

       .col-sm-br91 {
           border-right: solid 91px !important
       }

       .col-sm-br92 {
           border-right: solid 92px !important
       }

       .col-sm-br93 {
           border-right: solid 93px !important
       }

       .col-sm-br94 {
           border-right: solid 94px !important
       }

       .col-sm-br95 {
           border-right: solid 95px !important
       }

       .col-sm-br96 {
           border-right: solid 96px !important
       }

       .col-sm-br97 {
           border-right: solid 97px !important
       }

       .col-sm-br98 {
           border-right: solid 98px !important
       }

       .col-sm-br99 {
           border-right: solid 99px !important
       }

       .col-sm-br100 {
           border-right: solid 100px !important
       }

       .col-sm-br101 {
           border-right: solid 101px !important
       }

       .col-sm-br102 {
           border-right: solid 102px !important
       }

       .col-sm-br103 {
           border-right: solid 103px !important
       }

       .col-sm-br104 {
           border-right: solid 104px !important
       }

       .col-sm-br105 {
           border-right: solid 105px !important
       }

       .col-sm-br106 {
           border-right: solid 106px !important
       }

       .col-sm-br107 {
           border-right: solid 107px !important
       }

       .col-sm-br108 {
           border-right: solid 108px !important
       }

       .col-sm-br109 {
           border-right: solid 109px !important
       }

       .col-sm-br110 {
           border-right: solid 110px !important
       }

       .col-sm-br111 {
           border-right: solid 111px !important
       }

       .col-sm-br112 {
           border-right: solid 112px !important
       }

       .col-sm-br113 {
           border-right: solid 113px !important
       }

       .col-sm-br114 {
           border-right: solid 114px !important
       }

       .col-sm-br115 {
           border-right: solid 115px !important
       }

       .col-sm-br116 {
           border-right: solid 116px !important
       }

       .col-sm-br117 {
           border-right: solid 117px !important
       }

       .col-sm-br118 {
           border-right: solid 118px !important
       }

       .col-sm-br119 {
           border-right: solid 119px !important
       }

       .col-sm-br120 {
           border-right: solid 120px !important
       }

       .col-sm-br121 {
           border-right: solid 121px !important
       }

       .col-sm-br122 {
           border-right: solid 122px !important
       }

       .col-sm-br123 {
           border-right: solid 123px !important
       }

       .col-sm-br124 {
           border-right: solid 124px !important
       }

       .col-sm-br125 {
           border-right: solid 125px !important
       }

       .col-sm-br126 {
           border-right: solid 126px !important
       }

       .col-sm-br127 {
           border-right: solid 127px !important
       }

       .col-sm-br128 {
           border-right: solid 128px !important
       }

       .col-sm-br129 {
           border-right: solid 129px !important
       }

       .col-sm-br130 {
           border-right: solid 130px !important
       }

       .col-sm-br131 {
           border-right: solid 131px !important
       }

       .col-sm-br132 {
           border-right: solid 132px !important
       }

       .col-sm-br133 {
           border-right: solid 133px !important
       }

       .col-sm-br134 {
           border-right: solid 134px !important
       }

       .col-sm-br135 {
           border-right: solid 135px !important
       }

       .col-sm-br136 {
           border-right: solid 136px !important
       }

       .col-sm-br137 {
           border-right: solid 137px !important
       }

       .col-sm-br138 {
           border-right: solid 138px !important
       }

       .col-sm-br139 {
           border-right: solid 139px !important
       }

       .col-sm-br140 {
           border-right: solid 140px !important
       }

       .col-sm-br141 {
           border-right: solid 141px !important
       }

       .col-sm-br142 {
           border-right: solid 142px !important
       }

       .col-sm-br143 {
           border-right: solid 143px !important
       }

       .col-sm-br144 {
           border-right: solid 144px !important
       }

       .col-sm-br145 {
           border-right: solid 145px !important
       }

       .col-sm-br146 {
           border-right: solid 146px !important
       }

       .col-sm-br147 {
           border-right: solid 147px !important
       }

       .col-sm-br148 {
           border-right: solid 148px !important
       }

       .col-sm-br149 {
           border-right: solid 149px !important
       }

       .col-sm-br150 {
           border-right: solid 150px !important
       }

       .col-sm-br151 {
           border-right: solid 151px !important
       }

       .col-sm-br152 {
           border-right: solid 152px !important
       }

       .col-sm-br153 {
           border-right: solid 153px !important
       }

       .col-sm-br154 {
           border-right: solid 154px !important
       }

       .col-sm-br155 {
           border-right: solid 155px !important
       }

       .col-sm-br156 {
           border-right: solid 156px !important
       }

       .col-sm-br157 {
           border-right: solid 157px !important
       }

       .col-sm-br158 {
           border-right: solid 158px !important
       }

       .col-sm-br159 {
           border-right: solid 159px !important
       }

       .col-sm-br160 {
           border-right: solid 160px !important
       }

       .col-sm-br161 {
           border-right: solid 161px !important
       }

       .col-sm-br162 {
           border-right: solid 162px !important
       }

       .col-sm-br163 {
           border-right: solid 163px !important
       }

       .col-sm-br164 {
           border-right: solid 164px !important
       }

       .col-sm-br165 {
           border-right: solid 165px !important
       }

       .col-sm-br166 {
           border-right: solid 166px !important
       }

       .col-sm-br167 {
           border-right: solid 167px !important
       }

       .col-sm-br168 {
           border-right: solid 168px !important
       }

       .col-sm-br169 {
           border-right: solid 169px !important
       }

       .col-sm-br170 {
           border-right: solid 170px !important
       }

       .col-sm-br171 {
           border-right: solid 171px !important
       }

       .col-sm-br172 {
           border-right: solid 172px !important
       }

       .col-sm-br173 {
           border-right: solid 173px !important
       }

       .col-sm-br174 {
           border-right: solid 174px !important
       }

       .col-sm-br175 {
           border-right: solid 175px !important
       }

       .col-sm-br176 {
           border-right: solid 176px !important
       }

       .col-sm-br177 {
           border-right: solid 177px !important
       }

       .col-sm-br178 {
           border-right: solid 178px !important
       }

       .col-sm-br179 {
           border-right: solid 179px !important
       }

       .col-sm-br180 {
           border-right: solid 180px !important
       }

       .col-sm-br181 {
           border-right: solid 181px !important
       }

       .col-sm-br182 {
           border-right: solid 182px !important
       }

       .col-sm-br183 {
           border-right: solid 183px !important
       }

       .col-sm-br184 {
           border-right: solid 184px !important
       }

       .col-sm-br185 {
           border-right: solid 185px !important
       }

       .col-sm-br186 {
           border-right: solid 186px !important
       }

       .col-sm-br187 {
           border-right: solid 187px !important
       }

       .col-sm-br188 {
           border-right: solid 188px !important
       }

       .col-sm-br189 {
           border-right: solid 189px !important
       }

       .col-sm-br190 {
           border-right: solid 190px !important
       }

       .col-sm-br191 {
           border-right: solid 191px !important
       }

       .col-sm-br192 {
           border-right: solid 192px !important
       }

       .col-sm-br193 {
           border-right: solid 193px !important
       }

       .col-sm-br194 {
           border-right: solid 194px !important
       }

       .col-sm-br195 {
           border-right: solid 195px !important
       }

       .col-sm-br196 {
           border-right: solid 196px !important
       }

       .col-sm-br197 {
           border-right: solid 197px !important
       }

       .col-sm-br198 {
           border-right: solid 198px !important
       }

       .col-sm-br199 {
           border-right: solid 199px !important
       }

       .col-sm-br200 {
           border-right: solid 200px !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-br0 {
           border-right: solid 0px !important
       }

       .col-xs-br {
           border-right: solid 1px !important
       }

       .col-xs-br1 {
           border-right: solid 1px !important
       }

       .col-xs-br2 {
           border-right: solid 2px !important
       }

       .col-xs-br3 {
           border-right: solid 3px !important
       }

       .col-xs-br4 {
           border-right: solid 4px !important
       }

       .col-xs-br5 {
           border-right: solid 5px !important
       }

       .col-xs-br6 {
           border-right: solid 6px !important
       }

       .col-xs-br7 {
           border-right: solid 7px !important
       }

       .col-xs-br8 {
           border-right: solid 8px !important
       }

       .col-xs-br9 {
           border-right: solid 9px !important
       }

       .col-xs-br10 {
           border-right: solid 10px !important
       }

       .col-xs-br11 {
           border-right: solid 11px !important
       }

       .col-xs-br12 {
           border-right: solid 12px !important
       }

       .col-xs-br13 {
           border-right: solid 13px !important
       }

       .col-xs-br14 {
           border-right: solid 14px !important
       }

       .col-xs-br15 {
           border-right: solid 15px !important
       }

       .col-xs-br16 {
           border-right: solid 16px !important
       }

       .col-xs-br17 {
           border-right: solid 17px !important
       }

       .col-xs-br18 {
           border-right: solid 18px !important
       }

       .col-xs-br19 {
           border-right: solid 19px !important
       }

       .col-xs-br20 {
           border-right: solid 20px !important
       }

       .col-xs-br21 {
           border-right: solid 21px !important
       }

       .col-xs-br22 {
           border-right: solid 22px !important
       }

       .col-xs-br23 {
           border-right: solid 23px !important
       }

       .col-xs-br24 {
           border-right: solid 24px !important
       }

       .col-xs-br25 {
           border-right: solid 25px !important
       }

       .col-xs-br26 {
           border-right: solid 26px !important
       }

       .col-xs-br27 {
           border-right: solid 27px !important
       }

       .col-xs-br28 {
           border-right: solid 28px !important
       }

       .col-xs-br29 {
           border-right: solid 29px !important
       }

       .col-xs-br30 {
           border-right: solid 30px !important
       }

       .col-xs-br31 {
           border-right: solid 31px !important
       }

       .col-xs-br32 {
           border-right: solid 32px !important
       }

       .col-xs-br33 {
           border-right: solid 33px !important
       }

       .col-xs-br34 {
           border-right: solid 34px !important
       }

       .col-xs-br35 {
           border-right: solid 35px !important
       }

       .col-xs-br36 {
           border-right: solid 36px !important
       }

       .col-xs-br37 {
           border-right: solid 37px !important
       }

       .col-xs-br38 {
           border-right: solid 38px !important
       }

       .col-xs-br39 {
           border-right: solid 39px !important
       }

       .col-xs-br40 {
           border-right: solid 40px !important
       }

       .col-xs-br41 {
           border-right: solid 41px !important
       }

       .col-xs-br42 {
           border-right: solid 42px !important
       }

       .col-xs-br43 {
           border-right: solid 43px !important
       }

       .col-xs-br44 {
           border-right: solid 44px !important
       }

       .col-xs-br45 {
           border-right: solid 45px !important
       }

       .col-xs-br46 {
           border-right: solid 46px !important
       }

       .col-xs-br47 {
           border-right: solid 47px !important
       }

       .col-xs-br48 {
           border-right: solid 48px !important
       }

       .col-xs-br49 {
           border-right: solid 49px !important
       }

       .col-xs-br50 {
           border-right: solid 50px !important
       }

       .col-xs-br51 {
           border-right: solid 51px !important
       }

       .col-xs-br52 {
           border-right: solid 52px !important
       }

       .col-xs-br53 {
           border-right: solid 53px !important
       }

       .col-xs-br54 {
           border-right: solid 54px !important
       }

       .col-xs-br55 {
           border-right: solid 55px !important
       }

       .col-xs-br56 {
           border-right: solid 56px !important
       }

       .col-xs-br57 {
           border-right: solid 57px !important
       }

       .col-xs-br58 {
           border-right: solid 58px !important
       }

       .col-xs-br59 {
           border-right: solid 59px !important
       }

       .col-xs-br60 {
           border-right: solid 60px !important
       }

       .col-xs-br61 {
           border-right: solid 61px !important
       }

       .col-xs-br62 {
           border-right: solid 62px !important
       }

       .col-xs-br63 {
           border-right: solid 63px !important
       }

       .col-xs-br64 {
           border-right: solid 64px !important
       }

       .col-xs-br65 {
           border-right: solid 65px !important
       }

       .col-xs-br66 {
           border-right: solid 66px !important
       }

       .col-xs-br67 {
           border-right: solid 67px !important
       }

       .col-xs-br68 {
           border-right: solid 68px !important
       }

       .col-xs-br69 {
           border-right: solid 69px !important
       }

       .col-xs-br70 {
           border-right: solid 70px !important
       }

       .col-xs-br71 {
           border-right: solid 71px !important
       }

       .col-xs-br72 {
           border-right: solid 72px !important
       }

       .col-xs-br73 {
           border-right: solid 73px !important
       }

       .col-xs-br74 {
           border-right: solid 74px !important
       }

       .col-xs-br75 {
           border-right: solid 75px !important
       }

       .col-xs-br76 {
           border-right: solid 76px !important
       }

       .col-xs-br77 {
           border-right: solid 77px !important
       }

       .col-xs-br78 {
           border-right: solid 78px !important
       }

       .col-xs-br79 {
           border-right: solid 79px !important
       }

       .col-xs-br80 {
           border-right: solid 80px !important
       }

       .col-xs-br81 {
           border-right: solid 81px !important
       }

       .col-xs-br82 {
           border-right: solid 82px !important
       }

       .col-xs-br83 {
           border-right: solid 83px !important
       }

       .col-xs-br84 {
           border-right: solid 84px !important
       }

       .col-xs-br85 {
           border-right: solid 85px !important
       }

       .col-xs-br86 {
           border-right: solid 86px !important
       }

       .col-xs-br87 {
           border-right: solid 87px !important
       }

       .col-xs-br88 {
           border-right: solid 88px !important
       }

       .col-xs-br89 {
           border-right: solid 89px !important
       }

       .col-xs-br90 {
           border-right: solid 90px !important
       }

       .col-xs-br91 {
           border-right: solid 91px !important
       }

       .col-xs-br92 {
           border-right: solid 92px !important
       }

       .col-xs-br93 {
           border-right: solid 93px !important
       }

       .col-xs-br94 {
           border-right: solid 94px !important
       }

       .col-xs-br95 {
           border-right: solid 95px !important
       }

       .col-xs-br96 {
           border-right: solid 96px !important
       }

       .col-xs-br97 {
           border-right: solid 97px !important
       }

       .col-xs-br98 {
           border-right: solid 98px !important
       }

       .col-xs-br99 {
           border-right: solid 99px !important
       }

       .col-xs-br100 {
           border-right: solid 100px !important
       }

       .col-xs-br101 {
           border-right: solid 101px !important
       }

       .col-xs-br102 {
           border-right: solid 102px !important
       }

       .col-xs-br103 {
           border-right: solid 103px !important
       }

       .col-xs-br104 {
           border-right: solid 104px !important
       }

       .col-xs-br105 {
           border-right: solid 105px !important
       }

       .col-xs-br106 {
           border-right: solid 106px !important
       }

       .col-xs-br107 {
           border-right: solid 107px !important
       }

       .col-xs-br108 {
           border-right: solid 108px !important
       }

       .col-xs-br109 {
           border-right: solid 109px !important
       }

       .col-xs-br110 {
           border-right: solid 110px !important
       }

       .col-xs-br111 {
           border-right: solid 111px !important
       }

       .col-xs-br112 {
           border-right: solid 112px !important
       }

       .col-xs-br113 {
           border-right: solid 113px !important
       }

       .col-xs-br114 {
           border-right: solid 114px !important
       }

       .col-xs-br115 {
           border-right: solid 115px !important
       }

       .col-xs-br116 {
           border-right: solid 116px !important
       }

       .col-xs-br117 {
           border-right: solid 117px !important
       }

       .col-xs-br118 {
           border-right: solid 118px !important
       }

       .col-xs-br119 {
           border-right: solid 119px !important
       }

       .col-xs-br120 {
           border-right: solid 120px !important
       }

       .col-xs-br121 {
           border-right: solid 121px !important
       }

       .col-xs-br122 {
           border-right: solid 122px !important
       }

       .col-xs-br123 {
           border-right: solid 123px !important
       }

       .col-xs-br124 {
           border-right: solid 124px !important
       }

       .col-xs-br125 {
           border-right: solid 125px !important
       }

       .col-xs-br126 {
           border-right: solid 126px !important
       }

       .col-xs-br127 {
           border-right: solid 127px !important
       }

       .col-xs-br128 {
           border-right: solid 128px !important
       }

       .col-xs-br129 {
           border-right: solid 129px !important
       }

       .col-xs-br130 {
           border-right: solid 130px !important
       }

       .col-xs-br131 {
           border-right: solid 131px !important
       }

       .col-xs-br132 {
           border-right: solid 132px !important
       }

       .col-xs-br133 {
           border-right: solid 133px !important
       }

       .col-xs-br134 {
           border-right: solid 134px !important
       }

       .col-xs-br135 {
           border-right: solid 135px !important
       }

       .col-xs-br136 {
           border-right: solid 136px !important
       }

       .col-xs-br137 {
           border-right: solid 137px !important
       }

       .col-xs-br138 {
           border-right: solid 138px !important
       }

       .col-xs-br139 {
           border-right: solid 139px !important
       }

       .col-xs-br140 {
           border-right: solid 140px !important
       }

       .col-xs-br141 {
           border-right: solid 141px !important
       }

       .col-xs-br142 {
           border-right: solid 142px !important
       }

       .col-xs-br143 {
           border-right: solid 143px !important
       }

       .col-xs-br144 {
           border-right: solid 144px !important
       }

       .col-xs-br145 {
           border-right: solid 145px !important
       }

       .col-xs-br146 {
           border-right: solid 146px !important
       }

       .col-xs-br147 {
           border-right: solid 147px !important
       }

       .col-xs-br148 {
           border-right: solid 148px !important
       }

       .col-xs-br149 {
           border-right: solid 149px !important
       }

       .col-xs-br150 {
           border-right: solid 150px !important
       }

       .col-xs-br151 {
           border-right: solid 151px !important
       }

       .col-xs-br152 {
           border-right: solid 152px !important
       }

       .col-xs-br153 {
           border-right: solid 153px !important
       }

       .col-xs-br154 {
           border-right: solid 154px !important
       }

       .col-xs-br155 {
           border-right: solid 155px !important
       }

       .col-xs-br156 {
           border-right: solid 156px !important
       }

       .col-xs-br157 {
           border-right: solid 157px !important
       }

       .col-xs-br158 {
           border-right: solid 158px !important
       }

       .col-xs-br159 {
           border-right: solid 159px !important
       }

       .col-xs-br160 {
           border-right: solid 160px !important
       }

       .col-xs-br161 {
           border-right: solid 161px !important
       }

       .col-xs-br162 {
           border-right: solid 162px !important
       }

       .col-xs-br163 {
           border-right: solid 163px !important
       }

       .col-xs-br164 {
           border-right: solid 164px !important
       }

       .col-xs-br165 {
           border-right: solid 165px !important
       }

       .col-xs-br166 {
           border-right: solid 166px !important
       }

       .col-xs-br167 {
           border-right: solid 167px !important
       }

       .col-xs-br168 {
           border-right: solid 168px !important
       }

       .col-xs-br169 {
           border-right: solid 169px !important
       }

       .col-xs-br170 {
           border-right: solid 170px !important
       }

       .col-xs-br171 {
           border-right: solid 171px !important
       }

       .col-xs-br172 {
           border-right: solid 172px !important
       }

       .col-xs-br173 {
           border-right: solid 173px !important
       }

       .col-xs-br174 {
           border-right: solid 174px !important
       }

       .col-xs-br175 {
           border-right: solid 175px !important
       }

       .col-xs-br176 {
           border-right: solid 176px !important
       }

       .col-xs-br177 {
           border-right: solid 177px !important
       }

       .col-xs-br178 {
           border-right: solid 178px !important
       }

       .col-xs-br179 {
           border-right: solid 179px !important
       }

       .col-xs-br180 {
           border-right: solid 180px !important
       }

       .col-xs-br181 {
           border-right: solid 181px !important
       }

       .col-xs-br182 {
           border-right: solid 182px !important
       }

       .col-xs-br183 {
           border-right: solid 183px !important
       }

       .col-xs-br184 {
           border-right: solid 184px !important
       }

       .col-xs-br185 {
           border-right: solid 185px !important
       }

       .col-xs-br186 {
           border-right: solid 186px !important
       }

       .col-xs-br187 {
           border-right: solid 187px !important
       }

       .col-xs-br188 {
           border-right: solid 188px !important
       }

       .col-xs-br189 {
           border-right: solid 189px !important
       }

       .col-xs-br190 {
           border-right: solid 190px !important
       }

       .col-xs-br191 {
           border-right: solid 191px !important
       }

       .col-xs-br192 {
           border-right: solid 192px !important
       }

       .col-xs-br193 {
           border-right: solid 193px !important
       }

       .col-xs-br194 {
           border-right: solid 194px !important
       }

       .col-xs-br195 {
           border-right: solid 195px !important
       }

       .col-xs-br196 {
           border-right: solid 196px !important
       }

       .col-xs-br197 {
           border-right: solid 197px !important
       }

       .col-xs-br198 {
           border-right: solid 198px !important
       }

       .col-xs-br199 {
           border-right: solid 199px !important
       }

       .col-xs-br200 {
           border-right: solid 200px !important
       }
   }

   .lsi {
       list-style-type: initial !important
   }

   .lsc {
       list-style-type: circle !important
   }

   .lss {
       list-style-type: square !important
   }

   .lsu {
       list-style-type: upper-roman !important
   }

   .lsl {
       list-style-type: lower-alpha !important
   }

   @media screen and (max-width:991px) {
       .col-sm-lsi {
           list-style-type: initial !important
       }

       .col-sm-lsc {
           list-style-type: circle !important
       }

       .col-sm-lss {
           list-style-type: square !important
       }

       .col-sm-lsu {
           list-style-type: upper-roman !important
       }

       .col-sm-lsl {
           list-style-type: lower-alpha !important
       }
   }

   .gray {
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%)
   }

   @media screen and (max-width:991px) {
       .col-sm-gray {
           -webkit-filter: grayscale(100%);
           filter: grayscale(100%)
       }
   }

   .cur-p {
       cursor: pointer !important
   }

   .cur-m {
       cursor: move !important
   }

   .cur-d {
       cursor: default !important
   }

   .line {
       border-bottom: solid 1px solid !important;
       width: 100%;
       clear: both
   }

   .line2 {
       border-bottom: solid 1px dashed !important;
       width: 100%;
       clear: both
   }

   @media screen and (max-width:991px) {
       .col-sm-line {
           border-bottom: solid 1px solid !important;
           width: 100%;
           clear: both
       }

       .col-sm-line2 {
           border-bottom: solid 1px dashed !important;
           width: 100%;
           clear: both
       }
   }

   .pos-a {
       position: absolute !important
   }

   .pos-r {
       position: relative !important
   }

   .pos-f {
       position: fixed !important
   }

   .pos-s {
       position: static !important
   }

   @media screen and (max-width:991px) {
       .col-sm-pos-a {
           position: absolute !important
       }

       .col-sm-pos-r {
           position: relative !important
       }

       .col-sm-pos-f {
           position: fixed !important
       }

       .col-sm-pos-s {
           position: static !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-pos-a {
           position: absolute !important
       }

       .col-xs-pos-r {
           position: relative !important
       }

       .col-xs-pos-f {
           position: fixed !important
       }

       .col-xs-pos-s {
           position: static !important
       }
   }

   .rock {
       display: block !important
   }

   .d-block {
       display: block !important
   }

   .d-flex {
       display: -webkit-flex !important;
       display: -moz-flex !important;
       display: -ms-flex !important;
       display: -o-flex !important;
       display: flex !important
   }

   .d-table {
       display: table !important
   }

   .none {
       display: none !important
   }

   .block {
       display: block !important
   }

   .table {
       display: table !important
   }

   .flex {
       display: -webkit-flex !important;
       display: -moz-flex !important;
       display: -ms-flex !important;
       display: -o-flex !important;
       display: flex !important
   }

   .in-flex {
       display: -webkit-inline-flex !important;
       display: -moz-inline-flex !important;
       display: -ms-inline-flex !important;
       display: -o-inline-flex !important;
       display: inline-flex !important
   }

   .in-block {
       display: inline-block !important
   }

   .in-table {
       display: -webkit-inline-table !important;
       display: -moz-inline-table !important;
       display: -ms-inline-table !important;
       display: -o-inline-table !important;
       display: inline-table !important
   }

   .hide {
       display: none !important;
       opacity: 0 !important
   }

   .show {
       display: block !important;
       opacity: 1 !important
   }

   .hidden {
       visibility: hidden !important;
       display: block !important
   }

   .clear {
       clear: both !important
   }

   @media screen and (max-width:991px) {
       .col-sm-block {
           display: block !important
       }

       .col-sm-d-block {
           display: block !important
       }

       .col-sm-table {
           display: table !important
       }

       .col-sm-flex {
           display: -webkit-flex !important;
           display: -moz-flex !important;
           display: -ms-flex !important;
           display: -o-flex !important;
           display: flex !important
       }

       .col-sm-d-table {
           display: table !important
       }

       .col-sm-in-flex {
           display: -webkit-inline-flex !important;
           display: -moz-inline-flex !important;
           display: -ms-inline-flex !important;
           display: -o-inline-flex !important;
           display: inline-flex !important
       }

       .col-sm-in-block {
           display: inline-block !important
       }

       .col-sm-in-table {
           display: -webkit-inline-table !important;
           display: -moz-inline-table !important;
           display: -ms-inline-table !important;
           display: -o-inline-table !important;
           display: inline-table !important
       }

       .col-sm-hide {
           display: none !important;
           opacity: 0 !important
       }

       .col-sm-show {
           display: block !important;
           opacity: 1 !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-block {
           display: block !important
       }

       .col-xs-d-block {
           display: block !important
       }

       .col-xs-table {
           display: table !important
       }

       .col-xs-flex {
           display: -webkit-flex !important;
           display: -moz-flex !important;
           display: -ms-flex !important;
           display: -o-flex !important;
           display: flex !important
       }

       .col-xs-d-table {
           display: table !important
       }

       .col-xs-in-flex {
           display: -webkit-inline-flex !important;
           display: -moz-inline-flex !important;
           display: -ms-inline-flex !important;
           display: -o-inline-flex !important;
           display: inline-flex !important
       }

       .col-xs-in-block {
           display: inline-block !important
       }

       .col-xs-hide {
           display: none !important;
           opacity: 0 !important
       }

       .col-xs-show {
           display: block !important;
           opacity: 1 !important
       }
   }

   .va-middle {
       vertical-align: middle !important
   }

   .ai-center {
       align-items: center !important
   }

   .col-sm-va-middle {
       vertical-align: middle !important
   }

   .col-sm-ai-center {
       align-items: center !important
   }

   .owh {
       overflow: hidden !important
   }

   .owh-x {
       overflow-x: hidden !important
   }

   .owh-y {
       overflow-y: hidden !important
   }

   .owy-a {
       overflow-y: auto !important
   }

   .owx-a {
       overflow-x: auto !important
   }

   .owy-s {
       overflow-y: scroll !important
   }

   .owy-v {
       overflow-y: visible !important
   }

   .owx-v {
       overflow-x: visible !important
   }

   @media screen and (max-width:991px) {
       .col-sm-owh {
           overflow: hidden !important
       }

       .col-sm-owh-x {
           overflow-x: hidden !important
       }

       .col-sm-owh-y {
           overflow-y: hidden !important
       }

       .col-sm-owy-a {
           overflow-y: auto !important
       }

       .col-sm-owx-a {
           overflow-x: auto !important
       }

       .col-sm-owy-s {
           overflow-y: scroll !important
       }

       .col-sm-owy-v {
           overflow-y: visible !important
       }

       .col-sm-owx-v {
           overflow-x: visible !important
       }
   }

   @media screen and (max-width:767px) {
       .col-xs-owh {
           overflow: hidden !important
       }

       .col-xs-owh-x {
           overflow-x: hidden !important
       }

       .col-xs-owh-y {
           overflow-y: hidden !important
       }

       .col-xs-owy-a {
           overflow-y: auto !important
       }

       .col-xs-owx-a {
           overflow-x: auto !important
       }

       .col-xs-owy-s {
           overflow-y: scroll !important
       }

       .col-xs-owy-v {
           overflow-y: visible !important
       }

       .col-xs-owx-v {
           overflow-x: visible !important
       }
   }

   .fwn {
       font-weight: normal !important
   }

   .arial-regular {
       font-family: arial !important
   }

   .arial-regular-italic {
       font-family: arial !important;
       font-style: italic !important
   }

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

   .arial-black {
       font-family: arial !important;
       font-weight: 800
   }

   .titillium-thin {
       font-family: titillium-thin !important;
       font-weight: normal !important
   }

   .titillium-light {
       font-family: titillium-light !important;
       font-weight: normal !important
   }

   .titillium-regular {
       font-family: titillium-regular !important;
       font-weight: normal !important
   }

   .titillium-semibold {
       font-family: titillium-semibold !important;
       font-weight: normal !important
   }

   .titillium-bold {
       font-family: titillium-bold !important;
       font-weight: normal !important
   }

   .titillium-regular-italic {
       font-family: titillium-regular-italic !important;
       font-weight: normal !important
   }

   .titillium-semibold-italic {
       font-family: titillium-semibold-italic !important;
       font-weight: normal !important
   }

   .titillium-bold-italic {
       font-family: titillium-bold-italic !important;
       font-weight: normal !important
   }

   .hind-regular {
       font-family: hind-regular !important;
       font-weight: normal !important
   }

   .hind-medium {
       font-family: hind-medium !important;
       font-weight: normal !important
   }

   .hind-semibold {
       font-family: hind-semibold !important;
       font-weight: normal !important
   }

   .hind-light {
       font-family: hind-light !important;
       font-weight: normal !important
   }

   .hind-bold {
       font-family: hind-bold !important;
       font-weight: normal !important
   }

   .dinpro-regular {
       font-family: dinpro-regular !important;
       font-weight: normal !important
   }

   .dinpro-regular-italic {
       font-family: dinpro-regular-italic !important;
       font-weight: normal !important
   }

   .dinpro-medium-italic {
       font-family: dinpro-medium-italic !important;
       font-weight: normal !important
   }

   .dinpro-medium-cond {
       font-family: dinpro-medium-cond !important;
       font-weight: normal !important
   }

   .dinpro-light-italic {
       font-family: dinpro-light-italic !important;
       font-weight: normal !important
   }

   .dinpro-light {
       font-family: dinpro-light !important;
       font-weight: normal !important
   }

   .dinpro-medium {
       font-family: dinpro-medium !important;
       font-weight: normal !important
   }

   .dinpro-bold {
       font-family: dinpro-bold !important;
       font-weight: normal !important
   }

   .angelina-regular {
       font-family: angelina-regular !important;
       font-weight: normal !important
   }

   .ebrima-regular {
       font-family: ebrima-regular !important;
       font-weight: normal !important
   }

   .ebrima-bold {
       font-family: ebrima-bold !important;
       font-weight: normal !important
   }

   .constan-bold {
       font-family: constan-bold !important;
       font-weight: normal !important
   }

   .trajan-regular {
       font-family: trajan-regular !important;
       font-weight: normal !important
   }

   .trajan-bold {
       font-family: trajan-bold !important;
       font-weight: normal !important
   }

   .montserrat-light {
       font-family: montserrat-light !important;
       font-weight: normal !important
   }

   .montserrat-regular {
       font-family: montserrat-regular !important;
       font-weight: normal !important
   }

   .montserrat-semibold {
       font-family: montserrat-semibold !important;
       font-weight: normal !important
   }

   .montserrat-bold {
       font-family: montserrat-bold !important;
       font-weight: normal !important
   }

   .audiowide-regular {
       font-family: audiowide-regular !important;
       font-weight: normal !important
   }

   @media screen and (max-width:991px) {
       .col-sm-arial-regular {
           font-family: arial !important
       }

       .col-sm-arial-bold {
           font-family: arial !important;
           font-weight: 700
       }

       .col-sm-arial-black {
           font-family: arial !important;
           font-weight: 800
       }

       .col-sm-titillium-light {
           font-family: titillium-light !important;
           font-weight: normal !important
       }

       .col-sm-titillium-regular {
           font-family: titillium-regular !important;
           font-weight: normal !important
       }

       .col-sm-titillium-semibold {
           font-family: titillium-semibold !important;
           font-weight: normal !important
       }

       .col-sm-titillium-bold {
           font-family: titillium-bold !important;
           font-weight: normal !important
       }

       .col-sm-titillium-regular-italic {
           font-family: titillium-regular-italic !important;
           font-weight: normal !important
       }

       .col-sm-titillium-semibold-italic {
           font-family: titillium-semibold-italic !important;
           font-weight: normal !important
       }

       .col-sm-titillium-bold-italic {
           font-family: titillium-bold-italic !important;
           font-weight: normal !important
       }

       .col-sm-angelina-regular {
           font-family: angelina-regular !important;
           font-weight: normal !important
       }

       .col-sm-ebrima-regular {
           font-family: ebrima-regular !important;
           font-weight: normal !important
       }

       .col-sm-ebrima-bold {
           font-family: ebrima-bold !important;
           font-weight: normal !important
       }

       .col-sm-trajan-regular {
           font-family: trajan-regular !important;
           font-weight: normal !important
       }

       .col-sm-trajan-bold {
           font-family: trajan-bold !important;
           font-weight: normal !important
       }
   }

   @media screen and (max-width:768px) {
       .col-xs-titillium-thin {
           font-family: titillium-thin !important;
           font-weight: normal !important
       }

       .col-xs-titillium-light {
           font-family: titillium-light !important;
           font-weight: normal !important
       }

       .col-xs-titillium-regular {
           font-family: titillium-regular !important;
           font-weight: normal !important
       }

       .col-xs-titillium-semibold {
           font-family: titillium-semibold !important;
           font-weight: normal !important
       }

       .col-xs-titillium-bold {
           font-family: titillium-bold !important;
           font-weight: normal !important
       }

       .col-xs-titillium-regular-italic {
           font-family: titillium-regular-italic !important;
           font-weight: normal !important
       }

       .col-xs-titillium-semibold-italic {
           font-family: titillium-semibold-italic !important;
           font-weight: normal !important
       }

       .col-xs-titillium-bold-italic {
           font-family: titillium-bold-italic !important;
           font-weight: normal !important
       }
   }

   .white {
       color: #fff !important
   }

   .black {
       color: #000 !important
   }

   .gren {
       color: #128a00 !important
   }

   .red {
       color: #ad0000 !important
   }

   .b-white {
       background-color: #fff
   }

   .b-black {
       background-color: #000
   }

   .b-red {
       background-color: #ad0000
   }

   .b-gren {
       background-color: #128a00 !important
   }

   .input-bg {
       background-color: rgba(0, 0, 0, .05) !important
   }

   .input2-bg {
       background-color: rgba(0, 0, 0, .02) !important
   }

   .bc1 {
       border-color: rgba(0, 0, 0, .1) !important
   }

   .bc2 {
       border-color: rgba(255, 255, 255, .1) !important
   }

   .bc-red {
       border-color: #ad0000 !important
   }

   .bc-gren {
       border-color: #128a00 !important
   }

   .back-none {
       background: none !important
   }

   @media screen and (max-width:991px) {
       .col-sm-white {
           color: #fff !important
       }

       .col-sm-black {
           color: #000 !important
       }

       .col-sm-gren {
           color: #128a00 !important
       }

       .col-sm-red {
           background: #ad0000 !important
       }

       .col-sm-b-white {
           background: #fff
       }

       .col-sm-b-black {
           background: #000
       }

       .col-sm-b-red {
           background: #ad0000
       }

       .col-sm-b-gren {
           background: #128a00 !important
       }

       .col-sm-input-bg {
           background: rgba(0, 0, 0, .05) !important
       }

       .col-sm-input2-bg {
           backgrond-color: rgba(0, 0, 0, .02) !important
       }

       .col-sm-bc1 {
           border-color: rgba(0, 0, 0, .1) !important
       }

       .col-sm-bc2 {
           border-color: rgba(255, 255, 255, .1) !important
       }

       .col-sm-bc-red {
           border-color: #ad0000 !important
       }

       .col-sm-bc-gren {
           border-color: #128a00 !important
       }

       .col-sm-back-none {
           background: none !important
       }
   }

   .col-sm-none-md {
       display: none !important
   }

   @media screen and (max-width:991px) {
       .col-sm-none-sm {
           display: none !important
       }
   }

   @media screen and (max-width:768px) {
       .col-sm-none-xs {
           display: none !important
       }
   }

   .sayfalama {
       float: right
   }

   .sayfalama li {
       float: left;
       width: 30px;
       height: 30px;
       text-align: center;
       line-height: 30px;
       margin: 2px;
       color: #fff;
       font-weight: 600;
       list-style: none !important
   }

   .sayfalama li a {
       width: 100%;
       height: 100%;
       display: block
   }

   .sayfalama li:first-child:before {
       content: "\e943" !important;
       font-family: default !important
   }

   .sayfalama li:last-child:before {
       content: "\e92e" !important;
       font-family: default !important
   }

   .sayfalama li.list-more {
       background: none;
       color: #0082bc !important
   }

   .sayfalama li.list-more a {
       color: #0082bc !important
   }

   .sayfalama li.active {
       background: none;
       border: solid 2px #0082bc
   }

   .sayfalama li.active a {
       color: #0082bc !important
   }

   @media screen and (max-width:991px) {
       .default-nav .nav-content {
           opacity: 0;
           height: 0;
           overflow-y: hidden
       }

       .nav-active .nav-content {
           opacity: 1;
           height: inherit;
           position: absolute;
           z-index: 200
       }
   }

   .max-height {
       height: 100%;
       overflow-y: hidden
   }

   @media screen and (max-width:991px) {
       .default-nav .nav-content-side {
           position: fixed !important;
           height: 100% !important;
           width: 85% !important;
           top: 0 !important;
           z-index: 202 !important;
           overflow-y: auto;
           left: -200% !important
       }

       .nav-active .nav-content-side {
           left: 0% !important
       }
   }

   @media screen and (max-width:767px) {
       .default-nav .nav-content-side {
           position: fixed !important;
           height: 100% !important;
           width: 80% !important;
           top: 0 !important;
           z-index: 210 !important
       }
   }

   .slick-prev {
       z-index: 10 !important;
       left: 10px !important
   }

   .slick-prev:before {
       font-family: 'default' !important;
       content: "\e9c8" !important;
       font-size: 35px !important
   }

   .slick-next {
       z-index: 10 !important;
       right: 10px !important
   }

   .slick-next:before {
       font-family: 'default' !important;
       content: "\e9c9" !important;
       font-size: 35px !important
   }

   .item:hover .center-h .center-content {
       opacity: 1 !important
   }


   .contentPage {
       padding-top: var(--headerH) !important;
   }


   .button {
       font-size: var(--buttonFontSize);
       line-height: var(--buttonLineHeight);
       border-radius: var(--radius);
       color: whitesmoke;
       padding: var(--buttonPadding);
       transition: .2s;
       background: var(--primaryColor);
       /*box-shadow: inset 0px 0px 7px 0px #ffffffcc;*/
       transition: .3s;
       border: none;
       font-weight: 400;
   }

   .button:hover {
       cursor: pointer;
       /*box-shadow: inset 0px 0px 20px 0px #ffffffcc;*/
       background-color: var(--secondaryColor);
   }

   .button i {
       display: inline-block;
       line-height: var(--buttonLineHeight);
       margin-left: var(--iconMargin);
   }

   .button:hover i {
       animation: shake 3s infinite !important;
   }

   .button.outline {
       border: solid 1px;
       background-color: transparent;
       color: var(--primaryColor);
   }

   .button.outline:hover {
       background-color: var(--primaryColor);
       border-color: var(--primaryColor) !important;
   }

   .button:hover {
       color: white;
   }

   .button.evident {
       background-color: var(--evident);
   }

   .head {
       position: relative;
       z-index: 10;
   }

   .head h2 {
       font-size: 36px;
       line-height: 46px;
       color: var(--textColor);
       font-weight: 700;
   }

   .head article {
       font-weight: 400;
       font-size: 16px;
       line-height: 22px;
       color: var(--textColor);
       opacity: .9;
       width: 75%;
       display: table;
       margin: auto;
       margin-bottom: 25px;
       margin-top: 7px;
   }

   .head article b {
       text-transform: capitalize;
       font-weight: 700;
   }

   form input:focus {
       outline-color: var(--primaryColor) !important;
   }


   .head {
       color: var(--textColor);
       font-weight: 600;
   }

   .head span {
       color: var(--primaryColor);
       font-weight: 500;
       font-size: 15px;
       display: block;
       margin-bottom: 5px;
   }

   .head article {
       color: var(--textColor);
       font-weight: 400;
       font-size: 16px;
       line-height: 24px;
       opacity: .7;
   }

   @media screen and (max-width:992px) {
       .head article {
           width: 90%;
       }

       .head h2 {
           font-size: 26px;
           line-height: 36px;
       }

       .button {
           padding: 0px 20px;
       }
   }


   @keyframes shake {

       10%,
       90% {
           transform: translate3d(-1px, 0, 0)
       }

       20%,
       80% {
           transform: translate3d(2px, 0, 0)
       }

       30%,
       50%,
       70% {
           transform: translate3d(-4px, 0, 0)
       }

       40%,
       60% {
           transform: translate3d(4px, 0, 0)
       }
   }



   @-webkit-keyframes buttonAnimation {
       0% {
           background-position: 0% 50%
       }

       100% {
           background-position: 100% 50%
       }
   }

   @-moz-keyframes buttonAnimation {
       0% {
           background-position: 0% 50%
       }

       100% {
           background-position: 100% 50%
       }
   }

   @keyframes buttonAnimation {
       0% {
           background-position: 0% 50%
       }

       100% {
           background-position: 100% 50%
       }
   }

   @-webkit-keyframes buttonAnimation2 {
       0% {
           background-position: 0% 50%
       }

       100% {
           background-position: 100% 50%
       }
   }

   @-moz-keyframes buttonAnimation2 {
       0% {
           background-position: 0% 50%
       }

       100% {
           background-position: 100% 50%
       }
   }

   @keyframes buttonAnimation2 {
       0% {
           background-position: 0% 50%
       }

       100% {
           background-position: 100% 50%
       }
   }

   /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
   .owl-carousel,
   .owl-carousel .owl-item {
       -webkit-tap-highlight-color: transparent;
       position: relative
   }

   .owl-carousel {
       display: none;
       width: 100%;
       z-index: 1
   }

   .owl-carousel .owl-stage {
       position: relative;
       -ms-touch-action: pan-Y;
       touch-action: manipulation;
       -moz-backface-visibility: hidden
   }

   .owl-carousel .owl-stage:after {
       content: ".";
       display: block;
       clear: both;
       visibility: hidden;
       line-height: 0;
       height: 0
   }

   .owl-carousel .owl-stage-outer {
       position: relative;
       overflow: hidden;
       -webkit-transform: translate3d(0, 0, 0)
   }

   .owl-carousel .owl-item,
   .owl-carousel .owl-wrapper {
       -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0)
   }

   .owl-carousel .owl-item {
       min-height: 1px;
       float: left;
       -webkit-backface-visibility: hidden;
       -webkit-touch-callout: none
   }

   .owl-carousel .owl-item img {
       display: block;
       width: 100%
   }

   .owl-carousel .owl-dots.disabled,
   .owl-carousel .owl-nav.disabled {
       display: none
   }

   .no-js .owl-carousel,
   .owl-carousel.owl-loaded {
       display: block
   }

   .owl-carousel .owl-dot,
   .owl-carousel .owl-nav .owl-next,
   .owl-carousel .owl-nav .owl-prev {
       cursor: pointer;
       -webkit-user-select: none;
       -khtml-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none
   }

   .owl-carousel .owl-nav button.owl-next,
   .owl-carousel .owl-nav button.owl-prev,
   .owl-carousel button.owl-dot {
       background: 0 0;
       color: inherit;
       border: none;
       padding: 0 !important;
       font: inherit
   }

   .owl-carousel.owl-loading {
       opacity: 0;
       display: block
   }

   .owl-carousel.owl-hidden {
       opacity: 0
   }

   .owl-carousel.owl-refresh .owl-item {
       visibility: hidden
   }

   .owl-carousel.owl-drag .owl-item {
       -ms-touch-action: pan-y;
       touch-action: pan-y;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none
   }

   .owl-carousel.owl-grab {
       cursor: move;
       cursor: grab
   }

   .owl-carousel.owl-rtl {
       direction: rtl
   }

   .owl-carousel.owl-rtl .owl-item {
       float: right
   }

   .owl-carousel .animated {
       animation-duration: 1s;
       animation-fill-mode: both
   }

   .owl-carousel .owl-animated-in {
       z-index: 0
   }

   .owl-carousel .owl-animated-out {
       z-index: 1
   }

   .owl-carousel .fadeOut {
       animation-name: fadeOut
   }

   @keyframes fadeOut {
       0% {
           opacity: 1
       }

       100% {
           opacity: 0
       }
   }

   .owl-height {
       transition: height .5s ease-in-out
   }

   .owl-carousel .owl-item .owl-lazy {
       opacity: 0;
       transition: opacity .4s ease
   }

   .owl-carousel .owl-item .owl-lazy:not([src]),
   .owl-carousel .owl-item .owl-lazy[src^=""] {
       max-height: 0
   }

   .owl-carousel .owl-item img.owl-lazy {
       transform-style: preserve-3d
   }

   .owl-carousel .owl-video-wrapper {
       position: relative;
       height: 100%;
       background: #000
   }

   .owl-carousel .owl-video-play-icon {
       position: absolute;
       height: 80px;
       width: 80px;
       left: 50%;
       top: 50%;
       margin-left: -40px;
       margin-top: -40px;
       background: url(owl.video.play.png) no-repeat;
       cursor: pointer;
       z-index: 1;
       -webkit-backface-visibility: hidden;
       transition: transform .1s ease
   }

   .owl-carousel .owl-video-play-icon:hover {
       -ms-transform: scale(1.3, 1.3);
       transform: scale(1.3, 1.3)
   }

   .owl-carousel .owl-video-playing .owl-video-play-icon,
   .owl-carousel .owl-video-playing .owl-video-tn {
       display: none
   }

   .owl-carousel .owl-video-tn {
       opacity: 0;
       height: 100%;
       background-position: center center;
       background-repeat: no-repeat;
       background-size: contain;
       transition: opacity .4s ease
   }

   .owl-carousel .owl-video-frame {
       position: relative;
       z-index: 1;
       height: 100%;
       width: 100%
   }

   html.lenis {
       height: auto;
   }

   .lenis.lenis-smooth {
       scroll-behavior: auto;
   }

   .lenis.lenis-smooth [data-lenis-prevent] {
       overscroll-behavior: contain;
   }

   .lenis.lenis-stopped {
       overflow: hidden;
   }

   .lenis.lenis-scrolling iframe {
       pointer-events: none;
   }

   section {
       overflow-x: clip;
       opacity: 0;
   }

   body.loaded section {
       opacity: 1;
   }

   /* width */
   ::-webkit-scrollbar {
       width: 6px;
       height: 3px;
   }

   /* Track */
   ::-webkit-scrollbar-track {
       background: #f1f1f138;
   }

   /* Handle */
   ::-webkit-scrollbar-thumb {
       background: #888;
       border-radius: 25px;
   }

   /* Handle on hover */
   ::-webkit-scrollbar-thumb:hover {
       background: #555;
   }


   .colored {
       color: var(--primaryColor);
   }

   .colored-bg {
       background-color: var(--primaryColor);
   }

   a {
       text-decoration: none;
       display: inline-block
   }

   ul {
       padding: 0;
       margin: 0
   }

   html {
       scroll-behavior: smooth
   }

   .col-sm-visible {
       display: none
   }

   .pos-sticky {
       position: sticky
   }

   .windowh {
       height: 100vh
   }

   .radius {
       border-radius: 60px
   }

   .ratio {
       aspect-ratio: 1 / 1
   }

   body {
       background-color: var(--bodyBg);
       position: relative;
       width: 100%;
       overflow-x: clip;
   }

   .textStroke {
       -webkit-text-fill-color: transparent;
       -webkit-text-stroke-width: 1px;
       -webkit-text-stroke-color: var(--primaryColor);
   }

   .triangle {
       width: 0;
       height: 0;
       border-right: 0 solid transparent;
       border-left: 70px solid transparent;
       border-top: 70px solid #141d38
   }

   @media screen and (max-width:992px) {
       .col-sm-visible {
           display: inline-block !important
       }
   }

   @media screen and (max-width:1440px) {
       body {
           zoom: 90%;
       }
   }

   @media screen and (max-width:992px) {
       body {
           zoom: 100%;
       }

       .col-sm-zoom90 {
           zoom: 90%
       }

       .col-sm-hidden {
           display: none !important
       }

       .col-sm-mha {
           min-height: auto !important
       }

       .col-sm-pos-sticky {
           position: sticky !important
       }

       .col-sm-wrap {
           white-space: normal !important
       }

       .col-sm-zoom75 {
           zoom: 75%
       }
   }

   .center-w {
       display: table;
       width: initial;
       margin: auto
   }

   .center-h {
       align-items: center;
       display: flex
   }

   .center-content {
       width: 100%
   }

   .nowrap {
       white-space: nowrap
   }

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

   .ellipsis2 {
       display: -webkit-box !important;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden
   }

   @media screen and (max-width:992px) {
       main {
           width: auto !important
       }

       .col-sm-center-h {
           display: flex;
           align-items: center
       }

       .col-sm-center-w {
           display: table;
           width: initial;
           margin: auto;
           float: none !important
       }

       .col-sm-whitesmoke {
           background-color: whitesmoke
       }

       .col-sm-ellipsis2 {
           display: -webkit-box !important;
           -webkit-line-clamp: 2;
           -webkit-box-orient: vertical;
           overflow: hidden
       }

       .col-sm-ellipsis5 {
           display: -webkit-box !important;
           -webkit-line-clamp: 5;
           -webkit-box-orient: vertical;
           overflow: hidden
       }

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

       .col-sm-back-none {
           background-color: transparent !important
       }
   }

   main {
       position: relative;
       transition: .5s;
       display: flow-root;
   }

   #soft {
       -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       transition: all 0.2s ease-out
   }

   .soft-slower2 {
       -webkit-transition: all 0.9s ease-in;
       -moz-transition: all 0.9s ease-out;
       -o-transition: all 0.9s ease-out;
       -ms-transition: all 0.9s ease-out;
       transition: all 0.9s ease-out
   }

   .soft-slow2 {
       -webkit-transition: all 0.33s ease-in;
       -moz-transition: all 0.33s ease-out;
       -o-transition: all 0.33s ease-out;
       -ms-transition: all 0.33s ease-out;
       transition: all 0.33s ease-out
   }

   .soft-slow3 {
       -webkit-transition: all 3s ease-in;
       -moz-transition: all 3s ease-out;
       -o-transition: all 3s ease-out;
       -ms-transition: all 3s ease-out;
       transition: all 3s ease-out
   }

   .headercontent.pos-sticky {
       position: sticky !important
   }

   .pos-sticky {
       position: sticky !important
   }

   .op-hover:hover {
       opacity: 1 !important
   }

   @media screen and (max-width:992px) {
       .col-sm-back-none {
           background: none !important
       }

       .member-actions .active {
           background-color: transparent !important
       }

       .member-actions .active i {
           color: #ef7720 !important;
           opacity: 1 !important
       }
   }

   @media screen and (max-width:768px) {
       .col-xs-back-none {
           background: none !important
       }

       .col-xs-colored {
           color: rgba(48, 48, 48, 1) !important
       }

       .col-xs-colored-bg {
           background-color: rgba(48, 48, 48, 1) !important
       }
   }

   .navbar {
       background-color: transparent !important;
       border: 0px !important
   }

   .navbar-default {
       background-color: none !important;
       border: 0px !important
   }

   .navbar-default .navbar-form {
       display: none
   }

   .navbar-default .navbar-nav>.active>a,
   .navbar-default .navbar-nav>.active>a:focus,
   .navbar-default .navbar-nav>.active>a:hover {
       background: none
   }

   .drop {
       position: relative
   }

   .drop .sub {
       height: 0;
       overflow: hidden;
       position: absolute;
       width: 100%;
       left: 0;
       -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       -ms-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out
   }

   a {
       text-decoration: none !important
   }

   ul {
       padding: none !important;
       list-style: none !important
   }

   .parallax {
       background-attachment: fixed;
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover
   }

   .roboto {
       font-family: "Roboto", sans-serif;
   }

   .lora> {
       font-family: "Lora", serif;
   }

   .fw1 {
       font-weight: 100 !important
   }

   .fw2 {
       font-weight: 200 !important
   }

   .fw3 {
       font-weight: 300 !important
   }

   .fw4 {
       font-weight: 400 !important
   }

   .fw5 {
       font-weight: 500 !important
   }

   .fw6 {
       font-weight: 600 !important
   }

   .fw7 {
       font-weight: 700 !important
   }

   .fw8 {
       font-weight: 800 !important
   }

   .fw9 {
       font-weight: 900 !important
   }

   @media screen and (max-width:992px) {
       .col-sm-fw1 {
           font-weight: 100 !important
       }

       .col-sm-fw2 {
           font-weight: 200 !important
       }

       .col-sm-fw3 {
           font-weight: 300 !important
       }

       .col-sm-fw4 {
           font-weight: 400 !important
       }

       .col-sm-fw5 {
           font-weight: 500 !important
       }

       .col-sm-fw6 {
           font-weight: 600 !important
       }

       .col-sm-fw7 {
           font-weight: 700 !important
       }

       .col-sm-fw8 {
           font-weight: 800 !important
       }

       .col-sm-fw9 {
           font-weight: 900 !important
       }
   }

   @media screen and (max-width:768px) {
       .col-xs-fw1 {
           font-weight: 100 !important
       }

       .col-xs-fw2 {
           font-weight: 200 !important
       }

       .col-xs-fw3 {
           font-weight: 300 !important
       }

       .col-xs-fw4 {
           font-weight: 400 !important
       }

       .col-xs-fw5 {
           font-weight: 500 !important
       }

       .col-xs-fw6 {
           font-weight: 600 !important
       }

       .col-xs-fw7 {
           font-weight: 700 !important
       }

       .col-xs-fw8 {
           font-weight: 800 !important
       }

       .col-xs-fw9 {
           font-weight: 900 !important
       }
   }

   .mobileMenu {
       -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       transition: all 0.2s ease-out
   }

   @media screen and (max-width:992px) {
       .mobileMenu {
           margin-left: -100%
       }
   }

   @media screen and (max-width:992px) {
       .col-sm-zoom70 {
           zoom: 70%
       }
   }

   @media screen and (max-width:1600px) {
       .col-lp-zoom90 {
           zoom: 90%
       }

       .col-lp-zoom85 {
           zoom: 85%
       }
   }

   #turizm header.sticky {
       background-color: rgb(0 108 175 / 60%) !important
   }

       {}

   @-webkit-keyframes line_animation {
       0% {
           top: 0;
           opacity: 1
       }

       50% {
           top: 50%
       }

       100% {
           top: 100%;
           opacity: 1
       }
   }

   @keyframes line_animation {
       0% {
           top: 0;
           opacity: 1
       }

       50% {
           top: 50%
       }

       100% {
           top: 100%;
           opacity: 1
       }
   }

   @-webkit-keyframes line_animation_2 {
       0% {
           opacity: 1;
           bottom: 0
       }

       50% {
           bottom: 50%
       }

       100% {
           bottom: 100%;
           opacity: 1
       }
   }

   @keyframes line_animation_2 {
       0% {
           opacity: 1;
           bottom: 0
       }

       50% {
           bottom: 50%
       }

       100% {
           bottom: 100%;
           opacity: 1
       }
   }

   .line_animation {
       top: 0;
       left: 50%;
       z-index: -1;
       width: 100%;
       height: 99.1%;
       display: block;
       position: absolute;
       -webkit-transform: translateX(-50%);
       transform: translateX(-50%);
       overflow: hidden
   }

   .line_animation .line_area {
       width: 12.5%;
       height: 100%;
       position: relative;
       display: inline-block;
       border-right: 1px solid #1C1C1C
   }

   .line_animation .line_area:nth-child(odd):before {
       -webkit-animation: line_animation_2 20s ease-out infinite;
       animation: line_animation_2 20s ease-out infinite
   }

   .line_animation .line_area:nth-child(even):before {
       -webkit-animation: line_animation 20s ease-out infinite;
       animation: line_animation 20s ease-out infinite
   }

   .line_animation .line_area:before {
       width: 1px;
       right: -1px;
       content: "";
       height: 60px;
       border-radius: 100%;
       position: absolute;
       background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
       background-image: linear-gradient(0deg, #ffffff, transparent)
   }

   content {
       z-index: 1
   }

   @media screen and (max-width:1600px) {
       .container {
           /*
        width:95%;
        max-width:95%
        */
       }
   }

   body.content header {
       position: sticky;
       top: 0
   }

   aside .nav-link {
       background: none;
       background-color: transparent;
       color: white !important
   }

   aside .nav-pills {
       display: block !important
   }

   aside .nav-link.active {
       color: var(--secondaryColor) !important
   }

   aside {
       position: sticky;
       top: 75px
   }

   aside ul {
       font-size: 18px;
       font-weight: 500
   }

   aside ul li {
       margin-bottom: 25px
   }

   aside ul li a {
       color: #fff;
       display: block
   }

   aside ul li button:after {
       content: "\e967";
       font-family: 'default' !important;
       margin-left: 15px;
       font-size: 10px;
       line-height: 27px;
       float: right
   }

   aside ul li button:before {
       content: "\e9c4";
       font-family: 'default' !important;
       margin-right: 15px;
       font-size: 8px;
       line-height: 27px;
       float: left;
       color: var(--secondaryColor)
   }

   .nav-pills .nav-link.active,
   .nav-pills .show>.nav-link {
       background: none
   }

   .departmentLogo {
       display: none
   }

   #digitalMedia .departmentLogo.digitalLogo {
       display: block
   }

   #digitalMedia .groupLogo,
   #turizm .groupLogo,
   #building .groupLogo {
       display: none
   }

   #turizm {
       background-color: white !important
   }

   #turizm .line_animation {
       display: none !important
   }

   #turizm .departmentLogo.turizmLogo {
       display: block
   }

   #turizm footer {
       margin-top: 0
   }

   @media screen and (max-width:992px) {
       #turizm .wave.flex {
           margin-top: -28px !important
       }

       #turizm-headLine .mask article b {
           font-size: 30px !important;
           line-height: 36px !important
       }

       #turizm-headLine .mask article p:nth-child(1) {
           margin-bottom: 0;
           margin-top: 35px
       }

       #turizm-headLine .mask article p:nth-child(2),
       #turizm-headLine .mask article p:nth-child(3) {
           display: none
       }

       #turizm-headLine .mask .box {
           width: 80% !important
       }

       #turizm-headLine .mask article a {
           zoom: 80%
       }

       #tours .head {
           margin-top: 15px !important
       }

       #tours .head article {
           width: 95% !important
       }

       #airline .head {
           text-shadow: 2px 0 17px #006caf
       }

       #airline .head article {
           width: 100% !important;
           color: white !important;
           opacity: 1 !important;
           text-shadow: 2px 0 17px #006caf
       }

       #airline {
           padding: 25px 0px !important
       }

       #airline .more {
           margin-top: 15px;
           margin-bottom: 15px;
           width: fit-content
       }

       #airline .motto {
           text-shadow: 2px 0 17px #006caf
       }
   }

   .sun {
       position: fixed;
       bottom: 250px;
       right: -10%;
       transform: translateX(-50%);
       width: 250px;
       height: 250px;
       opacity: 0;
       transition: opacity 1s, box-shadow 1s, right .3s;
       z-index: 7;
       border-radius: 100%;
       box-shadow: 0 0 100vw 0vw rgb(255 195 111 / 40%)
   }

   .sun .sunCore {
       width: 100%;
       height: 100%;
       background: linear-gradient(270deg, #ffff00, #eeb556, #fba007);
       background-size: 600% 600%;
       -webkit-animation: sun 5s ease infinite;
       -moz-animation: sun 5s ease infinite;
       animation: sun 5s ease infinite;
       border-radius: 100%;
       box-shadow: inset 0 0 50px #fff, inset 20px 0 80px red, inset -20px 0 80px red, inset 20px 0 300px red, inset -20px 0 300px red, 0 0 50px #fff, -10px 0 80px red, 10px 0 80px #0ff
   }

   @-webkit-keyframes sun {
       0% {
           background-position: 0% 50%
       }

       50% {
           background-position: 100% 50%
       }

       100% {
           background-position: 0% 50%
       }
   }

   @-moz-keyframes sun {
       0% {
           background-position: 0% 50%
       }

       50% {
           background-position: 100% 50%
       }

       100% {
           background-position: 0% 50%
       }
   }

   @keyframes sun {
       0% {
           background-position: 0% 50%
       }

       50% {
           background-position: 100% 50%
       }

       100% {
           background-position: 0% 50%
       }
   }

   @keyframes rotate {
       0% {
           transform: rotate(0deg)
       }

       100% {
           transform: rotate(360deg)
       }
   }

   #turizm .clouds {
       position: fixed;
       width: 100%;
       z-index: 10;
       bottom: 20%;
       opacity: .5
   }

   #turizm .clouds img:first-child {
       position: absolute;
       left: 10%;
       bottom: 20%
   }

   #turizm .clouds img:last-child {
       position: absolute;
       right: 10%
   }

   @-webkit-keyframes myOrbit {
       from {
           -webkit-transform: rotate(0) translateX(10px) rotate(0)
       }

       to {
           -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg)
       }
   }

   @-moz-keyframes myOrbit {
       from {
           -moz-transform: rotate(0) translateX(10px) rotate(0)
       }

       to {
           -moz-transform: rotate(360deg) translateX(10px) rotate(-360deg)
       }
   }

   @-o-keyframes myOrbit {
       from {
           -o-transform: rotate(0) translateX(10px) rotate(0)
       }

       to {
           -o-transform: rotate(360deg) translateX(10px) rotate(-360deg)
       }
   }

   @keyframes myOrbit {
       from {
           transform: rotate(0) translateX(10px) rotate(0)
       }

       to {
           transform: rotate(360deg) translateX(10px) rotate(-360deg)
       }
   }

   .rtanimate {
       -webkit-animation: myOrbit 8s linear infinite;
       -moz-animation: myOrbit 8s linear infinite;
       -o-animation: myOrbit 8s linear infinite;
       animation: myOrbit 8s linear infinite
   }

   .rtanimate2 {
       -webkit-animation: myOrbit 13s linear infinite;
       -moz-animation: myOrbit 13s linear infinite;
       -o-animation: myOrbit13s linear infinite;
       animation: myOrbit 13s linear infinite
   }

   .rtanimate3 {
       -webkit-animation: myOrbit 20s linear infinite;
       -moz-animation: myOrbit 20s linear infinite;
       -o-animation: myOrbit20s linear infinite;
       animation: myOrbit 20s linear infinite
   }

   .rtanimate4 {
       -webkit-animation: myOrbit 10s linear infinite;
       -moz-animation: myOrbit 10s linear infinite;
       -o-animation: myOrbit10s linear infinite;
       animation: myOrbit 10s linear infinite
   }

   .sunContent {
       background: rgb(255, 255, 255);
       background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 165, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
       position: relative
   }

   #cars .groupLogo {
       display: none
   }

   #cars .departmentLogo.carsLogo {
       display: block
   }

   body#cars {
       background-color: rgba(0, 51, 102, 1)
   }

   body#cars .line_animation {
       display: none
   }

   body#cars content {
       min-height: 300vh !important
   }

   body#cars .time,
   body#cars .time {
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background-size: cover;
       transition: opacity 0.5s ease-in-out
   }

   body#cars .daytime {
       background-image: url(../img/daytime.webp);
       z-index: 1;
       transition: opacity 0.1s ease-in-out
   }

   body#cars .nighttime {
       background-image: url(../img/nighttime3.webp);
       z-index: -1;
       opacity: 0;
       transition: opacity 0.1s ease-in-out
   }

   body#cars .moon {
       position: fixed;
       left: 45%;
       bottom: -15vh;
       z-index: 15;
       height: 15vh;
       aspect-ratio: 1/1;
       border-radius: 100%
   }

   body#cars .moon:before {
       content: "";
       position: absolute;
       left: 20%;
       bottom: 20%;
       height: 60%;
       aspect-ratio: 1/1;
       border-radius: 100%;
       box-shadow: 0 0 60px 156px #82b4f214, 0 -15px 100px -10px #ffffff29, 10px -14px 140px 90px #ffffff1c;
       opacity: .4
   }

   .spin {
       -webkit-animation: spin 100s linear infinite;
       -moz-animation: spin 100s linear infinite;
       animation: spin 100s linear infinite
   }

   @-moz-keyframes spin {
       100% {
           -moz-transform: rotate(360deg)
       }
   }

   @-webkit-keyframes spin {
       100% {
           -webkit-transform: rotate(360deg)
       }
   }

   @keyframes spin {
       100% {
           -webkit-transform: rotate(360deg);
           transform: rotate(360deg)
       }
   }

   body#cars .stars {
       position: fixed;
       width: 100%;
       height: 100%;
       z-index: 5;
       left: 0;
       top: 0;
       opacity: 0
   }

   @media screen and (min-width:2000px) {

       body#cars .stars .star,
       body#cars .stars .star2,
       body#cars .stars .star3,
       body#cars .stars .star4,
       body#cars .stars .star5,
       body#cars .stars .star6,
       body#cars .stars .star7,
       body#cars .stars .star8 {
           position: absolute;
           color: #fff;
           font-size: 2px
       }
   }

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

       body#cars .stars .star,
       body#cars .stars .star2,
       body#cars .stars .star3,
       body#cars .stars .star4,
       body#cars .stars .star5,
       body#cars .stars .star6,
       body#cars .stars .star7,
       body#cars .stars .star8 {
           position: absolute;
           color: #fff;
           font-size: 1px
       }
   }

   body#cars .stars .star {
       left: 25%;
       top: 15%
   }

   body#cars .stars .star2 {
       right: 25%;
       top: 35%
   }

   body#cars .stars .star3 {
       right: 35%;
       top: 45%
   }

   body#cars .stars .star4 {
       left: 20%;
       top: 55%
   }

   body#cars .stars .star5 {
       left: 32%;
       top: 38%
   }

   body#cars .stars .star6 {
       right: 10%;
       top: 57%
   }

   body#cars .stars .star7 {
       right: 23%;
       top: 43%
   }

   body#cars .stars .star8 {
       left: 15%;
       top: 32%
   }

   .starFlash {
       animation: starFlash 3s linear infinite
   }

   .starFlashSlow {
       animation: starFlash 7s linear infinite
   }

   .starFlashFast {
       animation: starFlash 2s linear infinite
   }

   @keyframes starFlash {

       0%,
       19.999%,
       22%,
       62.999%,
       64%,
       64.999%,
       70%,
       100% {
           //text-shadow:none;
           opacity: .99
       }

       20%,
       21.999%,
       63%,
       63.999%,
       65%,
       69.999% {
           opacity: .4
       }
   }

   @media screen and (max-width:1600px) {
       body#cars .moon {
           height: 20vh
       }

       body#cars .moon {
           bottom: -20vh
       }
   }

   @media screen and (max-width:992px) {
       body#cars .moon {
           height: 9vh;
           left: 43%;
       }
   }

   #building .departmentLogo.insaatLogo {
       display: block
   }

   #building {
       --insaat: #018ea2
   }

   #building content {
       height: 100vh
   }

   #building footer {
       box-shadow: none !important
   }

   #building footer .logoContent {
       display: none
   }

   .pp-section {
       height: 100vh !important
   }

   #building #pp-nav {
       backdrop-filter: blur(5.9px);
       -webkit-backdrop-filter: blur(5.9px);
       border-radius: var(--radius);
       padding: 15px 0;
       transition: .3s;
       background-color: #058ea2bf
   }

   #pp-nav li,
   .pp-slidesNav li {
       width: 15px;
       height: 15px
   }

   #pp-nav span,
   .pp-slidesNav span {
       width: 15px;
       height: 15px
   }

   #pp-nav span,
   .pp-slidesNav span {
       top: 0 !important;
       left: 0 !important
   }

   .pp-tooltip {
       color: white !important;
       font-weight: 300;
       padding: 0 15px;
       border-radius: var(--radius);
       line-height: 30px;
       background-color: var(--insaat)
   }

   #pp-nav span,
   .pp-slidesNav span {
       border-color: white !important
   }

   #pp-nav li .active span:before,
   .pp-slidesNav .active span:before {
       background-color: white !important
   }

   input::-webkit-outer-spin-button,
   input::-webkit-inner-spin-button {
       -webkit-appearance: none;
       margin: 0
   }

   .blink {
       animation: blinker 1s linear infinite
   }

   @keyframes blinker {
       50% {
           opacity: 0
       }
   }

   .pageEnd {
       color: #fff;
       font-size: 10px;
       background-color: rgb(0 0 0 / 33%);
       padding: 7px 0px;
   }

   .pageEnd img {
       height: 13px;
       width: auto
   }

   .pageEnd span {
       opacity: .5;
       line-height: 18px;
       display: inline-block;
       margin-right: 5px
   }

   .sl-overlay {
       backdrop-filter: blur(5.9px) !important;
       -webkit-backdrop-filter: blur(5.9px) !important;
       background-color: #01010187 !important;
       opacity: 1 !important;
   }

   .sl-wrapper .sl-navigation button.sl-next,
   .sl-wrapper .sl-navigation button.sl-prev {
       color: #fff
   }

   .owl-theme .owl-dots .owl-dot span {
       height: 1px
   }

   .owl-theme .owl-dots .owl-dot.active span,
   .owl-theme .owl-dots .owl-dot:hover span {
       opacity: 1 !important;
       background-color: var(--secondaryColor)
   }

   @media screen and (max-width:992px) {
       #products .productContent {
           padding-top: 25px
       }

       #products .meeting img {
           width: 100%;
           margin-left: 0
       }
   }

   .owl-prev,
   .owl-next {
       position: absolute;
       top: 45%;
       font-size: 18px;
       border: none !important;
       opacity: .8;
       transition: .3s;
   }

   .owl-prev:hover,
   .owl-next:hover {
       opacity: 1;
   }

   .owl-prev span,
   .owl-next span {
       font-size: 30px;
       display: block;
       width: 45px;
       height: 45px;
       line-height: 45px;
       background-color: var(--primaryColor);
       color: white;
       border-radius: var(--radius);
       border: none !important;
   }

   .owl-prev {
       left: -65px;
   }

   .owl-next {
       right: -65px;
   }

   /* ========== Login Side ========== */
   #loginSide {
       position: fixed;
       right: 0;
       top: 0;
       width: 20vw;
       height: 100%;
       backdrop-filter: blur(14px);
       -webkit-backdrop-filter: blur(14px);
       transition: .3s;
       background-color: #2a3749e3;
       z-index: 200;
       transition: .5s;
       margin-right: -100%;
       overflow-y: auto;
       min-width: 445px;
   }

   #loginSide.on {
       margin-right: 0px !important;
   }

   #loginSide .box {
       padding: 25px;
   }

   #loginSide .box .head {
       margin-bottom: 35px;
   }

   #loginSide .box .head ul {
       display: flex;
   }

   #loginSide .box .head>div {
       width: 80%;
   }

   #loginSide .box .head ul li {
       width: 100%;
   }

   #loginSide .box .head ul li .toggle {
       color: white;
       border-radius: var(--radius);
       line-height: 37px;
       padding: 0px 25px;
       margin: 10px;
       text-align: center;
       border: solid 1px rgba(255, 255, 255, .2);
       background-color: rgba(255, 255, 255, .1);
       transition: .3s;
       cursor: pointer;
       font-weight: 500;
       letter-spacing: .5s;
       white-space: nowrap;
   }

   #loginSide .box .head ul li .toggle.active {
       background-color: var(--primaryColor);
       border: solid 1px rgba(255, 255, 255, .4);
   }

   #loginSide .box .head ul li .toggle:hover {
       background-color: var(--primaryColor);
   }

   #loginSide .box .head article {
       color: white;
       font-weight: 500;
       font-size: 18px;
       text-align: center;
       width: 80%;
       display: table;
       margin: auto;
       margin-bottom: 25px;
       opacity: .9;
   }

   #loginSide #login ul {
       border-bottom: none !important;
   }

   #loginSide #login ul li {}

   #loginSide .nav-item button {
       background-color: transparent;
       border-bottom: none;
       border-radius: var(--radius);
       border-bottom-left-radius: 0px;
       border-bottom-right-radius: 0px;
       color: white;
       font-size: 16px;
       font-weight: 500;
       padding: 0px 25px;
       line-height: 40px;
       transition: .3s;
       border-bottom: 1px solid rgba(255, 255, 255, .6);
   }

   #loginSide .nav-item button.active {
       background-color: rgba(255, 255, 255, .2);
       border-bottom: 0px;
   }

   #loginSide .tab-content {
       border: solid 1px rgba(255, 255, 255, .6);
       border-top: 0px;
       background-color: rgba(255, 255, 255, .2);
       border-bottom-left-radius: var(--radius);
       border-bottom-right-radius: var(--radius);
       padding: 20px;
   }

   #loginSide .inputBox {
       position: relative;
       margin-top: 15px;
   }

   #loginSide .inputBox input {
       width: 100%;
       padding: 0px 15px;
       line-height: 50px;
       border-radius: var(--radius);
       border: none;
       padding-left: 45px;
   }

   #loginSide .inputBox .icon {
       position: absolute;
       left: 15px;
       bottom: 15px;
       z-index: 15;
       color: black;
       opacity: .5;
   }

   #loginSide .inputBox label {
       display: flex;
       color: white;
       font-weight: 500;
       font-size: 16px;
       padding-top: 10px;
   }

   #loginSide .inputBox label a {
       color: white;
       margin-right: 5px;
       white-space: nowrap;
       text-decoration: underline !important;
       display: contents;
   }

   #loginSide .inputBox #remember {
       width: 20px;
       height: 20px;
       margin-right: 10px;
       border-radius: var(--radius);
   }

   #loginSide .inputBox button {
       width: 100%;
       padding: 0px 15px;
       line-height: 50px;
       color: white;
       background-color: var(--primaryColor);
       border: none;
       outline: none;
       font-weight: 600;
       ofnt-size: 16px;
       border-radius: var(--radius);
       margin-top: 15px;
       transition: .3s;
   }

   #loginSide .inputBox button:hover {
       background-color: var(--primaryColorHover);
   }

   #loginSide .loginEnd {
       margin-top: 20px;
   }

   #loginSide .loginEnd a {
       color: white;
       font-weight: 600;
   }

   #loginSide .loginEnd a i {
       font-size: 10px;
       margin-right: 5px;
   }

   #loginSide .loginEnd .question {
       padding: 15px 0px;
       padding-bottom: 5px;
       margin-top: 25px;
       margin-bottom: 5px;
       border-top: 1px solid rgba(255, 255, 255, .2);
       color: white;
       font-weight: 500;
       font-size: 16px;
   }

   #loginSide .loginEnd .question i {
       margin-right: 7px;
       float: left;
       line-height: 20px;
   }

   #loginSide .loginEnd .register {
       background-color: var(--secondaryColor);
       color: white;
       padding: 0px 15px;
       text-align: center;
       line-height: 50px;
       font-size: 500;
       width: 100%;
       transition: .3s;
   }

   #loginSide .loginEnd .register:hover {
       background-color: var(--primaryColorHover);
   }

   #loginSide .loginEnd .answer {
       padding: 15px 0px;
       padding-bottom: 5px;
       margin-top: 25px;
       margin-bottom: 5px;
       border-top: 1px solid rgba(255, 255, 255, .2);
       color: white;
       font-weight: 500;
       font-size: 16px;
       font-style: italic;
   }

   #loginSide form.login {
       padding-top: 15px;
   }

   #loginSide form.login article,
   #loginSide form.register article {
       padding: 15px 0px;
       margin-bottom: 25px;
       border-bottom: 1px solid rgba(255, 255, 255, .2);
       color: white;
       font-weight: 500;
       font-size: 16px;
   }

   #loginSide .nav-tabs {
       display: flex;
       flex-wrap: nowrap;
   }

   #loginSide .nav-tabs>li {
       width: 100%;
   }

   #loginSide .nav-tabs>li button {
       width: 100%;
       white-space: nowrap;
   }

   #loginSide .back {
       color: var(--primaryColor);
       background-color: white;
       border-radius: var(--radius);
       padding: 0px 10px;
       line-height: 24px;
       font-size: 14px;
   }

   .inputBox.text {
       color: white;
       margin-top: 30px !important;
   }

   .dark-mode #loginSide {
       background-color: #2a3749e3;
   }

   /* ========== Login Side End ========== */
   #closeToggle {
       /*
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    */
       position: fixed;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       z-index: 49;
       display: none;
   }

   .sideOn {
       /*
    transform: scale(.95);
    margin-top: -10%;
    */
   }

   @keyframes shake {

       10%,
       90% {
           transform: translate3d(-1px, 0, 0)
       }

       20%,
       80% {
           transform: translate3d(2px, 0, 0)
       }

       30%,
       50%,
       70% {
           transform: translate3d(-4px, 0, 0)
       }

       40%,
       60% {
           transform: translate3d(4px, 0, 0)
       }
   }

   .breadCrumbs {
       padding-top: 20px;
       padding-bottom: 55px;
       position: relative;
   }

   .breadCrumbs:after {
       content: "";
       width: 100%;
       height: 75px;
       position: absolute;
       background-image: url(../img/shadow.webp);
       background-size: 100%;
       background-repeat: no-repeat;
       opacity: .1;
       top: 0px;
   }

   #blog .breadCrumbs {
       padding-bottom: 0px;
   }

   #blog .breadCrumbs:after {
       top: 41px;
   }

   .dark-mode .breadCrumbs:after {
       background-image: url(../img/shadowWhite.webp);
   }

   .breadCrumbs ul {
       display: flex;
       font-size: 14px;
       max-width: 100%;
       overflow-x: auto;
       padding-bottom: 17px;
   }

   .breadCrumbs li {
       margin-right: 15px;
       position: relative;
       z-index: 15;
   }

   .breadCrumbs li:first-child a:before {
       font-family: 'default' !important;
       content: "\e971";
       margin-right: 5px;
       opacity: .8;
   }

   .breadCrumbs li a:after {
       font-family: 'default' !important;
       content: "\e967";
       margin-right: 5px;
       opacity: .8;
       font-size: 9px;
       margin-left: 7px;
       margin-right: 0px;
       display: inline-block;
   }

   .breadCrumbs li:last-child a:after {
       transform: rotate(90deg);
   }

   .breadCrumbs li a {
       color: var(--textColor);
       white-space: nowrap;
   }

   #blog .breadCrumbs li a {
       color: var(--textColor);
       white-space: nowrap;
       line-height: 16px;
       display: inline-block;
   }

   .breadCrumbs li:last-child a {
       color: var(--primaryColor);
   }

   .dark-mode .breadCrumbs li:last-child a {
       color: var(--primaryColorHover);
   }

   .breadCrumbs li a img {
       height: 14px;
   }

   .dark-mode .breadCrumbs .markaName {
       color: white !important;
   }

   .dark-mode .breadCrumbs .markaName b {
       color: var(--primaryColor) !important;
   }

   @media screen and (max-width:992px) {
       .breadCrumbs:after {
           top: 30px;
       }

       .breadCrumbs {
           padding-bottom: 10px;
       }

       .breadCrumbs ul {
           font-size: 11px;
       }
   }



   .owl-theme .owl-dots .owl-dot span {
       width: 10x !important;
       height: 10x !important;
       margin: 25px 2px !important;
       transition: .5s !important;
   }

   .owl-theme .owl-dots .owl-dot.active span {
       background-color: var(--primaryColor) !important;
       height: 40px !important;
   }

   .container-xl {
       min-width: 1536px;
   }

   @media screen and (max-width:992px) {
       .ripple-background {
           display: none;
       }
   }

   .markalar {
       background-color: #263142;
       padding: 25px 0px;
       position: relative;
   }

   .markalar ul {
       display: flex;
       width: 100%;
       justify-content: space-around;
   }

   .markalar li {}

   .markalar li a {
       color: white;
       font-size: 20px;
       line-height: 20px;
   }

   .markalar li a img {
       height: 20px;
   }


   .dark {
       display: none !important;
   }

   .dark-mode .dark {
       display: block !important;
   }

   .dark-mode .light {
       display: none !important;
   }

   .pulse {
       animation: pulse 2s infinite;
   }

   @-webkit-keyframes pulse {
       0% {
           -webkit-box-shadow: 0 0 0 0 rgba(45, 11, 61, .4)
       }

       70% {
           -webkit-box-shadow: 0 0 0 15px rgba(45, 11, 61, 0)
       }

       100% {
           -webkit-box-shadow: 0 0 0 0 rgba(45, 11, 61, 0)
       }
   }

   @keyframes pulse {
       0% {
           -moz-box-shadow: 0 0 0 0 rgba(45, 11, 61, .4);
           box-shadow: 0 0 0 0 rgba(45, 11, 61, .4)
       }

       70% {
           -moz-box-shadow: 0 0 0 15px rgba(45, 11, 61, 0);
           box-shadow: 0 0 0 15px rgba(45, 11, 61, 0)
       }

       100% {
           -moz-box-shadow: 0 0 0 0 rgba(45, 11, 61, 0);
           box-shadow: 0 0 0 0 rgba(45, 11, 61, 0)
       }
   }

   #whatsappPlugin {
       position: fixed;
       left: 25px;
       bottom: 15px;
       z-index: 60;
   }

   #whatsappPlugin a {}

   #whatsappPlugin a i {
       display: block;
       font-size: 26px;
       line-height: 26px;
       color: white;
       background-color: #25D366;
       border-radius: 100%;
       padding: 15px;
       animation: whatsappPulse 2s infinite;
   }

   @-webkit-keyframes whatsappPulse {
       0% {
           -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, .4)
       }

       70% {
           -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
       }

       100% {
           -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
       }
   }

   @keyframes whatsappPulse {
       0% {
           -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, .4);
           box-shadow: 0 0 0 0 rgba(37, 211, 102, .4)
       }

       70% {
           -moz-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
           box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
       }

       100% {
           -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
           box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
       }
   }

   @media screen and (max-width:992px) {
       #whatsappPlugin {
           display: none;
       }
   }



   @-moz-keyframes cbh-circle-anim {
       0% {
           -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
           opacity: .1;
           -moz-opacity: .1;
           -webkit-opacity: .1;
           -o-opacity: .1
       }

       30% {
           -moz-transform: rotate(0deg) scale(.7) skew(1deg);
           opacity: .5;
           -moz-opacity: .5;
           -webkit-opacity: .5;
           -o-opacity: .5
       }

       100% {
           -moz-transform: rotate(0deg) scale(1) skew(1deg);
           opacity: .6;
           -moz-opacity: .6;
           -webkit-opacity: .6;
           -o-opacity: .1
       }
   }

   @-webkit-keyframes cbh-circle-anim {
       0% {
           -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
           -webkit-opacity: .1
       }

       30% {
           -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
           -webkit-opacity: .5
       }

       100% {
           -webkit-transform: rotate(0deg) scale(1) skew(1deg);
           -webkit-opacity: .1
       }
   }

   @-o-keyframes cbh-circle-anim {
       0% {
           -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
           -o-opacity: .1
       }

       30% {
           -o-transform: rotate(0deg) scale(.7) skew(1deg);
           -o-opacity: .5
       }

       100% {
           -o-transform: rotate(0deg) scale(1) skew(1deg);
           -o-opacity: .1
       }
   }

   @keyframes cbh-circle-anim {
       0% {
           transform: rotate(0deg) scale(0.5) skew(1deg);
           opacity: .1
       }

       30% {
           transform: rotate(0deg) scale(.7) skew(1deg);
           opacity: .5
       }

       100% {
           transform: rotate(0deg) scale(1) skew(1deg);
           opacity: .1
       }
   }

   @-moz-keyframes cbh-circle-fill-anim {
       0% {
           -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }

       50% {
           -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
           opacity: .2
       }

       100% {
           -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }
   }

   @-webkit-keyframes cbh-circle-fill-anim {
       0% {
           -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }

       50% {
           -webkit-transform: rotate(0deg) scale(1) skew(1deg);
           opacity: .2
       }

       100% {
           -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }
   }

   @-o-keyframes cbh-circle-fill-anim {
       0% {
           -o-transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }

       50% {
           -o-transform: rotate(0deg) scale(1) skew(1deg);
           opacity: .2
       }

       100% {
           -o-transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }
   }

   @keyframes cbh-circle-fill-anim {
       0% {
           transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }

       50% {
           transform: rotate(0deg) scale(1) skew(1deg);
           opacity: .2
       }

       100% {
           transform: rotate(0deg) scale(0.7) skew(1deg);
           opacity: .2
       }
   }

   @keyframes cbh-circle-img-anim {
       0% {
           transform: rotate(0deg) scale(1) skew(1deg)
       }

       10% {
           transform: rotate(-25deg) scale(1) skew(1deg)
       }

       20% {
           transform: rotate(25deg) scale(1) skew(1deg)
       }

       30% {
           transform: rotate(-25deg) scale(1) skew(1deg)
       }

       40% {
           transform: rotate(25deg) scale(1) skew(1deg)
       }

       100%,
       50% {
           transform: rotate(0deg) scale(1) skew(1deg)
       }
   }

   @-moz-keyframes cbh-circle-img-anim {
       0% {
           transform: rotate(0deg) scale(1) skew(1deg)
       }

       10% {
           -moz-transform: rotate(-25deg) scale(1) skew(1deg)
       }

       20% {
           -moz-transform: rotate(25deg) scale(1) skew(1deg)
       }

       30% {
           -moz-transform: rotate(-25deg) scale(1) skew(1deg)
       }

       40% {
           -moz-transform: rotate(25deg) scale(1) skew(1deg)
       }

       100%,
       50% {
           -moz-transform: rotate(0deg) scale(1) skew(1deg)
       }
   }

   @-webkit-keyframes cbh-circle-img-anim {
       0% {
           -webkit-transform: rotate(0deg) scale(1) skew(1deg)
       }

       10% {
           -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
       }

       20% {
           -webkit-transform: rotate(25deg) scale(1) skew(1deg)
       }

       30% {
           -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
       }

       40% {
           -webkit-transform: rotate(25deg) scale(1) skew(1deg)
       }

       100%,
       50% {
           -webkit-transform: rotate(0deg) scale(1) skew(1deg)
       }
   }

   @-o-keyframes cbh-circle-img-anim {
       0% {
           -o-transform: rotate(0deg) scale(1) skew(1deg)
       }

       10% {
           -o-transform: rotate(-25deg) scale(1) skew(1deg)
       }

       20% {
           -o-transform: rotate(25deg) scale(1) skew(1deg)
       }

       30% {
           -o-transform: rotate(-25deg) scale(1) skew(1deg)
       }

       40% {
           -o-transform: rotate(25deg) scale(1) skew(1deg)
       }

       100%,
       50% {
           -o-transform: rotate(0deg) scale(1) skew(1deg)
       }
   }



   .cbh-phone.cbh-green .cbh-ph-circle {
       border-color: #00f2a4
   }

   .cbh-phone.cbh-green .cbh-ph-circle-fill {
       background-color: #00f2a4
   }

   .cbh-phone.cbh-green .cbh-ph-img-circle1 {
       background-color: #00f2a4
   }


   .cbh-ph-circle {
       width: 100%;
       height: 100%;
       position: absolute;
       background-color: transparent;
       -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
       border-radius: 100%;
       border: 1px solid rgb(93 183 183);
       opacity: .1;
       -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
       -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
       -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
       -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
       animation: cbh-circle-anim 1.2s infinite ease-in-out;
       -webkit-transition: all .5s;
       -moz-transition: all .5s;
       -o-transition: all .5s;
       transition: all .5s
   }

   .cbh-phone.cbh-active .cbh-ph-circle1 {
       -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
       -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
       -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
       -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
       animation: cbh-circle-anim 1.1s infinite ease-in-out !important
   }

   .cbh-phone.cbh-static .cbh-ph-circle {
       -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
       -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
       -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
       -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
       animation: cbh-circle-anim 2.2s infinite ease-in-out !important
   }

   .cbh-phone.cbh-hover .cbh-ph-circle {
       border-color: rgba(0, 175, 242, 1);
       opacity: .5
   }

   .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
       border-color: rgba(117, 235, 80, 1);
       opacity: .5
   }

   .cbh-phone.cbh-green .cbh-ph-circle {
       border-color: rgba(0, 175, 242, 1);
       opacity: .5
   }

   .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
       border-color: rgba(204, 204, 204, 1);
       opacity: .5
   }

   .cbh-phone.cbh-gray .cbh-ph-circle {
       border-color: rgba(117, 235, 80, 1);
       opacity: .5
   }

   .cbh-ph-circle-fill {
       width: 100%;
       height: 100%;
       position: absolute;
       background-color: #18f56c;
       position: absolute;
       -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
       border-radius: 100%;
       border: 2px solid transparent;
       opacity: .1;
       -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
       -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
       -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
       -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
       animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
       -webkit-transition: all .5s;
       -moz-transition: all .5s;
       -o-transition: all .5s;
       transition: all .5s
   }

   .cbh-phone.cbh-active .cbh-ph-circle-fill {
       -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
       -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
       -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
       -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
       animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
   }

   .cbh-phone.cbh-static .cbh-ph-circle-fill {
       -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
       -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
       -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
       -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
       animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
       opacity: 0 !important
   }

   .cbh-phone.cbh-hover .cbh-ph-circle-fill {
       background-color: rgba(0, 175, 242, .5);
       opacity: .75 !important
   }

   .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
       background-color: rgba(117, 235, 80, .5);
       opacity: .75 !important
   }

   .cbh-phone.cbh-green .cbh-ph-circle-fill {
       background-color: rgba(0, 175, 242, .5);
       opacity: .75 !important
   }

   .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
       background-color: rgba(204, 204, 204, .5);
       opacity: .75 !important
   }

   .cbh-phone.cbh-gray .cbh-ph-circle-fill {
       background-color: rgba(117, 235, 80, .5);
       opacity: 1 !important
   }

   .cbh-ph-img-circle1 {
       width: 100%;
       height: 100%;
       position: absolute;
       background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAGlUlEQVR42s1aa2wUVRjdPqU8YwtVjEKUlxqIiAE1aFTwAWoCMUZEK4QmiiZEYnClfyRE0EogRiwSFUSMNNqgohEfUaJQxSCgKLYVCipaH0CFSmVZ2n15vnhm8/Uyj93tztabnMzs7My997v3e56ZQKCbLZFIFAAXAjOAZ+Px+DfAXzg/DUSBOCHnHcAxoBGoBR4FrgdKgbxATzQlwB3ASkx+L46difRaRywW+w7HFcB0YAiQn0shzgMWAp9iIv8kut9kx45hMT6ORqOP4PxsvwXIA2ZiwB+Akx4TO417/sBxH477cTzA3667hntkYZq5QwV+CCC78IrDpEX3j2MSX+L4BHAD0NuhrxLgRuzk0zjuBtooXNzoNyQ2B5ybTSGuBbYCsa6LF2/n5JcAl2Wi33hmArAc/XzF3TAF2gxckQ1BpmGAb43OxQN9DTwMDMvSgl0MBOnRzCYOYVrGjgAP3km91i1GFbsIKMqyCp8FDMeYG3GMGOM2U5i8dDudhA5/NVRJDHx+jjxj0FQ12NX3nZ2d49PpZDSw3diFH4F7cujiewEPAr8ZdvNBKBQanEoHvYF1yrClk1+AWbL1OQ66Isxc7kxC7cxqT7VmnNAxQlyrBKmSHsogetEJaJs5JfN0e2gAEDaMbFPgf9AwjzojcB7Eodzuxnyg2jDufW7RlZ5LEr9lwCKxLR8FEW/WYNkLteaxM+ZHP/6TkSpUuHUMvKdtCe11p4ieBUGKgQXaXnD+mSxmlxuRrAWZFliT+hDHwS5pxmLqqm6iloN83JWRwA61Kyck1ukbBoktKDcnAt3v0uFYukWbnC++1WdbWaYST5lvTVILcHIl0KQmI7XFOJfObndJYMN+qRfHvoqJpjVZmfc58kehBDqlJjHqerFLZ7M86ougn7uCOLJLjSVueXygvb29DH8sUX9IiVrlsSr3eQhS77N6PWWMN9/yVnWGt7rVo6MpLkJE/DR4aZFIZLIxZq1M6jpgm7oo5MBQD0HGMCCZln4S3m9ODoJjPyPS75SL06V0VRd/90qVmY89Y1MEiWvsn4tIjzm3qgU8LPFjDmzkqLq4P8VVkarxgLEjQgOV5ShlaVbjnpALs4Ejaj5NadBBq1gt6jjSkKMd0VoUDZCt0Ct7KI1VKbKxlTjr+74+C9Kixjwuk5nM+tta0tZ0AhruvQDYY8OAPGebnWZPtXRQPCgXLge2qEn8LYxImp3epjvmrkg/G6Q0cHimXJJAqufCdGpxieSGStdbK/qysZp3Z0AaLLVRMcmJ9jilOUIn8b4Qzncz0OanMN4MY6xVViYbVK5UBq/OkP961eC+EqpPKU/LgD5CITGDSNgwNJKMjvRIUV40nqtMcldUBWslNzuphIcwUpytN2ts1W8b3P0nLIriLtlB1IkfYAxrMjRoVJI1EaZP/SkF1qRuGOJcg4VJt51yqkyVSlrti2TsopQbDMKhKlMCjjtzibD1GQqywqlfqNVaw9CXdtk9Gpp2aVKTDM+CmxzHFezwUCdL/cIunm6isPtqjsKC3mzn0nYZerogSz6/iCqxEdhpZ+gUdosTk0itqVbJojiGt5yYlEqj/8NSkWUxiBWGw+GhUj9wUmvo+pcDD7il//hvKhPaZDSXAs8xqyUzobd6rU+RuYg82gAvBrOhoaFY3k1q1SQ50s8th/nI2JWc8b0uQtfb2NMotweGGR7hSE5fTp45n4FY2Jd0EcUY9JBXUV9lSL2+B4UQimq18WpBnMTzrkktvcIOg9a5qYeEGAIB3mHUjit2512vMlwevtog3Rqd4giK/6l+CYl+7yVvEDPcsxj7+akkfIsUEy+dvECPMpBU5V3AmxzE0tVaso6l3Zx8GRZHSJC3HWjYbSm93bWhTMOsEyRnqmMV2OlAkUqd/hozgwktLS0lKU5emJCJSCIrOUarGflx7U+SHKWprsg1Rska4cqHU/1ygYRyo+gxnEYNi6aZDGRTWHxV8FWAGOz7/JjA9sMD9LGXz/dPVYi+wDzD7bq1GF8Xh13yJVmIsEyS7+LbmYKE+FzEJe+K8GOC8rRcvxDYfB3sVBe0Ma3fREMso02NJUN5yKH+SP1DlP8E/VmyCGBEpoa2mLqo1eQo8DmD0Wwae4FDuj6GudMb4r6Zkca8dpWvvrfTYcxj2p958OVXDZaOS/3wOPV5hBsj72C8lwK3kK0PkmyuoU2sBJ7ki9UKsjfCO/fJlt9ew0FH8wOw4iz1W0hSooTBtoS/C/yIP/8CmszJRuxIDDAAAAAASUVORK5CYII=);
       background-size: 30px 30px;
       background-color: rgba(30, 30, 30, .1);
       background-position: center center;
       background-repeat: no-repeat;
       -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
       border-radius: 100%;
       border: 2px solid transparent;
       opacity: 1;
       -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
       -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
       -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
       -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
       animation: cbh-circle-img-anim 1s infinite ease-in-out
   }

   .cbh-phone.cbh-active .cbh-ph-img-circle1 {
       -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
       -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
       -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
       -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
       animation: cbh-circle-img-anim 1s infinite ease-in-out !important
   }

   .cbh-phone.cbh-static .cbh-ph-img-circle1 {
       -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
       -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
       -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
       -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
       animation: cbh-circle-img-anim 0s infinite ease-in-out !important
   }

   .cbh-phone.cbh-hover .cbh-ph-img-circle1 {
       background-color: rgba(0, 175, 242, 1)
   }

   .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
       background-color: rgba(117, 235, 80, 1)
   }

   .cbh-phone.cbh-green .cbh-ph-img-circle1 {
       background-color: rgba(0, 175, 242, 1)
   }

   .cbh-phone.cbh-green .cbh-ph-img-circle1 {
       background-color: rgba(0, 175, 242, 1)
   }

   .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
       background-color: rgba(204, 204, 204, 1)
   }

   .cbh-phone.cbh-gray .cbh-ph-img-circle1 {
       background-color: rgba(117, 235, 80, 1)
   }

   .owl-nav button {
       border-radius: 100% !important;
   }

   .owl-nav button:hover {
       background-color: rgba(0, 0, 0, 0.8);
       cursor: pointer;
   }

   .owl-nav button i {
       font-size: 30px;
       line-height: 30px;
       display: block;
       padding: 10px;
   }

   .owl-nav button:hover {
       background-color: rgba(0, 0, 0, 0.8) !important;
       cursor: pointer;
   }


   .sliding {
       opacity: 0;
       transition: 1.5s;
       position: relative;
   }

   .sliding.up {
       bottom: -150px;
   }

   .sliding.down {
       top: -150px;
   }

   .sliding.right {
       left: -50%;
   }

   .sliding.left {
       right: -50%;
   }

   .viewing .sliding.right {
       left: 0 !important;
   }

   .viewing .sliding.left {
       right: 0 !important;
   }

   .viewing .sliding {
       opacity: 1;
   }

   .viewing .sliding.up {
       bottom: 0px;
   }

   .viewing .sliding.down {
       top: 0px;
   }



   /* Side Cart */
   #sideCart {
       position: fixed;
       right: 0;
       top: 0;
       height: 100%;
       width: 400px;
       background-color: #f5f5f6;
       z-index: 160;
       transition: .5s;
       margin-right: -100%;
       overflow-y: auto;
       -webkit-box-shadow: -7px 0px 15px 5px rgb(0 0 0 / 12%);
       -moz-box-shadow: -7px 0px 15px 5px rgb(0 0 0 / 12%);
       box-shadow: -7px 0px 15px 5px rgb(0 0 0 / 12%);
   }

   @media screen and (max-width:992px) {
       #sideCart {
           width: 100%;
           height: 100vh;
       }

       .orderStep {
           display: none;
       }
   }

   #sideCart>.box {
       height: 100%;
       display: flex;
       flex-direction: column;
   }

   #sideCart>.box>.row {
       margin: 0;
   }

   #sideCart .head {
       text-align: center;
       font-weight: 600;
       color: var(--textColor);
       font-size: 22px;
       line-height: 20px;
       padding: 25px;
       border-bottom: 1px solid rgba(0, 0, 0, 0.05);
       position: sticky;
       top: 0;
       background-color: whitesmoke;
       z-index: 15;
   }

   #sideCart .head>i {
       position: absolute;
       left: 28px;
       top: 28px;
       font-size: 14px;
       line-height: 14px;
       cursor: pointer;
       opacity: .5;
   }

   #sideCart .head i:hover {
       opacity: 1;
   }

   #sideCart .head>span {
       display: inline-block;
   }

   #sideCart .head>span i {
       margin-right: 10px;
       float: left;
       font-size: 16px;
       line-height: 20px;
   }

   #sideCart .shopList {
       padding: 0px;
   }

   #sideCart .shopList>ul>li {
       padding-top: 10px;
       margin-bottom: 10px;
       border-bottom: 1px solid rgba(0, 0, 0, .07);
   }

   #sideCart .shopList li img {
       width: 65%;
       display: table;
       margin: auto;
   }

   #sideCart .shopList li>.row {
       margin: 0px;
       background-color: #f9f9f987;
   }

   #sideCart .shopList li .name {
       font-weight: 500;
       color: var(--primaryColor);
       font-size: 14px;
       line-height: 15px;
       margin-bottom: 10px;
   }

   #sideCart .shopList li span.text {
       font-size: 12px;
       line-height: 12px;
       margin-top: 5px;
       color: var(--textColor);
       display: block;
   }

   #sideCart .shopList li .piece {
       font-size: 10px;
       font-weight: 500;
       color: var(--secondaryColor);
   }

   #sideCart .shopList li .piece span {
       font-size: 10px;
       font-weight: 600;
       color: var(--secondaryColor);
       margin-right: 5px;
   }

   #sideCart .shopList li .oldPrice {
       text-decoration: line-through;
       color: var(--textColor);
       opacity: .6;
       font-size: 13px;
       font-weight: 400;
   }

   #sideCart .shopList li .price {
       color: var(--primaryColor);
       font-size: 15px;
       line-height: 14px;
       font-weight: 600;
   }

   #sideCart .shopList li .priceContent {
       border-left: 1px solid rgba(0, 0, 0, 0.05);
   }

   #sideCart .qtyCustom {
       padding: 0px;
       max-width: fit-content;
   }

   #sideCart .deleteToggle {
       display: flex;
       justify-content: center;
       align-items: center;
       height: 36px;
       color: var(--textColor);
       padding: 0px 15px;
       font-size: 16px;
       border-radius: var(--radius);
       transition: .3s;
       cursor: pointer;
   }

   #sideCart .deleteToggle i {
       margin-right: 7px;
   }

   #sideCart .link {
       display: flex;
       justify-content: center;
       align-items: center;
       height: 36px;
       aspect-ratio: 1/1;
       background-color: var(--secondaryColor);
       color: white;
       font-size: 14px;
       border-radius: var(--radius);
       transition: .3s;
       cursor: pointer;
       opacity: .7;
   }

   #sideCart .link:hover {
       opacity: 1;
   }

   #sideCart .deleteToggle:hover {
       background-color: firebrick;
       color: White;
   }

   #sideCart .shopList li>.row ul {
       display: flex;
       justify-content: end;
   }

   #sideCart .shopList li>.row ul li {
       margin-left: 7px;
   }

   #sideCart .shopList li>.row ul li:first-child {
       margin-left: 0px;
   }

   #sideCart hr {
       opacity: .05;
   }

   #sideCart .customRow {
       margin: 0px;
       background-color: white;
       padding: 13px 5px;
       zoom: 85%;
   }

   #sideCart .qtyCustom>.row {
       margin: 0px;
   }

   #sideCart .totalContent {
       margin-top: auto;
       background-color: whitesmoke;
       position: sticky;
       bottom: 0;
   }

   #sideCart .totalContent {}

   #sideCart .totalContent>.row {
       margin: 0px;
   }

   #sideCart .totalContent>.row>div {
       padding-top: 15px;
       padding-bottom: 15px;
       border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   }

   #sideCart .totalContent>.row>div>div {
       display: flex;
       justify-content: space-between;
       padding: 0px 15px;
   }

   #sideCart .totalContent>.row>div>div>div:first-child {
       font-size: 14px;
       color: var(--textColor);
       opacity: .7;
   }

   #sideCart .totalContent>.row>div>div>div:last-child {
       font-size: 14px;
       color: var(--textColor);
       font-weight: 500;
       opacity: .8;
   }

   #sideCart .totalContent>.row>div:nth-child(2)>div>div:last-child {
       font-size: 20px;
       font-weight: 600;
       color: var(--secondaryColor);
   }

   #sideCart .totalContent .button {
       width: 100%;
       text-align: center;
   }





   .qty {
       background-color: #ebebeb;
       border-radius: var(--radius);
   }

   .qty .numButtons {
       aspect-ratio: 1/1;
       display: flex;
       height: 36px;
       align-items: center;
       justify-content: center;
       border-radius: var(--radius);
       color: var(--primaryColor);
       cursor: pointer;
       font-size: 12px;
       transition: .3s;
   }

   .qty>div {
       padding: 0px;
   }

   .qty .numButtons:hover {
       background-color: var(--primaryColor);
       color: white;

   }

   .qty input {
       line-height: 36px;
       outline: none;
       border: none;
       padding: 0px 10px;
       text-align: center;
       font-weight: 600;
       background-color: transparent;
       width: 100%;
       color: var(--primaryColor);
       max-width: 60px;

   }


   .ssslist .item .sssToggle {
       background-color: transparent;
       border-bottom: solid 1px rgba(0, 0, 0, .2);
   }

   .ssslist .item .tuyo {
       border-radius: 7px;
   }

   .sssToggle.open {
       background-color: var(--primaryColor) !important;
       border-radius: var(--radius);
   }

   .ssslist .tuyo article {
       color: var(--textColor)
   }

   .ssslist {
       display: block;
       margin-top: 15px;
   }

   .ssslist .item {
       display: block;
       position: relative;
       padding: 5px 0px;
   }

   .ssslist .item .sssToggle {
       display: block;
       padding: 0px 15px;
       line-height: 50px;
       color: var(--textColor);
       font-weight: 500;
       font-size: 16px;
       cursor: pointer;
       border-radius: var(--radius);
   }

   .ssslist .item .sssToggle:hover {
       background-color: whitesmoke;
       cursor: pointer;
   }

   .sssToggle .iconbox {
       position: absolute;
       right: 5px;
       top: 5px;
       line-height: 50px;
       -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       transition: all 0.2s ease-out;
       aspect-ratio: 1/1;
       width: 50px;
       justify-content: center;
       display: flex;
       height: 50px;
       padding: 0px;
   }

   .sssToggle .iconbox i {
       font-size: 16px;
       line-height: 16px;
       display: inline-block;
       aspect-ratio: 1/1;
       justify-content: center;
       align-items: center;
       display: flex;
       padding: 0;
   }

   .ssslist .item .tuyo {
       display: block;
       background-color: white;
       -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
       -ms-transition: all 0.2s ease-out;
       transition: all 0.2s ease-out;
       overflow: hidden;
       padding: 0px 25px;
   }

   .ssslist .tuyo article {
       display: block;
       padding: 25px;
       font-size: 16px;
       background-color: whitesmoke;
       border-bottom-left-radius: var(--radius);
       border-bottom-right-radius: var(--radius);
   }

   .sssToggle {
       letter-spacing: .5px;
       padding-right: 40px !important;
       background-color: #ffffff12;
   }

   .tuyo {
       height: 0px
   }

   #sss .ceviri_ar {
       text-align: right
   }

   .rt0 {
       transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
       -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
       -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
       -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
       -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important
   }

   .sssToggle.open {
       opacity: 1 !important;
       color: white !important;
   }

   #iptalSide {
       position: fixed;
       right: 0px;
       top: 0;
       width: 25%;
       background-color: white;
       height: 100%;
       z-index: 1110;
       padding: 35px;
       display: none;
       margin-right: -100%;
       transition: .5s;
       -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
       -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
       box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
   }

   .stars {
       display: block;
       margin-top: 5px;
   }

   .stars ul {
       font-size: 12px;
       line-height: 12px;
       color: var(--textColor);
   }

   .stars ul li i {
       color: var(--textColor);
       opacity: .5;
   }

   .stars ul li.active i {
       color: var(--starColor);
       opacity: 1;
   }

   header nav>ul>li.here a:before,
   header nav>ul>li.drop.here a:before {
       width: 100%;
       opacity: 1 !important;
   }

   @-webkit-keyframes springColors {
       0% {
           background-position: 97% 0%
       }

       50% {
           background-position: 4% 100%
       }

       100% {
           background-position: 97% 0%
       }
   }

   @-moz-keyframes springColors {
       0% {
           background-position: 97% 0%
       }

       50% {
           background-position: 4% 100%
       }

       100% {
           background-position: 97% 0%
       }
   }

   @keyframes springColors {
       0% {
           background-position: 97% 0%
       }

       50% {
           background-position: 4% 100%
       }

       100% {
           background-position: 97% 0%
       }
   }


   /* Pagination */
   .pagination {
       margin-top: 35px;
       justify-content: center;
       display: flex;
   }

   .pagination ul {
       display: flex;
       gap: 5px;
       font-weight: 500;
       font-size: 12px
   }

   .pagination ul li a {
       aspect-ratio: 1/1;
       width: 36px;
       height: 36px;
       display: Flex;
       align-items: center;
       justify-content: center;
       background-color: #f2f2fa;
       border-radius: var(--radius);
       color: var(--textColor);
       transition: .2s;
   }

   .pagination ul li a i {
       font-weight: 300;
       font-size: 10px;
   }

   .pagination ul li a.active {
       background-color: var(--primaryColor) !important;
       color: whitesmoke;
   }

   .pagination ul li a:hover {

       background-color: var(--secondaryColor);
       color: whitesmoke;
   }

   /* Pagination End */

   @font-face {
       font-family: 'default';
       src: url('../fonts/default/default.eot?nb15yp');
       src: url('../fonts/default/default.eot?nb15yp#iefix') format('embedded-opentype'), url('../fonts/default/default.ttf?nb15yp') format('truetype'), url('../fonts/default/default.woff?nb15yp') format('woff'), url('../fonts/default/default.svg?nb15yp#default') format('svg');
       font-weight: normal;
       font-style: normal;
       font-display: swap;
   }

   [class^="icon-"],
   [class*=" icon-"] {
       font-family: 'default' !important;
       speak: none;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       text-transform: none;
       line-height: 1;
       -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale
   }

   .icon-amblem:before {
       content: "\eb4b";
   }

   .icon-lasaby:before {
       content: "\eb41";
   }

   .icon-hearts5:before {
       content: "\eb48";
   }

   .icon-hearts3:before {
       content: "\eb49";
   }

   .icon-hearts4:before {
       content: "\eb4a";
   }

   .icon-tracking:before {
       content: "\eb47";
   }

   .icon-apostrophe-start:before {
       content: "\eb45";
   }

   .icon-apostrophe-end:before {
       content: "\eb46";
   }

   .icon-earth:before {
       content: "\eb42";
   }

   .icon-mail6:before {
       content: "\eb2e";
   }

   .icon-happyCustomer:before {
       content: "\eb3e";
   }

   .icon-takeaway:before {
       content: "\eb3f";
   }

   .icon-countries:before {
       content: "\eb40";
   }

   .icon-experience:before {
       content: "\eb3d";
   }

   .icon-ozguven:before {
       content: "\eb3c";
   }

   .icon-yarn:before {
       content: "\eb3b";
   }

   .icon-textile:before {
       content: "\eb3a";
   }

   .icon-azalanFiyat:before {
       content: "\eb35";
   }

   .icon-artanFiyat:before {
       content: "\eb36";
   }

   .icon-varsayilan:before {
       content: "\eb37";
   }

   .icon-eskidenYeniye:before {
       content: "\eb38";
   }

   .icon-yenidenEskiye:before {
       content: "\eb39";
   }

   .icon-minus:before {
       content: "\eb34";
   }

   .icon-womenBag:before {
       content: "\eb33";
   }

   .icon-shoes16:before {
       content: "\eb32";
   }

   .icon-eflatun:before {
       content: "\eb31";
   }

   .icon-hurricane:before {
       content: "\eb2b";
   }

   .icon-security:before {
       content: "\eb2c";
   }

   .icon-infrastructure:before {
       content: "\eb2d";
   }

   .icon-cloud-server:before {
       content: "\eb2f";
   }

   .icon-server:before {
       content: "\eb30";
   }

   .icon-bulb:before {
       content: "\eb2a";
   }

   .icon-pdf2:before {
       content: "\eb29";
   }

   .icon-pdf:before {
       content: "\eb28";
   }

   .icon-pantone:before {
       content: "\eb24";
   }

   .icon-payment:before {
       content: "\eb25";
   }

   .icon-digital-marketing:before {
       content: "\eb26";
   }

   .icon-delivery-time:before {
       content: "\eb27";
   }

   .icon-brochure:before {
       content: "\eb23";
   }

   .icon-responsive:before {
       content: "\eb22";
   }

   .icon-mail5:before {
       content: "\eb21";
   }

   .icon-computer:before {
       content: "\eb20";
   }

   .icon-night:before {
       content: "\eb1f";
   }

   .icon-module2:before {
       content: "\eb1e";
   }

   .icon-home4:before {
       content: "\eb1a";
   }

   .icon-software2:before {
       content: "\eb1b";
   }

   .icon-back2:before {
       content: "\eb1c";
   }

   .icon-help1:before {
       content: "\eb1d";
   }

   .icon-home3:before {
       content: "\eb16";
   }

   .icon-back:before {
       content: "\eb17";
   }

   .icon-modules:before {
       content: "\eb18";
   }

   .icon-software:before {
       content: "\eb19";
   }

   .icon-huawei:before {
       content: "\eb15";
   }

   .icon-google1:before {
       content: "\eb14";
   }

   .icon-tiko-tahsilat:before {
       content: "\eb0d";
   }

   .icon-tiko-earsiv:before {
       content: "\eb0e";
   }

   .icon-tiko-eticaret:before {
       content: "\eb0f";
   }

   .icon-tiko-kolay:before {
       content: "\eb10";
   }

   .icon-tiko-bayi:before {
       content: "\eb11";
   }

   .icon-tiko-efatura:before {
       content: "\eb12";
   }

   .icon-tiko-portal:before {
       content: "\eb13";
   }

   .icon-user1:before {
       content: "\eb0c";
   }

   .icon-team:before {
       content: "\eb0b";
   }

   .icon-quality2:before {
       content: "\eb0a";
   }

   .icon-vaziyet:before {
       content: "\eb09";
   }

   .icon-katPlani:before {
       content: "\eb06";
   }

   .icon-gallery:before {
       content: "\eb07";
   }

   .icon-play-button:before {
       content: "\eb08";
   }

   .icon-payanda:before {
       content: "\eb05";
   }

   .icon-motor:before {
       content: "\e9ac";
   }

   .icon-bakim:before {
       content: "\eafe";
   }

   .icon-boyama:before {
       content: "\eaff";
   }

   .icon-boyasizOnarim:before {
       content: "\eb00";
   }

   .icon-italat:before {
       content: "\eb01";
   }

   .icon-onarim:before {
       content: "\eb02";
   }

   .icon-sasi:before {
       content: "\eb03";
   }

   .icon-yedekParca:before {
       content: "\eb04";
   }

   .icon-branch:before {
       content: "\eafd";
   }

   .icon-ticket2:before {
       content: "\eafc";
   }

   .icon-atom:before {
       content: "\eaef";
   }

   .icon-nextjs:before {
       content: "\eaf0";
   }

   .icon-app-store:before {
       content: "\eaf1";
   }

   .icon-adobe-indesign:before {
       content: "\eaf2";
   }

   .icon-bootstrap:before {
       content: "\eaf3";
   }

   .icon-play-store:before {
       content: "\eaf4";
   }

   .icon-adobe-photoshop:before {
       content: "\eaf5";
   }

   .icon-adobe-illustrator:before {
       content: "\eaf6";
   }

   .icon-html:before {
       content: "\eaf7";
   }

   .icon-css-3:before {
       content: "\eaf8";
   }

   .icon-php:before {
       content: "\eaf9";
   }

   .icon-asp-logo:before {
       content: "\eafa";
   }

   .icon-java-script-logo:before {
       content: "\eafb";
   }

   .icon-video:before {
       content: "\eaec";
   }

   .icon-icReklam:before {
       content: "\eaed";
   }

   .icon-kaplama:before {
       content: "\eaee";
   }

   .icon-tabela1:before {
       content: "\eae4";
   }

   .icon-tabela2:before {
       content: "\eae5";
   }

   .icon-tabela3:before {
       content: "\eaea";
   }

   .icon-tabela4:before {
       content: "\eaeb";
   }

   .icon-safeHouse:before {
       content: "\eae3";
   }

   .icon-innovation:before {
       content: "\eae2";
   }

   .icon-innovative:before {
       content: "\eae6";
   }

   .icon-origin1:before {
       content: "\eae7";
   }

   .icon-origin2:before {
       content: "\eae8";
   }

   .icon-origin3:before {
       content: "\eae9";
   }

   .icon-huaweii:before {
       content: "\eadf";
   }

   .icon-AppStore:before {
       content: "\eae0";
   }

   .icon-PlayStore:before {
       content: "\eae1";
   }

   .icon-house:before {
       content: "\ea87";
   }

   .icon-company:before {
       content: "\ea88";
   }

   .icon-skyline:before {
       content: "\ead6";
   }

   .icon-park:before {
       content: "\ead7";
   }

   .icon-classic4:before {
       content: "\ead8";
   }

   .icon-classic3:before {
       content: "\ead9";
   }

   .icon-classic2:before {
       content: "\eada";
   }

   .icon-classic1:before {
       content: "\eadb";
   }

   .icon-yurtdisi:before {
       content: "\eadc";
   }

   .icon-galata:before {
       content: "\eadd";
   }

   .icon-vize:before {
       content: "\eade";
   }

   .icon-online-shop:before {
       content: "\ea83";
   }

   .icon-magazine:before {
       content: "\ea84";
   }

   .icon-web:before {
       content: "\ea82";
   }

   .icon-ok4:before {
       content: "\ea81";
   }

   .icon-petek:before {
       content: "\ea7f";
   }

   .icon-key1:before {
       content: "\e930";
   }

   .icon-gear2:before {
       content: "\e931";
   }

   .icon-phone:before {
       content: "\e9c7";
   }

   .icon-mail:before {
       content: "\e9ca";
   }

   .icon-lock:before {
       content: "\e9cb";
   }

   .icon-key2:before {
       content: "\e9e7";
   }

   .icon-garage:before {
       content: "\ea05";
   }

   .icon-door:before {
       content: "\ea0f";
   }

   .icon-scrool:before {
       content: "\ea80";
   }

   .icon-hizli-teslimat:before {
       content: "\ea74";
   }

   .icon-iletisim1:before {
       content: "\ea75";
   }

   .icon-konum2:before {
       content: "\ea76";
   }

   .icon-mail4:before {
       content: "\ea77";
   }

   .icon-ok3:before {
       content: "\ea78";
   }

   .icon-ok22:before {
       content: "\ea79";
   }

   .icon-telefon1:before {
       content: "\ea7a";
   }

   .icon-worldwide-shipping:before {
       content: "\ea7b";
   }

   .icon-anasayfa:before {
       content: "\ea7c";
   }

   .icon-ara2:before {
       content: "\ea7d";
   }

   .icon-guvenli-alisveris:before {
       content: "\ea7e";
   }

   .icon-sepetim1:before {
       content: "\ead5";
   }

   .icon-iletisim:before {
       content: "\eacd";
   }

   .icon-konum1:before {
       content: "\eace";
   }

   .icon-mail1:before {
       content: "\eacf";
   }

   .icon-ok1:before {
       content: "\ead0";
   }

   .icon-ok21:before {
       content: "\ead1";
   }

   .icon-telefon:before {
       content: "\ead2";
   }

   .icon-ara1:before {
       content: "\ead3";
   }

   .icon-hesabim:before {
       content: "\ead4";
   }

   .icon-begen:before {
       content: "\eac5";
   }

   .icon-begen-dolu:before {
       content: "\eac6";
   }

   .icon-filtre:before {
       content: "\eac7";
   }

   .icon-saglikli-kumas:before {
       content: "\eac8";
   }

   .icon-sepetim2:before {
       content: "\eac9";
   }

   .icon-tik:before {
       content: "\eaca";
   }

   .icon-lu-gosterim:before {
       content: "\eacb";
   }

   .icon-lu-gosterim1:before {
       content: "\eacc";
   }

   .icon-cesit:before {
       content: "\eac2";
   }

   .icon-adet:before {
       content: "\eac3";
   }

   .icon-paket-adedi:before {
       content: "\eac4";
   }

   .icon-sepetim:before {
       content: "\eac1";
   }

   .icon-ok2:before {
       content: "\eabb";
   }

   .icon-tekli:before {
       content: "\eabc";
   }

   .icon-lu:before {
       content: "\eabd";
   }

   .icon-lu1:before {
       content: "\eabe";
   }

   .icon-konum:before {
       content: "\eabf";
   }

   .icon-minus-2:before {
       content: "\eac0";
   }

   .icon-ok:before {
       content: "\eaba";
   }

   .icon-appstore:before {
       content: "\eab8";
   }

   .icon-playstore:before {
       content: "\eab9";
   }

   .icon-copy1:before {
       content: "\eaad";
   }

   .icon-copy2:before {
       content: "\eaae";
   }

   .icon-cargo5:before {
       content: "\eaaf";
   }

   .icon-cargo6:before {
       content: "\eab0";
   }

   .icon-doc1:before {
       content: "\eab1";
   }

   .icon-doc2:before {
       content: "\eab2";
   }

   .icon-copy3:before {
       content: "\eab3";
   }

   .icon-copy4:before {
       content: "\eab4";
   }

   .icon-copy5:before {
       content: "\eab5";
   }

   .icon-copy6:before {
       content: "\eab6";
   }

   .icon-copy7:before {
       content: "\eab7";
   }

   .icon-ptt:before {
       content: "\eaac";
   }

   .icon-damping:before {
       content: "\eaa4";
   }

   .icon-makas5:before {
       content: "\eaa5";
   }

   .icon-makas6:before {
       content: "\eaa6";
   }

   .icon-makas7:before {
       content: "\eaa7";
   }

   .icon-makas1:before {
       content: "\eaa8";
   }

   .icon-makas2:before {
       content: "\eaa9";
   }

   .icon-makas3:before {
       content: "\eaaa";
   }

   .icon-makas4:before {
       content: "\eaab";
   }

   .icon-play2:before {
       content: "\ea9d";
   }

   .icon-play3:before {
       content: "\ea9e";
   }

   .icon-play4:before {
       content: "\ea9f";
   }

   .icon-play5:before {
       content: "\eaa0";
   }

   .icon-play6:before {
       content: "\eaa1";
   }

   .icon-play7:before {
       content: "\eaa2";
   }

   .icon-play8:before {
       content: "\eaa3";
   }

   .icon-lab1:before {
       content: "\ea89";
   }

   .icon-lab2:before {
       content: "\ea8a";
   }

   .icon-lab3:before {
       content: "\ea8b";
   }

   .icon-lab4:before {
       content: "\ea8c";
   }

   .icon-lab5:before {
       content: "\ea8d";
   }

   .icon-lab6:before {
       content: "\ea8e";
   }

   .icon-lab7:before {
       content: "\ea8f";
   }

   .icon-lab8:before {
       content: "\ea90";
   }

   .icon-lab9:before {
       content: "\ea91";
   }

   .icon-lab10:before {
       content: "\ea92";
   }

   .icon-lab11:before {
       content: "\ea93";
   }

   .icon-lab12:before {
       content: "\ea94";
   }

   .icon-lab13:before {
       content: "\ea95";
   }

   .icon-lab14:before {
       content: "\ea96";
   }

   .icon-lab15:before {
       content: "\ea97";
   }

   .icon-lab16:before {
       content: "\ea98";
   }

   .icon-lab17:before {
       content: "\ea99";
   }

   .icon-lab18:before {
       content: "\ea9a";
   }

   .icon-lab19:before {
       content: "\ea9b";
   }

   .icon-lab20:before {
       content: "\ea9c";
   }

   .icon-reload1:before {
       content: "\ea6c";
   }

   .icon-reload2:before {
       content: "\ea6d";
   }

   .icon-reload3:before {
       content: "\ea6e";
   }

   .icon-reload4:before {
       content: "\ea6f";
   }

   .icon-reload5:before {
       content: "\ea70";
   }

   .icon-reload6:before {
       content: "\ea71";
   }

   .icon-reload7:before {
       content: "\ea72";
   }

   .icon-reload8:before {
       content: "\ea73";
   }

   .icon-reload12:before {
       content: "\ea85";
   }

   .icon-reload13:before {
       content: "\ea86";
   }

   .icon-unisex1:before {
       content: "\ea6b";
   }

   .icon-male1:before {
       content: "\ea68";
   }

   .icon-female2:before {
       content: "\ea69";
   }

   .icon-female1:before {
       content: "\ea6a";
   }

   .icon-shoe1:before {
       content: "\ea59";
   }

   .icon-shoe2:before {
       content: "\ea5a";
   }

   .icon-shoe3:before {
       content: "\ea5b";
   }

   .icon-shoe4:before {
       content: "\ea5c";
   }

   .icon-shoe5:before {
       content: "\ea5d";
   }

   .icon-shoe6:before {
       content: "\ea5e";
   }

   .icon-shoe7:before {
       content: "\ea5f";
   }

   .icon-shoe8:before {
       content: "\ea60";
   }

   .icon-shoe9:before {
       content: "\ea61";
   }

   .icon-shoe10:before {
       content: "\ea62";
   }

   .icon-shoe11:before {
       content: "\ea63";
   }

   .icon-shoe12:before {
       content: "\ea64";
   }

   .icon-shoe13:before {
       content: "\ea65";
   }

   .icon-shoe14:before {
       content: "\ea66";
   }

   .icon-shoe15:before {
       content: "\ea67";
   }

   .icon-filter1:before {
       content: "\ea58";
   }

   .icon-hearts2:before {
       content: "\ea52";
   }

   .icon-hearts:before {
       content: "\ea53";
   }

   .icon-secure2:before {
       content: "\ea54";
   }

   .icon-like2:before {
       content: "\ea55";
   }

   .icon-stars:before {
       content: "\ea56";
   }

   .icon-like3:before {
       content: "\ea57";
   }

   .icon-happy2:before {
       content: "\ea42";
   }

   .icon-thief:before {
       content: "\ea43";
   }

   .icon-famous:before {
       content: "\ea44";
   }

   .icon-hilarious:before {
       content: "\ea45";
   }

   .icon-tongue:before {
       content: "\ea46";
   }

   .icon-smiling-face-with-sunglasses:before {
       content: "\ea47";
   }

   .icon-in-love:before {
       content: "\ea48";
   }

   .icon-sad2:before {
       content: "\ea49";
   }

   .icon-sad3:before {
       content: "\ea4a";
   }

   .icon-indifferent:before {
       content: "\ea4b";
   }

   .icon-embarrassed:before {
       content: "\ea4c";
   }

   .icon-crazy:before {
       content: "\ea4d";
   }

   .icon-surprise:before {
       content: "\ea4e";
   }

   .icon-meh:before {
       content: "\ea4f";
   }

   .icon-smile:before {
       content: "\ea50";
   }

   .icon-sad:before {
       content: "\ea51";
   }

   .icon-customer3:before {
       content: "\ea41";
   }

   .icon-speedmeter1:before {
       content: "\ea3e";
   }

   .icon-quality1:before {
       content: "\ea3f";
   }

   .icon-hand1:before {
       content: "\ea40";
   }

   .icon-tl:before {
       content: "\ea3a";
   }

   .icon-dl:before {
       content: "\ea3b";
   }

   .icon-eu:before {
       content: "\ea3c";
   }

   .icon-yn:before {
       content: "\ea3d";
   }

   .icon-skype:before {
       content: "\ea38";
   }

   .icon-odnoklassniki:before {
       content: "\ea39";
   }

   .icon-hoodie:before {
       content: "\ea36";
   }

   .icon-tracksuit:before {
       content: "\ea37";
   }

   .icon-overalls:before {
       content: "\ea35";
   }

   .icon-raincoat:before {
       content: "\ea2d";
   }

   .icon-blouse:before {
       content: "\ea2e";
   }

   .icon-referee:before {
       content: "\ea2f";
   }

   .icon-overall1:before {
       content: "\ea30";
   }

   .icon-skirt:before {
       content: "\ea31";
   }

   .icon-shots2:before {
       content: "\ea32";
   }

   .icon-tshirt:before {
       content: "\ea33";
   }

   .icon-long-pants:before {
       content: "\ea34";
   }

   .icon-pocket:before {
       content: "\ea2b";
   }

   .icon-shorts:before {
       content: "\ea2c";
   }

   .icon-apron1:before {
       content: "\ea27";
   }

   .icon-apron2:before {
       content: "\ea28";
   }

   .icon-babysets:before {
       content: "\ea29";
   }

   .icon-dress:before {
       content: "\ea2a";
   }

   .icon-backpack:before {
       content: "\ea22";
   }

   .icon-socks:before {
       content: "\ea23";
   }

   .icon-body:before {
       content: "\ea24";
   }

   .icon-shower:before {
       content: "\ea25";
   }

   .icon-trousers:before {
       content: "\ea26";
   }

   .icon-blanket:before {
       content: "\ea21";
   }

   .icon-hat:before {
       content: "\ea1c";
   }

   .icon-baby-apron:before {
       content: "\ea1d";
   }

   .icon-vest:before {
       content: "\ea1e";
   }

   .icon-overall:before {
       content: "\ea1f";
   }

   .icon-pijama2:before {
       content: "\ea20";
   }

   .icon-diamond:before {
       content: "\ea1a";
   }

   .icon-warehouse:before {
       content: "\ea1b";
   }

   .icon-about:before {
       content: "\ea19";
   }

   .icon-img1:before {
       content: "\ea10";
   }

   .icon-crop1:before {
       content: "\ea11";
   }

   .icon-camera1:before {
       content: "\ea12";
   }

   .icon-camera2:before {
       content: "\ea13";
   }

   .icon-reflector:before {
       content: "\ea14";
   }

   .icon-crop2:before {
       content: "\ea15";
   }

   .icon-photographer1:before {
       content: "\ea16";
   }

   .icon-crop3:before {
       content: "\ea17";
   }

   .icon-reflector2:before {
       content: "\ea18";
   }

   .icon-maske1:before {
       content: "\ea0a";
   }

   .icon-girl1:before {
       content: "\ea0b";
   }

   .icon-singer:before {
       content: "\ea0c";
   }

   .icon-dancer:before {
       content: "\ea0d";
   }

   .icon-maske2:before {
       content: "\ea0e";
   }

   .icon-maskot-light:before {
       content: "\ea09";
   }

   .icon-clothes:before {
       content: "\ea07";
   }

   .icon-discount:before {
       content: "\ea08";
   }

   .icon-message:before {
       content: "\ea06";
   }

   .icon-panoramic1:before {
       content: "\ea04";
   }

   .icon-tabela:before {
       content: "\e9fd";
   }

   .icon-fotograf:before {
       content: "\e9fe";
   }

   .icon-sosyalmedya:before {
       content: "\e9ff";
   }

   .icon-app1:before {
       content: "\ea00";
   }

   .icon-web-hosting:before {
       content: "\ea01";
   }

   .icon-cloud:before {
       content: "\ea02";
   }

   .icon-insert:before {
       content: "\ea03";
   }

   .icon-icisler-mark:before {
       content: "\e9fc";
   }

   .icon-add:before {
       content: "\e9f9";
   }

   .icon-danger:before {
       content: "\e9fa";
   }

   .icon-checked2:before {
       content: "\e9fb";
   }

   .icon-kablo-tv:before {
       content: "\e9f8";
   }

   .icon-shower1:before {
       content: "\e9ee";
   }

   .icon-wifi:before {
       content: "\e9ef";
   }

   .icon-uydu1:before {
       content: "\e9f0";
   }

   .icon-banka1:before {
       content: "\e9f1";
   }

   .icon-yalitim1:before {
       content: "\e9f2";
   }

   .icon-complex1:before {
       content: "\e9f3";
   }

   .icon-balkon1:before {
       content: "\e9f4";
   }

   .icon-parke1:before {
       content: "\e9f5";
   }

   .icon-secure-door1:before {
       content: "\e9f6";
   }

   .icon-garage1:before {
       content: "\e9f7";
   }

   .icon-law1:before {
       content: "\e9eb";
   }

   .icon-worker1:before {
       content: "\e9ec";
   }

   .icon-calc1:before {
       content: "\e9ed";
   }

   .icon-koltuk1:before {
       content: "\e9ea";
   }

   .icon-reserved1:before {
       content: "\e9e9";
   }

   .icon-kariyer1:before {
       content: "\e9e8";
   }

   .icon-lock1:before {
       content: "\e9e6";
   }

   .icon-gunes:before {
       content: "\e9e3";
   }

   .icon-kar:before {
       content: "\e9e4";
   }

   .icon-yaprak2:before {
       content: "\e9e5";
   }

   .icon-emzik:before {
       content: "\e9dd";
   }

   .icon-girl:before {
       content: "\e9de";
   }

   .icon-boy:before {
       content: "\e9df";
   }

   .icon-gozluk:before {
       content: "\e9e0";
   }

   .icon-google2:before {
       content: "\e9e1";
   }

   .icon-smart2:before {
       content: "\e9e2";
   }

   .icon-edit:before {
       content: "\e9db";
   }

   .icon-edit2:before {
       content: "\e9dc";
   }

   .icon--ticket:before {
       content: "\e9da";
   }

   .icon-bebico:before {
       content: "\e9d9";
   }

   .icon-card2:before {
       content: "\e9d6";
   }

   .icon-card3:before {
       content: "\e9d7";
   }

   .icon-card4:before {
       content: "\e9d8";
   }

   .icon-settings2:before {
       content: "\e9d3";
   }

   .icon-settings3:before {
       content: "\e9d4";
   }

   .icon-settings4:before {
       content: "\e9d5";
   }

   .icon-settings1:before {
       content: "\e9d2";
   }

   .icon-barcode:before {
       content: "\e9cc";
   }

   .icon-shield2:before {
       content: "\e9cd";
   }

   .icon-support:before {
       content: "\e9ce";
   }

   .icon-card:before {
       content: "\e9cf";
   }

   .icon-uluslararasi3:before {
       content: "\e9d0";
   }

   .icon-mutlu2:before {
       content: "\e9d1";
   }

   .icon-left4:before {
       content: "\e9c8";
   }

   .icon-right4:before {
       content: "\e9c9";
   }

   .icon-box2:before {
       content: "\e9c5";
   }

   .icon-menu3:before {
       content: "\e9c6";
   }

   .icon-circle:before {
       content: "\e9c4";
   }

   .icon-eye2:before {
       content: "\e9c2";
   }

   .icon-eye3:before {
       content: "\e9c3";
   }

   .icon-eye1:before {
       content: "\e9c1";
   }

   .icon-mailorder:before {
       content: "\e9c0";
   }

   .icon-whatsapp1:before {
       content: "\e9bf";
   }

   .icon-download1:before {
       content: "\e9b8";
   }

   .icon-download2:before {
       content: "\e9b9";
   }

   .icon-download3:before {
       content: "\e9ba";
   }

   .icon-download4:before {
       content: "\e9bb";
   }

   .icon-upload1:before {
       content: "\e9bc";
   }

   .icon-upload2:before {
       content: "\e9bd";
   }

   .icon-upload3:before {
       content: "\e9be";
   }

   .icon-counter1:before {
       content: "\e9b4";
   }

   .icon-water1:before {
       content: "\e9b5";
   }

   .icon-flash1:before {
       content: "\e9b6";
   }

   .icon-burn1:before {
       content: "\e9b7";
   }

   .icon-cikar2:before {
       content: "\e9b3";
   }

   .icon-plus3:before {
       content: "\e9b2";
   }

   .icon-next2:before {
       content: "\e9b0";
   }

   .icon-prev2:before {
       content: "\e9b1";
   }

   .icon-manager2:before {
       content: "\e9ae";
   }

   .icon-manager1:before {
       content: "\e9af";
   }

   .icon-outhor:before {
       content: "\e9ad";
   }

   .icon-pen1:before {
       content: "\e9ab";
   }

   .icon-danger1:before {
       content: "\e9aa";
   }

   .icon-satis:before {
       content: "\e9a9";
   }

   .icon-cash1:before {
       content: "\e9a8";
   }

   .icon-menu-left:before {
       content: "\e9a7";
   }

   .icon-serenay:before {
       content: "\e9a6";
   }

   .icon-help3:before {
       content: "\e9a5";
   }

   .icon-help2:before {
       content: "\e9a4";
   }

   .icon-help:before {
       content: "\e9a3";
   }

   .icon-blocked2:before {
       content: "\e9a2";
   }

   .icon-blocked1:before {
       content: "\e9a1";
   }

   .icon-menu2:before {
       content: "\e9a0";
   }

   .icon-content:before {
       content: "\e99c";
   }

   .icon-chart:before {
       content: "\e99d";
   }

   .icon-banner:before {
       content: "\e99e";
   }

   .icon-e:before {
       content: "\e99f";
   }

   .icon-clock:before {
       content: "\e99b";
   }

   .icon-baby-cloth:before {
       content: "\e99a";
   }

   .icon-pijama:before {
       content: "\e999";
   }

   .icon-share:before {
       content: "\e92a";
   }

   .icon-apple:before {
       content: "\e998";
   }

   .icon-up5:before {
       content: "\e995";
   }

   .icon-left5:before {
       content: "\e996";
   }

   .icon-down5:before {
       content: "\e997";
   }

   .icon-laptop:before {
       content: "\e994";
   }

   .icon-exit:before {
       content: "\e993";
   }

   .icon-shop4:before {
       content: "\e982";
   }

   .icon-arama:before {
       content: "\e983";
   }

   .icon-spor:before {
       content: "\e984";
   }

   .icon-home-life:before {
       content: "\e985";
   }

   .icon-info:before {
       content: "\e986";
   }

   .icon-kozmetik2:before {
       content: "\e987";
   }

   .icon-cargo4:before {
       content: "\e988";
   }

   .icon-kitaplar:before {
       content: "\e989";
   }

   .icon-yaprak:before {
       content: "\e98a";
   }

   .icon-aksesuar:before {
       content: "\e98b";
   }

   .icon-elektronik:before {
       content: "\e98c";
   }

   .icon-user3:before {
       content: "\e98d";
   }

   .icon-anne:before {
       content: "\e98e";
   }

   .icon-phone3:before {
       content: "\e98f";
   }

   .icon-havuz:before {
       content: "\e990";
   }

   .icon-cloth:before {
       content: "\e991";
   }

   .icon-user2:before {
       content: "\e992";
   }

   .icon-group:before {
       content: "\e980";
   }

   .icon-sema:before {
       content: "\e981";
   }

   .icon-menu:before {
       content: "\e97e";
   }

   .icon-link:before {
       content: "\e97f";
   }

   .icon-toplanti:before {
       content: "\e975";
   }

   .icon-questions:before {
       content: "\e976";
   }

   .icon-ulasim:before {
       content: "\e977";
   }

   .icon-mail3:before {
       content: "\e978";
   }

   .icon-play:before {
       content: "\e979";
   }

   .icon-camera:before {
       content: "\e97a";
   }

   .icon-comment2:before {
       content: "\e97b";
   }

   .icon-humans:before {
       content: "\e97c";
   }

   .icon-work:before {
       content: "\e97d";
   }

   .icon-bell:before {
       content: "\e974";
   }

   .icon-iade2:before {
       content: "\e969";
   }

   .icon-heart2:before {
       content: "\e96a";
   }

   .icon-search2:before {
       content: "\e96b";
   }

   .icon-shield:before {
       content: "\e96c";
   }

   .icon-youtube2:before {
       content: "\e96d";
   }

   .icon-cargo3:before {
       content: "\e96e";
   }

   .icon-google-plus:before {
       content: "\e96f";
   }

   .icon-heart:before {
       content: "\e970";
   }

   .icon-home2:before {
       content: "\e971";
   }

   .icon-comment:before {
       content: "\e972";
   }

   .icon-phone2:before {
       content: "\e973";
       color: #fff;
   }

   .icon-linkedin:before {
       content: "\e968";
   }

   .icon-left:before {
       content: "\e943";
   }

   .icon-right:before {
       content: "\e92e";
   }

   .icon-left2:before {
       content: "\e944";
   }

   .icon-right2:before {
       content: "\e967";
   }

   .icon-left3:before {
       content: "\e957";
   }

   .icon-right3:before {
       content: "\e956";
   }

   .icon-down1:before {
       content: "\e928";
   }

   .icon-up1:before {
       content: "\e95e";
   }

   .icon-up4:before {
       content: "\e95f";
   }

   .icon-down4:before {
       content: "\e960";
   }

   .icon-up3:before {
       content: "\e961";
   }

   .icon-mail2:before {
       content: "\e962";
   }

   .icon-static1:before {
       content: "\e963";
   }

   .icon-target:before {
       content: "\e964";
   }

   .icon-design1:before {
       content: "\e965";
   }

   .icon-list2:before {
       content: "\e966";
   }

   .icon-fax:before {
       content: "\e95b";
   }

   .icon-boxes:before {
       content: "\e95c";
   }

   .icon-list:before {
       content: "\e95d";
   }

   .icon-map:before {
       content: "\e955";
   }

   .icon-signal1:before {
       content: "\e958";
   }

   .icon-buldings:before {
       content: "\e959";
   }

   .icon-marker:before {
       content: "\e95a";
   }

   .icon-send:before {
       content: "\e953";
   }

   .icon-youtube:before {
       content: "\e954";
   }

   .icon-user:before {
       content: "\e951";
   }

   .icon-sign:before {
       content: "\e952";
   }

   .icon-password:before {
       content: "\e950";
   }

   .icon-users:before {
       content: "\e94f";
   }

   .icon-date:before {
       content: "\e945";
   }

   .icon-location:before {
       content: "\e946";
   }

   .icon-holidays:before {
       content: "\e947";
   }

   .icon-plus1:before {
       content: "\e948";
   }

   .icon-plus2:before {
       content: "\e949";
   }

   .icon-vegetables:before {
       content: "\e94a";
   }

   .icon-flower1:before {
       content: "\e94b";
   }

   .icon-search:before {
       content: "\e94c";
   }

   .icon-kale:before {
       content: "\e94d";
   }

   .icon-holiday1:before {
       content: "\e94e";
   }

   .icon-bebek:before {
       content: "\e93a";
   }

   .icon-oyuncak:before {
       content: "\e93b";
   }

   .icon-seker:before {
       content: "\e93c";
   }

   .icon-mesrubat:before {
       content: "\e93d";
   }

   .icon-temizlik:before {
       content: "\e93e";
   }

   .icon-kozmetik:before {
       content: "\e93f";
   }

   .icon-sut:before {
       content: "\e940";
   }

   .icon-balik:before {
       content: "\e941";
   }

   .icon-meyve:before {
       content: "\e942";
   }

   .icon-right5:before {
       content: "\e939";
   }

   .icon-shop3:before {
       content: "\e938";
   }

   .icon-customer1:before {
       content: "\e936";
   }

   .icon-customer2:before {
       content: "\e937";
   }

   .icon-blackberry:before {
       content: "\e932";
   }

   .icon-windows:before {
       content: "\e933";
   }

   .icon-android:before {
       content: "\e934";
   }

   .icon-tablet:before {
       content: "\e935";
   }

   .icon-smart:before {
       content: "\e92f";
   }

   .icon-home:before {
       content: "\e92d";
   }

   .icon-shop2:before {
       content: "\e92c";
   }

   .icon-glass:before {
       content: "\e92b";
   }

   .icon-down-2:before {
       content: "\e929";
   }

   .icon-world:before {
       content: "\e927";
   }

   .icon-checked-mark1:before {
       content: "\e926";
   }

   .icon-secure:before {
       content: "\e925";
   }

   .icon-cargo2:before {
       content: "\e920";
   }

   .icon-services:before {
       content: "\e921";
   }

   .icon-uluslararasi:before {
       content: "\e922";
   }

   .icon-uluslararasi2:before {
       content: "\e923";
   }

   .icon-coin:before {
       content: "\e924";
   }

   .icon-like:before {
       content: "\e91f";
   }

   .icon-beklemede:before {
       content: "\e91c";
   }

   .icon-mutsuz:before {
       content: "\e91d";
   }

   .icon-mutlu:before {
       content: "\e91e";
   }

   .icon-cikar:before {
       content: "\e91b";
   }

   .icon-onay:before {
       content: "\e919";
   }

   .icon-onay2:before {
       content: "\e91a";
   }

   .icon-adres:before {
       content: "\e918";
   }

   .icon-checked:before {
       content: "\e917";
   }

   .icon-gear:before {
       content: "\e916";
   }

   .icon-delete:before {
       content: "\e915";
   }

   .icon-star:before {
       content: "\e913";
   }

   .icon-plus:before {
       content: "\e914";
   }

   .icon-ara:before {
       content: "\e907";
   }

   .icon-iade:before {
       content: "\e908";
   }

   .icon-shop:before {
       content: "\e909";
   }

   .icon-guvenli:before {
       content: "\e90a";
   }

   .icon-degisim:before {
       content: "\e90b";
   }

   .icon-paca:before {
       content: "\e90c";
   }

   .icon-twitter-logo-silhouette:before {
       content: "\e90d";
   }

   .icon-cargo:before {
       content: "\e90e";
   }

   .icon-member:before {
       content: "\e90f";
   }

   .icon-facebook-logo:before {
       content: "\e910";
   }

   .icon-gift:before {
       content: "\e911";
   }

   .icon-google-plus-logo:before {
       content: "\e912";
   }

   .icon-rss:before {
       content: "\e906";
   }

   .icon-google:before {
       content: "\e900";
   }

   .icon-instagram:before {
       content: "\e901";
   }

   .icon-pinterest:before {
       content: "\e902";
   }

   .icon-tumblr:before {
       content: "\e903";
   }

   .icon-twitter:before {
       content: "\e904";
   }

   .icon-facebook:before {
       content: "\e905";
   }

   /*!
  By AndrÃ© Rinas, www.andrerinas.de
  Documentation, www.simplelightbox.de
  Available for use under the MIT License
  Version 2.9.0
*/
   body.hidden-scroll {
       overflow: hidden
   }

   .sl-overlay {
       position: fixed;
       left: 0;
       right: 0;
       top: 0;
       bottom: 0;
       background: #fff;
       opacity: .7;
       display: none;
       z-index: 1035
   }

   .sl-wrapper {
       z-index: 1040;
       width: 100%;
       height: 100%;
       left: 0;
       top: 0;
       position: fixed
   }

   .sl-wrapper * {
       box-sizing: border-box
   }

   .sl-wrapper button {
       border: 0 none;
       background: transparent;
       font-size: 28px;
       padding: 0;
       cursor: pointer
   }

   .sl-wrapper button:hover {
       opacity: .7
   }

   .sl-wrapper .sl-close {
       display: none;
       position: fixed;
       right: 30px;
       top: 30px;
       z-index: 10060;
       margin-top: -14px;
       margin-right: -14px;
       height: 44px;
       width: 44px;
       line-height: 44px;
       font-family: Arial, Baskerville, monospace;
       color: #000;
       font-size: 3rem
   }

   .sl-wrapper .sl-counter {
       display: none;
       position: fixed;
       top: 30px;
       left: 30px;
       z-index: 1060;
       color: #000;
       font-size: 1rem
   }

   .sl-wrapper .sl-navigation {
       width: 100%;
       display: none
   }

   .sl-wrapper .sl-navigation button {
       position: fixed;
       top: 50%;
       margin-top: -22px;
       height: 44px;
       width: 22px;
       line-height: 44px;
       text-align: center;
       display: block;
       z-index: 10060;
       font-family: Arial, Baskerville, monospace;
       color: #000
   }

   .sl-wrapper .sl-navigation button.sl-next {
       right: 5px;
       font-size: 2rem
   }

   .sl-wrapper .sl-navigation button.sl-prev {
       left: 5px;
       font-size: 2rem
   }

   @media (min-width:35.5em) {
       .sl-wrapper .sl-navigation button {
           width: 44px
       }

       .sl-wrapper .sl-navigation button.sl-next {
           right: 10px;
           font-size: 3rem
       }

       .sl-wrapper .sl-navigation button.sl-prev {
           left: 10px;
           font-size: 3rem
       }
   }

   @media (min-width:50em) {
       .sl-wrapper .sl-navigation button {
           width: 44px
       }

       .sl-wrapper .sl-navigation button.sl-next {
           right: 20px;
           font-size: 3rem
       }

       .sl-wrapper .sl-navigation button.sl-prev {
           left: 20px;
           font-size: 3rem
       }
   }

   .sl-wrapper.sl-dir-rtl .sl-navigation {
       direction: ltr
   }

   .sl-wrapper .sl-image {
       position: fixed;
       -ms-touch-action: none;
       touch-action: none;
       z-index: 10000
   }

   .sl-wrapper .sl-image img {
       margin: 0;
       padding: 0;
       display: block;
       border: 0 none;
       width: 100%;
       height: auto
   }

   @media (min-width:35.5em) {
       .sl-wrapper .sl-image img {
           border: 0 none
       }
   }

   @media (min-width:50em) {
       .sl-wrapper .sl-image img {
           border: 0 none
       }
   }

   .sl-wrapper .sl-image iframe {
       background: #000;
       border: 0 none
   }

   @media (min-width:35.5em) {
       .sl-wrapper .sl-image iframe {
           border: 0 none
       }
   }

   @media (min-width:50em) {
       .sl-wrapper .sl-image iframe {
           border: 0 none
       }
   }

   .sl-wrapper .sl-image .sl-caption {
       display: none;
       padding: 10px;
       color: #fff;
       background: rgba(0, 0, 0, .8);
       font-size: 1rem;
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0
   }

   .sl-wrapper .sl-image .sl-caption.pos-top {
       bottom: auto;
       top: 0
   }

   .sl-wrapper .sl-image .sl-caption.pos-outside {
       bottom: auto
   }

   .sl-wrapper .sl-image .sl-download {
       display: none;
       position: absolute;
       bottom: 5px;
       right: 5px;
       color: #000;
       z-index: 1060
   }

   .sl-spinner {
       display: none;
       border: 5px solid #333;
       border-radius: 40px;
       height: 40px;
       left: 50%;
       margin: -20px 0 0 -20px;
       opacity: 0;
       position: fixed;
       top: 50%;
       width: 40px;
       z-index: 1007;
       -webkit-animation: pulsate 1s ease-out infinite;
       -moz-animation: pulsate 1s ease-out infinite;
       -ms-animation: pulsate 1s ease-out infinite;
       -o-animation: pulsate 1s ease-out infinite;
       animation: pulsate 1s ease-out infinite
   }

   .sl-scrollbar-measure {
       position: absolute;
       top: -9999px;
       width: 50px;
       height: 50px;
       overflow: scroll
   }

   .sl-transition {
       transition: -moz-transform ease 200ms;
       transition: -ms-transform ease 200ms;
       transition: -o-transform ease 200ms;
       transition: -webkit-transform ease 200ms;
       transition: transform ease 200ms
   }

   @-webkit-keyframes pulsate {
       0% {
           transform: scale(.1);
           opacity: 0
       }

       50% {
           opacity: 1
       }

       100% {
           transform: scale(1.2);
           opacity: 0
       }
   }

   @keyframes pulsate {
       0% {
           transform: scale(.1);
           opacity: 0
       }

       50% {
           opacity: 1
       }

       100% {
           transform: scale(1.2);
           opacity: 0
       }
   }

   @-moz-keyframes pulsate {
       0% {
           transform: scale(.1);
           opacity: 0
       }

       50% {
           opacity: 1
       }

       100% {
           transform: scale(1.2);
           opacity: 0
       }
   }

   @-o-keyframes pulsate {
       0% {
           transform: scale(.1);
           opacity: 0
       }

       50% {
           opacity: 1
       }

       100% {
           transform: scale(1.2);
           opacity: 0
       }
   }

   @-ms-keyframes pulsate {
       0% {
           transform: scale(.1);
           opacity: 0
       }

       50% {
           opacity: 1
       }

       100% {
           transform: scale(1.2);
           opacity: 0
       }
   }

   /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
   .owl-theme .owl-dots,
   .owl-theme .owl-nav {
       text-align: center;
       -webkit-tap-highlight-color: transparent
   }

   .owl-theme .owl-nav {
       margin-top: 10px
   }

   .owl-theme .owl-nav [class*=owl-] {
       color: #FFF;
       font-size: 14px;
       margin: 5px;
       padding: 4px 7px;
       background: #D6D6D6;
       display: inline-block;
       cursor: pointer;
       border-radius: 3px
   }

   .owl-theme .owl-nav [class*=owl-]:hover {
       background: #869791;
       color: #FFF;
       text-decoration: none
   }

   .owl-theme .owl-nav .disabled {
       opacity: .5;
       cursor: default
   }

   .owl-theme .owl-nav.disabled+.owl-dots {
       margin-top: 10px
   }

   .owl-theme .owl-dots .owl-dot {
       display: inline-block;
       zoom: 1
   }

   .owl-theme .owl-dots .owl-dot span {
       width: 10px;
       height: 10px;
       margin: 5px 7px;
       background: #D6D6D6;
       display: block;
       -webkit-backface-visibility: visible;
       transition: opacity .2s ease;
       border-radius: 30px
   }

   .owl-theme .owl-dots .owl-dot.active span,
   .owl-theme .owl-dots .owl-dot:hover span {
       background: #869791
   }

   header {
       position: fixed;
       top: 0px;
       z-index: 250;
       width: 100%;
       transition: .3s;
       padding: 25px 0px;
       padding-top: 0px;
       background-color: transparent;
   }

   header .logo {
       color: var(--primaryColor);
       font-size: 68px;
   }

   .row.orderStep {
       display: none;
   }

   header.sticky {
       backdrop-filter: blur(16px);
       -webkit-backdrop-filter: blur(16px);
       top: -79px;
       padding-bottom: 10px;
       padding-top: 10px;
       background-color: #ebebf48c;
   }

   header.sticky .logoLink i {
       font-size: 36px;
       line-height: 44px;
   }

   header.blurOff {
       backdrop-filter: none !important;
       -webkit-backdrop-filter: none !important;
   }

   header .logo {
       transition: .3s;
   }

   header .logo img {
       height: 80px;
       transition: .3s;
   }

   header.sticky .logo img {
       height: 50px;
   }

   header .top {
       padding: 10px 0px;
       font-size: 14.5px;
       letter-spacing: .5px;
       margin-bottom: 25px;
       position: relative;
       color: var(--textColor);
       border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   }

   header .top:before {
       content: "";
       width: 100%;
       height: 100%;
       position: absolute;
       left: 0;
       top: 0;
       /*background-color:#ebebf48c;*/
       z-index: -1;
   }

   header .topMenu {
       display: flex;
       justify-content: flex-end;
       font-size: 14px;
   }

   header .topMenu li a {
       font-weight: 400 !important;
   }

   header .topMenu li a i {
       margin-right: 6px !important;
       font-size: 16px;
       line-height: 28px;
       float: left;
   }


   header .top .socials {
       display: flex;
       justify-content: flex-start;
   }

   header .top .socials li:first-child {
       margin-left: -10px;
   }

   header .top .socials a {
       padding: 0px !important;
       aspect-ratio: 1/1;
       height: 30px;
       display: flex;
       align-items: center;
       justify-content: center;
       border-radius: 100%;
   }

   header .top .socials i {
       margin-right: 0px !important;
       font-size: 14px;
   }

   header .top .socials a.button {
       border-radius: var(--radius) !important;
       color: Whitesmoke !important;
       white-space: nowrap;
       padding-left: 15px !important;
       padding-right: 20px !important;
       font-size: 12px !important;
       margin-left: 15px;
       background-color: var(--success);
       aspect-ratio: auto;
   }

   header .top .socials a.button:hover {
       background-color: var(--successHover);
   }

   header .top .socials a.button i {
       margin-right: 7px !important;
       margin-left: 0px !important;
   }

   #headLine {}

   #headLine .item {
       width: 100%;
       height: 100vh;
       overflow: hidden;
       position: relative;
   }

   #headLine .item>.container {
       position: relative;
       height: 100%;
       z-index: 2;
   }

   #headLine .item>.container .captionContent {
       position: absolute;
       height: 100%;
       width: 100%;
       display: flex;
       align-items: center;
       padding-top: 10%;
       z-index: 15;
   }

   #headLine .item>.container .captionContent h2 {
       font-size: 60px;
       line-height: 56px;
       font-weight: 600;
       font-family: var(--titleFont);
       display: block;
       height: 112px;
       text-shadow: -30px -50px 10px #0000001a;
       color: var(--primaryColor);
       letter-spacing: 3px;
       font-style: italic;
       width: 50%;

   }

   #headLine .item>.container .captionContent article {
       font-weight: 300;
       width: 73%;
       font-size: 19px;
       margin-top: 15px;
       opacity: 0;
       position: relative;
       bottom: -15px;
       transition: 1s;
       transition-delay: 5s;
       color: var(--textColor);
       font-style: italic;
   }

   #headLine .item .buttonContent .button {
       padding: 0px 45px;
       background-color: var(--secondaryColor);
       border-radius: 5px;
       border-top-left-radius: 60px;
       border-bottom-right-radius: 60px;
   }

   #headLine .item .buttonContent .button:hover {
       padding: 0px 45px;
       background-color: var(--primaryColor);
   }

   #headLine .item>.container .captionContent .buttonContent {
       margin-top: 25px;
       opacity: 0;
       position: relative;
       bottom: -15px;
       transition: 1s;
       transition-delay: 5.8s;
       clear: both;
   }

   #headLine .item.viewing>.container .captionContent .buttonContent {
       opacity: 1;
       bottom: 0px;
   }

   #headLine .item.viewing>.container .captionContent article {
       opacity: 1;
       bottom: 0;
   }

   #headLine .item:before {
       content: "";
       width: 96%;
       aspect-ratio: 1 / 1;
       background-color: #ebebf48c;
       position: absolute;
       border-radius: 100%;
       left: 2%;
       opacity: .7;
       transition: 1.5s;
       transform: scale(0);
   }

   #headLine .item:after {
       content: "";
       width: 80%;
       aspect-ratio: 1 / 1;
       background-color: #ebebf48c;
       position: absolute;
       border-radius: 100%;
       left: 10%;
       opacity: .7;
       transition: 1.3s;
       transition-delay: .5s;
       transform: scale(0);
   }

   #headLine .item.viewing:before {
       transform: scale(1);
   }

   #headLine .item.viewing:after {
       transform: scale(1);
   }

   #headLine .item .imgContainer {
       display: flex;
       justify-content: center;
   }

   #headLine .item .subject {
       width: 100%;
       position: relative;
       z-index: 2;
       bottom: -100vh;
       transition: 1.8s;
       transition-delay: .5s;
       left: 0;
       right: 0;
   }

   #headLine .item.viewing .subject {
       bottom: -4vh;
   }

   #headLine .item[data-subject-position="left"].viewing .imgContainer.sideAction .subject {
       /*left:-20%;*/
       right: initial;
       transition: 1s;
   }

   #headLine .item[data-subject-position="left"].viewing .center-content>.row {
       justify-content: flex-end;
   }

   #headLine .item[data-subject-position="right"].viewing .imgContainer.sideAction .subject {
       /*right:-20%;*/
       left: initial;
       transition: 1s;
   }

   #headLine .item[data-subject-position="right"].viewing .center-content>.row {
       justify-content: flex-start;
       text-align: right;
   }

   #headLine .item[data-subject-position="right"]>.container .captionContent article {
       float: right;
   }

   #headLine .item[data-circle-position="down"]:before {
       top: 15%;
   }

   #headLine .item[data-circle-position="down"]:after {
       top: 25%;
   }

   #headLine .item[data-circle-position="up"]:before {
       bottom: 15%;
   }

   #headLine .item[data-circle-position="up"]:after {
       bottom: 25%;
   }

   .owl-theme .owl-dots,
   .owl-theme .owl-nav {
       text-align: left;
       display: block;
       width: min-content;
       position: absolute;
       left: 30px;
       top: 45%;
       height: auto !important;
   }

   .owl-theme .owl-dots:before {
       content: "";
       position: absolute;
       width: 1px;
       height: 100%;
       background-color: var(--secondaryColor);
       left: 2.5px;
       top: 0;
       opacity: .3;
   }

   .owl-theme .owl-dots .owl-dot span {
       margin: 0px !important;
       transition: 0s !important;
       width: 7px !important;
       height: 7px !important;
   }

   .owl-theme .owl-dots .owl-dot {
       margin-bottom: 10px !important;
       margin-top: 10px !important;
       transition: 0s !important;
       display: block !important;
       float: none;
   }

   .owl-theme .owl-dots .owl-dot.active {
       margin-left: -7px;
   }

   .owl-theme .owl-dots .owl-dot.active span {
       background-color: transparent !important;
       box-shadow: 0px 0px 0px 1px var(--secondaryColor);
       height: 20px !important;
       width: 20px !important;
       position: relative;
   }

   .owl-theme .owl-dots .owl-dot.active span:before {
       content: "";
       position: absolute;
       width: 50%;
       height: 50%;
       left: 25%;
       top: 25%;
       background-color: var(--secondaryColor);
       border-radius: 100%;
   }

   .owl-dot span {
       background: var(--secondaryColor) !important;
       border-radius: 100%;
       transition: 0s !important;
   }

   @media screen and (max-width:1440px) {
       #headLine .captionContent .row>div {
           zoom: 85%;
       }

       #headLine {
           zoom: 120%;
       }

       #headLine .subject {
           transform: scale(.7);
       }

       #headLine .item.viewing .subject {
           bottom: 16vh;
       }
   }

   @media screen and (max-width:992px) {
       #headLine .item[data-circle-position="down"]:before {
           top: 52%;
       }

       #headLine .item[data-circle-position="down"]:after {
           top: 60%;
       }

       #headLine .item[data-circle-position="up"]:before {
           bottom: 52%;
       }

       #headLine .item[data-circle-position="up"]:after {
           bottom: 60%;
       }

       #headLine .item>.container .captionContent .buttonContent {
           margin-top: 10px;
       }

       #headLine .item>.container .captionContent {
           left: 1rem;
           width: calc(100% - 2rem);
       }

       #headLine .captionContent .row>div {
           zoom: 100%;
           padding-top: 10%;
           padding-left: 0;
           padding-right: 0;
       }

       #headLine .subject {
           transform: scale(1.25);
           transform-origin: bottom;
       }

       #headLine .item.viewing .subject {
           bottom: -16vh;
       }

       #headLine .item>.container .captionContent h2 {
           font-size: 24px;
           line-height: 24px;
           height: 23px;
           text-shadow: -30px -30px 10px #0000001a;
       }

       #headLine .item>.container .captionContent article {
           width: 100%;
           font-size: 12px;
       }

       #headLine .item .buttonContent .button {
           padding: 0px 25px;
           line-height: 34px;
           font-size: 12px;
           border-bottom-left-radius: var(--radius);
           border-top-right-radius: var(--radius);
       }

       #headLine .item .buttonContent .button i {
           line-height: 34px;
       }

       #headLine .item {
           height: 45vh;
       }

   }

   #headLine {}

   #headLine {}

   #headLine {}

   #headLine {}

   header .top li a {
       color: var(--textColor);
       font-weight: 400;
   }

   header .top ul {
       display: flex;
   }

   header .top ul li {
       margin-left: 5px;
   }

   header .top ul li a {
       transition: .3s;
       padding: 0px 15px;
       border-radius: var(--radius);
       line-height: 30px;
   }

   header .top ul li a:hover {
       background-color: var(--primaryColor);
       color: white;
   }

   header .top ul li a i {
       margin-right: 10px;
   }

   header .bottom {
       padding: 20px 0px;
       transition: .3s;
   }

   header nav {}

   header nav ul {
       display: flex;
       justify-content: center;
   }

   header nav>ul>li {
       padding: 0px 15px;
   }

   header .logo i {
       font-size: 41px;
       line-height: 41px;
       color: var(--primaryColor);
       transition: .3s;
   }

   header nav ul>li>a {
       font-weight: 400;
       font-size: 15px;
       color: var(--textColor);
       transition: .3s;
       letter-spacing: 1px;
   }

   header nav ul>li>a .caret {
       font-size: 10px;
       margin-left: 2px;
   }

   header nav ul>li:hover>a {
       color: var(--primaryColor);
   }

   header nav .sub {
       background-color: #635f58;
       min-width: 215px;
       border-radius: var(--subMenuRadius);
       position: fixed !important;
       top: 75px !important;
   }

   header.sticky nav .sub {
       top: 70px !important;
   }

   header nav .sub ul {
       display: flex;
       flex-wrap: wrap;
       justify-content: flex-start;
   }

   header nav .sub ul li {
       width: 33%;
   }

   header nav .sub ul li:last-child {
       border-bottom: none;
   }

   header nav .sub ul li a {
       display: inline-block;
       font-weight: 200;
       padding: 0px 15px;
       line-height: 50px;
       color: white;
       overflow: hidden;
       box-shadow: 0px 2px 0px -1px transparent;
   }

   header nav .sub ul li:last-child a {
       border: none;
   }

   header nav .sub ul li a:hover {
       box-shadow: 0px 2px 0px -1px white;
       background: rgb(245, 245, 246);
       background: linear-gradient(0deg, rgb(245 245 246 / 22%) 0%, rgba(245, 245, 246, 0) 50%);
   }

   header nav>ul>li.drop a:before {
       opacity: 0 !important;
   }

   header nav>ul>li>a {
       position: relative;
   }

   header nav>ul>li>a.menuLink>i:first-child {
       display: none;
   }

   header nav>ul>li>a.menuLink {
       display: flex;
       align-items: center;
       height: 100%;
   }

   header nav>ul>li a.menuLink:before {
       content: "";
       position: absolute;
       bottom: 0;
       width: 0%;
       height: 2px;
       border-radius: 10px;
       background-color: var(--primaryColor);
       transition: .5s;
   }

   header nav>ul>li a.menuLink:hover {
       color: var(--primaryColor);
   }

   header nav>ul>li:hover a:before {
       width: 100%;
   }

   header nav>ul>li.drop a:after {
       position: absolute;
       left: 0;
       bottom: -20px;
       font-family: 'default' !important;
       content: "\e995";
       color: #635f58;
       width: 100%;
       text-align: center;
       opacity: 0;
       z-index: -1;
       transition: .3s;
       transition-delay: 0s;
       line-height: 15px;
       font-size: 15px;
   }

   header nav>ul>li:hover>a {
       color: var(--primaryColor);
   }

   header nav>ul>li:hover>a:after {
       opacity: 1;
       bottom: -4px;
       transition-delay: .1s;
   }

   header.sticky nav>ul>li:hover>a:after {
       bottom: -14px;
   }

   header .userButtons {
       display: flex;
   }

   header .userButtons li a {
       display: flex;
       align-items: center;
   }

   header .userButtons li a span {
       display: block;
   }

   header .userButtons li a span span:first-child {
       font-size: 13px;
       font-weight: 400;
       line-height: 13px;
       letter-spacing: .5px;
       color: var(--textColor);
       opacity: .6;
       margin-top: 0px;
   }

   header .userButtons li a span span:last-child {
       font-size: 16px;
       font-weight: 600;
       line-height: 16px;
       letter-spacing: .5px;
       color: var(--textColor);
       margin-top: 5px;
   }

   header .userButtons li.language {
       margin-left: 35px;
   }

   header .userButtons li.language ul {
       display: flex;
   }

   header .userButtons {
       display: flex;
       justify-content: flex-end;
   }

   header .userButtons li:first-child {
       margin-left: 0px;
   }

   header .userButtons li {
       margin-left: 20px;
       display: flex;
   }

   header .userButtons .drop li {
       margin-left: 0px !important;
   }

   header .userButtons .seperator {
       border-right: 1px solid rgba(0, 0, 0, 0.1);
       padding-right: 15px;
   }

   header .userButtons .drop {
       font-size: 15px;
       display: flex;
       align-items: center;
   }

   header .userButtons .drop .toggle {
       display: flex;
       align-items: center;
   }

   header .userButtons .drop .toggle .icon-earth {
       margin-right: 7px;
       font-size: 20px;
       margin-left: 2px;
   }

   header .userButtons .drop .sub {
       min-width: 95px;
   }

   header .userButtons .drop .sub a {
       font-size: 14px;
   }

   header.sticky .userButtons .drop .sub a {
       color: var(--textColor);
   }

   header .userButtons .drop .dropArrow {
       position: absolute;
       left: calc(50% - 10px);
       top: 0;
       color: white;
       font-size: 20px;
   }

   header .userButtons .drop .sub-content {
       border-radius: 7px;
       padding: 15px 0px;
   }

   header .userButtons .drop .sub li {
       padding: 10px 15px;
       background-color: white;
       border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   }

   header .userButtons .drop .sub li:hover {
       background-color: whitesmoke;
   }

   header .userButtons .drop .sub li:last-child {
       border-bottom: 0px;
       border-bottom-left-radius: 7px;
       border-bottom-right-radius: 7px;
   }

   header .userButtons .drop .sub li:first-child {
       border-top-left-radius: 7px;
       border-top-right-radius: 7px;
   }

   header .userButtons .drop .sub img {
       height: 22px;
       margin-right: 10px;
   }

   header .userButtons li a {
       color: var(--textColor);
       font-size: 20px;
       display: block;
   }

   header.sticky .userButtons li a:hover {
       color: white;
   }

   header .userButtons li a:hover {
       color: var(--primaryColor);
   }

   header .userButtons li a.liveHref {
       position: relative;
   }

   header .userButtons li a.liveHref span {
       aspect-ratio: 1/1;
       display: inline-flex;
       width: 18px;
       background-color: var(--primaryColor);
       color: white;
       font-size: 11px;
       text-align: center;
       justify-content: center;
       align-items: center;
       border-radius: 100%;
       font-weight: 500;
       position: absolute;
       right: -10px;
       top: -7px;
   }

   header .userButtons li a.basketToggle {
       position: relative;
       border-radius: var(--radius);
       padding: 0px 15px;
       transition: .3s;
       line-height: 30px;
   }

   header .userButtons li a.basketToggle:hover {
       background-color: var(--primaryColor);
       color: white;
   }

   header .userButtons li a.basketToggle span {
       aspect-ratio: 1/1;
       display: inline-flex;
       width: 18px;
       background-color: var(--primaryColor);
       color: white;
       font-size: 11px;
       text-align: center;
       justify-content: center;
       align-items: center;
       border-radius: 100%;
       font-weight: 500;
       position: absolute;
       left: 26px;
       top: -7px;
       line-height: 18px;
   }

   header .userButtons li a.basketToggle b {
       font-size: 14px;
       font-weight: 400;
       color: var(--textColor);
       margin-left: 10px;
   }

   header .userButtons li a.basketToggle:hover b {
       color: White;
   }

   header .language img {
       height: 21px;
       border-radius: 3px;
   }

   header .drop .toggle .caret {
       font-size: 10px;
       margin-left: 5px;
   }

   header .menuContent {
       display: flex;
       align-items: center;
       justify-content: center;
   }


   @-webkit-keyframes callPulse {
       0% {
           -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 49, .4)
       }

       70% {
           -webkit-box-shadow: 0 0 0 15px rgba(255, 50, 49, 0)
       }

       100% {
           -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 49, 0)
       }
   }

   @keyframes callPulse {
       0% {
           -moz-box-shadow: 0 0 0 0 rgba(255, 50, 49, .4);
           box-shadow: 0 0 0 0 rgba(255, 50, 49, .4)
       }

       70% {
           -moz-box-shadow: 0 0 0 15px rgba(255, 50, 49, 0);
           box-shadow: 0 0 0 15px rgba(255, 50, 49, 0)
       }

       100% {
           -moz-box-shadow: 0 0 0 0 rgba(255, 50, 49, 0);
           box-shadow: 0 0 0 0 rgba(255, 50, 49, 0)
       }
   }


   header .loginSide {
       background-color: #635f58c2;
       backdrop-filter: blur(5.9px);
       -webkit-backdrop-filter: blur(5.9px);
       width: 100%;
       height: 166px;
       position: absolute;
       top: 0;
       transform: scaleY(0);
       transform-origin: top;
       color: white;
       transition: .5s;
       padding: 15px 0px;
       z-index: 15;
   }

   header .loginSide .title {
       font-weight: 400;
       margin-bottom: 10px;
       font-size: 14px;
   }

   header .loginSide .title article {
       font-weight: 200;
       opacity: .8;
   }

   header .loginSide .inputBox {
       position: relative;
       width: 100%;
       margin-bottom: 15px;
   }

   header .loginSide .inputBox input {
       width: 100%;
       padding: 0px 25px;
       background-color: white;
       line-height: 46px;
       border-radius: var(--radius);
       border: solid 1px rgba(0, 0, 0, 0.1);
       outline: none;
       color: var(--primaryColor);
       font-size: 14px;
   }

   header .loginSide .loginSubs ul {
       display: flex;
       justify-content: space-between;
       padding: 0px 7px;
   }

   header .loginSide .loginSubs ul a {
       color: white;
       position: relative;
       font-size: 14px;
   }

   header .loginSide .loginSubs ul a:before {
       content: "";
       width: 0;
       position: absolute;
       left: 0;
       bottom: -5px;
       height: 1px;
       background-color: white;
       border-radius: var(--radius);
       transition: .3s;
   }

   header .loginSide .loginSubs ul a:hover:before {
       width: 100%;
   }

   header .loginSide button {
       border: none;
       background-color: var(--success);
       line-height: 46px;
   }

   header .loginSide button:hover {
       background-color: var(--secondaryColor);
   }

   header .signUp {
       border-left: 1px solid rgba(255, 255, 255, .3);
       padding-left: 35px;
       text-align: right;
   }

   header .signUp .button {
       background-color: var(--secondaryColor);
       line-height: 46px;
   }

   header .signUp ul {
       display: flex;
       justify-content: flex-end;
   }

   header .signUp ul li:last-child {
       margin-left: 10px;
   }

   header .signUp ul li:last-child .button {
       background-color: var(--success);
   }

   header .signUp ul li:last-child .button:hover {
       background-color: var(--successHover);
   }

   header .signUp .button i {
       line-height: 46px;
   }

   header .loginSide>.container {
       position: relative;
   }

   header .loginSide>.container .closeLogin {
       position: absolute;
       left: -45px;
       top: 36px;
       font-size: 30px;
       padding: 10px;
       border-radius: 5px;
       cursor: pointer;
       transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;

       transition: .7s;
   }

   header.loginOn .loginSide>.container .closeLogin {
       transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -webkit-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -moz-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -o-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
       -ms-transform: rotate(180deg) scale(1) skew(0deg) translate(0) !important;
   }

   header .loginSide>.container .closeLogin:hover {
       background-color: rgba(0, 0, 0, 0.2);
   }


   header.loginOn .loginSide {
       transform: scaleY(1);
   }


   header label.form-check-label {
       display: flex;
       align-items: center;
       cursor: pointer;
       font-size: 14px;
   }

   header label.form-check-label input {
       margin-right: 10px;
   }

   header label.form-check-label .form-check-input {
       width: 20px;
       height: 20px;
       margin-top: 0px;
   }

   header label.form-check-label .form-check-input:focus {
       box-shadow: none !important;
   }

   header label.form-check-label .form-check-input:checked {
       background-color: var(--secondaryColor) !important;
       border-color: var(--secondaryColor) !important;
   }

   header .menuToggle {
       margin-right: 10px;
       float: left;
       line-height: 30px;
       font-size: 20px;
       color: var(--primaryColor);
   }

   header .rtContent img {
       -webkit-animation: spinReverse 20s linear infinite;
       -moz-animation: spinReverse 20s linear infinite;
       animation: spinReverse 20s linear infinite
   }

   @-moz-keyframes spinReverse {
       100% {
           -moz-transform: rotate(-360deg)
       }
   }

   @-webkit-keyframes spinReverse {
       100% {
           -webkit-transform: rotate(-360deg)
       }
   }

   @keyframes spinReverse {
       100% {
           -webkit-transform: rotate(-360deg);
           transform: rotate(-360deg)
       }
   }

   @-webkit-keyframes callPulse {
       0% {
           -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 49, .4)
       }

       70% {
           -webkit-box-shadow: 0 0 0 15px rgba(255, 50, 49, 0)
       }

       100% {
           -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 49, 0)
       }
   }

   @keyframes callPulse {
       0% {
           -moz-box-shadow: 0 0 0 0 rgba(255, 50, 49, .4);
           box-shadow: 0 0 0 0 rgba(255, 50, 49, .4)
       }

       70% {
           -moz-box-shadow: 0 0 0 15px rgba(255, 50, 49, 0);
           box-shadow: 0 0 0 15px rgba(255, 50, 49, 0)
       }

       100% {
           -moz-box-shadow: 0 0 0 0 rgba(255, 50, 49, 0);
           box-shadow: 0 0 0 0 rgba(255, 50, 49, 0)
       }
   }

   @media screen and (max-width:1440px) {
       header .top {
           margin-bottom: 15px;
       }

       header nav ul>li>a {
           font-size: 17px;
       }

       header .userButtons li a {
           zoom: 100%;
       }
   }

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

       /*
   header .top .socials li:not(:first-child) a {
      background-color:var(--primaryColor) !important;
      color:whitesmoke;
   }
   */
       header.sticky {
           top: -57px !important;
       }

       header .top {
           padding-top: 5px !important;
           padding-bottom: 5px !important;
           margin-bottom: 10px;
       }

       header .socials {
           width: 100%;
           display: block !important;
       }

       header .socials li:not(:first-child) {
           float: right;
       }

       header .socials li:first-child {
           display: inline-block !important;
       }

       header nav {
           width: 100%;
       }

       header nav ul li:first-child {
           border-top: 0px;
       }

       header .userButtons {
           float: right;
           margin-left: auto;
           zoom: 91%;
       }

       header .drop.language .sub img {
           width: auto !important;
       }

       header .drop.language .sub {
           position: absolute !important;
           top: 30px !important;
           background-color: transparent;
       }

       header .userButtons li {
           display: flex;
       }

       header nav ul>li>a {
           color: white;
       }

       header nav .mobileLogo {
           padding: 10px;
       }

       header nav .mobileLogo i {
           display: block !important;
           color: var(--primaryColor) !important;
           font-size: 31px;
           line-height: 30px;
           padding: 15px 14px;
       }

       header.sticky nav .sub {
           top: 0px !important;
       }

       header nav .sub ul li a {
           width: 100%;
           height: 40px;
           font-size: 13px;
           line-height: 40px;
           border-bottom: 1px solid rgba(255, 255, 255, .1);
       }

       .sub-content>.container {
           padding: 0px;
           width: 100%;
       }

       header nav .sub ul li {
           width: 100%;
       }

       header .drop .sub {
           position: relative !important;
           top: 0 !important;
           min-width: 100% !important;
           left: 0;
           background: #635f58;
           border-radius: 0px;
       }

       header .userButtons .drop .sub {
           background-color: transparent;
           position: absolute !important;
           top: 25px !important;
           min-width: 80px !important;
       }

       header .userButtons .drop .sub a {
           display: flex;
       }

       header .drop .sub img {
           width: 65%;
           display: table;
           margin: auto;
       }

       header nav>ul>li:hover a {
           color: white;
       }

       header nav>ul>li a:before {
           display: none;
       }

       header nav ul>li>a .caret {
           transform: rotate(270deg) !important;
           display: inline-block;
           font-size: 6px;
           line-height: 40px;
           margin-left: auto;
       }

       header nav ul>li>a i.menuIcon {
           display: flex;
           align-items: center;
           justify-content: center;
           margin-top: 5px;
           line-height: 30px;
           min-width: 30px;
           max-height: 30px;
           margin-right: 7px;
           border-radius: 100%;
           background-color: var(--primaryColor);
           color: white;
           aspect-ratio: 1/1;
       }

       header nav ul>li:hover>a i.menuIcon {
           background-color: var(--secondaryColor);
       }

       header nav>ul>li {
           padding: 0px;
           padding-top: 7px;
           padding-bottom: 7px;
           border-bottom: 1px solid rgba(0, 0, 0, 0.05);
           border-top: 1px solid rgba(255, 255, 255, 0.2);
       }

       header nav>ul>li:first-child:hover {
           background-color: transparent;
            !important;
       }

       header nav>ul>li:first-child {
           border-bottom: 0px;
       }

       header nav>ul>li:nth-child(2) {
           border-top: 0px;
       }

       header .menuContent {
           position: fixed;
           left: 0;
           top: 0;
           height: 100%;
           width: 50%;
           padding: 0px;
           backdrop-filter: blur(16px);
           -webkit-backdrop-filter: blur(16px);
           transition: .5s;
           margin-left: -100%;
           z-index: 15;
           overflow-y: auto;
           -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
           -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
           box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
           background-color: #ebebf48c;
       }

       header .menuContent .toggle {
           pointer-events: none;
       }

       header nav>ul>li>a {
           line-height: 40px;
           font-weight: 400;
           font-size: 14px;
           display: flex;
           width: 100%;
           padding: 0px 25px;
           color: var(--textColor);
       }

       header .menuContent nav ul {
           display: block;
       }

       header {

           width: 100vw;
       }

       header .logo i {
           font-size: 26px;
           line-height: 26px;
       }

       header .logo {
           width: auto;
           zoom: 66%;
       }

       header .loginSide>.container>.row {
           zoom: 87%;
       }

       header .signUp {
           text-align: left;
           margin-top: 25px;
           padding-top: 25px;
           border-top: dashed 1px rgba(255, 255, 255, .2);
           border-left: 0px;
       }

       header .signUp ul {
           justify-content: flex-start;
       }

       header .loginSubs {
           display: flex;
           align-items: center;
           justify-content: space-between;
       }

       header .loginSide .loginSubs ul {
           width: 100%;
       }

       .menuContent.open {
           opacity: 1 !important;
           margin-left: 0 !important;
       }
   }

   header .logo i {
       font-size: 80px;
       color: white;
   }

   header .langue {
       display: flex !important;
       gap: 10px;
   }

   header .langue li {
       opacity: .5;
       transition: .3s;
   }

   header .langue li.active {
       opacity: 1;
   }

   header .langue img {
       height: 24px;
   }

   header .actionButtons {
       display: flex;
   }

   header .actionButtons>li:last-child {
       margin-left: 15px;
   }

   @media screen and (max-width:992px) {
       header .menuContent {
           align-items: flex-start;
       }

       header .logoLink {
           position: relative;
           bottom: -4px;
       }

       .minİnfo {
           color: white;
           font-size: 11px;
           padding: 0px 15px;
           display: block;
           margin-bottom: 5px;
       }

       header .langue {
           justify-content: flex-start !important;
           padding: 0px 15px;
           margin-bottom: 5px;
       }

       header .actionButtons .langue {
           display: none !important;
       }
   }

   header {}

   header {}

   header {}

   header {}

   header {}

   header {}


















   .heightTrees {
       position: relative;
       z-index: 15;
   }

   footer {
       background-color: var(--footerBg);
       padding: 25px 0;
       padding-bottom: 0px;
       position: relative;
       z-index: 5;
   }

   footer .logoContent {
       margin-bottom: 35px;
       color: whitesmoke;
   }

   footer .logoContent a {
       display: inline-block;
       color: whitesmoke;
       font-size: 60px
   }

   footer .contactList {
       margin-top: 35px;
       font-weight: 300
   }

   footer .contactList>li {
       margin-top: 15px;
       margin-bottom: 15px
   }

   footer .contactList a {
       color: #fff;
       display: flex;
       opacity: .8
   }

   footer .contactList a i {
       float: left;
       line-height: 24px;
       margin-right: 10px;
       font-size: 15px
   }

   footer .contactList .buttons {
       margin-top: 25px
   }

   footer .contactList .buttons a {
       background-color: var(--primaryColor);
       padding: 0 15px;
       line-height: 40px;
       border-radius: var(--radius);
       display: inline-block;
       font-weight: 400;
       font-size: 14px;
       transition: .2s
   }

   footer .contactList .buttons a:hover {
       background-color: var(--success)
   }

   footer .contactList .buttons a i {
       float: right;
       line-height: 40px;
       margin-left: 7px
   }

   footer .contactList a span {
       float: left
   }

   footer .socials {
       margin-top: 45px
   }

   footer .socials li {
       margin-bottom: 15px
   }

   footer .socials li.head {
       font-size: 14px !important;
       font-weight: 400 !important;
       font-style: italic !important;
       margin-bottom: 15px !important;
       color: #fff !important;
       opacity: .8
   }

   footer .socials li a {
       color: #fff
   }

   footer .socials li a * {
       transition: .2s
   }

   footer .socials li a i {
       font-size: 12px;
       display: inline-block;
       aspect-ratio: 1/1;
       border-radius: var(--radius);
       border: solid 1px rgba(255, 225, 255, .2);
       padding: 10px
   }

   footer .socials li a:hover i {
       border-color: var(--primaryColor) !important
   }

   footer .socials li a span {
       font-weight: 500;
       font-size: 12px;
       letter-spacing: .5px;
       margin-left: 7px;
       opacity: .8
   }

   footer .socials li a:hover * {
       color: var(--secondaryColor)
   }

   footer .menuList ul {
       line-height: 50px;
       height: 100%
   }

   footer .menuList .head {
       color: #fff !important;
       font-size: 20px !important;
       font-weight: 500 !important;
       margin-top: 30px;
   }

   footer .menuList ul {
       padding: 15px;
       border-radius: 10px;
       position: relative;
       overflow: hidden
   }

   footer .menuList li {
       position: relative;
       z-index: 5
   }

   footer .menuList li a {
       font-weight: 300;
       color: #fff;
       font-size: 16px;
       opacity: .8;
       white-space: nowrap;
       transition: .2s
   }

   footer .menuList li a:hover {
       opacity: 1
   }

   footer .menuList li.apk {
       margin: 35px 0
   }

   footer .menuList li.apk ul {
       display: flex;
       font-size: 30px;
       line-height: 30px;
       margin-top: 5px;
       padding: 0
   }

   footer .menuList li.apk ul li {
       margin-right: 30px;
       opacity: .6
   }

   footer .menuList li.apk ul li:hover {
       opacity: 1
   }

   footer .menuList li.apk ul li i {
       color: #fff
   }

   footer .menuList ul:before {
       position: absolute;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       opacity: .02
   }

   footer .menuList ul.digital:before {
       background-color: var(--digital)
   }

   footer .menuList ul.turizm:before {
       background-color: var(--turizm)
   }

   footer .menuList ul.cars:before {
       background-color: #fff
   }

   footer .menuList ul.insaat:before {
       background-color: var(--insaat)
   }

   footer .bottom {
       margin-top: 35px;
       border: solid 1px rgba(255, 255, 255, .03);
       background-color: rgba(0, 0, 0, .1);
   }

   footer .bottom .container {
       color: #fff;
       padding: 5px 0px;

   }

   footer .bottom .corporateLinks {
       display: flex;
       font-size: 12px
   }

   footer .bottom .corporateLinks span {
       opacity: .6;
   }

   footer .bottom .corporateLinks i {
       margin-left: 10px;
       font-size: 20px;
       display: inline-block;
       float: right;
       bottom: 0px;
       position: relative;
       color: #d260f8;
       text-shadow: 0px 0px 13px #be00ff;
   }

   footer .bottom .corporateLinks li {
       margin-left: 25px;
       display: flex;
       align-items: center;
   }

   footer .bottom .corporateLinks li a {
       color: #fff;
       line-height: 30px;
       transition: .2s
   }

   footer .bottom .corporateLinks li a:hover {
       opacity: 1;
       color: var(--primaryColor)
   }

   footer .copy {
       color: #fff;
       line-height: 30px;
       display: inline-block;
       opacity: .5;
       font-size: 12px
   }

   footer .badge {
       background-color: rgba(255, 255, 255, .1);
       margin-bottom: 5px;
   }

   footer .badge:hover {
       background-color: var(--primaryColor);
   }

   @media screen and (max-width:1600px) {
       footer .menuList li.apk ul {
           display: block;
       }

       footer .menuList li.apk ul li {
           margin-bottom: 25px
       }

       footer .menuList li a {
           line-height: 23px;
           white-space: nowrap
       }
   }

   @media screen and (max-width:821px) {
       footer .contactList .buttons a {
           display: flex !important;
           white-space: nowrap
       }
   }

   @media screen and (max-width:769px) {
       footer .contactList .buttons a {
           white-space: nowrap;
           display: flex;
           width: fit-content
       }

       footer .mobileLayout {
           max-width: 100%;
           min-width: 100%;
           padding-bottom: 15px;
           border-bottom: 1px solid rgba(255, 255, 255, .1)
       }

       footer .menuList li a {
           font-size: 14px
       }

       footer .menuList ul {
           padding-left: 0;
           padding-right: 0
       }
   }

   @media screen and (max-width:992px) {
       footer .mobilCozumler {
           border-top: 1px solid rgba(255, 255, 255, 0.1);
           border-bottom: 1px solid rgba(255, 255, 255, 0.1);
       }

       footer .mobilCozumler .apk {
           margin-bottom: 0px !important;
       }

       footer .menuList li a.badge {
           margin-bottom: 4px;
       }

       footer .menuList li.apk ul {
           font-size: 28px;
       }

       footer .socials li a span {
           display: none;
       }

       footer .socials {
           display: flex;
           gap: 15px;
       }

       footer .socials li:first-child {
           display: none;
       }

       footer .logoContent {
           margin-bottom: 0px;
       }

       footer .bottom .corporateLinks li a {
           white-space: nowrap
       }

       footer .bottom .container {
           padding-left: 15px;
           padding-right: 15px;
           zoom: 75%;
           border-radius: 15px !important
       }

       footer .bottom {
           margin-bottom: -7px
       }

       footer {
           border-radius: 0px !important;
           width: 100% !important;
           margin-left: 0px !important;
           margin-bottom: 0px !important;
       }
   }

   #designs {
       position: relative;
       z-index: 15;
       margin-top: 15px;
   }

   #designs.viewing .sliding.up {
       bottom: 100px;
       transition: .5s !important;
   }

   #designs .item a {
       padding: 5px;
   }

   #designs .item .visual {
       display: block;
       overflow: hidden;
       border-radius: 100%;
       position: relative;
       padding: 20px;
       backdrop-filter: blur(16px);
       -webkit-backdrop-filter: blur(16px);
       /*background-color: #ebebf48c;*/
       background-color: #f0f0f878;
       transition: .5s;
   }

   #designs .item:hover .visual {
       background-color: #e1b89887;
   }

   #designs .item .visual img {
       border-radius: 100%;
   }

   #designs .item .title {
       display: block;
       text-align: center;
       color: var(--textColor);
       font-size: 14px;
       margin-top: 10px;
       opacity: .8;
   }

   #designs .item:hover .title {
       color: var(--primaryColor);
       font-weight: 600;
   }


   @media screen and (max-width:992px) {
       #designs.viewing .sliding.up {
           bottom: 60px;
           margin-bottom: -25px;
       }

       #designs .sliding.up {
           padding: 0px;
       }

       #designs .item .visual {
           padding: 7px;
       }

       #designs .item .title {
           font-size: 10px;
           letter-spacing: .3px;
           display: flex;
           min-width: 100%;
           margin-left: -5px;
           margin-right: -5px;
           justify-content: center;
       }
   }

   #designs {}

   #designs {}

   #corporate {
       padding: 35px 0px;
       padding-top: 0px;
       padding-bottom: 100px;
       overflow-x: hidden;
       position: relative;
       z-index: 25;
   }

   #corporate .container {
       position: relative;
       z-index: 3;
   }

   #corporate:before {
       content: "";
       width: 75%;
       height: 100%;
       bottom: -30px;
       right: -100%;
       opacity: 0;
       background-image: url(../img/kutuk.png);
       background-repeat: no-repeat;
       position: absolute;
       z-index: 1;
       transition: 2s;
   }

   #corporate.viewing:before {
       right: -21%;
       opacity: 1;
   }

   #corporate .container {
       position: relative;
       z-index: 15;
   }

   #corporate .head {
       margin-bottom: 25px;
       font-family: var(--titleFont);
       font-style: italic;
   }

   #corporate .head i {
       font-size: 30px;
   }

   #corporate .head span {
       color: var(--primaryColor);
       font-weight: 700;
       font-size: 13px;
       line-height: 13px;
       margin-bottom: 7px;
       letter-spacing: .5px;
   }

   #corporate .head span.line {
       width: 50px;
       height: 3px;
       border-radius: 15px;
       background-color: var(--primaryColor);
       display: inline-block;
       margin-bottom: 3px;
       margin-right: 10px;
   }

   #corporate .head h2 {
       font-size: 36px;
       line-height: 46px;
       color: var(--primaryColor);
       font-weight: 700;
   }

   #corporate .head article {
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       color: var(--textColor);
       margin-top: 35px;
       text-align: center;
       font-family: var(--font);
       width: 75% !important;
       display: table;
       margin: auto;
   }

   #corporate .shop .head article {
       width: 100% !important;
       text-align: left;
   }

   #corporate .tabNav {
       margin-top: 25px;
   }

   #corporate .tabNav ul {
       display: flex;
   }

   #corporate .tabNav ul li {
       margin-right: 10px;
   }

   #corporate .tabNav ul li a {
       line-height: 30px;
       border: solid 1px var(--primaryColor);
       opacity: .3 !important;
       color: white;
   }

   #corporate .tabNav ul li a.active {
       opacity: 1 !important;
   }

   #corporate .tabNav ul li a:hover {
       border-color: var(--secondaryColor) !important;
   }

   #corporate .tabNav ul li a.outline:hover {
       border-color: var(--primaryColor) !important;
   }

   #corporate .tabContent {}

   #corporate .tabContent .tab {
       display: none;
   }

   #corporate .tabContent .tab article {
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       color: var(--textColor);
   }

   #corporate .num {
       color: var(--primaryColor);
       font-weight: 700;
       font-size: 50px;
       line-height: 50px;
       margin-right: 15px;
   }

   #corporate .text b {
       display: block;
       min-width: 100%;
       font-size: 18px;
       line-height: 16px;
       color: var(--textColor);
       font-weight: 700;
   }

   #corporate .text {
       font-size: 18px;
       line-height: 10px;
       color: var(--textColor);
       font-weight: 300;
       display: flex;
       align-items: center;
       flex-wrap: wrap;
   }

   #corporate .text span {
       font-size: 18px;
       line-height: 18px;
       color: var(--textColor);
       font-weight: 300;
       display: block;
   }

   #corporate .button {
       border-top-right-radius: 5px !important;
       border-bottom-left-radius: 5px !important;
       padding: 0px 45px;
   }

   @media screen and (max-width:992px) {
       #corporate .head {
           margin-bottom: 75px;
       }

       #corporate.viewing:before {
           right: -33%;
       }

       #corporate .button {
           font-size: 16px;
           line-height: 40px;
           width: 100%;
           border-bottom-left-radius: var(--radius) !important;
           border-top-right-radius: var(--radius) !important;
           text-align: center;
       }

       #corporate .tabNav ul li a {
           font-size: 17px;
           line-height: 40px;
       }

       #corporate article {
           font-size: 19px;
           line-height: 31px;
       }

       #corporate .tabContent .tab article {
           font-size: 19px;
           line-height: 31px;
       }

       #corporate {
           padding: 35px 0px;
           zoom: 80%;
       }

       #corporate .zoom {
           zoom: 85%;
           margin-bottom: 25px;
           margin-top: 25px;
           text-align: center;
       }

       #corporate .zoom .flex {
           display: block !important;
       }

       #corporate .text b,
       #corporate .text span {
           display: contents;
           line-height: 16px !important;
       }

       #corporate .zoom .text {
           margin-top: 10px;
       }

       #corporate .head article,
       #corporate .head h2 {
           width: 100%;
       }

       #corporate .mobileHeight {
           height: 100%;
           padding: 0 !important;
           position: absolute;
       }

       #corporate:before {
           width: 100%;
           height: 26%;
           bottom: initial;
           top: 0;
           background-position: center;
           background-size: contain;
       }

       #corporate.viewing:after {
           display: none;
       }

   }

   #guide {
       padding-bottom: 45px;
       position: relative;
       margin-top: -200px;
   }

   #guide .background {
       background-color: #f2f2fa;
   }

   #guide .treePattern {
       position: relative;
       left: 0;
   }

   #guide .head {
       position: relative;
       margin-top: 35px;
       transition-delay: 1.1s;
   }

   #guide .head h2 {
       text-align: center;
       font-family: var(--titleFont);
       position: relative;
   }

   #guide .head article {
       text-align: center;
       width: 70%;
       display: table;
       margin: auto;
       color: var(--textColor);
       line-height: 27px;
   }

   #guide .leftBox {
       left: -10%;
       position: relative;
   }

   #guide .item img {
       border-radius: 100%;
   }

   #guide .item:nth-child(odd) img {
       transform: translateY(-60px);
       ;
   }

   #guide .videoContent {
       position: relative;
       transform: scale(1);
       transition-delay: 1.1s;
   }

   #guide .videoContent video:nth-child(1) {
       border-bottom-left-radius: 100%;
       border-top-right-radius: 100%;
       filter: brightness(1.3);
       border-top-left-radius: 7px;
       box-shadow: -13px -20px 0px 0px #b7b7c0;
       position: relative;
       z-index: 1;
       transform: scale(.9);
   }

   #guide .videoContent video:nth-child(2) {
       border-bottom-right-radius: 100%;
       border-top-left-radius: 100%;
       border-top-right-radius: 7px;
       box-shadow: 25px -20px 0px 0px #6482183b;
       position: absolute;
       transform: scale(.5) rotate(356deg);
       bottom: 25%;
       z-index: 0;
       transform-origin: bottom left;
       left: 84%;
   }

   #guide .videoContent:before {
       content: "";
       position: absolute;
       width: 100%;
       height: 45%;
       top: 150px;
       left: 37%;
       background-image: url(../../img/flower2.png);
       background-position: center;
       background-repeat: no-repeat;
       background-size: contain;
       transition: 1s;
       opacity: 0;
       transition-delay: 1s;
       -webkit-filter: grayscale(50%);
       filter: grayscale(50%);
       transform: scale(.7);
   }

   #guide .viewing .videoContent:before {
       top: 90px !important;
       opacity: 1 !important;
   }

   #guide .center-b {
       display: flex;
       align-items: flex-end;
   }

   #guide .guides {
       display: flex;
       margin-bottom: 5px;
       margin-top: 85px;
       margin-left: -32%;
   }

   #guide .guides li img {
       box-shadow: 0px 0px 0px 25px #f2f2fa;
   }

   #guide .content {
       transition-delay: 1.1s;
   }

   #guide .content article {
       padding-left: 15%;
       color: var(--textColor);
   }

   #guide .content article p {
       opacity: .8;
   }

   #guide .button {
       border-top-right-radius: 5px !important;
       border-bottom-left-radius: 5px !important;
       padding: 0px 45px;
       margin-top: 15px;
   }

   #guide .content article ul {
       padding-left: 15px;
       margin-bottom: 20px;
   }

   #guide .content article ul li {
       padding: 5px 0px;
       position: relative;
   }

   #guide .content article ul li:before {
       content: "";
       position: relative;
       width: 8px;
       height: 8px;
       border-radius: 100%;
       background-color: var(--secondaryColor);
       display: block;
       float: left;
       top: 8px;
       margin-right: 10px;
   }

   #guide .guides li:nth-child(1) {
       transition-delay: 1.1s;
   }

   #guide .guides li:nth-child(2) {
       transition-delay: 1.4s;
   }

   #guide .guides li:nth-child(3) {
       transition-delay: 1.7s;
   }

   #guide .guides li:nth-child(4) {
       transition-delay: 2s;
   }

   @media screen and (max-width:1440px) {
       #guide {
           zoom: 85%;
       }

       #guide .head {
           margin-top: 25px;
           margin-bottom: 35px;
       }

       #guide .head article {
           width: 85%;
       }

       #guide .head article,
       #guide .content article {
           zoom: 115%;
       }
   }

   @media screen and (max-width:992px) {
       #guide .background {
           padding-bottom: 45px;
       }

       #guide .content article b {
           font-weight: 600;
       }

       #guide .item:nth-child(2) {
           transform: scale(.7) translateX(10px) !important;
           height: 150px;
       }

       #guide .item:nth-child(1) {
           transform: scale(.5) translateX(150px) !important;
           height: 80px;
       }

       #guide .item {
           transform: translateX(-30px) !important;
           height: 180px;
       }

       #guide .item img {
           box-shadow: 0px 0px 0px 8px #f2f2fa !important;
           transform: scale(1.7) !important;
       }

       #guide .item:nth-child(odd) img {
           transform: translateY(0);
       }

       #guide .guides {
           flex-wrap: wrap;
           margin-top: -185px;
       }

       #guide .button {
           width: 100%;
           text-align: center;
           border-bottom-left-radius: var(--radius) !important;
           border-top-right-radius: var(--radius) !important;
       }

       #guide .content article {
           font-size: 18px;
           padding-left: 3%;
           padding-right: 3%;
       }

       #guide .head article {
           font-size: 18px;
       }

       #guide .head article,
       #guide .content article {
           zoom: 100%;
           width: 100%;
           color: var(--textColor);
           font-weight: 300;
       }

       #guide .leftBox {
           margin-top: -25%;
           margin-bottom: -25%;
       }

       #guide .videoContent {
           transform: scale(.7);
       }

       #guide {
           margin-top: -50px;
       }
   }





   #products {
       position: relative;
       padding-bottom: 35px;
       z-index: 15;

   }

   #products .head {
       margin-bottom: 45px;
       padding-right: 45px;
   }

   #products .head .center-content {
       padding-top: 45px;
   }

   #products .head span {
       color: var(--primaryColor);
       font-weight: 700;
       font-size: 13px;
       line-height: 13px;
       margin-bottom: 7px;
       letter-spacing: .5px;
       text-align: left;
       font-family: var(--font);
   }

   #products .head h2 {
       font-size: 36px;
       line-height: 46px;
       color: var(--textColor);
       font-weight: 700;
       text-align: left;
       font-family: var(--titleFont);
   }

   #products .head {
       font-family: var(--titleFont);
   }

   #products.contentPage .head article {
       float: left;
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       color: var(--textColor);
       margin-top: 25px;
       text-align: left;
       text-align: center;
       font-family: var(--font);
   }

   #products .owl-carousel .item .title {
       color: var(--primaryColor);
       font-weight: 600;
       font-size: 16px;
       margin-top: 15px;
       text-align: center;
   }

   #products .owl-carousel article {
       font-weight: 400;
       font-size: 14px;
       line-height: 20px;
       color: var(--textColor);
       opacity: .8;
       text-align: center;
       display: -webkit-box !important;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       overflow: hidden;
       margin-top: 15px;
   }

   #products .owl-carousel .owl-stage-outer {
       padding: 18px 2px 18px 2px;
       margin-right: -2px;
   }

   #products .owl-item {
       padding-right: 1px;
   }

   #products .owl-carousel .item {
       height: 100%;
       padding: 25px;
       background-color: rgba(255, 255, 255, .5);
       backdrop-filter: blur(5.9px);
       -webkit-backdrop-filter: blur(5.9px);
       border: solid 1px rgba(255, 255, 255, .3);
       border-radius: 10px;
       transition: .3s;
   }

   #products .owl-carousel .item .visual {
       border-radius: 100%;
       overflow: hidden;
       width: 100%;
       aspect-ratio: 1/1;
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
   }

   #products .owl-carousel .item:hover {
       box-shadow: 0px 0px 0px 1px var(--secondaryColor);
   }

   #products .owl-carousel .owl-prev {
       left: -100px;
   }

   #products .owl-carousel .owl-next {
       right: -50px;
   }

   #products .owl-nav {
       margin-top: 10px;
       position: absolute;
       width: 100%;
       bottom: 40.5%;
   }

   #products .owl-theme .owl-dots .owl-dot span {
       width: 5px;
       height: 5px;
       border-radius: 15px;
   }

   #products .owl-theme .owl-dots .owl-dot.active span {
       width: 25px !important;
       height: 5px !important;
   }

   #products .owl-prev span,
   #products .owl-next span {
       background-color: transparent;
       color: var(--primaryColor);
       transition: .3s;
   }

   #products .owl-prev span:hover,
   #products .owl-next span:hover {
       color: white;
       background-color: var(--primaryColor);
   }

   #products .button {
       border-top-right-radius: 5px !important;
       border-bottom-left-radius: 5px !important;
       padding: 0px 45px;
   }

   #products .owl-nav button i {
       font-size: 17px;
       line-height: 17px;
       display: block;
       padding: 13px;
   }

   #products .owl-nav button:hover {
       background-color: rgba(0, 0, 0, 0.8) !important;
       color: white;
       cursor: pointer;
   }

   #products svg {
       width: 100vw;
       height: auto;
       margin-top: -145px;
   }

   @media screen and (max-width:1440px) {
       #products svg {
           zoom: 113%;
       }
   }

   @media screen and (max-width:992px) {
       #products .owl-carousel .item .title {
           font-size: 15px;
       }

       #products .head .center-content {
           padding-top: 0px;
       }

       #products .button {
           border-bottom-left-radius: var(--radius) !important;
           border-top-right-radius: var(--radius) !important;
           line-height: 46px;
           width: 100%;
       }

       #products .button i {
           line-height: 46px;
       }

       #products .head {
           padding-left: calc(var(--bs-gutter-x)/ 2) !important;
           padding-right: calc(var(--bs-gutter-x)/ 2) !important;
       }

       #products .head article {
           width: 100%;
           opacity: 1;
       }

       #products {
           padding: 35px 0px;
           padding-top: 0px;
           padding-bottom: 15px;
           margin-bottom: 0px;
       }

       #products .owl-carousel .owl-stage-outer {
           padding: initial;
           margin-right: initial;
       }

       #products .head {
           padding: 15px 35px;
           text-align: center;
           margin-bottom: 0px;
       }

   }

   #motto {
       padding: 15px 0px;
       padding-top: 100px;
       margin-top: -16vw;
       padding-bottom: 65px;
       overflow-x: clip;
       position: relative;
       background-color: #f2f2fa;
   }

   #motto .container {
       padding-top: 75px;
   }

   #motto .head {
       margin-bottom: 45px;
   }

   #motto .head,
   #motto .head h2 {
       text-align: center;
   }

   #motto .item {
       text-align: center;
   }

   #motto i {
       font-size: 30px;
       line-height: 30px;
       color: white;
       padding: 30px;
       border-radius: 100%;
       background-color: var(--primaryColor);
       display: inline-block;
       animation: pulse 2s infinite;
   }

   #motto .item:nth-child(2) i {
       animation-delay: .3s;
   }

   #motto .item:nth-child(3) i {
       animation-delay: .5s;
   }

   #motto .item:nth-child(4) i {
       animation-delay: .7s;
   }

   #motto .item:nth-child(5) i {
       animation-delay: 1s;
   }


   #motto .item:nth-child(2) {
       transition-delay: .3s;
   }

   #motto .item:nth-child(3) {
       transition-delay: .5s;
   }

   #motto .item:nth-child(4) {
       transition-delay: .7s;
   }

   #motto .item:nth-child(5) {
       transition-delay: 1s;
   }

   #motto .title {
       font-weight: 500;
       font-size: 18px;
       line-height: 18px;
       color: var(--primaryColor);
       opacity: .8;
       margin-top: 25px;
   }

   #motto article {
       font-size: 14px;
       font-weight: 300;
       color: var(--textColor);
       letter-spacing: .5px;
       margin-top: 10px;
   }

   @media screen and (min-width:1921px) {
       #motto {
           margin-top: -14vw;
       }
   }

   @media screen and (max-width:1440px) {
       #motto {
           margin-top: -17vw;
       }

       #motto article {
           font-size: 15px !important;
       }
   }

   @media screen and (max-width:992px) {
       #motto {
           padding-bottom: 0px;
           margin-top: 0px;
           padding-top: 15px;
       }

       #motto .container {
           padding-top: 25px;
       }

       #motto i {
           font-size: 25px;
           line-height: 25px;
           padding: 15px;
       }

       #motto .item {
           margin-top: 15px;
           margin-bottom: 15px;
       }

       #motto .title {
           font-size: 16px;
           line-height: 16px;
       }

       #motto article {
           font-size: 13px;
           margin-top: 7px;
       }
   }

   #hook {
       padding: 35px 0px;
       position: relative;
       background-color: #f2f2fa;
       padding-bottom: 125px;
       margin-bottom: -75px;
   }

   #hook .head {
       text-align: center;
       margin-bottom: 35px;
   }

   #hook form {
       position: relative;
       padding: 55px;
       background-color: var(--primaryColor);
       border-radius: 50px;
       padding-bottom: 40px;
   }

   #hook form .inputBox {
       position: relative;
       width: 100%;
       margin-bottom: 15px;
   }

   #hook form .inputBox:last-child {
       margin-bottom: 0px;
   }

   #hook form .inputBox input[type="number"],
   #hook form .inputBox input[type="text"] {
       width: 100%;
       padding: 0px 25px;
       padding-left: 45px;
       line-height: 50px;
       border: none;
       background-color: transparent;
       color: white;
       border-bottom: 1px solid rgba(255, 255, 255, 0.11);
       outline: none;
   }

   #hook form .inputBox input[type="number"]:hover,
   #hook form .inputBox input[type="text"]:hover,
   #hook form .inputBox input[type="number"]:focus,
   #hook form .inputBox input[type="text"]:focus {
       border-bottom: 1px solid rgba(255, 255, 255, 1);
   }

   #hook form .inputBox input::-webkit-input-placeholder {
       /* Chrome/Opera/Safari */
       color: whitesmoke;
   }

   #hook form .inputBox input::-moz-placeholder {
       /* Firefox 19+ */
       color: whitesmoke;
   }

   #hook form .inputBox input:-ms-input-placeholder {
       /* IE 10+ */
       color: whitesmoke;
   }

   #hook form .inputBox input:-moz-placeholder {
       /* Firefox 18- */
       color: whitesmoke;
   }

   #hook form .inputBox i {
       position: absolute;
       left: 13px;
       top: 18px;
       color: whitesmoke;
   }

   #hook button {
       float: right;
       border-radius: 60px;
       background-color: var(--secondaryColor);
       border: none;
       transition: .2s;
       padding: 0px 30px;
       line-height: 36px;
       color: rgb(255 255 255 / 46%);
       pointer-events: none;
       box-shadow: inset 0px 0px 11px rgb(0 0 0 / 23%);
       font-size: 15px;
       margin-top: 15px;

   }

   #hook button.active {
       background-color: var(--success);
       color: whitesmoke;
       pointer-events: auto;
   }

   #hook button:hover {
       background-color: var(--successHover);
       color: white !important;
   }

   #hook h2 {
       padding: 55px 0px;
       border-radius: 60px;
       font-size: 24px;
       color: var(--textColor);
       position: relative;
       margin-bottom: 0px;
       font-weight: 600;
   }

   #hook h2 article {
       font-size: 16px;
       line-height: 26px;
       font-weight: 400;
       color: var(--textColor);
       opacity: .8;
       margin-top: 10px;
       padding-right: 75px;
   }

   @media screen and (max-width:992px) {
       #hook button {
           width: 100%;
       }

       #hook h2 article {
           padding-right: 0px;
       }

       #hook .container {
           padding: 0px;
       }

       #hook h2 {
           background-color: #ffffff;
           padding: 30px;
           border-radius: 30px;
           font-size: 24px;
           color: var(--textColor);
           position: relative;
           margin-left: 0%;
           margin-bottom: 0px;
           font-weight: 600;
           border-bottom-left-radius: 0px;
           border-bottom-right-radius: 0px;
       }

       #hook form {
           border-top-left-radius: 0px;
           border-top-right-radius: 0px;
           padding-left: 25px;
           padding-right: 25px;
       }

       #hook {
           padding-bottom: 0px;
           padding-top: 35px;
       }

       #hook .box {
           width: 100%;
           border-radius: 0px;
           border-bottom-left-radius: 15%;
           border-bottom-right-radius: 15%;
           padding-left: 20px;
           padding-right: 20px;
       }
   }

   #designs.viewing .sliding.up {
       bottom: 0 !important;
   }

   #corporate .videoHead {
       margin-top: calc(0px - var(--headerH));
       overflow: hidden;
       height: 55vh;
       position: relative;
   }

   #corporate .videoHead:before {
       content: "";
       width: 100%;
       height: 100%;
       position: absolute;
       left: 0;
       bottom: 0;
       background: rgb(248, 248, 255);
       background: -moz-linear-gradient(0deg, rgba(248, 248, 255, 1) 0%, rgba(248, 248, 255, 0) 50%, rgba(248, 248, 255, 0.5816701680672269) 100%);
       background: -webkit-linear-gradient(0deg, rgba(248, 248, 255, 1) 0%, rgba(248, 248, 255, 0) 50%, rgba(248, 248, 255, 0.5816701680672269) 100%);
       background: linear-gradient(0deg, rgba(248, 248, 255, 1) 0%, rgba(248, 248, 255, 0) 50%, rgba(248, 248, 255, 0.5816701680672269) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8ff", endColorstr="#f8f8ff", GradientType=1);
   }

   #corporate #designs {
       margin-top: -70px;
       margin-bottom: 100px;
   }

   #corporate .caption h2 {
       color: var(--primaryColor);
       font-family: var(--titleFont);
       margin-bottom: 30px;
       text-shadow: -30px -50px 10px #0000001a;
   }

   #corporate .caption {
       color: var(--textColor);
   }

   #corporate .caption article {
       padding-left: 65px;
   }

   #corporate .caption p {
       opacity: .8;
   }

   #corporate .products img {
       border-radius: 200px;
   }

   #corporate .products .row>div {
       position: relative;
   }

   #corporate .products .row>div:first-child {
       bottom: -30px;
       z-index: 2;
   }

   #corporate .products .row>div:last-child {
       left: -10%;
       top: -30px;
   }

   #corporate .products .row>div:last-child img {
       transition-delay: .5s;
   }

   #corporate .products .row>div:first-child img {
       box-shadow: 2px 30px 20px -20px #00000059;
   }

   #corporate .portfolyo {
       margin-top: 75px;
   }

   #corporate .portfolyo .head h2 {
       text-align: center;
       color: var(--primaryColor);
       font-family: var(--titleFont);
       margin-bottom: 30px;
       text-shadow: -30px -50px 10px #0000001a;
   }

   #corporate .portfolyo .gallery {
       -moz-column-width: 25em !important;
       -webkit-column-width: 25em !important;
       -moz-column-gap: 1em !important;
       -webkit-column-gap: 1em !important;
   }

   #corporate .portfolyo .gallery .item {
       display: inline-block !important;
       width: 100% !important;
       margin-bottom: 1em;
   }

   #corporate .portfolyo .gallery .item img {
       border-radius: 10px;
       -webkit-filter: grayscale(50%);
       filter: grayscale(50%);
       transition: .2s;
   }

   #corporate .portfolyo .gallery .item img:hover {
       -webkit-filter: grayscale(0%);
       filter: grayscale(0);
       cursor: pointer;
   }

   #corporate .portfolyo .gallery .item a {
       position: relative;
   }

   #corporate .portfolyo .gallery .item a:before {
       content: "";
       transition: .3s;
       position: absolute;
       width: calc(100% - 80px);
       height: calc(100% - 80px);
       left: 40px;
       top: 40px;
       backdrop-filter: blur(16px);
       -webkit-backdrop-filter: blur(16px);
       background-color: rgba(0, 0, 0, 0.2);
       z-index: 5;
       border-radius: 10px;
       border: solid 1px rgba(255, 255, 255, .1);
       opacity: 0;
   }

   #corporate .portfolyo .gallery .item:hover a:before {
       opacity: 1;
   }

   #corporate .portfolyo .gallery .item a .caption {
       position: absolute;
       width: calc(100% - 100px);
       height: calc(100% - 100px);
       left: 50px;
       top: 50px;
       z-index: 6;
       padding: 25px;
       display: flex;
       opacity: 0;
       transition: .3s;
   }

   #corporate .portfolyo .gallery .item a:hover .caption {
       opacity: 1;
   }

   #corporate .portfolyo .gallery .item a .caption article {
       padding-left: 0;
       color: whitesmoke;
       float: left;
   }

   #corporate .portfolyo .gallery .item a .caption h3 {
       color: whitesmoke;
       font-size: 23px;
   }

   #corporate .portfolyo .gallery .item a .caption img {
       float: left;
       width: 23%;
       height: auto !important;
       margin-right: 25px;
   }

   #corporate .portfolyo .gallery .item a .caption article p {
       display: -webkit-box !important;
       -webkit-line-clamp: 4;
       -webkit-box-orient: vertical;
       overflow: hidden;
       text-overflow: ellipsis;
       font-size: 14px;
       font-style: italic;
       font-weight: 400;
   }

   #corporate .portfolyo .gallery .item a .caption article .button {
       line-height: 40px;
       display: inline-block;
   }

   #corporate .portfolyo .gallery .item a .caption article .button i {
       line-height: 40px;
   }

   #corporate .shop {
       margin-top: 100px;
       padding-top: 45px;
       position: relative;
       padding-bottom: 85px;
       margin-bottom: -185px;
   }

   #corporate .shop article {
       width: 100%;
   }

   #corporate .shop h2 {
       font-size: 26px;
   }

   #corporate .shop:before {
       content: "";
       width: 100%;
       height: 100%;
       position: absolute;
       left: 0;
       top: 0;
       background-color: #efeff7;
       border-top-left-radius: 100px;
       border-top-right-radius: 100px;
       z-index: -2;
   }

   #corporate .shop .head h2 {
       font-family: var(--titleFont);
       color: var(--primaryColor);
   }

   #corporate .shop .head h2 {
       font-family: var(--titleFont)
   }

   #corporate .shop ul {
       display: flex;
       width: 100%;
   }

   #corporate .shop ul li {
       width: 100%;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   #corporate .shop ul li img {
       height: 34px;
   }

   #corporate .shop ul li a {
       padding: 10px 20px;
       border-radius: 10px;
       border: 1px solid rgba(0, 0, 0, 0.0);
       display: inline-block;
       background-color: transparent;
       transition: .3s;
   }

   #corporate .shop ul li a:hover {
       background-color: whitesmoke;
       border: 1px solid rgba(0, 0, 0, 0.08);
   }

   #corporate .head article {
       width: 100%;
   }

   @media screen and (max-width:992px) {
       #corporate .shop .head article {
           margin-bottom: 0px;
       }

       #corporate .shop ul li a {
           padding: 5px 5px;
       }

       #corporate .shop .head {
           padding: 0px 15px;
       }

       #corporate .shop {
           margin-top: 50px;
           padding-top: 25px;
           padding-bottom: 45px;
           margin-bottom: -30px;
       }

       #corporate .shop:before {
           border-top-left-radius: 30px;
           border-top-right-radius: 30px;
       }

       #corporate .portfolyo .gallery .item a .caption article .button {
           line-height: 30px;
           font-size: 12px;
       }

       #corporate .portfolyo .gallery .item a .caption article .button i {
           line-height: 30px;
       }

       #corporate .portfolyo .gallery .item a .caption article p {
           font-size: 12px;
       }

       #corporate .portfolyo .gallery .item a .caption h3 {
           font-size: 15px;
       }

       #corporate .portfolyo .gallery .item a:before {
           width: calc(100% - 20px);
           height: calc(100% - 20px);
           left: 10px;
           top: 10px;
           border-radius: 6px;
       }

       #corporate .portfolyo .gallery .item a .caption {
           width: calc(100% - 20px);
           height: calc(100% - 20px);
           left: 10px;
           top: 10px;
           padding: 15px;
       }

       #corporate .portfolyo .gallery .item .caption img {
           display: none;
       }

       #corporate .portfolyo .gallery .item {
           margin-bottom: .5em;
       }

       #corporate .portfolyo .gallery {
           -moz-column-width: 10em !important;
           -webkit-column-width: 10em !important;
           -moz-column-gap: .5em !important;
           -webkit-column-gap: .5em !important;
       }

       #corporate .portfolyo {
           border-top: 2px dashed rgba(0, 0, 0, .1);
           padding-top: 85px;
           margin-top: 35px;
       }

       #corporate .portfolyo .head h2 {
           text-align: left;
           padding-left: 15px;
           padding-right: 15px;
           margin-bottom: 0px;
       }

       #corporate .portfolyo .head article {
           text-align: left;
           padding-left: 15px;
           padding-right: 15px;
       }

       #corporate .products .row>div:first-child {
           right: -40px;
       }

       #corporate .caption {
           margin-top: 0px;
       }

       #corporate .caption article {
           padding-left: 15px;
           padding-right: 15px;
       }

       #corporate #designs {
           margin-bottom: 40px;
       }

       #corporate .videoHead {
           height: 39vh;
       }

       #corporate .videoHead video {
           transform: scale(2);
       }
   }

   #designs {
       position: relative;
       z-index: 15;
       margin-top: 15px;
   }

   #designs.viewing .sliding.up {
       bottom: 100px;
       transition: .5s !important;
   }

   #designs .item a {
       padding: 5px;
   }

   #designs .item .visual {
       display: block;
       overflow: hidden;
       border-radius: 100%;
       position: relative;
       padding: 20px;
       backdrop-filter: blur(16px);
       -webkit-backdrop-filter: blur(16px);
       /*background-color: #ebebf48c;*/
       background-color: #f0f0f878;
       transition: .5s;
   }

   #designs .item:hover .visual {
       background-color: #e1b89887;
   }

   #designs .item .visual img {
       border-radius: 100%;
   }

   #designs .item .title {
       display: block;
       text-align: center;
       color: var(--textColor);
       font-size: 14px;
       margin-top: 10px;
       opacity: .8;
   }

   #designs .item:hover .title {
       color: var(--primaryColor);
       font-weight: 600;
   }


   @media screen and (max-width:992px) {
       #designs.viewing .sliding.up {
           bottom: 60px;
           margin-bottom: -25px;
       }

       #designs .sliding.up {
           padding: 0px;
       }

       #designs .item .visual {
           padding: 7px;
       }

       #designs .item .title {
           font-size: 10px;
           letter-spacing: .3px;
           display: flex;
           min-width: 100%;
           margin-left: -5px;
           margin-right: -5px;
           justify-content: center;
       }
   }


   #products {
       padding: 35px 0px;
       padding-top: 0px;
   }

   #products .head {
       font-weight: 700;
       font-size: 34px;
       line-height: 34px;
       color: var(--primaryColor);
       padding: 15px 0px;
       z-index: 15;
       text-align: center;
       background-color: ghostwhite;
   }

   #products .head article {
       font-weight: 300;
       color: var(--textColor);
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       margin-top: 15px;
       width: 65%;
       font-family: var(--font);
       text-align: left;
       margin-left: 0px;
   }

   #products .productList {
       padding: 35px 0px;
   }

   #products .productList .box {
       padding: 15px;
       border-radius: 10px;
       border: solid 1px rgba(0, 0, 0, 0.05);
       background-color: #fcfcff;
   }

   #products .box {
       position: relative;
       border-radius: var(--radius);
       transition: .3s;
       ;
   }

   #products .box:hover {
       border: solid 1px var(--secondaryColor);
   }

   #products .box .title {
       margin-top: 35px;
       display: block;
       padding: 0px 15px;
       margin-bottom: 10px;
   }

   #products .box .title h3 {
       color: var(--primaryColor);
       font-weight: 600;
       font-size: 16px;
       margin-top: 15px;
   }

   #products .box .title article {
       font-weight: 400;
       font-size: 14px;
       line-height: 20px;
       color: var(--textColor);
       opacity: .8;
       display: -webkit-box !important;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       overflow: hidden;
       margin-top: 15px;
   }

   #products .box .fakeButton {
       color: var(--secondaryColor);
       margin-top: 15px;
       display: inline-block;
   }

   #products .box:hover .fakeButton {
       animation: shake 3s infinite !important;
   }

   #products .row>div {
       margin-bottom: 30px;
   }

   @media screen and (max-width:992px) {
       #products .box .title {
           padding-left: 0px;
           padding-right: 0px;
       }

       #products .head {
           padding-bottom: 0px;
       }

       #products .head .row>div {
           margin-bottom: 0px;
       }

       #products .productList .row>div {
           padding: 3px;
           margin-bottom: 0px;
       }

       #products .head {
           color: var(--primaryColor);
           font-family: var(--titleFont);
           margin-bottom: 0px;
           text-shadow: -30px -50px 10px #0000001a;
           text-align: left;
           font-size: 30px;
       }

       #products .head article {
           width: 100%;
           margin-top: 15px;
           font-family: var(--font);
           font-size: 14px;
       }
   }


   #quality {
       padding: 35px 0px;
   }

   #quality .head {
       font-size: 36px;
       line-height: 46px;
       color: white;
       font-weight: 700;
       padding: 35px;
       backdrop-filter: blur(15px);
       -webkit-backdrop-filter: blur(15px);
       background: var(--primaryColor);
       border-radius: 45px;
   }

   #quality .head article {
       color: whitesmoke;
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       width: 60%;
       display: table;
       margin: auto;
   }

   #quality .head article b {
       color: white;
   }

   #quality .item {
       margin-bottom: 25px;
   }

   #quality .item .box {
       aspect-ratio: 1/1;
       background-color: whitesmoke;
       align-items: center;
       display: flex;
   }

   #quality .item .box img {
       border-radius: 7px;
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
       opacity: .8;
       transition: .2s;
   }

   @media screen and (max-width:992px) {
       #quality .head {
           zoom: 80%;
       }

       #quality .head article {
           width: 100%;
       }

       #quality .item {
           margin-bottom: 15px;
       }
   }

   @media screen and (max-width:992px) {
       #quality .head {
           background-color: transparent;
           color: var(--primaryColor);
       }

       #quality .head article b {
           color: var(--primaryColor);
       }

       footer .bottom {
           margin-top: 0px !important;
       }

       #quality .head article {
           font-size: 18px;
           color: var(--textColor);
       }

       #quality .head {
           zoom: 80%;
       }

       #quality .head article {
           width: 100%;
       }

       #quality .item {
           margin-bottom: 0px;
           padding: 5px;
       }

       #quality .item .box img {
           padding: 0px;
       }
   }


   #contact {
       padding: 35px 0px;
       padding-bottom: 0px;
   }

   #contact .head {
       font-size: 36px;
       line-height: 46px;
       color: var(--textColor);
       font-weight: 700;
       margin-bottom: 35px;
       text-align: center;
   }

   #contact .head article {
       color: var(--textColor);
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       width: 60%;
       display: table;
       margin: auto;
   }

   #contact .item {
       text-align: center;
       margin-top: 35px;
   }

   #contact .item:nth-child(3) {
       transition: .5s;
   }

   #contact .item:nth-child(4) {
       transition: .8s;
   }

   #contact .item:nth-child(5) {
       transition: 1.1s;
   }

   #contact .item i {
       font-size: 30px;
       line-height: 30px;
       display: inline-block;
       padding: 25px;
       background-color: var(--primaryColor);
       color: white;
       border-radius: 100%;
       margin-bottom: 35px;
   }

   #contact .item .title {
       font-weight: 500;
       font-size: 14px;
       line-height: 14px;
       color: var(--textColor);
       opacity: .6;
       margin-bottom: 10px;
   }

   #contact .item .text {
       font-weight: 600;
       font-size: 18px;
       line-height: 24px;
       color: var(--secondaryColor);
   }

   #contact .content {
       margin-top: 65px;
       margin-bottom: 0px;
       /*background-color:var(--primaryColor);*/
   }

   #contact .content .box {
       padding: 35px;
       background-color: white;
       border-radius: var(--radius);
       background-color: transparent;
   }

   #contact .content form {}

   #contact .content form .inputBox {
       padding-top: 10px;
       padding-bottom: 10px;
   }

   #contact .content form .inputBox span {
       display: block;
       font-size: 13px;
       color: var(--textColor);
       font-weight: 400;
       opacity: 1;
       letter-spacing: .5px;
       position: relative;
       bottom: -33px;
       transition: .3s;
   }

   #contact .content form .inputBox:hover span {
       bottom: 0px;
   }

   #contact .content form .inputBox input {
       line-height: 40px;
       outline: none;
       transition: .3s;
       font-weight: 500;
   }

   #contact .content form .inputBox textarea {
       outline: none;
       transition: .3s;
   }

   #contact .content form .inputBox input:focus,
   #contact .content form .inputBox textarea:focus {
       border-color: var(--primaryColor);

   }

   #contact .content form .inputBox input,
   #contact .content form .inputBox textarea {
       width: 100%;
       border: none;
       border-bottom: 1px solid var(--primaryColor);
       background-color: transparent;
       color: var(--textColor);
   }

   #contact .content form .inputBox.focus span,
   #contact .content form .inputBox.full span {
       bottom: 0;
   }

   #contact iframe {
       border-radius: 10px;
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
       transition: .3s;
   }

   #contact iframe:hover {
       -webkit-filter: grayscale(0%);
       filter: grayscale(0%);
   }

   #contact .button {
       display: table;
       margin: auto;
       margin-top: 25px;
       border: none;
   }

   #contact .button:hover {
       background-color: var(--success);
       border-color: var(--success);
   }

   #contact .contactList {
       font-size: 16px;
       font-weight: 500;
   }

   #contact .contactList li {
       margin-bottom: 15px;
   }

   #contact .contactList li a {
       color: var(--textColor);
       display: flex;
       align-items: center;
       width: fit-content;
       font-weight: 600;
   }

   #contact .contactList li a i {
       margin-right: 10px;
       float: left;
       font-size: 25px;
       padding: 10px;
       border-radius: var(--radius);
       border: solid 1px;
       color: var(--textColor);
   }

   #contact .socials {
       display: flex;
       flex-wrap: wrap;
       margin-top: 35px;
   }

   #contact .socials li {
       margin-right: 10px;
   }

   #contact .socials li a {
       color: white;
       border-radius: var(--radius);
       border: solid 1px var(--primaryColor);
       white-space: nowrap;
       font-weight: 500;
       display: flex;
       align-items: center;
       transition: .2s;
       background-color: var(--primaryColor);
   }

   #contact .socials li a i {
       font-size: 22px;
       padding: 15px;
       transition: .3s;
   }

   #contact .socials li a span {
       line-height: 18px;
       display: flex;
       float: right;
       align-items: center;
   }

   #contact .socials li a:hover {
       color: var(--primaryColor);
       background-color: transparent;
   }

   #contact .socials li:first-child {
       width: 100%;
       margin-bottom: 10px;
       font-weight: 600;
       color: var(--primaryColor);
   }

   @media screen and (max-width:992px) {
       #contact iframe {
           border-radius: 5px;
       }

       #contact .button {
           padding: 0px 45px;
       }

       #contact .head {
           padding: 0px;
           font-size: 24px;
           margin-bottom: 15px;
       }

       #contact .contactList {
           text-align: center;
           padding-top: 25px;
           border-top: dashed 1px rgba(0, 0, 0, 0.1);
       }

       #contact .contactList i {
           display: none;
       }

       #contact .head article {
           font-size: 14px;
           line-height: 20px;
           padding: 0px 15px;
           width: 100%;
       }

       #contact .item {
           zoom: 73%;
       }

       #contact .content {
           margin-top: 0px;
           padding: 0px;
           padding-bottom: 15px;
       }

       #contact .content .box {
           background-color: transparent;
           box-shadow: none;
           padding: 15px;
       }

       #contact .content .box .input {
           background-color: transparent;
       }

       #contact .content form .inputBox {
           padding-top: 5px;
           padding-bottom: 5px;
       }

       #contact .socials {
           justify-content: center;
           margin-top: 15px;
       }

       #contact .socials li {
           margin-left: 0px;
           margin-right: 10px;
       }

       #contact .socials span {
           display: none !important;
       }

       #contact .socials a {
           background-color: var(--primaryColor) !important;
           color: White !important;
           border: none !important;
           aspect-ratio: 1/1;
           border-radius: 100% !important;
       }

       #contact .socials a i {
           margin: 0px !important;
       }

       #contact .contactList li a {
           display: inline-block;
       }

       #contact .item:nth-child(4) {
           display: none;
       }
   }




   #content {
       padding: 35px 0px;
       padding-bottom: 60px;
   }

   #content .head {
       font-size: 36px;
       line-height: 46px;
       color: var(--primaryColor);
       font-weight: 700;
       margin-bottom: 35px;
       text-align: center;
       font-family: var(--titleFont)
   }

   #content .head article {
       color: var(--textColor);
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       width: 60%;
       display: table;
       margin: auto;
       font-family: var(--font);
   }

   #content img {
       width: 100%;
       border-radius: var(--radius);
       box-shadow: 0px 50px 30px -45px #9b9ba2;
       display: flex;
       margin-left: -3%;
       margin-right: -3%;
       min-width: -webkit-fill-available;
   }

   #content .contentArea {
       margin-top: 60px;
       color: var(--textColor);
       font-size: 16px;
   }

   #content .contentArea article {
       line-height: 26px;
   }

   #content .contentArea article p {
       opacity: .8;
       margin-bottom: 25px;
   }

   #content .contentArea article p i.icon {
       font-weight: 600;
       font-size: 20px;
       display: inline-block;
       padding-left: 15px;
       padding-right: 15px;
   }

   #content .contentArea article h4 {
       font-weight: 600;
       font-size: 24px;
       color: var(--textColor);
       margin-top: 35px;
       margin-bottom: 15px;
       opacity: .8;
   }

   #content .contentArea article ul {
       margin-bottom: 45px;
       color: var(--textColor);
       opacity: .8;
   }

   #content .contentArea article ul li {
       color: var(--textColor);
       margin-top: 20px;
       margin-bottom: 20px;
   }

   #content .writer {
       padding: 35px 15px;
       margin-top: 15px;
       border-top: 1px solid rgba(0, 0, 0, 0.1);
       border-radius: 10px;
       transition: .3s;
   }

   #content .writer:hover {
       background-color: #f2f2fa;
   }

   #content .writer .by {
       aspect-ratio: 1/1;
       border-radius: 100%;
       height: 90px;
       min-width: 90px;
       max-width: 90px;
       box-shadow: 3px 3px 0px 2px #3232321f;
   }

   #content .writer ul li:nth-child(1) {
       font-weight: 700;
       font-size: 16px;
       line-height: 16px;
       color: var(--primaryColor);
       font-family: var(--font)
   }

   #content .writer ul li:nth-child(2) {
       font-weight: 500;
       color: var(--primaryColor);
       font-size: 13px;
       opacity: .8;
       margin-bottom: 5px;
   }

   #content .writer ul li:nth-child(3) {
       font-weight: 400;
       color: var(--primaryColor);
       font-size: 13px;
       opacity: .6;
       font-style: italic;
       font-family: var(--titleFont)
   }

   #content .writer .ourBlogs {
       display: flex;
       align-items: center;
       justify-content: flex-end;
   }

   @media screen and (max-width:992px) {
       #content .head article {
           width: 100%;
       }

       #content img {
           width: 100%;
           border-radius: 0px;
           box-shadow: 0px 50px 30px -45px #9b9ba2;
           display: flex;
           margin-left: -4;
           margin-right: -4;
           min-width: -webkit-fill-available;
       }

       #content .ourBlogs {
           margin-top: 25px;
       }

       #content .ourBlogs .button {
           font-size: 14px;
           zoom: 90%;
           padding-left: 40px;
           padding-right: 40px;
       }

       #content {
           padding-bottom: 10px;
       }
   }


   #gallery {
       padding: 35px 0px;
   }

   #gallery .head {
       font-size: 36px;
       line-height: 46px;
       color: var(--primaryColor);
       font-weight: 700;
       margin-bottom: 35px;
       text-align: center;
   }

   #gallery .head article {
       color: var(--textColor);
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       width: 75%;
       display: table;
       margin: auto;
   }

   #gallery .item {
       margin-bottom: 25px;
   }

   #gallery .item .box {
       aspect-ratio: 1/1;
       align-items: center;
       display: flex;
   }

   #gallery .item .box img {
       border-radius: 7px;
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
       opacity: .8;
       transition: .2s;
   }

   #gallery .item .box:hover img {
       -webkit-filter: grayscale(0%);
       filter: grayscale(0%);
       opacity: 1;
   }

   #gallery .videoContent {
       width: 90%;
       border-bottom-left-radius: 100%;
       border-bottom-right-radius: 100%;
       border-top-left-radius: 35px;
       border-top-right-radius: 35px;
       overflow: hidden;
       height: 45vh;
       margin: auto;
       margin-bottom: 45px;
   }

   #gallery .videoContent video {
       margin-top: -15%;
   }

   @media screen and (max-width:992px) {
       #gallery .videoContent {
           height: 15vh;
           margin: auto;
           margin-bottom: 35px;
       }

       #gallery .videoContent video {
           margin-top: -10%;
       }

       #gallery .head {
           zoom: 80%;
       }

       #gallery .head article {
           width: 100%;
       }

       #gallery .item {
           margin-bottom: 15px;
       }
   }

   @media screen and (max-width:992px) {
       footer .bottom {
           margin-top: 0px !important;
       }

       #gallery .head {
           zoom: 80%;
       }

       #gallery .head article {
           width: 100%;
       }

       #gallery .item {
           margin-bottom: 0px;
           padding: 5px;
       }

       #gallery .item .box img {
           padding: 0px;
       }
   }




   #guides {
       padding: 35px 0px;
   }

   #guides .head {
       font-size: 36px;
       line-height: 46px;
       color: var(--primaryColor);
       font-weight: 700;
       margin-bottom: 35px;
       text-align: center;
       font-family: var(--titleFont)
   }

   #guides .head article {
       color: var(--textColor);
       font-weight: 300;
       font-size: 16px;
       line-height: 26px;
       opacity: .8;
       width: 60%;
       display: table;
       margin: auto;
       font-family: var(--font);
   }

   #guides .item {
       margin-bottom: 20px;
   }

   #guides .item .box {
       padding: 35px;
       border-radius: 10px;
       background-color: #f2f2fa;
       position: relative;
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
       -webkit-box-shadow: 42px 38px 42px -38px transparent;
       -moz-box-shadow: 42px 38px 42px -38px transparent;
       box-shadow: 42px 38px 42px -38px transparent;
       transition: .5s;
   }

   #guides .item .box .row {
       transition: .5s;
   }

   #guides .item .box:hover .row {
       opacity: 0;
   }

   #guides .item .box:hover {
       -webkit-box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, .7);
       -moz-box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, .7);
       box-shadow: 42px 38px 42px -38px rgba(0, 0, 0, .7);
   }

   #guides .item .box:before {
       content: "";
       position: absolute;
       left: 0;
       top: 0;
       width: 100%;
       height: 100%;
       z-index: 0;
       transition: .5s;
       border-radius: 7px;
       background: rgb(248, 248, 255);
       background: -moz-linear-gradient(87deg, rgba(248, 248, 255, 0) 0%, rgba(245, 245, 252, 1) 55%, rgba(242, 242, 250, 1) 100%);
       background: -webkit-linear-gradient(87deg, rgba(248, 248, 255, 0) 0%, rgba(245, 245, 252, 1) 55%, rgba(242, 242, 250, 1) 100%);
       background: linear-gradient(87deg, rgba(248, 248, 255, 0) 0%, rgba(245, 245, 252, 1) 55%, rgba(242, 242, 250, 1) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8ff", endColorstr="#f2f2fa", GradientType=1);
   }

   #guides .item .box:hover:before {
       opacity: 0;
   }

   #guides .item .title {
       font-weight: 700;
       color: var(--primaryColor);
       margin-bottom: 5px;
       font-size: 20px;
       position: relative;
       z-index: 2;
       display: -webkit-box !important;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden
   }

   #guides .item article {
       font-weight: 400;
       color: var(--textColor);
       font-size: 15px;
       opacity: .8;
       position: relative;
       z-index: 2;
       display: -webkit-box !important;
       -webkit-line-clamp: 4;
       -webkit-box-orient: vertical;
       overflow: hidden
   }

   #guides .item .caption {
       padding-left: 45px;
   }

   @media screen and (max-width:992px) {
       #guides .head article {
           width: 100%;
       }
   }



   @media screen and (max-width:768px) {
       #corporate .portfolyo .gallery .item a .caption h3 {
           font-size: 17px;
           text-align: center;
       }

       #corporate .portfolyo .gallery .item a .caption article .button {
           font-size: 16px;
           white-space: nowrap;
           line-height: 50px;
       }

       #corporate .portfolyo .gallery .item a .caption article p {
           display: none !important;
       }

       #guide .item {
           height: 100px;
       }

       #contact .center-h {
           margin-top: 35px;
       }

       #headLine .captionContent .row>div {
           padding-left: 25px !important;
       }

       #headLine .item {
           height: 57vh;
           padding-top: 40px;
       }

       #corporate.corporate {
           overflow-x: clip !important;
       }

       #corporate .caption {
           margin-top: -30px;
       }

       #corporate .videoHead:before {
           z-index: 15;
       }

       #corporate .products {
           display: none;
       }

       #products .head article {
           text-align: center;
       }

       #products .head span {
           text-align: center;
       }

       #products svg {
           margin-top: 0px;
       }

       #motto {
           margin-top: -90px;
       }

       #hook form {
           border-radius: 39px;
           border-top-left-radius: 39px;
           border-top-right-radius: 39px;
           padding-left: 15px;
           padding-right: 15px;
           margin-left: -15px;
           margin-right: -15px;
           width: -webkit-fill-available;
           padding-bottom: 15px;
       }

       #hook h2 {
           background-color: transparent !important;
       }

       #hook {
           padding-top: 35px !important;
           padding-bottom: 90px;
       }

       #motto .head {
           margin-bottom: 5px;
       }

       #motto .item {
           margin-top: 0px !important;
           margin-bottom: 0px !important;
           padding-top: 15px;
           padding-bottom: 15px;
       }

       #motto .item:nth-child(even) {
           border-right: 1px solid rgba(0, 0, 0, 0.1);
       }

       #motto .item:nth-last-child(-n+2) {
           border-top: 1px solid rgba(0, 0, 0, 0.1);
       }

       #motto article {
           font-size: 13px !important;
       }

       #products .button {
           width: auto;
       }

       #products .head h2 {
           font-size: 26px;
           line-height: 36px;
           text-align: center;
       }

       #guide .button {
           margin-left: -22%;
       }

       #guide .content article p:not(:nth-child(-n+3)) {
           margin-left: -40%;
       }

       #guide .content article ul {
           margin-top: 20px;
       }

       #corporate {
           background-color: white;
       }

       #guide .treePattern {
           z-index: 42;
           transform: scale(1.5);
           transform-origin: bottom;
       }

       #corporate .tabContent .tab article {
           opacity: 1;
       }

       #corporate.viewing:before {
           right: 0px;
           background-size: 150%;
           height: 100%;
           background-position: 41% 18%;
           z-index: -1;
           opacity: .6;
       }

       #corporate.viewing:after {
           display: block !important;
           content: "";
           z-index: 0;
           width: 100%;
           height: 50%;
           position: absolute;
           left: 0;
           top: 14%;
           background: rgb(243, 243, 250);
           background: -moz-linear-gradient(0deg, rgba(243, 243, 250, 1) 0%, rgba(243, 243, 250, 0.8103497706422018) 69%, rgba(243, 243, 250, 0) 100%);
           background: -webkit-linear-gradient(0deg, rgba(243, 243, 250, 1) 0%, rgb(255 255 255 / 81%) 69%, rgba(243, 243, 250, 0) 100%);
           background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 69%, rgb(255 255 255 / 0%) 100%);
           filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3fa", endColorstr="#f3f3fa", GradientType=1);
       }

       #designs {
           margin-bottom: -100px;
       }

       header .menuContent {
           width: 70%;
       }

       #headLine .item.viewing>.container .captionContent article {
           display: none;
       }

       #headLine .item>.container .captionContent h2 {
           height: 67px !important;
           width: 100%;
           font-size: 20px;
       }

       header .top .socials li:not(:first-child) {
           display: none !important;
       }

       header .userButtons {
           transition: .3s;
       }

       header:not(.sticky) .userButtons {
           transform: translateY(-59px);
       }

       header .top .socials a.button {
           font-size: 11px;
       }

       #headLine .item>.container .captionContent .buttonContent {
           transition-delay: 4.5s;
       }
   }