@charset "UTF-8";
img {
  max-width: 100%; }

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none; }

a:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px; }

h1,
.entry-content h1 {
  font-size: 40px;
  font-size: 2.6666666666667rem; }

h2,
.entry-content h2 {
  font-size: 30px;
  font-size: 2rem; }

h3,
.entry-content h3 {
  font-size: 25px;
  font-size: 1.6666666666667rem; }

h4,
.entry-content h4 {
  font-size: 20px;
  font-size: 1.3333333333333rem; }

h5,
.entry-content h5 {
  font-size: 18px;
  font-size: 1.2rem; }

h6,
.entry-content h6 {
  font-size: 15px;
  font-size: 1rem; }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%; }

td,
th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0; }

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* Code  */
code,
pre {
  font-size: 0.9rem;
  line-height: 1.50001;
  font-variant-ligatures: none;
  word-wrap: break-word;
  word-break: normal;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4; }

code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #e01e5a; }

pre {
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #f8f8f8; }

blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  background-color: #fbfbfb; }

.gallery-columns-4 .gallery-item,
.gallery-item {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

/* Colors */
/* Fonts */
/* Z-index */
/* General Setting */
html {
  font-size: 15px; }

body {
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Poppins"; }

/* Mixins */
.no-comments {
  border-radius: 4px; }
  .no-comments:before {
    font: normal normal normal 14px bootstrap-icon;
    content: "";
    margin-right: 0.3rem;
    margin-right: 0.4rem;
    font-size: 1.1rem;
    position: relative;
    top: 0.05rem; }

@media (max-width: 768px) {
  .order-mobile-2 {
    -ms-flex-order: 2;
        order: 2; } }

@media (max-width: 768px) {
  .order-mobile-1 {
    -ms-flex-order: 1;
        order: 1; } }

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important; } }

.display-on-mobile {
  display: none; }
  @media (max-width: 768px) {
    .display-on-mobile {
      display: block; } }

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Placeholders */
.breadcrumb-wrapper ul, .widget-area .widget ul, .wp-deep-blue-main-menu > ul,
.primary-menu-wrapper > ul,
#primary-menu > ul, .wp-deep-blue-main-menu > ul ul,
.primary-menu-wrapper > ul ul,
#primary-menu > ul ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.wp-deep-blue-btn-primary, .wpcf7 input[type=submit],
.wpcf7 button[type="submit"], .comment-respond .comment-form input[type="submit"], .no-results.not-found a {
  background: #4C6FFF;
  color: #fff;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  padding: 0.55rem 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
  border-radius: 4px; }
  .wp-deep-blue-btn-primary:hover, .wpcf7 input:hover[type=submit],
  .wpcf7 button:hover[type="submit"], .comment-respond .comment-form input:hover[type="submit"], .no-results.not-found a:hover {
    background: #1946ff; }
  .wp-deep-blue-btn-primary i, .wpcf7 input[type=submit] i, .wpcf7 button[type="submit"] i, .comment-respond .comment-form input[type="submit"] i, .no-results.not-found a i {
    margin-left: 0.3rem; }
  .wp-deep-blue-btn-primary:visited, .wpcf7 input:visited[type=submit],
  .wpcf7 button:visited[type="submit"], .comment-respond .comment-form input:visited[type="submit"], .no-results.not-found a:visited {
    color: #fff; }
  .wp-deep-blue-btn-primary:hover, .wpcf7 input:hover[type=submit],
  .wpcf7 button:hover[type="submit"], .comment-respond .comment-form input:hover[type="submit"], .no-results.not-found a:hover {
    color: #fff;
    text-decoration: none; }

.no-comments {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0.8rem 1rem;
  font-size: 0.9rem; }

/* https://bootsnipp.com/fullscreen/ZkMKE */
.comment-respond .comment-form .comment-form-cookies-consent label {
  display: inline-block;
  position: relative;
  padding-left: 2rem; }
  .comment-respond .comment-form .comment-form-cookies-consent label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 2px solid #4C6FFF;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .comment-respond .comment-form .comment-form-cookies-consent label::after {
    top: 0;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    color: #4C6FFF;
    cursor: pointer; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute; }
  .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::after {
    font: normal normal normal 20px bootstrap-icon;
    content: "";
    margin-right: 0.3rem; }
  .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
    .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label::before {
      background-color: #eeeeee;
      cursor: not-allowed; }

.comment-respond .comment-form .checkbox-circle.comment-form-cookies-consent label::before {
  border-radius: 50%; }

.comment-respond .comment-form .checkbox-inline.comment-form-cookies-consent {
  margin-top: 0; }

.widget-area .widget ul li, .widget ul li {
  position: relative;
  padding-left: 2rem; }
  .widget-area .widget ul li:before, .widget ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    color: #4C6FFF;
    font: normal normal normal 14px bootstrap-icon;
    content: "";
    margin-right: 0.3rem; }
  .widget-area .widget ul li a, .widget ul li a {
    font-size: 0.95rem;
    line-height: 1.2;
    color: #001156;
    text-decoration: underline; }

.wpcf7 .required, .wpcf7 .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.9rem;
  margin-top: 10px;
  display: block; }

.wpcf7 label {
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  color: #807f7f;
  display: block;
  width: 100%; }

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.wpcf7 select,
.wpcf7 textarea {
  background-color: #f3f4f9;
  max-width: 100% !important;
  width: 100%;
  border: none;
  padding: 1rem 0.7rem;
  border: none;
  font-size: 0.9rem;
  border-radius: 0.2rem;
  color: #666666; }

.wpcf7 .bbpress-page-links ul {
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .wpcf7 .bbpress-page-links ul li {
    margin: 0 0.3rem; }
  .wpcf7 .bbpress-page-links ul a {
    text-decoration: underline; }

.comment-respond .comment-form .comment-form-cookies-consent label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

.breadcrumb-wrapper ul li a:after, .wp-deep-blue-main-menu > ul > li.menu-item-has-children > a:after, .wp-deep-blue-main-menu > ul > li.page_item_has_children > a:after,
.primary-menu-wrapper > ul > li.menu-item-has-children > a:after,
.primary-menu-wrapper > ul > li.page_item_has_children > a:after,
#primary-menu > ul > li.menu-item-has-children > a:after,
#primary-menu > ul > li.page_item_has_children > a:after, .wp-deep-blue-main-menu > ul > li > ul li.menu-item-has-children > a:after, .primary-menu-wrapper > ul > li > ul li.menu-item-has-children > a:after, #primary-menu > ul > li > ul li.menu-item-has-children > a:after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.error404 .wp-deep-blue-site-header + * {
  margin-top: 0; }

.error404 #masthead, .error404 .site-footer {
  display: none; }

.error404 .not-found {
  text-align: center; }
  .error404 .not-found h1 {
    margin-bottom: 1.1rem;
    font-size: 15rem;
    line-height: 15rem;
    color: #000;
    margin-top: 0; }
  .error404 .not-found a {
    display: -ms-inline-flexbox;
    display: inline-flex; }

.wp-deep-blue-maintenance-mode {
  min-height: 100vh;
  -ms-flex-align: center;
      align-items: center; }
  .wp-deep-blue-maintenance-mode svg {
    margin: 2.5rem 0; }

.fst-terms-and-condition {
  font-size: 1.1rem; }
  .fst-terms-and-condition p,
  .fst-terms-and-condition li {
    color: #545454; }
  .fst-terms-and-condition ul {
    list-style: none; }
    .fst-terms-and-condition ul li {
      position: relative;
      margin-bottom: 25px;
      padding-left: 30px; }
      .fst-terms-and-condition ul li::before {
        position: absolute;
        font-size: 1.2rem;
        top: 1px;
        left: 0;
        content: "\f26a";
        color: #6684ff;
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased; }

body:not(.home) #site-content {
  padding: 6rem 0; }

body:not(.home) #content,
body.home.blog #content {
  padding-top: 6rem;
  padding-bottom: 6rem; }

/* when admin panel is open */
.admin-bar.wp-deep-blue-search-opened .wp-deep-blue-main-header-wrapper {
  top: 32px; }
  @media (max-width: 783px) {
    .admin-bar.wp-deep-blue-search-opened .wp-deep-blue-main-header-wrapper {
      top: 46px; } }
  @media (max-width: 600px) {
    .admin-bar.wp-deep-blue-search-opened .wp-deep-blue-main-header-wrapper {
      top: 0; } }

.site-header .header-titles {
  margin: 15px 0; }

.header-navigation-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .header-navigation-wrapper .fst-toggle-search {
    margin-left: 2rem; }

.wp-deep-blue-header-wrapper {
  -ms-flex-align: center;
      align-items: center; }

.wp-deep-blue-main-header-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .wp-deep-blue-main-header-wrapper .menu-toggler {
    display: none; }
    @media (max-width: 992px) {
      .wp-deep-blue-main-header-wrapper .menu-toggler {
        display: block; } }
  .wp-deep-blue-main-header-wrapper .wp-deep-blue-main-header {
    display: -ms-flexbox;
    display: flex; }
    .wp-deep-blue-main-header-wrapper .wp-deep-blue-main-header .wp-deep-blue-navigation-n-options {
      -ms-flex-positive: 1;
          flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }

.wp-deep-blue-header-icons {
  font-size: 1.3rem;
  margin-left: 1.2rem; }
  .wp-deep-blue-header-icons .wp-deep-blue-search-icon {
    padding: 0px 0.5rem;
    display: inline-block;
    color: #000; }

.site-branding .site-title {
  font-size: 2rem;
  margin: 0; }
  .site-branding .site-title a {
    font-weight: 600; }

.site-branding .site-description {
  font-size: 0.95rem;
  margin: 0; }

.breadcrumb-wrapper {
  margin-top: 1rem;
  position: relative;
  z-index: 9; }
  .breadcrumb-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumb-wrapper ul li {
      margin: 0  0.3rem;
      font-size: 1.1rem; }
      @media (max-width: 768px) {
        .breadcrumb-wrapper ul li {
          font-size: 1rem; } }
      .breadcrumb-wrapper ul li a {
        color: #9b9b9b; }
        .breadcrumb-wrapper ul li a:after {
          font-family: fontAwesome;
          padding-left: 0.5rem;
          font-size: 0.9rem;
          content: "\f285"; }

.wp-deep-blue-inner-banner-wrapper {
  min-height: 500px;
  background: #f3f4f9;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important; }
  @media (max-width: 768px) {
    .wp-deep-blue-inner-banner-wrapper {
      min-height: 300px; }
      .wp-deep-blue-inner-banner-wrapper h1 {
        font-size: 2rem; } }
  .wp-deep-blue-inner-banner-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .wp-deep-blue-inner-banner-wrapper .wp-deep-blue-inner-banner {
    position: relative;
    z-index: 9;
    text-align: center; }
    .wp-deep-blue-inner-banner-wrapper .wp-deep-blue-inner-banner .entry-title {
      margin: 0;
      font-size: 40px; }
  .wp-deep-blue-inner-banner-wrapper .search-form {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 2rem; }
    .wp-deep-blue-inner-banner-wrapper .search-form label input.search-field {
      background-color: #fff; }
      .wp-deep-blue-inner-banner-wrapper .search-form label input.search-field:focus {
        background: #fff; }

.wp-deep-blue-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9; }

.search-form {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .search-form label {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0; }
    .search-form label input.search-field {
      min-height: 60px;
      border: none;
      background: #f3f4f9;
      font-size: 1rem;
      padding: 0.8rem 3rem 0.8rem 1.5rem;
      width: 100%;
      border-radius: 4px; }
  .search-form button {
    border: none;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    padding: 0;
    cursor: pointer;
    background: transparent; }
    .search-form button i {
      font-size: 1.2rem; }

.wp-deep-blue-header-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(220, 220, 220, 0.9);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .wp-deep-blue-header-search label input.search-field {
    padding: 1.3rem 1rem 1.3rem 4rem;
    font-size: 1.5rem; }
  .wp-deep-blue-search-opened {
    overflow: hidden; }
    .wp-deep-blue-search-opened .wp-deep-blue-header-search {
      display: -ms-flexbox;
      display: flex;
      visibility: visible;
      opacity: 1;
      transition: all 0.1s linear;
      z-index: 999; }
      .wp-deep-blue-search-opened .wp-deep-blue-header-search .search-form {
        opacity: 1;
        transition: all 0.3s ease-in-out; }
      .wp-deep-blue-search-opened .wp-deep-blue-header-search .close {
        -ms-transform: scale(1);
            transform: scale(1);
        opacity: 1;
        font-size: 1.2rem;
        transition: all 0.3s linear; }
  .wp-deep-blue-header-search .close {
    font-size: 1.2rem;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    opacity: 0;
    border: none;
    padding: 0;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    position: fixed;
    text-align: center;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px; }
    .wp-deep-blue-header-search .close:focus {
      outline: thin dotted; }
    .wp-deep-blue-header-search .close:hover {
      background-color: #cacaca; }
  .wp-deep-blue-header-search .search-form {
    -ms-flex-align: center;
        align-items: center;
    width: 800px;
    max-width: calc(100% - 60px);
    height: 47px;
    -ms-transform: translate(0, -15vh);
        transform: translate(0, -15vh);
    opacity: 0; }

#calendar_wrap {
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0588235);
  padding: 2rem 1.5rem;
  border-radius: 4px;
  background: #fff; }
  #calendar_wrap nav,
  #calendar_wrap caption {
    padding-left: 15px;
    padding-right: 15px; }
  #calendar_wrap #wp-calendar {
    border: none;
    margin-bottom: 0; }
    #calendar_wrap #wp-calendar th {
      color: #a7a1a1;
      font-weight: 600;
      text-align: center; }
    #calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td {
      border: none; }
    #calendar_wrap #wp-calendar .caption {
      caption-side: top; }
    #calendar_wrap #wp-calendar tbody th, #calendar_wrap #wp-calendar tbody td {
      position: relative;
      text-align: center;
      border-radius: 4px; }
      #calendar_wrap #wp-calendar tbody th a, #calendar_wrap #wp-calendar tbody td a {
        background: #f4f6ff;
        position: absolute;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        line-height: 2.2;
        border-radius: 0.3rem;
        color: #000; }
  #calendar_wrap #today {
    background: #4C6FFF;
    color: #fff;
    padding-top: 2px; }
    #calendar_wrap #today::before {
      content: "Today";
      position: absolute;
      font-size: 0.6rem;
      top: calc( 100% - 15px);
      width: 100%;
      text-align: center;
      left: 0; }

.widget select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.75rem 0.6rem;
  border-radius: 4px; }

.widget-area .widget ul li:not(:last-child) {
  margin-bottom: 15px; }

.widget_tag_cloud .tagcloud a {
  color: #282835;
  padding: 3px 10px;
  color: #5a5a77;
  background: #f0f2f9;
  border-radius: 4px;
  margin: 2px;
  display: inline-block; }

.widget_block > h2, .widget-title {
  margin-top: 0;
  font-size: 1.3rem;
  color: #001156;
  font-weight: 600;
  margin-bottom: 1.5rem; }

#secondary .widget .widget-title {
  position: relative; }

main#site-content aside#secondary {
  padding-left: 40px; }
  @media (max-width: 768px) {
    main#site-content aside#secondary {
      padding-left: 0;
      margin-top: 40px; } }

.widget-area .widget:not(:last-child) {
  margin-bottom: 50px; }

.wp-deep-blue-post {
  margin-bottom: 30px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: all 0.3s;
  -ms-transform: translateY(0);
      transform: translateY(0);
  overflow: hidden; }
  .wp-deep-blue-post figure {
    position: relative;
    margin-bottom: 0; }
  .wp-deep-blue-post .author-info {
    display: inline-block; }
  .wp-deep-blue-post .post-categories {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    z-index: 1; }
  .wp-deep-blue-post .sticky {
    position: relative;
    border: 3px solid #4C6FFF; }
    .wp-deep-blue-post .sticky:after {
      font: normal normal normal 14px bootstrap-icon;
      content: "";
      margin-right: 0.3rem;
      margin-right: 0.3rem;
      position: absolute;
      top: 0.7rem;
      z-index: 2;
      font-size: 1.7rem;
      right: 0.7rem;
      color: #fff;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .wp-deep-blue-post P {
    max-height: 45px;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 0; }
  .wp-deep-blue-post:hover {
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.02); }
    .wp-deep-blue-post:hover .featured-media .featured-media-image::after {
      background-color: rgba(76, 111, 255, 0.5); }
    .wp-deep-blue-post:hover .image-full .wp-deep-blue-post-type-icon {
      visibility: visible;
      opacity: 1;
      -ms-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9); }
  .wp-deep-blue-post .post-title {
    margin-bottom: 1rem;
    word-break: break-all;
    margin-top: 0;
    font-size: 1.4rem; }
    .wp-deep-blue-post .post-title a {
      display: block;
      margin: 0 0 0.7rem;
      color: #000; }
  .wp-deep-blue-post .post-content-wrap {
    position: relative; }
    .wp-deep-blue-post .post-content-wrap * {
      color: #545454; }
    .wp-deep-blue-post .post-content-wrap + a {
      color: #000;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center; }
      .wp-deep-blue-post .post-content-wrap + a i {
        margin-left: 0.3rem;
        transition: margin 0.3s linear; }
      .wp-deep-blue-post .post-content-wrap + a:hover {
        text-decoration: underline; }
        .wp-deep-blue-post .post-content-wrap + a:hover i {
          margin-left: 0.5rem; }
  .wp-deep-blue-post .post-categories {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear; }
  .wp-deep-blue-post:hover .wp-deep-blue-comments a {
    letter-spacing: 0.3px; }
  .wp-deep-blue-post:hover .post-categories {
    visibility: visible;
    opacity: 1; }
  .wp-deep-blue-post .wp-deep-blue-comments a {
    transition: all 0.3s ease-in-out;
    color: #545454; }
    .wp-deep-blue-post .wp-deep-blue-comments a:hover {
      color: #545454;
      text-decoration: underline; }

.featured-media .featured-media-image {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-color: #f8f6fe;
  position: relative;
  overflow: hidden; }
  .featured-media .featured-media-image .wp-deep-blue-post-type-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 9;
    border-radius: 0.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.4rem;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.3s linear; }
    .featured-media .featured-media-image .wp-deep-blue-post-type-icon i {
      color: #000; }
  .featured-media .featured-media-image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(76, 111, 255, 0.25);
    transition: all 0.2s linear;
    z-index: 1; }

.featured-media .post-title {
  margin-bottom: 0;
  word-break: break-all;
  margin-top: 0; }
  .featured-media .post-title a {
    display: block;
    font-size: 1.4rem;
    margin: 0.5rem 0 0.7rem;
    color: #000; }

.featured-media .entry-content-stat {
  color: #545454;
  margin-bottom: 1.4rem; }
  .featured-media .entry-content-stat + a {
    color: #000;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    .featured-media .entry-content-stat + a i {
      margin-left: 0.3rem;
      transition: margin 0.3s linear; }
    .featured-media .entry-content-stat + a:hover {
      text-decoration: underline; }
      .featured-media .entry-content-stat + a:hover i {
        margin-left: 0.5rem; }

.featured-media .post-content-wrap {
  padding: 30px;
  position: relative;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); }

.post-content-inner {
  position: relative;
  padding: 40px 35px 30px; }
  .post-content-inner .wp-deep-blue-entry-meta .author-image {
    position: absolute;
    top: -22.5px;
    right: 30px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    padding: 0.15rem;
    width: 45px;
    height: 45px; }
  .post-content-inner .wp-deep-blue-comments a {
    color: #545454; }
    .post-content-inner .wp-deep-blue-comments a i {
      color: #5b7bff; }
    .post-content-inner .wp-deep-blue-comments a:hover {
      color: #545454;
      text-decoration: underline; }

.footer-widget {
  color: #454545; }
  .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #454545; }
    .footer-widget ul li {
      color: #454545;
      padding-bottom: 8px; }
      .footer-widget ul li a {
        color: #454545; }
        .footer-widget ul li a:hover {
          text-decoration: none; }
  .footer-widget .widget-title {
    color: #001156;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    text-transform: capitalize; }
  .footer-widget .footer-widget-wrapper {
    color: #545454;
    /* @include media(mobile) {
			flex-basis: 100%;
		} */ }
    .footer-widget .footer-widget-wrapper section {
      width: 100%; }

.wp-deep-blue-main-footer-section {
  background: #f4f6ff;
  padding: 5rem 0; }
  .wp-deep-blue-main-footer-section .search-form input.search-field {
    background: #fff; }

.widget {
  margin-bottom: 2rem; }
  .widget ul li a {
    color: #545454; }

.wp-deep-blue-lower-footer-section {
  padding: 16px 0; }
  .wp-deep-blue-lower-footer-section .author-link {
    text-align: right; }
    @media (max-width: 576px) {
      .wp-deep-blue-lower-footer-section .author-link {
        text-align: center; } }
    .wp-deep-blue-lower-footer-section .author-link a {
      color: #4C6FFF; }
  .wp-deep-blue-lower-footer-section .social-menu {
    text-align: center; }
  .wp-deep-blue-lower-footer-section span,
  .wp-deep-blue-lower-footer-section a {
    font-size: 14px; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2rem; }
  .pagination .nav-links > * {
    padding: 8px 10px 5px;
    min-width: 43px;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    box-shadow: 0 2px 10px 0 #d8dde6;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    border-radius: 4px; }
    .pagination .nav-links > *:hover {
      background-color: white; }
    .pagination .nav-links > *.current {
      background-color: #4C6FFF;
      color: #fff; }
    .pagination .nav-links > *.next, .pagination .nav-links > *.prev {
      padding-left: 15px;
      padding-right: 15px;
      box-shadow: none;
      color: #001156; }
      .pagination .nav-links > *.next:hover, .pagination .nav-links > *.prev:hover {
        text-decoration: underline; }

.comment-notes {
  padding: 0rem 0 0.8rem;
  font-size: 0.9rem; }

.comment-respond .required {
  color: red; }

.comment-respond .comment-reply-title {
  margin: 4rem 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700; }
  .comment-respond .comment-reply-title:before {
    font-size: 1.8rem;
    margin-right: 0.8rem; }

.comment-respond .comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-respond .comment-form textarea {
  width: 100%;
  border: none;
  background-color: #f3f4f9;
  font-size: 0.9rem;
  padding: 0.8rem;
  border-radius: 4px;
  min-height: 50px; }

.comment-respond .comment-form label {
  font-size: 0.9rem;
  color: #727272; }

.entry-meta {
  -ms-flex-align: center;
      align-items: center;
  margin-top: 2rem; }
  .entry-meta:not(.single) .author-info:before {
    top: 1px;
    position: relative;
    font: normal normal normal 14px bootstrap-icon;
    content: "";
    margin-right: 0.3rem; }
  .entry-meta .author-info {
    font-size: 0.9rem;
    color: #545454; }
    .entry-meta .author-info .posted-on a {
      text-decoration: underline;
      color: #545454; }
  .entry-meta .url {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-decoration: underline; }

.single .entry-meta,
.page .entry-meta {
  min-height: 50px;
  margin-top: 2.5rem;
  border-radius: 2px;
  border-radius: 4px; }
  .single .entry-meta .base-theme-category-wrapper,
  .page .entry-meta .base-theme-category-wrapper {
    display: inline-block;
    position: relative;
    top: 10px; }
  .single .entry-meta .author-info .posted-on a,
  .page .entry-meta .author-info .posted-on a {
    text-decoration: underline;
    color: #545454; }
  .single .entry-meta .url,
  .page .entry-meta .url {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 0 0.5rem; }
    .single .entry-meta .url img,
    .page .entry-meta .url img {
      border-radius: 4px; }
  .single .entry-meta .posted-date,
  .page .entry-meta .posted-date {
    font-size: 0.8rem; }
    .single .entry-meta .posted-date a,
    .page .entry-meta .posted-date a {
      color: #767676; }

.single:not(.single) .author-info:before,
.page:not(.single) .author-info:before {
  top: 1px;
  position: relative;
  font: normal normal normal 14px bootstrap-icon;
  content: "";
  margin-right: 0.3rem; }

.single .author-info,
.page .author-info {
  font-size: 0.9rem;
  color: #545454; }
  .single .author-info .posted-on a,
  .page .author-info .posted-on a {
    text-decoration: underline;
    color: #545454; }

.single .url,
.page .url {
  color: #001156;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: underline; }

.comments-area .comments-title {
  margin: 3.5rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative; }

.comments-area .comment-list {
  list-style: none;
  padding-left: 0; }
  .comments-area .comment-list ol {
    list-style: none; }
  .comments-area .comment-list .comment-body {
    padding-left: 3rem;
    position: relative;
    margin-bottom: 1.5rem; }
    .comments-area .comment-list .comment-body + .comment-respond {
      padding-left: 3rem;
      margin-bottom: 4rem; }
    .comments-area .comment-list .comment-body .comment-awaiting-moderation {
      background: #f3f4f9;
      display: block;
      padding: 0.8rem;
      font-size: 0.85rem;
      margin-top: 7px;
      border-radius: 4px; }
      .comments-area .comment-list .comment-body .comment-awaiting-moderation + br {
        display: none; }
    .comments-area .comment-list .comment-body .comment-meta {
      display: inline-block;
      color: #000;
      font-size: 0.8rem; }
      .comments-area .comment-list .comment-body .comment-meta * {
        color: #767676; }
    .comments-area .comment-list .comment-body .comment-author cite {
      font-style: inherit; }
      .comments-area .comment-list .comment-body .comment-author cite a {
        text-transform: capitalize;
        font-size: 0.9rem;
        color: #001156;
        text-decoration: underline; }
    .comments-area .comment-list .comment-body p {
      margin-top: 0.5rem;
      background: #f4f6ff;
      padding: 1rem 1.2rem;
      font-size: 0.9rem;
      margin-bottom: 0.4rem;
      border-radius: 4px; }
    .comments-area .comment-list .comment-body .reply a {
      font-size: 0.85rem;
      padding: 0.1rem 0;
      border-radius: 4px; }
    .comments-area .comment-list .comment-body .comment-reply-link {
      color: #001466;
      /*  &:before{
                    @include get-fontawesome-icon("\f112");
                    font-size: 0.85rem;
                } */ }
    .comments-area .comment-list .comment-body .comment-author {
      display: inline-block; }
      .comments-area .comment-list .comment-body .comment-author img {
        position: absolute;
        left: 0;
        top: 29px;
        border-radius: 4px; }
      .comments-area .comment-list .comment-body .comment-author .says {
        display: none; }

.comment-respond .comment-reply-title a,
.comment-respond .logged-in-as a {
  font-size: 0.9rem;
  color: #767676;
  text-decoration: underline; }

.comment-respond .comment-reply-title a {
  float: right;
  margin-top: 0.5rem;
  margin-left: 0.7rem; }
  @media (max-width: 576px) {
    .comment-respond .comment-reply-title a {
      display: block;
      float: none;
      text-align: right; } }

.comment-navigation + * {
  margin-top: 65px; }

.no-results.not-found {
  text-align: center; }
  .no-results.not-found h1 {
    margin: 0 0 1.5rem; }
  .no-results.not-found .page-content p {
    margin-bottom: 40px; }
  .no-results.not-found svg {
    max-width: 500px; }
  .no-results.not-found a {
    display: inline-block;
    text-transform: uppercase; }
  .no-results.not-found .search-form {
    max-width: 400px;
    margin: 45px auto; }

.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 5rem; }
  @media (max-width: 992px) {
    .post-navigation .nav-links {
      margin-top: 3rem;
      margin-bottom: 2rem;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .post-navigation .nav-links > div {
    width: calc(50% - 15px);
    padding: 1rem;
    transition: all 0.3s linear;
    position: relative;
    border-radius: 4px;
    background: #f4f6ff; }
    @media (max-width: 992px) {
      .post-navigation .nav-links > div {
        width: 100%;
        margin-bottom: 0.7rem; } }
    .post-navigation .nav-links > div a span {
      display: block; }
    .post-navigation .nav-links > div a .nav-title {
      font-size: 1.1rem;
      margin-top: 0.3rem;
      color: #001156; }
    .post-navigation .nav-links > div.nav-next {
      text-align: right;
      padding-right: 3rem; }
      .post-navigation .nav-links > div.nav-next:hover:after {
        right: 10px; }
      .post-navigation .nav-links > div.nav-next:after {
        position: absolute;
        top: 50%;
        right: 15px;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        transition: all 0.3s linear;
        font: normal normal normal 14px bootstrap-icon;
        content: "";
        margin-right: 0.3rem; }
    .post-navigation .nav-links > div.nav-previous {
      padding-left: 3.2rem; }
      .post-navigation .nav-links > div.nav-previous:hover:after {
        left: 18px;
        -ms-transform: translate(-2px, -50%);
            transform: translate(-2px, -50%); }
      .post-navigation .nav-links > div.nav-previous:after {
        position: absolute;
        color: #001156;
        top: 50%;
        left: 22px;
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        transition: all 0.3s;
        font: normal normal normal 14px bootstrap-icon;
        content: "";
        margin-right: 0.3rem; }

#loader-wrapper {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  background: #fff;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 9999; }
  #loader-wrapper #loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #4C6FFF;
    animation: loader 2s infinite ease; }
  #loader-wrapper .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #4C6FFF;
    animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

.post-categories {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0; }
  .post-categories li {
    margin-top: 0.3rem;
    float: left; }
    .post-categories li a {
      background-color: rgba(244, 246, 255, 0.8);
      color: #000;
      font-size: 0.85rem;
      color: #001156;
      margin-right: 0.3rem;
      line-height: 2;
      display: inline-block;
      padding: 2px 9px 0;
      border-radius: 4px;
      transition: all 0.3s linear; }
      .post-categories li a:hover {
        background-color: #e5eaff; }

@media (max-width: 992px) {
  .wp-deep-blue-main-menu,
  .primary-menu-wrapper,
  #primary-menu {
    display: none; } }

.wp-deep-blue-main-menu > ul,
.primary-menu-wrapper > ul,
#primary-menu > ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wp-deep-blue-main-menu > ul li:focus-within > ul,
  .primary-menu-wrapper > ul li:focus-within > ul,
  #primary-menu > ul li:focus-within > ul {
    visibility: visible;
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1; }
  .wp-deep-blue-main-menu > ul li:focus-within > ul, .wp-deep-blue-main-menu > ul li:hover > ul,
  .primary-menu-wrapper > ul li:focus-within > ul,
  .primary-menu-wrapper > ul li:hover > ul,
  #primary-menu > ul li:focus-within > ul,
  #primary-menu > ul li:hover > ul {
    visibility: visible;
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1; }
  .wp-deep-blue-main-menu > ul li ul,
  .primary-menu-wrapper > ul li ul,
  #primary-menu > ul li ul {
    margin-left: 0;
    visibility: hidden;
    -ms-transform: translateY(0.7rem);
        transform: translateY(0.7rem);
    opacity: 1;
    transition: all 0.4s ease-in-out;
    position: absolute;
    z-index: 99;
    width: 230px;
    background-color: #fff;
    padding: 1.5rem 0;
    box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
    padding: 0.5rem 0;
    opacity: 0;
    border-radius: 4px; }
  .wp-deep-blue-main-menu > ul li a,
  .primary-menu-wrapper > ul li a,
  #primary-menu > ul li a {
    color: #383838; }
  .wp-deep-blue-main-menu > ul > li,
  .primary-menu-wrapper > ul > li,
  #primary-menu > ul > li {
    padding: 2rem 0; }
    .wp-deep-blue-main-menu > ul > li.menu-item-has-children > a:after, .wp-deep-blue-main-menu > ul > li.page_item_has_children > a:after,
    .primary-menu-wrapper > ul > li.menu-item-has-children > a:after,
    .primary-menu-wrapper > ul > li.page_item_has_children > a:after,
    #primary-menu > ul > li.menu-item-has-children > a:after,
    #primary-menu > ul > li.page_item_has_children > a:after {
      margin-left: 5px;
      content: "\f282";
      position: relative;
      top: 0.1rem;
      font-size: 0.8rem; }
    .wp-deep-blue-main-menu > ul > li > a,
    .primary-menu-wrapper > ul > li > a,
    #primary-menu > ul > li > a {
      font-weight: 500;
      position: relative; }
      .wp-deep-blue-main-menu > ul > li > a:before,
      .primary-menu-wrapper > ul > li > a:before,
      #primary-menu > ul > li > a:before {
        content: "";
        width: 10%;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        bottom: -7px;
        height: 2px;
        background: #4C6FFF;
        position: absolute;
        transition: all 0.3s;
        visibility: hidden; }
    .wp-deep-blue-main-menu > ul > li:hover > a:before,
    .primary-menu-wrapper > ul > li:hover > a:before,
    #primary-menu > ul > li:hover > a:before {
      width: 100%;
      visibility: visible; }
    .wp-deep-blue-main-menu > ul > li:not(:first-child),
    .primary-menu-wrapper > ul > li:not(:first-child),
    #primary-menu > ul > li:not(:first-child) {
      margin-left: 30px; }
    .wp-deep-blue-main-menu > ul > li.current-menu-item > a,
    .primary-menu-wrapper > ul > li.current-menu-item > a,
    #primary-menu > ul > li.current-menu-item > a {
      color: #4C6FFF; }
      .wp-deep-blue-main-menu > ul > li.current-menu-item > a:before,
      .primary-menu-wrapper > ul > li.current-menu-item > a:before,
      #primary-menu > ul > li.current-menu-item > a:before {
        width: 100%;
        background: #4C6FFF;
        width: 100%;
        visibility: visible; }

.wp-deep-blue-main-menu > ul > li,
.primary-menu-wrapper > ul > li,
#primary-menu > ul > li {
  position: relative; }
  .wp-deep-blue-main-menu > ul > li > ul, .primary-menu-wrapper > ul > li > ul, #primary-menu > ul > li > ul {
    left: 0;
    top: 100%; }
    .wp-deep-blue-main-menu > ul > li > ul li.menu-item-has-children > a, .primary-menu-wrapper > ul > li > ul li.menu-item-has-children > a, #primary-menu > ul > li > ul li.menu-item-has-children > a {
      position: relative; }
      .wp-deep-blue-main-menu > ul > li > ul li.menu-item-has-children > a:after, .primary-menu-wrapper > ul > li > ul li.menu-item-has-children > a:after, #primary-menu > ul > li > ul li.menu-item-has-children > a:after {
        position: absolute;
        right: 0.7rem;
        top: calc( 50% - 0.3rem);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        content: "\f282";
        font-size: 0.8rem;
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .wp-deep-blue-main-menu > ul > li > ul li:hover > a, .primary-menu-wrapper > ul > li > ul li:hover > a, #primary-menu > ul > li > ul li:hover > a {
      background-color: rgba(51, 94, 234, 0.1);
      color: #000; }
    .wp-deep-blue-main-menu > ul > li > ul li a, .primary-menu-wrapper > ul > li > ul li a, #primary-menu > ul > li > ul li a {
      padding: 0.6rem 1.5rem;
      display: block;
      font-size: 0.9rem;
      line-height: 1.6;
      color: #383838; }

.wp-deep-blue-main-menu > ul > li li,
.primary-menu-wrapper > ul > li li,
#primary-menu > ul > li li {
  position: relative; }
  .wp-deep-blue-main-menu > ul > li li ul, .primary-menu-wrapper > ul > li li ul, #primary-menu > ul > li li ul {
    left: 100%;
    top: 0; }

.btn {
  font-size: 1rem;
  font-weight: normal;
  padding: 0.6125rem 1.65rem; }

.modal-content, .btn {
  border-radius: 4px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

.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: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -ms-transform: translate(0, -50px);
      transform: translate(0, -50px); }

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

.modal.show .modal-dialog {
  -ms-transform: none;
      transform: none; }

.modal.modal-static .modal-dialog {
  -ms-transform: scale(1.02);
      transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(22, 28, 45, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #161c2d; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.8; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f1f4f8;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.6; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 2.5rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 2.25rem;
  border-top: 1px solid #f1f4f8;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

.modal-footer > * {
  margin: 0.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 {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content; }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.5); }
  .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; } }

.close {
  float: right;
  font-size: 1.59375rem;
  font-weight: 600;
  line-height: 1;
  color: #869ab8;
  text-shadow: none;
  opacity: 0.5; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 0.75rem !important; }

.mt-3,
.my-3 {
  margin-top: 0.75rem !important; }

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important; }

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-14 {
  margin: 12rem !important; }

.mt-14,
.my-14 {
  margin-top: 12rem !important; }

.mr-14,
.mx-14 {
  margin-right: 12rem !important; }

.mb-14,
.my-14 {
  margin-bottom: 12rem !important; }

.ml-14,
.mx-14 {
  margin-left: 12rem !important; }

.m-15 {
  margin: 16rem !important; }

.mt-15,
.my-15 {
  margin-top: 16rem !important; }

.mr-15,
.mx-15 {
  margin-right: 16rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 16rem !important; }

.ml-15,
.mx-15 {
  margin-left: 16rem !important; }

.m-16 {
  margin: 25rem !important; }

.mt-16,
.my-16 {
  margin-top: 25rem !important; }

.mr-16,
.mx-16 {
  margin-right: 25rem !important; }

.mb-16,
.my-16 {
  margin-bottom: 25rem !important; }

.ml-16,
.mx-16 {
  margin-left: 25rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 0.75rem !important; }

.pt-3,
.py-3 {
  padding-top: 0.75rem !important; }

.pr-3,
.px-3 {
  padding-right: 0.75rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important; }

.pl-3,
.px-3 {
  padding-left: 0.75rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-14 {
  padding: 12rem !important; }

.pt-14,
.py-14 {
  padding-top: 12rem !important; }

.pr-14,
.px-14 {
  padding-right: 12rem !important; }

.pb-14,
.py-14 {
  padding-bottom: 12rem !important; }

.pl-14,
.px-14 {
  padding-left: 12rem !important; }

.p-15 {
  padding: 16rem !important; }

.pt-15,
.py-15 {
  padding-top: 16rem !important; }

.pr-15,
.px-15 {
  padding-right: 16rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 16rem !important; }

.pl-15,
.px-15 {
  padding-left: 16rem !important; }

.p-16 {
  padding: 25rem !important; }

.pt-16,
.py-16 {
  padding-top: 25rem !important; }

.pr-16,
.px-16 {
  padding-right: 25rem !important; }

.pb-16,
.py-16 {
  padding-bottom: 25rem !important; }

.pl-16,
.px-16 {
  padding-left: 25rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -0.75rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important; }

.m-n4 {
  margin: -1rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important; }

.m-n5 {
  margin: -1.5rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -1.5rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -1.5rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -1.5rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n14 {
  margin: -12rem !important; }

.mt-n14,
.my-n14 {
  margin-top: -12rem !important; }

.mr-n14,
.mx-n14 {
  margin-right: -12rem !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -12rem !important; }

.ml-n14,
.mx-n14 {
  margin-left: -12rem !important; }

.m-n15 {
  margin: -16rem !important; }

.mt-n15,
.my-n15 {
  margin-top: -16rem !important; }

.mr-n15,
.mx-n15 {
  margin-right: -16rem !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -16rem !important; }

.ml-n15,
.mx-n15 {
  margin-left: -16rem !important; }

.m-n16 {
  margin: -25rem !important; }

.mt-n16,
.my-n16 {
  margin-top: -25rem !important; }

.mr-n16,
.mx-n16 {
  margin-right: -25rem !important; }

.mb-n16,
.my-n16 {
  margin-bottom: -25rem !important; }

.ml-n16,
.mx-n16 {
  margin-left: -25rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 0.75rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important; }
  .m-sm-4 {
    margin: 1rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important; }
  .m-sm-5 {
    margin: 1.5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.5rem !important; }
  .m-sm-6 {
    margin: 2rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important; }
  .m-sm-7 {
    margin: 2.5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.5rem !important; }
  .m-sm-8 {
    margin: 3rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3rem !important; }
  .m-sm-9 {
    margin: 4rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important; }
  .m-sm-11 {
    margin: 6rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 6rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 6rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 6rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 6rem !important; }
  .m-sm-12 {
    margin: 8rem !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 8rem !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 8rem !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 8rem !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 8rem !important; }
  .m-sm-13 {
    margin: 10rem !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 10rem !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 10rem !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 10rem !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 10rem !important; }
  .m-sm-14 {
    margin: 12rem !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 12rem !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 12rem !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 12rem !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 12rem !important; }
  .m-sm-15 {
    margin: 16rem !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 16rem !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 16rem !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 16rem !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 16rem !important; }
  .m-sm-16 {
    margin: 25rem !important; }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 25rem !important; }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 25rem !important; }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 25rem !important; }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 25rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 0.75rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important; }
  .p-sm-4 {
    padding: 1rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important; }
  .p-sm-5 {
    padding: 1.5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.5rem !important; }
  .p-sm-6 {
    padding: 2rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important; }
  .p-sm-7 {
    padding: 2.5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.5rem !important; }
  .p-sm-8 {
    padding: 3rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3rem !important; }
  .p-sm-9 {
    padding: 4rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important; }
  .p-sm-11 {
    padding: 6rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 6rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 6rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 6rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 6rem !important; }
  .p-sm-12 {
    padding: 8rem !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 8rem !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 8rem !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 8rem !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 8rem !important; }
  .p-sm-13 {
    padding: 10rem !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 10rem !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 10rem !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 10rem !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 10rem !important; }
  .p-sm-14 {
    padding: 12rem !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 12rem !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 12rem !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 12rem !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 12rem !important; }
  .p-sm-15 {
    padding: 16rem !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 16rem !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 16rem !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 16rem !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 16rem !important; }
  .p-sm-16 {
    padding: 25rem !important; }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 25rem !important; }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 25rem !important; }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 25rem !important; }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 25rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -0.75rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important; }
  .m-sm-n4 {
    margin: -1rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important; }
  .m-sm-n5 {
    margin: -1.5rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.5rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.5rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.5rem !important; }
  .m-sm-n6 {
    margin: -2rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2rem !important; }
  .m-sm-n7 {
    margin: -2.5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2.5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2.5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2.5rem !important; }
  .m-sm-n8 {
    margin: -3rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3rem !important; }
  .m-sm-n9 {
    margin: -4rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4rem !important; }
  .m-sm-n10 {
    margin: -5rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5rem !important; }
  .m-sm-n11 {
    margin: -6rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -6rem !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -6rem !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -6rem !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -6rem !important; }
  .m-sm-n12 {
    margin: -8rem !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -8rem !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -8rem !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -8rem !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -8rem !important; }
  .m-sm-n13 {
    margin: -10rem !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -10rem !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -10rem !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -10rem !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -10rem !important; }
  .m-sm-n14 {
    margin: -12rem !important; }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -12rem !important; }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -12rem !important; }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -12rem !important; }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -12rem !important; }
  .m-sm-n15 {
    margin: -16rem !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -16rem !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -16rem !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -16rem !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -16rem !important; }
  .m-sm-n16 {
    margin: -25rem !important; }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -25rem !important; }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -25rem !important; }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -25rem !important; }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -25rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 0.75rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important; }
  .m-md-4 {
    margin: 1rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important; }
  .m-md-5 {
    margin: 1.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.5rem !important; }
  .m-md-6 {
    margin: 2rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important; }
  .m-md-7 {
    margin: 2.5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.5rem !important; }
  .m-md-8 {
    margin: 3rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3rem !important; }
  .m-md-9 {
    margin: 4rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important; }
  .m-md-11 {
    margin: 6rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 6rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 6rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 6rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 6rem !important; }
  .m-md-12 {
    margin: 8rem !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 8rem !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 8rem !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 8rem !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 8rem !important; }
  .m-md-13 {
    margin: 10rem !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 10rem !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 10rem !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 10rem !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 10rem !important; }
  .m-md-14 {
    margin: 12rem !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 12rem !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 12rem !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 12rem !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 12rem !important; }
  .m-md-15 {
    margin: 16rem !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 16rem !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 16rem !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 16rem !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 16rem !important; }
  .m-md-16 {
    margin: 25rem !important; }
  .mt-md-16,
  .my-md-16 {
    margin-top: 25rem !important; }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 25rem !important; }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 25rem !important; }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 25rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 0.75rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important; }
  .p-md-4 {
    padding: 1rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important; }
  .p-md-5 {
    padding: 1.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.5rem !important; }
  .p-md-6 {
    padding: 2rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important; }
  .p-md-7 {
    padding: 2.5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.5rem !important; }
  .p-md-8 {
    padding: 3rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3rem !important; }
  .p-md-9 {
    padding: 4rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important; }
  .p-md-11 {
    padding: 6rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 6rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 6rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 6rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 6rem !important; }
  .p-md-12 {
    padding: 8rem !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 8rem !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 8rem !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 8rem !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 8rem !important; }
  .p-md-13 {
    padding: 10rem !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 10rem !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 10rem !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 10rem !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 10rem !important; }
  .p-md-14 {
    padding: 12rem !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 12rem !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 12rem !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 12rem !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 12rem !important; }
  .p-md-15 {
    padding: 16rem !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 16rem !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 16rem !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 16rem !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 16rem !important; }
  .p-md-16 {
    padding: 25rem !important; }
  .pt-md-16,
  .py-md-16 {
    padding-top: 25rem !important; }
  .pr-md-16,
  .px-md-16 {
    padding-right: 25rem !important; }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 25rem !important; }
  .pl-md-16,
  .px-md-16 {
    padding-left: 25rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -0.75rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important; }
  .m-md-n4 {
    margin: -1rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important; }
  .m-md-n5 {
    margin: -1.5rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.5rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.5rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.5rem !important; }
  .m-md-n6 {
    margin: -2rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2rem !important; }
  .m-md-n7 {
    margin: -2.5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -2.5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -2.5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -2.5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -2.5rem !important; }
  .m-md-n8 {
    margin: -3rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3rem !important; }
  .m-md-n9 {
    margin: -4rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4rem !important; }
  .m-md-n10 {
    margin: -5rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5rem !important; }
  .m-md-n11 {
    margin: -6rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -6rem !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -6rem !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -6rem !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -6rem !important; }
  .m-md-n12 {
    margin: -8rem !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -8rem !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -8rem !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -8rem !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -8rem !important; }
  .m-md-n13 {
    margin: -10rem !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -10rem !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -10rem !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -10rem !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -10rem !important; }
  .m-md-n14 {
    margin: -12rem !important; }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -12rem !important; }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -12rem !important; }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -12rem !important; }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -12rem !important; }
  .m-md-n15 {
    margin: -16rem !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -16rem !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -16rem !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -16rem !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -16rem !important; }
  .m-md-n16 {
    margin: -25rem !important; }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -25rem !important; }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -25rem !important; }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -25rem !important; }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -25rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 0.75rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important; }
  .m-lg-4 {
    margin: 1rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important; }
  .m-lg-5 {
    margin: 1.5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.5rem !important; }
  .m-lg-6 {
    margin: 2rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important; }
  .m-lg-7 {
    margin: 2.5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.5rem !important; }
  .m-lg-8 {
    margin: 3rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3rem !important; }
  .m-lg-9 {
    margin: 4rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important; }
  .m-lg-11 {
    margin: 6rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 6rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 6rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 6rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 6rem !important; }
  .m-lg-12 {
    margin: 8rem !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 8rem !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 8rem !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 8rem !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 8rem !important; }
  .m-lg-13 {
    margin: 10rem !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 10rem !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 10rem !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 10rem !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 10rem !important; }
  .m-lg-14 {
    margin: 12rem !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 12rem !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 12rem !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 12rem !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 12rem !important; }
  .m-lg-15 {
    margin: 16rem !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 16rem !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 16rem !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 16rem !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 16rem !important; }
  .m-lg-16 {
    margin: 25rem !important; }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 25rem !important; }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 25rem !important; }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 25rem !important; }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 25rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 0.75rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important; }
  .p-lg-4 {
    padding: 1rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important; }
  .p-lg-5 {
    padding: 1.5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.5rem !important; }
  .p-lg-6 {
    padding: 2rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important; }
  .p-lg-7 {
    padding: 2.5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.5rem !important; }
  .p-lg-8 {
    padding: 3rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3rem !important; }
  .p-lg-9 {
    padding: 4rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important; }
  .p-lg-11 {
    padding: 6rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 6rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 6rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 6rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 6rem !important; }
  .p-lg-12 {
    padding: 8rem !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 8rem !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 8rem !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 8rem !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 8rem !important; }
  .p-lg-13 {
    padding: 10rem !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 10rem !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 10rem !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 10rem !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 10rem !important; }
  .p-lg-14 {
    padding: 12rem !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 12rem !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 12rem !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 12rem !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 12rem !important; }
  .p-lg-15 {
    padding: 16rem !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 16rem !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 16rem !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 16rem !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 16rem !important; }
  .p-lg-16 {
    padding: 25rem !important; }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 25rem !important; }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 25rem !important; }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 25rem !important; }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 25rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -0.75rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important; }
  .m-lg-n4 {
    margin: -1rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important; }
  .m-lg-n5 {
    margin: -1.5rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.5rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.5rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.5rem !important; }
  .m-lg-n6 {
    margin: -2rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2rem !important; }
  .m-lg-n7 {
    margin: -2.5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2.5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2.5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2.5rem !important; }
  .m-lg-n8 {
    margin: -3rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3rem !important; }
  .m-lg-n9 {
    margin: -4rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4rem !important; }
  .m-lg-n10 {
    margin: -5rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5rem !important; }
  .m-lg-n11 {
    margin: -6rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -6rem !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -6rem !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -6rem !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -6rem !important; }
  .m-lg-n12 {
    margin: -8rem !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -8rem !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -8rem !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -8rem !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -8rem !important; }
  .m-lg-n13 {
    margin: -10rem !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -10rem !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -10rem !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -10rem !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -10rem !important; }
  .m-lg-n14 {
    margin: -12rem !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -12rem !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -12rem !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -12rem !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -12rem !important; }
  .m-lg-n15 {
    margin: -16rem !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -16rem !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -16rem !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -16rem !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -16rem !important; }
  .m-lg-n16 {
    margin: -25rem !important; }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -25rem !important; }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -25rem !important; }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -25rem !important; }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -25rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 0.75rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important; }
  .m-xl-4 {
    margin: 1rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important; }
  .m-xl-5 {
    margin: 1.5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.5rem !important; }
  .m-xl-6 {
    margin: 2rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important; }
  .m-xl-7 {
    margin: 2.5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.5rem !important; }
  .m-xl-8 {
    margin: 3rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3rem !important; }
  .m-xl-9 {
    margin: 4rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important; }
  .m-xl-11 {
    margin: 6rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 6rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 6rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 6rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 6rem !important; }
  .m-xl-12 {
    margin: 8rem !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 8rem !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 8rem !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 8rem !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 8rem !important; }
  .m-xl-13 {
    margin: 10rem !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 10rem !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 10rem !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 10rem !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 10rem !important; }
  .m-xl-14 {
    margin: 12rem !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 12rem !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 12rem !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 12rem !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 12rem !important; }
  .m-xl-15 {
    margin: 16rem !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 16rem !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 16rem !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 16rem !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 16rem !important; }
  .m-xl-16 {
    margin: 25rem !important; }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 25rem !important; }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 25rem !important; }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 25rem !important; }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 25rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 0.75rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important; }
  .p-xl-4 {
    padding: 1rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important; }
  .p-xl-5 {
    padding: 1.5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.5rem !important; }
  .p-xl-6 {
    padding: 2rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important; }
  .p-xl-7 {
    padding: 2.5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.5rem !important; }
  .p-xl-8 {
    padding: 3rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3rem !important; }
  .p-xl-9 {
    padding: 4rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important; }
  .p-xl-11 {
    padding: 6rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 6rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 6rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 6rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 6rem !important; }
  .p-xl-12 {
    padding: 8rem !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 8rem !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 8rem !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 8rem !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 8rem !important; }
  .p-xl-13 {
    padding: 10rem !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 10rem !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 10rem !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 10rem !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 10rem !important; }
  .p-xl-14 {
    padding: 12rem !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 12rem !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 12rem !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 12rem !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 12rem !important; }
  .p-xl-15 {
    padding: 16rem !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 16rem !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 16rem !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 16rem !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 16rem !important; }
  .p-xl-16 {
    padding: 25rem !important; }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 25rem !important; }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 25rem !important; }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 25rem !important; }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 25rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -0.75rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important; }
  .m-xl-n4 {
    margin: -1rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important; }
  .m-xl-n5 {
    margin: -1.5rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.5rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.5rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.5rem !important; }
  .m-xl-n6 {
    margin: -2rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2rem !important; }
  .m-xl-n7 {
    margin: -2.5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -2.5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -2.5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -2.5rem !important; }
  .m-xl-n8 {
    margin: -3rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3rem !important; }
  .m-xl-n9 {
    margin: -4rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4rem !important; }
  .m-xl-n10 {
    margin: -5rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5rem !important; }
  .m-xl-n11 {
    margin: -6rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -6rem !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -6rem !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -6rem !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -6rem !important; }
  .m-xl-n12 {
    margin: -8rem !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -8rem !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -8rem !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -8rem !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -8rem !important; }
  .m-xl-n13 {
    margin: -10rem !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -10rem !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -10rem !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -10rem !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -10rem !important; }
  .m-xl-n14 {
    margin: -12rem !important; }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -12rem !important; }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -12rem !important; }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -12rem !important; }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -12rem !important; }
  .m-xl-n15 {
    margin: -16rem !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -16rem !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -16rem !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -16rem !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -16rem !important; }
  .m-xl-n16 {
    margin: -25rem !important; }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -25rem !important; }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -25rem !important; }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -25rem !important; }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -25rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #f1f4f8;
  border-radius: 0.375rem; }

.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(0.375rem - 0px);
  border-top-right-radius: calc(0.375rem - 0px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.375rem - 0px);
  border-bottom-left-radius: calc(0.375rem - 0px); }

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem; }

.card-title {
  margin-bottom: 1.5rem; }

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 2rem; }

.card-header {
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  background-color: rgba(22, 28, 45, 0.03);
  border-bottom: 0 solid #f1f4f8; }

.card-header:first-child {
  border-radius: calc(0.375rem - 0px) calc(0.375rem - 0px) 0 0; }

.card-footer {
  padding: 1.5rem 2rem;
  background-color: rgba(22, 28, 45, 0.03);
  border-top: 0 solid #f1f4f8; }

.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 0px) calc(0.375rem - 0px); }

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1.5rem;
  margin-left: -1rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.375rem - 0px); }

.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.375rem - 0px);
  border-top-right-radius: calc(0.375rem - 0px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 0px);
  border-bottom-left-radius: calc(0.375rem - 0px); }

.card-deck .card {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px; }
  .card-deck .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px; } }

.card-group > .card {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        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; } }

.card-columns .card {
  margin-bottom: 1.5rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.shadow-light {
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.05) !important; }

.shadow-light-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05) !important; }

.shadow-dark {
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.15) !important; }

.shadow-dark-lg {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15) !important; }

.shadow-lift {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important; }

.shadow-multicolor {
  box-shadow: -300px 100px 300px rgba(80, 26, 232, 0.2), 300px -100px 300px rgba(36, 161, 252, 0.2); }

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

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  letter-spacing: -0.01em; }

.h1,
h1 {
  line-height: 1.3; }

@media (max-width: 991.98px) {
  .h1,
  h1 {
    font-size: 1.875rem; } }

.h2,
h2 {
  line-height: 1.35; }

@media (max-width: 991.98px) {
  .h2,
  h2 {
    font-size: 1.5rem; } }

.h3,
h3 {
  line-height: 1.4; }

@media (max-width: 991.98px) {
  .h3,
  h3 {
    font-size: 1.125rem; } }

.h4,
h4 {
  line-height: 1.45; }

@media (max-width: 991.98px) {
  .h4,
  h4 {
    font-size: 1.0625rem; } }

.h5,
h5 {
  line-height: 1.5; }

.h6,
h6 {
  line-height: 1.55; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option--selected {
  background: #f3f4f9; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4C6FFF; }

.select2-container--default .select2-selection--single {
  border: none;
  background: #f3f4f9;
  border-radius: 4px;
  height: 49px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 49px;
    padding-left: 1rem; }

.select2-dropdown {
  border: none;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); }

.select2-search--dropdown {
  padding: 0.7rem; }

.select2-results__option {
  padding: 0.5rem 1rem;
  font-size: 0.95rem; }

.fst-popup-search-wrapper .fst-popup-search-form input[type="text"] {
  background-color: #f3f4f9;
  border: none;
  padding-left: 35px; }

.fst-popup-search-wrapper .fst-popup-search-form .fst-popup-search-btns {
  right: 25px; }

.fst-popup-search-wrapper .fst-popup-search-close {
  padding: 0;
  position: relative; }
  .fst-popup-search-wrapper .fst-popup-search-close svg {
    width: 16px; }
  .fst-popup-search-wrapper .fst-popup-search-close:after {
    content: "Esc";
    position: absolute;
    font-size: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    top: calc( 100% - 16px); }

.fst-mmenu-toggler {
  margin-top: 0.4rem;
  margin-left: 1rem;
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  font-size: 32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  position: relative; }
  @media (min-width: 992px) {
    .fst-mmenu-toggler {
      display: none; } }
  .fst-mmenu-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    transition: transform 0.35s ease; }
    .fst-mmenu-toggler span:nth-child(1) {
      top: 0px; }
    .fst-mmenu-toggler span:nth-child(2), .fst-mmenu-toggler span:nth-child(3) {
      top: 8px; }
    .fst-mmenu-toggler span:nth-child(4) {
      top: 16px; }
  .fst-mmenu-toggler.base-theme-menu-open {
    z-index: 9; }
    .fst-mmenu-toggler.base-theme-menu-open span:nth-child(1) {
      top: 8px;
      width: 0%;
      left: 50%; }
    .fst-mmenu-toggler.base-theme-menu-open span:nth-child(2) {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .fst-mmenu-toggler.base-theme-menu-open span:nth-child(3) {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .fst-mmenu-toggler.base-theme-menu-open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }

/* New style */
.fst-mmenu button {
  padding: 0; }

.fst-mmenu-overlay {
  z-index: 100; }

.fst-mmenu {
  z-index: 101; }

/* 
.base-theme-main-menu > ul > li > ul li.menu-item-has-children > a:after, .primary-menu-wrapper > ul > li > ul li.menu-item-has-children > a:after{
    content: "\ea1e";
    font-family: 'bootstrap-icon';
    font-size: 11px;
    color: $primary-color;
}
 */
.fst-popup-search-wrapper {
  z-index: 99; }

.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce .related h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem; }

.woocommerce .quantity .qty, .woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 5rem; }

.woocommerce .woocommerce.widget_layered_nav_filters ul li.chosen a, .woocommerce-cart a.remove {
  position: relative; }

.woocommerce .woocommerce.widget_layered_nav_filters ul li.chosen a:after, .woocommerce-cart a.remove:after {
  content: "\ece1";
  font-family: 'bootstrap-icon' !important;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #D9263D; }

.woocommerce-page .woocommerce-table--order-details tbody tr:nth-child(odd) td, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody tr:nth-child(odd) td, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:nth-child(odd) td, .woocommerce-page .woocommerce-table--order-details tbody tr:nth-child(odd) th, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody tr:nth-child(odd) th, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:nth-child(odd) th {
  background-color: #f3f4f9; }

.woocommerce div.product .woocommerce-tabs table.shop_attributes, .woocommerce-cart .woocommerce table, .woocommerce-page .woocommerce-table--order-details, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders {
  border: none !important; }
  .woocommerce div.product .woocommerce-tabs table.shop_attributes thead th, .woocommerce-cart .woocommerce table thead th, .woocommerce-page .woocommerce-table--order-details thead th, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details thead th, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table thead th, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders thead th, .woocommerce div.product .woocommerce-tabs table.shop_attributes thead td, .woocommerce-cart .woocommerce table thead td, .woocommerce-page .woocommerce-table--order-details thead td, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details thead td, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table thead td, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders thead td,
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tbody th,
  .woocommerce-cart .woocommerce table tbody th,
  .woocommerce-page .woocommerce-table--order-details tbody th,
  .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody th,
  .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody th,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tbody th,
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tbody td,
  .woocommerce-cart .woocommerce table tbody td,
  .woocommerce-page .woocommerce-table--order-details tbody td,
  .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody td,
  .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tbody td {
    border-top: none;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important; }
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tfoot td, .woocommerce-cart .woocommerce table tfoot td, .woocommerce-page .woocommerce-table--order-details tfoot td, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tfoot td, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tfoot td, .woocommerce div.product .woocommerce-tabs table.shop_attributes tfoot th, .woocommerce-cart .woocommerce table tfoot th, .woocommerce-page .woocommerce-table--order-details tfoot th, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tfoot th, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tfoot th,
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tbody td,
  .woocommerce-cart .woocommerce table tbody td,
  .woocommerce-page .woocommerce-table--order-details tbody td,
  .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody td,
  .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tbody td,
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tbody th,
  .woocommerce-cart .woocommerce table tbody th,
  .woocommerce-page .woocommerce-table--order-details tbody th,
  .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody th,
  .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody th,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tbody th {
    padding: 1rem 1.5rem !important; }
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tfoot tr th, .woocommerce-cart .woocommerce table tfoot tr th, .woocommerce-page .woocommerce-table--order-details tfoot tr th, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tfoot tr th, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr th, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tfoot tr th, .woocommerce div.product .woocommerce-tabs table.shop_attributes tfoot tr td, .woocommerce-cart .woocommerce table tfoot tr td, .woocommerce-page .woocommerce-table--order-details tfoot tr td, .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tfoot tr td, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr td, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tfoot tr td,
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tbody tr th,
  .woocommerce-cart .woocommerce table tbody tr th,
  .woocommerce-page .woocommerce-table--order-details tbody tr th,
  .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody tr th,
  .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr th,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tbody tr th,
  .woocommerce div.product .woocommerce-tabs table.shop_attributes tbody tr td,
  .woocommerce-cart .woocommerce table tbody tr td,
  .woocommerce-page .woocommerce-table--order-details tbody tr td,
  .woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tbody tr td,
  .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr td,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders tbody tr td {
    border-top: 1px solid #f3f4f9 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important; }

.woocommerce-info,
.woocommerce-message, .woocommerce-page .woocommerce-thankyou-order-received, .woocommerce-error {
  border-top: none;
  background-color: #fff;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-left: 5px solid transparent;
  padding: 1.2em 130px 1.2em 3.5em; }
  .woocommerce-info .button, .woocommerce-message .button, .woocommerce-page .woocommerce-thankyou-order-received .button, .woocommerce-error .button {
    position: absolute !important;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .woocommerce-info::before,
  .woocommerce-message::before, .woocommerce-page .woocommerce-thankyou-order-received::before, .woocommerce-error::before {
    font-size: 1.2rem;
    top: 0.7em; }

.woocommerce-info,
.woocommerce-message, .woocommerce-page .woocommerce-thankyou-order-received {
  border-color: #4C6FFF; }
  .woocommerce-info:before,
  .woocommerce-message:before, .woocommerce-page .woocommerce-thankyou-order-received:before {
    color: #4C6FFF; }

.woocommerce-error {
  border-color: #D9263D; }
  .woocommerce-error:before {
    color: #D9263D; }

.woocommerce .quantity input:not([type="submit"]):not([type="checkbox"]):not([type="button"]), .woocommerce-cart input:not([type="submit"]):not([type="checkbox"]):not([type="button"]), .woocommerce-page form.checkout_coupon input:not([type="submit"]):not([type="checkbox"]):not([type="button"]), .woocommerce-page .woocommerce-checkout .col-1 input:not([type="submit"]):not([type="checkbox"]):not([type="button"]), .woocommerce-page .woocommerce-checkout .col-2 input:not([type="submit"]):not([type="checkbox"]):not([type="button"]), .woocommerce-account form.woocommerce-ResetPassword input:not([type="submit"]):not([type="checkbox"]):not([type="button"]), .woocommerce-account form.woocommerce-form-login input:not([type="submit"]):not([type="checkbox"]):not([type="button"]), .logged-in.woocommerce-account.woocommerce-page .form-row input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.woocommerce .quantity select,
.woocommerce-cart select,
.woocommerce-page form.checkout_coupon select,
.woocommerce-page .woocommerce-checkout .col-1 select,
.woocommerce-page .woocommerce-checkout .col-2 select,
.woocommerce-account form.woocommerce-ResetPassword select,
.woocommerce-account form.woocommerce-form-login select,
.logged-in.woocommerce-account.woocommerce-page .form-row select,
.woocommerce .quantity textarea,
.woocommerce-cart textarea,
.woocommerce-page form.checkout_coupon textarea,
.woocommerce-page .woocommerce-checkout .col-1 textarea,
.woocommerce-page .woocommerce-checkout .col-2 textarea,
.woocommerce-account form.woocommerce-ResetPassword textarea,
.woocommerce-account form.woocommerce-form-login textarea,
.logged-in.woocommerce-account.woocommerce-page .form-row textarea {
  background-color: #f3f4f9;
  max-width: 100%;
  padding: 0.9rem 1rem !important;
  border: none;
  font-size: 0.9rem;
  border-radius: 0.2rem;
  color: #666666; }

.logged-in.woocommerce-account.woocommerce-page .woocommerce-orders-table__cell-order-number a,
.logged-in.woocommerce-account.woocommerce-page .order-number,
.logged-in.woocommerce-account.woocommerce-page .order-date,
.logged-in.woocommerce-account.woocommerce-page .order-status {
  display: inline-block;
  padding: .25rem .75rem;
  font-size: 85%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.logged-in.woocommerce-account.woocommerce-page .woocommerce-orders-table__cell-order-number a,
.logged-in.woocommerce-account.woocommerce-page .order-number,
.logged-in.woocommerce-account.woocommerce-page .order-date,
.logged-in.woocommerce-account.woocommerce-page .order-status {
  background-color: rgba(76, 111, 255, 0.1);
  color: #4C6FFF; }

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: initial; }

.woocommerce span.onsale, .woocommerce ul.products li.product span.onsale {
  top: 15px;
  right: 15px;
  min-height: inherit;
  width: 50px;
  line-height: 2.1;
  border-radius: 0;
  font-weight: normal;
  padding: 0 0.8rem;
  margin: initial;
  border-radius: 4px; }

.woocommerce.single-product span.onsale {
  top: 0;
  left: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  font-family: inherit;
  font-weight: normal;
  color: #001466; }
  .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del {
    margin-right: 0.5rem; }
  .woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce ul.products li.product .price ins {
    font-weight: normal; }

.woocommerce div.product {
  position: relative; }

.woocommerce div.product form.cart .reset_variations {
  margin-left: 1rem;
  font-size: 0.9rem; }

.woocommerce div.product p.price {
  font-size: 2rem; }

.woocommerce div.product span.price {
  font-size: 2.3rem;
  margin-bottom: 1.8rem;
  display: inline-block; }

.woocommerce ul.products {
  margin: 0 -15px;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce ul.products .star-rating {
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 30px;
    left: 30px; }
  .woocommerce ul.products .woocommerce-loop-product__title {
    text-transform: uppercase;
    font-size: 1rem; }
  .woocommerce ul.products li.product {
    padding: 15px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    @media (max-width: 1199px) {
      .woocommerce ul.products li.product {
        width: 25% !important; } }
    @media (max-width: 992px) {
      .woocommerce ul.products li.product {
        width: 33.333334% !important; } }
    @media (max-width: 768px) {
      .woocommerce ul.products li.product {
        width: 50% !important; } }
    .woocommerce ul.products li.product:hover {
      box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-weight: normal;
      font-family: inherit;
      font-size: 1.2rem;
      color: #000; }
    .woocommerce ul.products li.product .added_to_cart.wc-forward {
      background-color: initial !important;
      font-size: 0.95rem;
      margin-left: 0.5rem; }
    .woocommerce ul.products li.product .price {
      font-size: 1.1rem; }
    .woocommerce ul.products li.product .button {
      display: block;
      border-radius: 0; }

h2.woocommerce-loop-category__title {
  color: #000; }

.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button {
  background-color: #4C6FFF;
  font-weight: normal;
  color: white;
  border-radius: 4px;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: .618em 1.5em; }
  .woocommerce button.button:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover {
    color: white;
    background-color: #002de5 !important; }
  .woocommerce button.alt.disabled.button,
  .woocommerce #respond input.alt.disabled#submit,
  .woocommerce a.alt.disabled.button {
    background-color: #7f98ff; }
    .woocommerce button.alt.disabled.button:hover,
    .woocommerce #respond input.alt.disabled#submit:hover,
    .woocommerce a.alt.disabled.button:hover {
      background-color: #7f98ff !important; }

.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none; }
  .woocommerce .woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 0 0.2rem;
    overflow: initial; }
    .woocommerce .woocommerce-pagination ul.page-numbers li > * {
      padding: 8px 10px 5px;
      min-width: 43px;
      display: inline-block;
      margin: 0 1px;
      text-align: center;
      box-shadow: 0 2px 10px 0 #d8dde6;
      color: #000;
      font-size: 15px;
      line-height: 23px;
      border-radius: 4px;
      display: block; }
      .woocommerce .woocommerce-pagination ul.page-numbers li > *:hover {
        background-color: initial;
        color: initial; }
      .woocommerce .woocommerce-pagination ul.page-numbers li > *.next, .woocommerce .woocommerce-pagination ul.page-numbers li > *.prev {
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        font-size: 1.3rem;
        min-width: 2.5rem;
        color: #001156; }
        .woocommerce .woocommerce-pagination ul.page-numbers li > *.next:hover, .woocommerce .woocommerce-pagination ul.page-numbers li > *.prev:hover {
          text-decoration: underline; }
    .woocommerce .woocommerce-pagination ul.page-numbers li span.current {
      background-color: #4C6FFF;
      color: #fff; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e2e4f1; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #4C6FFF; }

.woocommerce .woocommerce.widget_layered_nav_filters ul li.chosen {
  padding-left: 0; }
  .woocommerce .woocommerce.widget_layered_nav_filters ul li.chosen::before {
    display: none; }
  .woocommerce .woocommerce.widget_layered_nav_filters ul li.chosen a {
    background: #f3f4f9;
    line-height: 2.5;
    font-size: 0.9rem;
    display: inline-block;
    padding: 0 0.8rem;
    text-decoration: none;
    padding-right: 1.5rem; }
    .woocommerce .woocommerce.widget_layered_nav_filters ul li.chosen a::before {
      display: none; }

.woocommerce div.product #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border: none;
  border-radius: 4px; }

.woocommerce div.product #reviews #comments ol.commentlist li .comment-text {
  margin-top: 0.5rem;
  background: #f4f6ff;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  border: none; }

.woocommerce div.product #reviews #comments ol.commentlist li .star-rating {
  color: #FFD303; }

.woocommerce div.product #reviews #comments ol.commentlist li p.stars a:hover {
  color: #FFD303; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  overflow: initial; }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    bottom: -1px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 4px 4px 0 0;
    background-color: transparent;
    padding: 0 1.3rem;
    margin: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: #4C6FFF;
      top: 100%; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      color: #545454; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
      background-color: rgba(76, 111, 255, 0.1); }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
      display: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      font-weight: 500; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      color: #4C6FFF; }

.woocommerce .quantity + button {
  line-height: 2.2 !important;
  margin-left: 0.5rem; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.9;
  margin-right: 0.5rem; }

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
  padding: 1rem 1.5rem; }

.woocommerce-page .cart-collaterals .cart_totals {
  width: initial !important; }

@media (min-width: 768px) {
  .woocommerce table.woocommerce-cart-form__contents tbody tr td:first-child {
    width: 20px; } }

.woocommerce-cart a.remove {
  position: relative;
  color: transparent !important; }
  .woocommerce-cart a.remove:after {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .woocommerce-cart a.remove:hover {
    background-color: initial !important; }

.woocommerce-cart table.cart img {
  width: 60px; }

.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.button {
  line-height: 0.8; }

.woocommerce-cart .woocommerce .cart_totals h2 {
  display: none; }

.woocommerce-cart .woocommerce table tr .qty {
  max-width: 100px !important; }

.woocommerce-cart .woocommerce table tr .actions {
  padding: 30px 0 20px 0 !important; }
  .woocommerce-cart .woocommerce table tr .actions .coupon {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .woocommerce-cart .woocommerce table tr .actions .coupon {
        margin-bottom: 1rem;
        display: block; }
        .woocommerce-cart .woocommerce table tr .actions .coupon .input-text {
          width: 100%; }
        .woocommerce-cart .woocommerce table tr .actions .coupon button {
          margin-top: 0.5rem;
          width: 100% !important; } }

@media (min-width: 768px) {
  .woocommerce-cart .woocommerce table tr td:last-child {
    width: 200px; } }

.woocommerce-page .woocommerce-customer-details address {
  border: none;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem; }

.woocommerce-page .woocommerce-billing-fields {
  margin-top: 2rem; }

.woocommerce-page .woocommerce-thankyou-order-received {
  padding: 1rem;
  margin-bottom: 2rem; }

.woocommerce-page .woocommerce-table--order-details tfoot {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); }

.woocommerce-page ul.woocommerce-thankyou-order-details {
  background-color: #4C6FFF;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 4px; }
  @media (max-width: 768px) {
    .woocommerce-page ul.woocommerce-thankyou-order-details li {
      float: initial;
      border-right: none;
      padding: 0.5rem 0;
      margin-right: 0; }
      .woocommerce-page ul.woocommerce-thankyou-order-details li:not(:last-child) {
        border-bottom: 1px dashed #d3ced2; } }

.woocommerce-page form.checkout_coupon {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-color: transparent;
  width: 450px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%; }
  .woocommerce-page form.checkout_coupon .form-row {
    width: 100%; }
    .woocommerce-page form.checkout_coupon .form-row.form-row-last {
      margin-bottom: 0; }
    .woocommerce-page form.checkout_coupon .form-row button {
      margin: 0 auto; }

.woocommerce-page .woocommerce-checkout #payment {
  background-color: transparent; }
  .woocommerce-page .woocommerce-checkout #payment .wc_payment_methods {
    background-color: #4C6FFF;
    color: #fff;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    border-bottom: none; }
    .woocommerce-page .woocommerce-checkout #payment .wc_payment_methods div.payment_box {
      background-color: #fff; }
      .woocommerce-page .woocommerce-checkout #payment .wc_payment_methods div.payment_box:before {
        border-bottom-color: #fff; }

.woocommerce-page .woocommerce-checkout .woocommerce-table--order-details tfoot,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); }

.woocommerce-page .woocommerce-checkout .form-row-first,
.woocommerce-page .woocommerce-checkout .form-row-last {
  float: none;
  width: initial;
  overflow: initial; }

.woocommerce-page .woocommerce-checkout .col-1,
.woocommerce-page .woocommerce-checkout .col-2 {
  -ms-flex: initial;
      flex: initial;
  max-width: initial;
  padding-left: initial;
  padding-right: initial;
  width: 100%; }
  .woocommerce-page .woocommerce-checkout .col-1 h3,
  .woocommerce-page .woocommerce-checkout .col-2 h3 {
    margin-bottom: 1.5rem; }

.woocommerce-page .woocommerce-checkout .form-row-wide {
  clear: initial; }

.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  margin: 0 -15px; }
  .woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    -ms-flex: 0 0 33.33334%;
        flex: 0 0 33.33334%;
    max-width: 33.33334%; }
    @media (max-width: 768px) {
      .woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.woocommerce-page .woocommerce-checkout .form-row {
  padding: 0 15px;
  margin: 0 0 30px;
  display: initial; }
  .woocommerce-page .woocommerce-checkout .form-row textarea {
    height: 150px; }
  .woocommerce-page .woocommerce-checkout .form-row label {
    line-height: 1;
    font-size: 0.9rem; }

.woocommerce-page .woocommerce-checkout #billing_address_2 {
  margin-top: 20px; }

.woocommerce-account h2 {
  text-align: center; }

.woocommerce-account form.woocommerce-ResetPassword,
.woocommerce-account form.woocommerce-form-login {
  width: 400px;
  max-width: 100%;
  padding: 2rem;
  margin: 0 auto;
  border: none;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); }
  .woocommerce-account form.woocommerce-ResetPassword .form-row,
  .woocommerce-account form.woocommerce-form-login .form-row {
    width: initial;
    display: initial !important;
    float: initial !important; }
  .woocommerce-account form.woocommerce-ResetPassword .clear,
  .woocommerce-account form.woocommerce-form-login .clear {
    display: none; }
  .woocommerce-account form.woocommerce-ResetPassword .woocommerce-form-login__rememberme,
  .woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block; }
  .woocommerce-account form.woocommerce-ResetPassword .form-row,
  .woocommerce-account form.woocommerce-form-login .form-row {
    display: initial; }
  .woocommerce-account form.woocommerce-ResetPassword label,
  .woocommerce-account form.woocommerce-form-login label {
    display: block; }

.logged-in.woocommerce-account.woocommerce-page {
  /*  fieldset,
    .woocommerce-Button{
        margin-top: 2rem;
    } */ }
  .logged-in.woocommerce-account.woocommerce-page .form-row {
    -ms-flex: initial;
        flex: initial;
    max-width: initial;
    padding-left: initial;
    padding-right: initial;
    width: 100%; }
    .logged-in.woocommerce-account.woocommerce-page .form-row h3 {
      margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
      padding-left: 2rem; } }
  .logged-in.woocommerce-account.woocommerce-page .password-input,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-input-wrapper {
    width: 100%; }
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); }
    .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders thead th, .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-orders thead td {
      padding: 1rem 1.5rem; }
  .logged-in.woocommerce-account.woocommerce-page address {
    border: none;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
    padding: 2rem; }
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-Addresses .col-1,
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-Addresses .col-2 {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; }
    .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul {
      padding: 1rem 0;
      list-style: none;
      margin-bottom: 0; }
      .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: #4C6FFF;
        color: #fff;
        border-radius: 4px; }
      .logged-in.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
        padding: 0.7rem 2rem;
        display: block; }

.woocommerce .star-rating {
  color: #FFD303; }

.woocommerce div.product #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border: none;
  border-radius: 4px; }

.woocommerce div.product #reviews #comments ol.commentlist li .comment-text {
  margin-top: 0.5rem;
  background: #f4f6ff;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  border: none; }

.woocommerce div.product #reviews #comments ol.commentlist li p.stars a:hover {
  color: #FFD303; }

.woocommerce div.product div.images {
  /*  .slick-current{
                a{
                    outline: 5px auto -webkit-focus-ring-color;
                }
            } */ }
  .woocommerce div.product div.images .slick-arrow {
    display: block;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #4C6FFF;
    cursor: pointer;
    position: absolute;
    left: calc( 100% + 5px);
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .woocommerce div.product div.images .slick-arrow.slick-prev {
      border-right: 10px solid #4C6FFF;
      border-left: none;
      left: initial;
      right: calc( 100% + 1px); }
  .woocommerce div.product div.images .woocommerce-product-gallery {
    padding: 5px 0;
    margin: 0 0 0 -5px; }
    .woocommerce div.product div.images .woocommerce-product-gallery .woocommerce-product-gallery__image {
      padding: 4px 5px; }

.woocommerce div.product form.cart .fst-custom-input-wrapper {
  margin-top: 2px; }
