ul.list.padding-top {
    padding-top: 20px;
}
div#contact-us {
    padding: 0px;
}
p.side-padding {
    padding: 0px 90px;
}
.section.section-light-gray.client-slider{
  padding-bottom: 100px;
}

.h3-heading-with-margin{

  margin-left: 20px;
  margin-top: 20px;

}
/* Main two-column list */
  .list-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; /* space between columns */
        list-style-type: none;
        padding-left: 0;
      }

      /* Individual list items */
      .list-columns > li {
        margin-bottom: 20px;
      }

  /* Sublists inside each item */
  .list-columns ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
  }

  .list-columns ul li {
    margin-bottom: 8px;
  }

  /* Bold section headings inside list items */
  .list-columns strong {
    display: block;
    margin-bottom: 8px;
  }

  /* Responsive behavior: switch to 1 column on small screens */
  @media (max-width: 768px) {
    .list-columns {
      grid-template-columns: 1fr;
    }
  }

  h4.heading-right.blue-h4 {
    color: #054371;
    font-size: 22px;
    line-height: 32px;
    left: 10px !important;
}

.ai-tools-image{

  width: 80%;
  height: auto;

}
.equiheight-children *[class^="col"]{
  padding: 30px;
}
.container.clutch-widget {
    padding: 0px !important;
}
.awards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left; /* centers badges */
  gap: 20px; /* spacing between badges */
}

.awards-row .col-1 {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
}

.awards-row img {
  max-width: 100%;
  height: auto;
  width: 118px; /* default size */
  transition: transform 0.3s ease;
}

.awards-row img:hover {
  transform: scale(1.05); /* small hover effect */
}

/* Tablet screens */
@media (max-width: 768px) {
  .awards-row img {
    width: 90px;
  }
}
/* Responsive range to cover 1138px wide devices */
@media (max-width: 1200px) and (min-width: 1024px) {
  .orange-blue-bg p{
    font-size: 18px !important;
    line-height: 26px !important;
  }

}

/* Mobile screens */
@media (max-width: 480px) {
  .icon-media-object:last-child{

    margin-bottom: 30px !important;

  }
  h4.heading-right.blue-h4 {
    left: auto !important;
}
  .services-block{
    margin-bottom: 30px;
  }
  .ai-tools-image{
    width: 100%;
    height: 100%;
  }

  .icon-media-title .heading-right{
    left: auto !important;
  }
  .icon-media-text{
    left: auto !important;
   }

.text-center {
    text-align: left;
}
.services-block p, .text-center p {
    text-align: left;
}

 .equiheight-children *[class^="col"]{
  padding: 10px;
} 
  .awards-row {
    gap: 15px;
  justify-content: center;
  }
  .awards-row img {
    width: 70px;
  }
  .services-block{
    padding-bottom: 20 !important;
  }
.mb-5.blue-font.italic{
  text-align: center !important;
  margin-bottom: 0px !important;
}
footer .social-icons{
  float: left !important;
}

}

#dual-cat-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

#dual-cat-filter select {
    padding: 5px;
    font-size: 16px;
    min-width: 180px;
}

#clear-filter {
    padding: 6px 12px;
    background-color: #ccc;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

#clear-filter:hover {
    background-color: #aaa;
}

.blog-list li {
    margin-bottom: 10px;
}

.pagination {
    margin-top: 20px;
}

.pagination-btn {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    background: #eee;
    border: none;
    border-radius: 4px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Exactly 3 columns */
    gap: 20px;
    margin-top: 20px;
}

.blog-card {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    transition: box-shadow 0.3s;
}

.blog-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.blog-card img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin-bottom: 10px;
} 

.blog-card h3 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.blog-card h3 a {
    text-decoration: none;
    color: #333;
}

.blog-card .date {
    font-size: 14px;
    color: #777;
}
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}

.pagination-btn:hover {
    background: #ddd;
}

.blog-category-filter-listing span.comment {
    display: none;
}
.blog-category-filter-listing .caf-post-title {
    display: none;
}
.blog-category-filter-listing span.author.caf-col-md-4 {
    display: none;
}

.blog-category-filter-listing a.caf-read-more {
    background: #f05a28 !important;
    color: white !important;
    padding: 7px 10px;
    border: none;
    font-weight: 500;
}
ul#caf-layout-pagination.post-layout1 li span, ul#caf-layout-pagination.post-layout1 li a  {
    background-color: #054371 !important;
    color: white !important;
}
ul#caf-layout-pagination.post-layout1 li span.current{
  background-color: #f05a28 !important;
    color: white !important;  
}

.gglcptch.gglcptch_v2 {
    margin-left: 29px;
}
.ss-list-item{
  display: none;
}
.ss-list-item.item-active{
  display: block;
}
.hover-box {
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: white;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.hover-box:hover {
  background-color: rgba(240, 90, 40, 0.1);
  border-color: #f05a28;
}

.hover-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hover-box:hover img {
  transform: scale(1.05);
}
  
.hover-box-content {
  padding: 20px;
  flex-grow: 1;
}

.read-more {
  font-weight: 500;
  color: #f05a28;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.hover-box:hover .read-more {
  transform: translateX(5px);
}
.hover-block:hover {
  background-color: rgba(240, 90, 40, 0.1);
}

a.ss-block{
  border: 2px solid rgba(5,  67, 113, 0.2);
}
.link.mt-3.link-ss {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: rgba(5, 67, 113, 1);
    text-decoration: none;
    padding: 0px 10px;
}
h4.header-mb-small-ss {
    /* font-family: Roboto Condensed; */
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.31px;
    color: rgba(73, 88, 101, 1);
    padding-top:10px;
    padding-left:10px;
    margin: 0px;
}
h3.header-mb-small-ss {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.47px;
    color: rgba(73, 88, 101, 1);
    padding: 0px 10px;
    margin: 0px;
}
.grid-ss .col-6.col-md-4 {
   /* border: 2px solid rgba(5, 67, 113, 0.2);*/
    /*margin-right: 30px;*/
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 20px;

}
.case-study-solution-media .solution-img {
    padding-bottom: 100px;
    text-align: left !important;
}
footer .logo {
  margin: 0 0 35px 0;
  display: inline-block;
}

footer .social-icons {
  margin-bottom: 0;
  float: right;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 10px;
}
.col-md-2.col-sm-12 {
    text-align: left;
}
.signup-newsletter h3{
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
  letter-spacing: 0.22px;
  color: #fff;
  padding: 30px 0px;
}

.col.orange-blue-bg.m-3.margin-class-2,
.col-12.col-md-3.orange-blue-bg.p-3.margin-class-2 {
    margin-top: 50px !important;
}
.col.orange-blue-bg.m-3.margin-class-3,
.col-12.col-md-3.orange-blue-bg.p-3.margin-class-3 {
    margin-top: 100px !important;
}

@media (max-width: 768px) {
.col.orange-blue-bg, .col-12.col-md-3.orange-blue-bg.p-3 {
      max-width: none !important;
      height: auto !important;
  }
.col-12.col-md-3.orange-blue-bg.p-3.margin-class-3 {
    margin-top: 50px !important;
  }
  h2.align-center{
    font-size: 38px !important;
  }
  h1.form-box-h1{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

h2.align-center {
    text-align: center;
}
.section.signup-newsletter{
  background-image: url('/wp-content/themes/innovify/assets/images/Rectangle_blue.png');
}
.col.orange-blue-bg, .col-12.col-md-3.orange-blue-bg.p-3 {
    
    border: 1px solid #f05a28;
    box-shadow: 12px 12px 0 0 #054371;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 370px;
    padding: 30px;
    max-width: 30%;
    margin-right: 30px;
}
.orange-blue-bg p {
    font-size: 24px;
}

.mb-5.blue-font{
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.4px;
  color: #1D3D5D;
}
.mb-5.blue-font.italic{

  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.4px;
  color: #1D3D5D;
  margin-top:20px;
}


@media screen and (max-width: 480px) {

    .icon-title h3{
    
    font-size: 24px !important;
    line-height: 32px !important;
  }

.section.section-hero-cmn-lp{
  padding-top: 80px !important;
}

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

  .services-block_wu.col-md-4{

  display: flex;
  flex-direction: column;
  align-items: center; /* Center the image horizontally */
  text-align: left;    /* Keep text left-aligned */
  box-sizing: border-box;
  }

  .text-center.mob-left{
    text-align: left !important;
  }
  footer .col-auto {
    margin: 0 24px;
    text-align: left;
  }
  .signup-newsletter h3 {
    line-height: 30px !important;
}
}
.social-icons li {
    padding: 15px;
}
footer .col-auto {
    margin: 0 24px;
}
.footer {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.footer .overlap-wrapper {
  overflow-x: hidden;
  width: 1920px;
  height: 1632px;
}

.footer .overlap {
  position: relative;
  width: 1922px;
  height: 1634px;
  top: -1px;
  left: -1px;
  background-color: #f1f1f1;
}

.footer .logo-default {
  position: absolute;
  width: 240px;
  height: 63px;
  top: 145px;
  left: 326px;
}

.footer .new-logo-copy {
  position: relative;
  height: 62px;
  top: 1px;
}

.footer .div {
  position: absolute;
  width: 227px;
  height: 62px;
  top: 0;
  left: 0;
}

.footer .shape {
  position: absolute;
  width: 5px;
  height: 26px;
  top: 13px;
  left: 66px;
}

.footer .img {
  position: absolute;
  width: 24px;
  height: 18px;
  top: 21px;
  left: 102px;
}

.footer .shape-2 {
  position: absolute;
  width: 24px;
  height: 18px;
  top: 21px;
  left: 75px;
}

.footer .shape-3 {
  position: absolute;
  width: 24px;
  height: 18px;
  top: 21px;
  left: 129px;
}

.footer .shape-4 {
  position: absolute;
  width: 24px;
  height: 18px;
  top: 21px;
  left: 154px;
}

.footer .shape-5 {
  position: absolute;
  width: 5px;
  height: 26px;
  top: 13px;
  left: 180px;
}

.footer .shape-6 {
  position: absolute;
  width: 16px;
  height: 30px;
  top: 9px;
  left: 188px;
}

.footer .shape-7 {
  position: absolute;
  width: 22px;
  height: 27px;
  top: 21px;
  left: 205px;
}

.footer .group {
  position: absolute;
  width: 48px;
  height: 62px;
  top: 0;
  left: 0;
  /*background-image: url(./img/shape-29.svg);*/
  background-size: 100% 100%;
}

.footer .shape-8 {
  position: absolute;
  width: 11px;
  height: 15px;
  top: 16px;
  left: 0;
}

.footer .group-2 {
  position: absolute;
  width: 105px;
  height: 8px;
  top: 43px;
  left: 66px;
}

.footer .shape-9 {
  position: absolute;
  width: 1px;
  height: 6px;
  top: 0;
  left: 0;
} 

.footer .shape-10 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 2px;
  left: 2px;
}

.footer .shape-11 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 2px;
  left: 7px;
}

.footer .shape-12 {
  position: absolute;
  width: 4px;
  height: 5px;
  top: 2px;
  left: 12px;
}

.footer .shape-13 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 2px;
  left: 17px;
}

.footer .shape-14 {
  position: absolute;
  width: 3px;
  height: 5px;
  top: 2px;
  left: 21px;
}

.footer .shape-15 {
  position: absolute;
  width: 3px;
  height: 6px;
  top: 1px;
  left: 25px;
}

.footer .shape-16 {
  position: absolute;
  width: 4px;
  height: 5px;
  top: 2px;
  left: 28px;
}

.footer .shape-17 {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 5px;
  left: 33px;
}

.footer .shape-18 {
  position: absolute;
  width: 4px;
  height: 6px;
  top: 0;
  left: 37px;
}

.footer .shape-19 {
  position: absolute;
  width: 1px;
  height: 6px;
  top: 0;
  left: 42px;
}

.footer .shape-20 {
  position: absolute;
  width: 3px;
  height: 5px;
  top: 2px;
  left: 44px;
}

.footer .shape-21 {
  position: absolute;
  width: 2px;
  height: 4px;
  top: 2px;
  left: 48px;
}

.footer .shape-22 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 2px;
  left: 51px;
}

.footer .shape-23 {
  position: absolute;
  width: 4px;
  height: 6px;
  top: 2px;
  left: 56px;
}

.footer .shape-24 {
  position: absolute;
  width: 3px;
  height: 6px;
  top: 1px;
  left: 61px;
}

.footer .shape-25 {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 5px;
  left: 64px;
}

.footer .shape-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 5px;
  left: 104px;
}

.footer .shape-26 {
  position: absolute;
  width: 3px;
  height: 6px;
  top: 1px;
  left: 68px;
}

.footer .shape-27 {
  position: absolute;
  width: 2px;
  height: 4px;
  top: 2px;
  left: 71px;
}

.footer .shape-28 {
  position: absolute;
  width: 3px;
  height: 5px;
  top: 2px;
  left: 74px;
}

.footer .shape-29 {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 2px;
  left: 78px;
}

.footer .shape-30 {
  position: absolute;
  width: 3px;
  height: 5px;
  top: 2px;
  left: 83px;
}

.footer .shape-31 {
  position: absolute;
  width: 3px;
  height: 6px;
  top: 0;
  left: 86px;
}

.footer .shape-32 {
  position: absolute;
  width: 4px;
  height: 5px;
  top: 2px;
  left: 89px;
}

.footer .shape-33 {
  position: absolute;
  width: 2px;
  height: 4px;
  top: 2px;
  left: 94px;
}

.footer .shape-34 {
  position: absolute;
  width: 60px;
  height: 4px;
  top: 2px;
  left: 97px;
}

.footer .overlap-group {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 21px;
  left: 231px;
  /*background-image: url(./img/oval.svg);*/
  background-size: 100% 100%;
}

.footer .r {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 2px;
  left: 3px;
}

.footer .frame-wrapper {
  position: absolute;
  width: 1280px;
  height: 133px;
  top: 240px;
  left: 326px;
}

.footer .frame {
  display: flex;
  flex-direction: column;
  width: 1280px;
  height: 133px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.footer .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  /*font-family: "Roboto Condensed-Regular", Helvetica;*/
  font-weight: 400;
  color: #495865;
  font-size: 20px;
  letter-spacing: 0.31px;
  line-height: 34px;
}

.footer .frame-2 {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -0.22px;
}

.footer .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.footer .image {
  position: relative;
  width: 97.17px;
  height: auto;
  object-fit: cover;
}

.footer .crown-commercial {
  position: relative;
  width: 49px;
  height: 50px;
  /*background-image: url(./img/crown-commercial-service2-thegem-person-1-thegem-p-thegem-person-1-thegem-person1-thegem-person-thegem-person.png);*/
  background-size: 100% 100%;
}

.footer .img-2 {
  position: relative;
  width: 60px;
  height: 50px;
}

.footer .screenshot {
  position: relative;
  width: 52px;
  height: 50px;
}

.footer .ariba-thegem-person {
  position: relative;
  width: 68px;
  height: 50px;
}

.footer .screen-shot {
  position: relative;
  width: 160px;
  height: 50px;
}

.footer .overlap-group-wrapper {
  position: absolute;
  width: 407px;
  height: 510px;
  top: 414px;
  left: 1203px;
}

.footer .overlap-2 {
  position: relative;
  width: 403px;
  height: 510px;
}

.footer .rectangle {
  position: absolute;
  width: 403px;
  height: 488px;
  top: 22px;
  left: 0;
  border: 3px solid;
  border-color: #f05a28;
}

.footer .button-header {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 430px;
  left: 59px;
}

.footer .lets-get-started-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  background-color: #f05a28;
}

.footer .lets-get-started {
  position: relative;
  width: fit-content;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.41px;
  line-height: normal;
  white-space: nowrap;
}

.footer .checkbox-desktop {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 326px;
  left: 35px;
}

.footer .div-wrapper {
  height: 18px;
}

.footer .icon-check-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px;
  background-color: #f05a28;
}

.footer .icon-check {
  position: absolute;
  width: 10px;
  height: 8px;
  top: 6px;
  left: 5px;
}

.footer .input-small {
  top: 158px;
  position: absolute;
  width: 334px;
  height: 34px;
  left: 34px;
}

.footer .overlap-3 {
  position: relative;
  width: 336px;
  height: 36px;
  top: -1px;
  left: -1px;
  background-color: #f1f1f1;
  box-shadow: 0px 2px 0px #495865;
}

.footer .text-wrapper-2 {
  position: absolute;
  width: 322px;
  top: 1px;
  left: 1px;
  /*font-family: "Roboto Condensed-Regular", Helvetica;*/
  font-weight: 400;
  color: #495865;
  font-size: 20px;
  letter-spacing: 0.31px;
  line-height: 34px;
}

.footer .input-small-copy {
  top: 212px;
  position: absolute;
  width: 334px;
  height: 34px;
  left: 34px;
}

.footer .name {
  position: relative;
  width: 336px;
  height: 36px;
  top: -1px;
  left: -1px;
  background-color: #f1f1f1;
  box-shadow: 0px 2px 0px #495865;
  border: none;
  font-size: 20px;
  letter-spacing: 0.31px;
  line-height: 34px;
  /*font-family: "Roboto Condensed-Regular", Helvetica;*/
  font-weight: 400;
  color: #495865;
  padding: 0;
  padding-left: 1px;
}

.footer .input-small-copy-2 {
  position: absolute;
  width: 334px;
  height: 34px;
  top: 266px;
  left: 34px;
}

.footer .i-consent-to-receive {
  position: absolute;
  width: 305px;
  top: 320px;
  left: 63px;
  /*font-family: "Roboto Condensed-Regular", Helvetica;*/
  font-weight: 400;
  color: #495865;
  font-size: 20px;
  letter-spacing: 0.31px;
  line-height: 30px;
}

.footer .SIGN-UP-FOR-OUR-NEWS {
  position: absolute;
  width: 333px;
  top: 59px;
  left: 35px;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #f05a28;
  font-size: 28px;
  letter-spacing: 0.44px;
  line-height: 38px;
}

.footer .group-copy {
  position: absolute;
  width: 77px;
  height: 45px;
  top: 0;
  left: 290px;
}

.footer .text-wrapper-3 {
  top: 435px;
  left: 326px;
  position: absolute;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #f05a28;
  font-size: 28px;
  letter-spacing: 0.44px;
  line-height: 42px;
  white-space: nowrap;
}

.footer .SERVICES {
  top: 436px;
  left: 576px;
  position: absolute;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #f05a28;
  font-size: 28px;
  letter-spacing: 0.44px;
  line-height: 42px;
  white-space: nowrap;
}

.footer .SERVICES-2 {
  top: 436px;
  left: 951px;
  position: absolute;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #f05a28;
  font-size: 28px;
  letter-spacing: 0.44px;
  line-height: 42px;
  white-space: nowrap;
}

.footer .flexcontainer {
  width: 165px;
  height: 384px;
  top: 489px;
  left: 326px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .text {
  position: relative;
  align-self: stretch;
  /*font-family: "Roboto Condensed-Regular", Helvetica;*/
  font-weight: 400;
  color: #495865;
  font-size: 18px;
  letter-spacing: 0.31px;
  line-height: 34px;
}

.footer .span {
  letter-spacing: 0.06px;
}

.footer .flexcontainer-2 {
  width: 290px;
  height: 349px;
  top: 490px;
  left: 576px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .flexcontainer-3 {
  width: 171px;
  height: 69px;
  top: 490px;
  left: 951px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .text-wrapper-4 {
  position: absolute;
  top: 589px;
  left: 951px;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #f05a28;
  font-size: 28px;
  letter-spacing: 0.44px;
  line-height: 42px;
  white-space: nowrap;
}

.footer .group-3 {
  position: absolute;
  width: 159px;
  height: 111px;
  top: 644px;
  left: 951px;
}

.footer .text-wrapper-5 {
  position: absolute;
  width: 155px;
  top: 0;
  left: 0;
  font-family: "Roboto Condensed-Regular", Helvetica;
  font-weight: 400;
  color: #495865;
  font-size: 24px;
  letter-spacing: 0.41px;
  line-height: 40px;
}

.footer .flexcontainer-4 {
  width: 111px;
  height: 69px;
  top: 42px;
  left: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .group-4 {
  position: absolute;
  width: 159px;
  height: 111px;
  top: 775px;
  left: 951px;
}

.footer .flexcontainer-5 {
  width: 117px;
  height: 69px;
  top: 42px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .SERVICES-3 {
  top: 903px;
  left: 326px;
  position: absolute;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #f05a28;
  font-size: 28px;
  letter-spacing: 0.44px;
  line-height: 42px;
  white-space: nowrap;
}

.footer .OUR-OFFICES {
  position: absolute;
  top: 903px;
  left: 576px;
  /*font-family: "Roboto Condensed-Bold", Helvetica;*/
  font-weight: 700;
  color: #f05a28;
  font-size: 28px;
  letter-spacing: 0.44px;
  line-height: 42px;
  white-space: nowrap;
}

.footer .group-5 {
  position: absolute;
  width: 147px;
  height: 146px;
  top: 906px;
  left: 951px;
}

.footer .text-wrapper-6 {
  position: absolute;
  top: 0;
  left: 0;
  /*font-family: "Roboto Condensed-Regular", Helvetica;*/
  font-weight: 400;
  color: #495865;
  font-size: 24px;
  letter-spacing: 0.41px;
  line-height: 40px;
  white-space: nowrap;
}

.footer .flexcontainer-6 {
  width: 97px;
  height: 104px;
  top: 42px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .flexcontainer-7 {
  width: 148px;
  height: 279px;
  top: 957px;
  left: 326px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .flexcontainer-8 {
  width: 97px;
  height: 174px;
  top: 957px;
  left: 576px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}

.footer .screenshot-2 {
  position: absolute;
  width: 403px;
  height: 462px;
  top: 959px;
  left: 1203px;
  object-fit: cover;
}

.footer .group-6 {
  position: absolute;
  width: 159px;
  height: 111px;
  top: 1072px;
  left: 951px;
}

.footer .text-wrapper-7 {
  width: 55px;
  top: 0;
  left: 0;
  font-size: 24px;
  letter-spacing: 0.41px;
  line-height: 40px;
  position: absolute;
  /*font-family: "Roboto Condensed-Regular", Helvetica;*/
  font-weight: 400;
  color: #495865;
}

.footer .flexcontainer-9 {
  width: 155px;
  height: 69px;
  top: 42px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: absolute;
}
/*================================================================================================================*/


/*.logos img {
    padding: 16px;
}*/
.col-sm-4.gray-border{

  padding-left:30px;
  padding-top:30px;
  border-right: 2px solid #f1f1f1;
}                                 
.col-sm-4.gray-no-border{
  padding-left:30px;
  padding-top:30px;                                                                 
}.col-sm-6.gray-no-border{
  padding-left:30px;
  padding-top:30px;
}
h4.fonct-size{
  font-size:52px;
}
.container .clutch-widget {
  transform-origin: center !important;
}
/*.client-listing.rm-border ul li {
  padding: 0px 0px;
}*/
.icon-media-text{
  padding: 10px;
    position: relative;
   /* left: 83px;*/
}
.section.section-hero-cmn-lp {
    padding-top: 180px;
}
.client-listing.rm-border{
  border: none !important;
  padding: 0px;
  margin: 0px;
}
span.arrow.arrow-orange.arrow-right.arrow-slider{
  width: 15px;
  height: 1px;
  left: 7px;
  top: -4px;
}
span.arrow.arrow-orange.arrow-right.arrow-slider::before{
        width: 1px;
        height: 9px;
}
span.arrow.arrow-orange.arrow-right.arrow-slider::after{
          width: 1px;
        height: 9px;
}
.cmn-lp-slider .slick-slide{
  padding: 0px 20px;
}
.icon-media-title .img-left{
   float: left !important;
    width: 50px !important;
    height: 50px !important;

}
.icon-media-title .heading-right{
    position: relative !important;
    left: 30px;
}

.container.benefitsbox {
    border: 2px solid #D3D4DD;
    padding: 50px 30px;
}
.col-lg-6.contact-map {
    padding-right: 40px;
    padding-left: 0px;
    margin-left: 0px;
}

.form-box {
    box-shadow: 0px 2px 2px 5px #f1f1f1;
    padding: 20px;
    /*margin-left: 20px;*/
    margin-top: 20px;
}
.col-lg-5.order-lg-2.gray-box, .form-box {
    box-shadow: 0px 2px 2px 5px #f1f1f1;
    padding: 20px;
    /*margin-left: 20px;*/
    margin-top: 20px;
}
.section.client-listing.bluebckground, .section.bluebckground{
  background-image: url('/wp-content/themes/innovify/assets/images/Background.png');
  background-repeat: no-repeat;
  background-position: center;
}
.white-fonts{
  color: #fff;
  font-weight: 700;
  line-height: 46px;
  font-size:40px;
  padding-bottom: 20px;
}
a.btn.btn-primary.blod-fonts{
  color: #fff;
  font-weight: 700;
  line-height: 46px;
  font-size:40px;
}
.big-link-font{
  font-size: 40px !important;
  line-height: 46px !important;
  font-weight: 700 !important;
}
h2.rm-mb.text-center.text-lg-left {
    margin-bottom: 30px !important;
}
.rm-mt.row.contact-form-wrap {
    margin-top: 0px !important;
    text-align: center;
}
#contact-firstfold h2{
  margin-top: 0px !important;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.footer-contact-form.col-md-12.order-mcd-1.contact-form.form-mui {
    margin-left: -100px !important;
}
#myModal {
  padding: 120px;
}
}
/*.col-lg-6.first-fold-form{
    box-shadow: 0px 2px 2px 5px #f1f1f1;
	padding: 20px;
}*/
.first-fold-form .row.contact-form-wrap {
    margin: 0px !important;
}
.first-fold-form h2 {
    font-size: 40px;
    line-height: 58px;
    margin: 0px !important;
	padding-left: 50px !important;
}
.corporate-venture .icon-media-object h3{	margin-bottom:30px !important;}
.contact-page-container h2 {
    font-size: 50px;
}
.insights-list .gradient-title{
	text-wrap: wrap;
}
.sc-eeDRCY.kTkaLH {
    margin: 0px !important;
}
.block-link-with-icon h4
{
	  text-transform: uppercase !important;
}
.links.f-links {
    margin-top: 50px;
    padding: 0px;
}
nav.navigation.pagination {
    border: none !important;
}
.insight-block-content ul.post-meta{
	display: none !important;
}
.insight-block-content h2.entry-title a {
    color: #000;
}
.insight-block-content h2.entry-title {
    text-align: left !important;
}
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    .mega-nav-p, .mega-nav-solutions-contact p{
	    font-size: 15px !important;
    line-height: 20px !important;
}
.mega-nav h4, .mega-nav-solutions h4, .mega-nav-solutions-contact h4{
	color: #054371;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.1px;
    padding-top: 8px !important;
}
}
@media (min-width:480px)  { 

	.icon-title {
    display: flex;
}
.modal-content{
		width: auto !important;
	}
}
@media (max-width:320px)  {
  .col-sm-6.padding-top{
  padding-top: 30px;
}
} 
@media (min-width:320px)  { 
	.sub-title{margin-bottom:20px;}
  .section.client-listing.bluebckground{
  background-color: #054371;
  background-repeat: no-repeat;
  background-position: center;
}
.white-fonts{
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  font-size:24px;
  padding-bottom: 0px;
}

a.btn.btn-primary.blod-fonts{
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  font-size:24px;
}

	.services-block-container .services-block img {
    	width: 100px;
		max-height:none;
	}
	.services-block-container .services-block_wu img {
		width: 80px;
	}
	.services-block_wu.col-md-4 {
    	margin-bottom: 25px;
	}
	.icon-media-object img{
		width: auto !important;
    float: left;
	}
}
@media (max-width: 640px){	
	.logos img {
    width: 100px;
    margin: 5px;
}
	.first-fold-form h2 {
    font-size: 40px;
    line-height: 46px;
    padding-left: 0px !important;
  }
}
a#load-more-blogs{
	margin-top:20px;
}
span.loadMoreBtn-label{
	font-weight: 700 !important;
    color: #054371 !important;
}
.icon-media-object ul.list li, ol.list li{
	font-size: 18px !important;e
}
#myTabContent3{
    border: 3px solid #f1f1f1;
    border-radius: 3px;
}
#myTabContent3 .col-4{
	display: flex;
	flex-direction: column;
	justify-content: center;
  	align-items: center;
}
#myTabContent3 h4{
	font-size: 20px;
}
.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px;
}
.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #dddde8;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.tab-vertical .nav-tabs .nav-link.active {
    color: #5969ff;
    background-color: #f1f1f1 !important;
    border-color: transparent !important;
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
}
.tab-vertical .tab-content {
        overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fff;
    padding: 10px 50px;
}
.mega-contact-nav a.mega-menu-link {
    font-size: 18px !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{
	padding: 5px 10px 5px 10px !important;
}
@media (min-width:1366px) {
	.#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item{
	margin: 0px !important;
	}
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item{
	margin: 0px;
}

.mega-nav-solutions ul li {
	padding: 8px 4px 8px 4px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-contact-nav{
/*    font-size: 18px;*/
    padding: 5px 20px;
/*    margin-top: 20px;*/
    background: #f05a28;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item{
  vertical-align: unset !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-contact-nav a{
  color: #fff !important;
  line-height: 21px;
  letter-spacing: .5px;
  background-color: #f05a28 !important;
  height: auto !important;
  padding: 0px 10px !important;
  font-weight: normal !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img{
  width: 30px !important;
}
.mega-nav-solutions a {
    font-size: 16px;
    color: #054371;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu{
  margin-top: 15px;
    border: solid 2px #e7e7e7;
}
.mega-nav{

display: flex;
color: white;
align-items: center;
}
.mega-nav img{
  margin-right: 10px;
}
.mega-nav-solutions-contact{
  border-left: solid 1px #f1f1f1;
    padding-left: 20px;
}

.mega-nav h4, .mega-nav-solutions h4, .mega-nav-solutions-contact h4{
    color: #054371;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
    padding-top: 15px;
}
.mega-nav-p, .mega-nav-solutions-contact p{
  font-size: 16px;
  line-height: 30px;
}
.mega-nav-solutions-contact p{
  font-size: 16px;
  line-height: 26px;
}
.mega-nav-solutions ul{

    /*columns: 20px 2;
    -webkit-columns: 50px 2;
    -moz-columns: 50px 2;*/
    padding: 0px;
    min-width: 300px;

}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icon-title h3{
  font-size: 30px;
  line-height: 40px;
}
.whitepaper img{
	width: 100%;
}
.modal-content h3{
  padding: 30px;
}
.tech-block{
  padding: 50px;
}
ul.tech_img_listing{
  display: inline;
  padding: 0;
}
ul.tech_img_listing li{
  display: inline; 
}
h3.tech_img_heading{
  font-size: 27px;
}
h2.gradient-title {
    text-wrap: wrap;
}
.left-img-landing img{
  width: 100%;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  /*width: 100%; /* Full width */
/*  height: 100%; /* Full height */*/*/
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.introduction ul, .whitepaper ul{
  /*list-style: disc;*/
}
.introduction h2 {
  text-align: center;
}
a.cta-design{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
h2.cta-title{
  color:white !important;
}
h2.cta-title-gray{
  color:#495865 !important;
}

.colored-div{
  padding: 30px 30px 30px 100px;
}
a.cta-design{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
h2.cta-title{
  color:white !important;
}
h2.cta-title-gray{
  color:#495865 !important;
}
.a-card {
        display: flex;
        height: 320px;
        position: relative;
      }
      .a-bg-colour-blue {
        background-color: #054371;
      }
      .a-bg-colour-orange {
        background: #f05a28;
      }
       .a-color-blue {
         color:#054371;
       }
       .a-color-white {
        color: white;
       }
      .a-bg-image {
        position: absolute;
        left:0;
      }
      .a-card-header {
        font-family: Oswald;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%; /* 37.5px */
        letter-spacing: 0.4px;
        text-transform: uppercase;
      }
      .btn {
       
        display: inline-flex;
        padding: 12px 20px;
        align-items: flex-start;
        gap: 10px;
        width: fit-content;
      }
      .btn span {
        color: #fff;
        font-family: Roboto Condensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.409px;
      }
      .bg-img {
        position: absolute;
        bottom: 0;
      }
      .spacer {
        
        width: 4px;
        height: 70px;
        flex-shrink: 0;
        position: absolute;
        left: 40px;
      }
      .spacer-new {
      
        width: 4px;
        height: 140px;
        flex-shrink: 0;
        position: absolute;
        bottom: 0px;
        left: 10px;
      }
      .a-card-body {
      
        display: flex;
        justify-content: center;
        flex-direction: column;
      }
      .image-container {
        position: relative;
      }
      .spacing {
        padding: 30px 0;
      }
      .a-padding-left{
        padding-left: 84px;
      }
      .a-margin-right {
        margin-right: 30px;
      }
      .float-img {
        position: absolute;
        top:30px;
        right:-30px;
      }
      .float-squre-img {
        position: absolute;
        top:30px;
        right:-30px;
      }
      .img {
       overflow: hidden;
      }
      .pol-5 {
        left: calc(3rem + 10px);
      }
      .por-8 {
        right: -8rem;
      }

.service_h3{
	line-height:20px !important;
}

.container {
    width: 1280px;
}

.main-wrapper {
    display: flex;
    flex-direction: row;
}

.block {
    display: flex;
    margin: 10px 0;

}

.block {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.reverse {
    flex-direction: row-reverse;
}

.number {
    padding: 0 5px;
    flex: 1 1 auto;
    min-height: 50px;
    font-size: 14vmin;
}

.number>span {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.content {
    display: flex;
    justify-content: start;
    padding: 32px !important;
}

.content>p {
    padding-top: 10px;
    color: white !important;
}
.content>h3{
    color: white !important;
}

.red {
    background-color: #f05a28;
    color: #FFF;
}

.blue {
    background-color: #054371;
    color: #FFF;
}
/*.blue-bkground {
    background-color: #054371;
    background-image: url("/assets/images/Background.png");
    color: #FFF;
}*/

@media (max-width:480px) {
	p,
.job-details-block p,
.block-link-with-icon h4 span,
.p{
		font-size:18px !important;
		line-height: 25px !important;
	}
	h3{
		font-size: 20px !important;
	}
	ol.ordered-list li,
  .job-details-block ol li,
	.insight-content ol li{
		font-size:18px !important;
	}
	img{
		width:100%;
		height:auto;
	}
	
	.contact-page-container .gradient-title, .contact-page-container h2{
 	   font-size: 30px !important;
		text-align: left !important;
}
	.gradient-title{
		white-space: wrap !important;
	}
	.section-insight-block .blog-media{
		width: 100% !important;
	}
	footer .inner-wrapper{
		text-align: center;
	}
	footer .logos ul{
		justify-content: center;
	}
    .clutch-widget{
        max-width: 256px !important;
        margin: auto !important;
	}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  img{
		width:100%;
		height:auto;
	}
}
@media (max-width:767px) {
	img{
		width:100%;
		height:auto;
	}
    .reverse {
        flex-direction: row;
    }

    .empty {
        display: none !important
    }

    .number {
        max-width: 25% !important;
        flex: 0 0 25% !important;
    }

    .content {
        max-width: 75% !important;
        flex: 0 0 75% !important;
    }
}
.footer-locations p {
    margin: 5px!important;
    font-size: 18px;
    line-height: 25px !important;
}
/*.post-img.zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
/*.post-img.zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
/*.post-img.zoom:hover img {
  transform: scale(1.5);
}
*/
.client-list-item.item-active {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.client-list-item.item-active img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.client-list-item.item-active:hover img {
  transform: scale(1.2);
}
.align-center-changes{
  text-align: center;
}
.align-center-changes p{
  text-align: center;
}

.see-all-client {
  text-align: center;
  margin-bottom: 40px;
}

.client-listing ul {
/*   margin: 0; */
  padding: 0px;
}

.client-listing {
  padding: 20px;
  border-top: 2px solid #f1f1f1;
  margin: 20px;
  border-bottom: 2px solid #f1f1f1;
}

.client-listing ul>li {
  display: inline-block;
  margin: auto;
	padding: 30px 0px;
}

.client-listing img {
  max-width: 85px;
  height: auto;
}

.case-study-tech-stack img {
  /*width: 60px;*/
  width: 120px;
}

@media only screen and (max-width: 768px) {
	img{
		width:100%;
		height:auto;
	}
  .grid-list .grid-image img {
    max-height: 90px !important;
  }
	
}

.bg-primary {
  background-color: #f05a28 !important;
}

.bg-primary-hover {
  background-color: #d84e26 !important;
}

.bg-secondary {
  background-color: #054371 !important;
}

.bg-secondary-hover {
  background-color: #063359 !important;
}

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

.bg-gray-border {
  background-color: #e7e7e7 !important;
}

.border-primary {
  border-color: #f05a28 !important;
}

.border-primary-hover {
  border-color: #d84e26 !important;
}

.border-secondary {
  border-color: #054371 !important;
}

.border-secondary-hover {
  border-color: #063359 !important;
}

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

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

.widgets_wrapper{
max-width: unset !important:
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f05a28;
  --secondary: #054371;
  --success: #00874f;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e74c3c;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1660px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
.insight-content h1,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p,
.job-details-block p,
.block-link-with-icon h4 span {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f05a28;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #be3a0d;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
.insight-content h1,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

h2,
.insight-content h1,
.h2 {
  font-size: 2rem;
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
iPad Air 5th Gen:

@media only screen and (width: 820px) and (height: 1106px) {
	.insight-content img{
		width : 100% !important;
		height: auto !important;
	}
}
@media only screen and (width: 1180px) and (height: 746px) {
	.insight-content img{
		width : 100% !important;
		height: auto !important;
	}
}
@media (min-width: 768px) {
	
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1660px) {
  .container {
    max-width: 1300px;
  }
}

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

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

@media (min-width: 1280px) {

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

@media (min-width: 1660px) {

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1660px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #fbd1c3;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #f7a98f;
}

.table-hover .table-primary:hover {
  background-color: #f9bfab;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #f9bfab;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #b9cad7;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #7d9db5;
}

.table-hover .table-secondary:hover {
  background-color: #a9bece;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #a9bece;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #b8ddce;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #7ac1a3;
}

.table-hover .table-success:hover {
  background-color: #a7d5c2;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #a7d5c2;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f8cdc8;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #f3a29a;
}

.table-hover .table-danger:hover {
  background-color: #f5b8b1;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f5b8b1;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

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

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

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

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1659.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl>.table-bordered {
    border: 0;
  }
}

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

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f8b59f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

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

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00874f;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 135, 79, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #00874f;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 79, 0.25);
}

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00874f;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300874F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00874f;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 79, 0.25);
}

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

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #00874f;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #00874f;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #00ba6d;
  background-color: #00ba6d;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 79, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #00874f;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #00874f;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #00874f;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 79, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e74c3c;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(231, 76, 60, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e74c3c;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74c3c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74c3c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e74c3c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74c3c' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74c3c' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

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

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #e74c3c;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #e74c3c;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #ed7669;
  background-color: #ed7669;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #e74c3c;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #e74c3c;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary,
.btn-secondary-fill {
  color: #fff;
  background-color: #f05a28;
  border-color: #f05a28;
}

.btn-primary:hover,
.btn-secondary-fill:hover {
  color: #fff;
  background-color: #e24410;
  border-color: #d6410f;
}

.btn-primary:focus,
.btn-secondary-fill:focus,
.btn-primary.focus,
.focus.btn-secondary-fill {
  box-shadow: 0 0 0 0.2rem rgba(242, 115, 72, 0.5);
}

.btn-primary.disabled,
.disabled.btn-secondary-fill,
.btn-primary:disabled,
.btn-secondary-fill:disabled {
  color: #fff;
  background-color: #f05a28;
  border-color: #f05a28;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary-fill:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-secondary-fill:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.btn-secondary-fill {
  color: #fff;
  background-color: #d6410f;
  border-color: #ca3d0e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary-fill:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-secondary-fill:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.btn-secondary-fill:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 115, 72, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #032d4c;
  border-color: #032640;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 95, 134, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #032640;
  border-color: #021f34;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 95, 134, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: #006139;
  border-color: #005431;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 153, 105, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005431;
  border-color: #00472a;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 153, 105, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #e12e1c;
  border-color: #d62c1a;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d62c1a;
  border-color: #ca2a19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.5);
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #f05a28;
  border-color: #f05a28;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.5);
}

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 67, 113, 0.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #054371;
  border-color: #054371;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 67, 113, 0.5);
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 79, 0.5);
}

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

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00874f;
  border-color: #00874f;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 79, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #f05a28;
  text-decoration: none;
}

.btn-link:hover {
  color: #be3a0d;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1660px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

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

.dropleft .dropdown-toggle::after {
  display: none;
}

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

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

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

.dropdown-menu.show {
  display: block;
}

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

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

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

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

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: flex;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  width: 1rem;
  height: 100%;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #f05a28;
  background-color: #f05a28;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #f8b59f;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #fcdacf;
  border-color: #fcdacf;
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #f05a28;
  background-color: #f05a28;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(240, 90, 40, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(240, 90, 40, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(240, 90, 40, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(240, 90, 40, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #f8b59f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #f8b59f;
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

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

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

.custom-range::-webkit-slider-thumb:active {
  background-color: #fcdacf;
}

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

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

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

.custom-range::-moz-range-thumb:active {
  background-color: #fcdacf;
}

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #f05a28;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.custom-range::-ms-thumb:active {
  background-color: #fcdacf;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

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

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

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

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
    
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

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

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl,
  .navbar-expand-sm>.container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl,
  .navbar-expand-sm>.container-xxl {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl,
  .navbar-expand-md>.container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl,
  .navbar-expand-md>.container-xxl {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl,
  .navbar-expand-lg>.container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl,
  .navbar-expand-lg>.container-xxl {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 1279.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl,
  .navbar-expand-xl>.container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl,
  .navbar-expand-xl>.container-xxl {
    flex-wrap: nowrap;
  }

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

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

@media (max-width: 1659.98px) {

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid,
  .navbar-expand-xxl>.container-sm,
  .navbar-expand-xxl>.container-md,
  .navbar-expand-xxl>.container-lg,
  .navbar-expand-xxl>.container-xl,
  .navbar-expand-xxl>.container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

  .navbar-expand-xxl>.container,
  .navbar-expand-xxl>.container-fluid,
  .navbar-expand-xxl>.container-sm,
  .navbar-expand-xxl>.container-md,
  .navbar-expand-xxl>.container-lg,
  .navbar-expand-xxl>.container-xl,
  .navbar-expand-xxl>.container-xxl {
    flex-wrap: nowrap;
  }

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text a {
  color: #fff;
}

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

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

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

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    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-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@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%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f05a28;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #be3a0d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f05a28;
  border-color: #f05a28;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #f05a28;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #d6410f;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #054371;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #032640;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 67, 113, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00874f;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #005431;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 135, 79, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e74c3c;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #d62c1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7d2f15;
  background-color: #fcded4;
  border-color: #fbd1c3;
}

.alert-primary hr {
  border-top-color: #f9bfab;
}

.alert-primary .alert-link {
  color: #511f0e;
}

.alert-secondary {
  color: #03233b;
  background-color: #cdd9e3;
  border-color: #b9cad7;
}

.alert-secondary hr {
  border-top-color: #a9bece;
}

.alert-secondary .alert-link {
  color: #01060a;
}

.alert-success {
  color: #004629;
  background-color: #cce7dc;
  border-color: #b8ddce;
}

.alert-success hr {
  border-top-color: #a7d5c2;
}

.alert-success .alert-link {
  color: #00130b;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #78281f;
  background-color: #fadbd8;
  border-color: #f8cdc8;
}

.alert-danger hr {
  border-top-color: #f5b8b1;
}

.alert-danger .alert-link {
  color: #4f1a15;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f05a28;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f05a28;
  border-color: #f05a28;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1660px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #7d2f15;
  background-color: #fbd1c3;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #7d2f15;
  background-color: #f9bfab;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7d2f15;
  border-color: #7d2f15;
}

.list-group-item-secondary {
  color: #03233b;
  background-color: #b9cad7;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #03233b;
  background-color: #a9bece;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #03233b;
  border-color: #03233b;
}

.list-group-item-success {
  color: #004629;
  background-color: #b8ddce;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #004629;
  background-color: #a7d5c2;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004629;
  border-color: #004629;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #78281f;
  background-color: #f8cdc8;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #78281f;
  background-color: #f5b8b1;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #78281f;
  border-color: #78281f;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.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;
  transform: translate(0, -50px);
}

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

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

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 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);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #f05a28 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #d6410f !important;
}

.bg-secondary {
  background-color: #054371 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #032640 !important;
}

.bg-success {
  background-color: #00874f !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005431 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #e74c3c !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d62c1a !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #f05a28 !important;
}

.border-secondary {
  border-color: #054371 !important;
}

.border-success {
  border-color: #00874f !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #e74c3c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1660px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1660px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1660px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.mr-0,
.mx-0,
div.wpcf7-response-output {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0,
div.wpcf7-response-output {
  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: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1280px) {
  .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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: -1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}

@media (min-width: 1660px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1660px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #f05a28 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #be3a0d !important;
}

.text-secondary {
  color: #054371 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #021828 !important;
}

.text-success {
  color: #00874f !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #003b22 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #e74c3c !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bf2718 !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  .job-details-block p,
  .block-link-with-icon h4 span,
  h2,
  .insight-content h1,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  .insight-content h1,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: ;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.cmn-lp-slider .slick-slide img {
  display: block;
  height: 80px !important;
  width: 80px !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

.skip-link,
.adroll_consent_container {
  display: none;
}

body {
  color: #495865;
  font: normal 100%/1.4 "Roboto Condensed", sans-serif;
  font-display: swap !important;
}

h1,
.title,
.h1 {
  font-size: 40px;
  letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
  color: #000;
  line-height: 56px;
  margin-bottom: 40px;
}

h1.insight-header,
h1.h1-small,
.title.insight-header,
.title.h1-small,
.h1.insight-header,
.h1.h1-small {
  font-size: 60px;
  line-height: 90px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {

  h1.insight-header,
  h1.h1-small,
  .title.insight-header,
  .title.h1-small,
  .h1.insight-header,
  .h1.h1-small {
    font-size: 30px;
    line-height: 45px;
  }
}

h1.page-header,
.title.page-header,
.h1.page-header {
  font-size: 60px;
  line-height: 90px;
  padding-top: 150px;
}

@media (max-width: 768px) {

  h1.page-header,
  .title.page-header,
  .h1.page-header {
    font-size: 30px;
    line-height: 45px;
    padding-top: 160px;
  }
}

@media (min-width: 992px) {

  h1,
  .title,
  .h1 {
    font-size: 70px;
    line-height: 133px;
    letter-spacing: 0.4px;
    letter-spacing: -2px;
  }
}

@media (min-width: 992px) {

  h1,
  .title,
  .h1 {
    margin-bottom: 75px;
  }
}

.sub-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  color: #054371;
  line-height: 33px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}
.sub-title h1{
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  color: #054371;
  line-height: 33px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .sub-title {
    font-size: 50px;
    letter-spacing: 0.33px;
    line-height: 54px;
  }
	.sub-title h1{
    font-size: 50px;
    letter-spacing: 0.33px;
    line-height: 54px;
  }
}

.sub-title-hero {
  position: relative;
  padding-left: 28px;
}

@media (min-width: 992px) {
  .sub-title-hero {
    padding-left: 50px;
  }
}

.sub-title-hero::before {
  width: 24px;
  height: 24px;
  content: "";
  background: url("assets/images/hexagon.svg") no-repeat;
  transform: scale(0.5);
  left: 0px;
  top: -18px;
  position: absolute;
  background-position: center center;
}

@media (min-width: 992px) {
  .sub-title-hero::before {
    left: -3px;
    top: -46px;
    transform: scale(1);
  }
}

.sub-title-hero::after {
  position: absolute;
  width: 150px;
  background: #d3d4dd;
  height: 1px;
  content: "";
  left: 28px;
  bottom: -10px;
}

@media (min-width: 992px) {
  .sub-title-hero.cmn-lp::after {
    width: 100%;
    bottom: -20px;
    left: 0;
}
  .sub-title-hero::after {
    width: 450px;
    bottom: -20px;
    left: 50px;
  }
}

h2,
.insight-content h1,
.h2 {
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  color: #000;
  letter-spacing: 0.14px;
  line-height: 48px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {

  h2,
  .insight-content h1,
  .h2 {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {

  h2,
  .insight-content h1,
  .h2 {
    font-size: 63px;
    letter-spacing: 0.29px;
    line-height: 100px;
    position: relative;
  }
}

h2.with-shape,
.insight-content h1.with-shape,
.h2.with-shape {
  margin-top: 20px;
}

h2.mb-small,
.insight-content h1.mb-small,
.h2.mb-small {
  margin-bottom: 30px;
}

h2.insight-secondary-title,
.insight-content h1.insight-secondary-title,
.h2.insight-secondary-title {
  font-size: 50px;
  color: #054371;
  line-height: 75px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {

  h2.insight-secondary-title,
  .insight-content h1.insight-secondary-title,
  .h2.insight-secondary-title {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 15px;
  }
}

h2.gradient-title::before,
.insight-content h1.gradient-title::before,
h2 .gradient-title::before,
.insight-content h1 .gradient-title::before,
.h2.gradient-title::before,
.h2 .gradient-title::before {
  height: 15px;
  bottom: 5px;
  left: -3px;
  width: calc(100% + 15px);
}

@media (min-width: 992px) {

  h2.gradient-title::before,
  .insight-content h1.gradient-title::before,
  h2 .gradient-title::before,
  .insight-content h1 .gradient-title::before,
  .h2.gradient-title::before,
  .h2 .gradient-title::before {
    height: 25px;
    bottom: 11px;
    left: -7px;
    width: calc(100% + 35px);
  }
}

h3,
.h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #054371;
  font-size: 18px;
  letter-spacing: 0.28px;
  line-height: 27px;
  font-weight: 700;
}

@media (min-width: 992px) {

  h3,
  .h3 {
    font-size: 28px;
    letter-spacing: 0.56px;
    /*line-height: 50px;*/
    line-height: normal;
  }
}

h3+h2,
.insight-content h3+h1,
.h3+.h2 {
  margin-top: -13px;
}

h4,
.h4 {
  font-size: 17px;
  letter-spacing: 0.27px;
  line-height: 24px;
  color: #f05a28;
  margin-bottom: 15px;
  font-weight: 700;
}

@media (min-width: 992px) {

  h4,
  .h4 {
    font-size: 28px;
    letter-spacing: 0.44px;
    line-height: 42px;
  }
}

.gradient-title {
  display: inline-block;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  margin-right: 20px;
}

.gradient-title::before {
  visibility: visible;
  position: absolute;
  content: "";
  z-index: -1;
  width: calc(100% + 24px);
  height: 20px;
  left: -5px;
  bottom: 2px;
  background: linear-gradient(to right, #c8d6e0, #fadbcf);
}

@media (min-width: 992px) {
  .gradient-title::before {
    width: calc(100% + 60px);
    height: 35px;
    left: -10px;
    bottom: 18px;
    margin-right: 50px;
  }
}

@media (min-width: 992px) {
  .gradient-title {
    /*margin-right: 40px;*/
    margin-right: 20px;
  }
}


h2+.gradient-title,
.insight-content h1+.gradient-title,
.h2+.gradient-title {
  margin-top: -10px;
}

p,
.job-details-block p,
.block-link-with-icon h4 span,
.p {
  font-size: 14px;
  line-height: 22px;
  color: #495865;
}

@media (min-width: 992px) {

  p,
  .job-details-block p,
  .block-link-with-icon h4 span,
  .p {
    font-size: 20px;
    line-height: 34px;
  }
}

p.bold,
.block-link-with-icon h4 span.bold,
.p.bold {
  font-weight: 700;
}

.p-large,
.job-details-block .role-details p,
.job-details-block .role-details .block-link-with-icon h4 span,
.block-link-with-icon h4 .job-details-block .role-details span,
.job-details-block .block-link-with-icon h4 .role-details span,
.case-study-text ul li,
.case-study-text p,
.case-study-text .block-link-with-icon h4 span,
.block-link-with-icon h4 .case-study-text span,
.checklist-block ul li,
label.label-large {
  color: #495865;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {

  .p-large,
  .job-details-block .role-details p,
  .job-details-block .role-details .block-link-with-icon h4 span,
  .block-link-with-icon h4 .job-details-block .role-details span,
  .job-details-block .block-link-with-icon h4 .role-details span,
  .case-study-text ul li,
  .case-study-text p,
  .case-study-text .block-link-with-icon h4 span,
  .block-link-with-icon h4 .case-study-text span,
  .checklist-block ul li,
  label.label-large {
    font-size: 26px;
    line-height: 40px;
  }
}

.p-large.bold,
.job-details-block .role-details p.bold,
.job-details-block .role-details .block-link-with-icon h4 span.bold,
.block-link-with-icon h4 .job-details-block .role-details span.bold,
.job-details-block .block-link-with-icon h4 .role-details span.bold,
.case-study-text ul li.bold,
.case-study-text p.bold,
.case-study-text .block-link-with-icon h4 span.bold,
.block-link-with-icon h4 .case-study-text span.bold,
.checklist-block ul li.bold,
label.bold.label-large {
  font-weight: 700;
}

@media (min-width: 992px) {

  .p-large+.p-large,
  .job-details-block .role-details p+.p-large,
  .job-details-block .role-details .block-link-with-icon h4 span+.p-large,
  .block-link-with-icon h4 .job-details-block .role-details span+.p-large,
  .job-details-block .block-link-with-icon h4 .role-details span+.p-large,
  .job-details-block .role-details .p-large+p,
  .job-details-block .role-details p+p,
  .job-details-block .role-details .block-link-with-icon h4 span+p,
  .block-link-with-icon h4 .job-details-block .role-details span+p,
  .job-details-block .block-link-with-icon h4 .role-details span+p,
  .job-details-block .role-details .block-link-with-icon h4 .p-large+span,
  .job-details-block .role-details .block-link-with-icon h4 p+span,
  .job-details-block .role-details .block-link-with-icon h4 span+span,
  .block-link-with-icon h4 .job-details-block .role-details .block-link-with-icon h4 span+span,
  .job-details-block .role-details .block-link-with-icon h4 .role-details span+span,
  .block-link-with-icon h4 .job-details-block .role-details .p-large+span,
  .block-link-with-icon h4 .job-details-block .role-details p+span,
  .job-details-block .role-details .block-link-with-icon h4 .job-details-block .role-details span+span,
  .block-link-with-icon h4 .job-details-block .role-details span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details .p-large+span,
  .job-details-block .block-link-with-icon h4 .role-details p+span,
  .job-details-block .role-details .block-link-with-icon h4 .role-details span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details span+span,
  .case-study-text ul li+.p-large,
  .case-study-text ul .job-details-block .role-details li+p,
  .job-details-block .role-details .case-study-text ul li+p,
  .case-study-text ul .job-details-block .role-details .block-link-with-icon h4 li+span,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text ul li+span,
  .case-study-text ul .block-link-with-icon h4 .job-details-block .role-details li+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text ul li+span,
  .case-study-text ul .job-details-block .block-link-with-icon h4 .role-details li+span,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text ul li+span,
  .case-study-text ul .p-large+li,
  .case-study-text ul .job-details-block .role-details p+li,
  .job-details-block .role-details .case-study-text ul p+li,
  .case-study-text ul .job-details-block .role-details .block-link-with-icon h4 span+li,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text ul span+li,
  .case-study-text ul .block-link-with-icon h4 .job-details-block .role-details span+li,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text ul span+li,
  .case-study-text ul .job-details-block .block-link-with-icon h4 .role-details span+li,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text ul span+li,
  .case-study-text ul li+li,
  .case-study-text p+.p-large,
  .case-study-text .job-details-block .role-details p+p,
  .job-details-block .role-details .case-study-text p+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 p+span,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text p+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details p+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text p+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details p+span,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text p+span,
  .case-study-text .job-details-block p+.p-large,
  .case-study-text .job-details-block .role-details p+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 p+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details p+span,
  .block-link-with-icon h4 .case-study-text .job-details-block .role-details p+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details p+span,
  .job-details-block .case-study-text p+.p-large,
  .job-details-block .case-study-text .role-details p+p,
  .job-details-block .role-details .case-study-text p+p,
  .job-details-block .case-study-text .role-details .block-link-with-icon h4 p+span,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text p+span,
  .block-link-with-icon h4 .job-details-block .case-study-text .role-details p+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text p+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .role-details p+span,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text p+span,
  .case-study-text .job-details-block .block-link-with-icon h4 span+.p-large,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details span+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 span+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text span+.p-large,
  .job-details-block .block-link-with-icon h4 .case-study-text .role-details span+p,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+p,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .job-details-block .role-details span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block span+.p-large,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 .job-details-block span+span,
  .job-details-block .role-details .case-study-text .block-link-with-icon h4 .job-details-block span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .job-details-block .role-details span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details .job-details-block span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .role-details .job-details-block span+span,
  .block-link-with-icon h4 .job-details-block .case-study-text span+.p-large,
  .block-link-with-icon h4 .job-details-block .case-study-text .role-details span+p,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+p,
  .job-details-block .role-details .block-link-with-icon h4 .job-details-block .case-study-text span+span,
  .block-link-with-icon h4 .job-details-block .case-study-text .role-details span+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .case-study-text .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details .job-details-block .case-study-text span+span,
  .case-study-text ul p+li,
  .case-study-text ul .job-details-block p+li,
  .job-details-block .case-study-text ul p+li,
  .case-study-text ul .job-details-block .block-link-with-icon h4 span+li,
  .job-details-block .block-link-with-icon h4 .case-study-text ul span+li,
  .case-study-text ul .block-link-with-icon h4 .job-details-block span+li,
  .block-link-with-icon h4 .job-details-block .case-study-text ul span+li,
  .case-study-text .block-link-with-icon h4 span+.p-large,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+p,
  .job-details-block .role-details .case-study-text .block-link-with-icon h4 span+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 span+span,
  .job-details-block .role-details .case-study-text .block-link-with-icon h4 span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .role-details span+span,
  .case-study-text .block-link-with-icon h4 ul span+li,
  .case-study-text ul .block-link-with-icon h4 span+li,
  .block-link-with-icon h4 .case-study-text span+.p-large,
  .block-link-with-icon h4 .case-study-text .job-details-block .role-details span+p,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+p,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+span,
  .block-link-with-icon h4 .case-study-text .job-details-block .role-details span+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text span+span,
  .block-link-with-icon h4 .case-study-text ul span+li,
  .case-study-text .p-large+p,
  .case-study-text .job-details-block .role-details p+p,
  .job-details-block .role-details .case-study-text p+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 span+p,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+p,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+p,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+p,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details span+p,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text span+p,
  .case-study-text .job-details-block .p-large+p,
  .case-study-text .job-details-block .role-details p+p,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 span+p,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+p,
  .block-link-with-icon h4 .case-study-text .job-details-block .role-details span+p,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details span+p,
  .job-details-block .case-study-text .p-large+p,
  .job-details-block .case-study-text .role-details p+p,
  .job-details-block .role-details .case-study-text p+p,
  .job-details-block .case-study-text .role-details .block-link-with-icon h4 span+p,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+p,
  .block-link-with-icon h4 .job-details-block .case-study-text .role-details span+p,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+p,
  .job-details-block .case-study-text .block-link-with-icon h4 .role-details span+p,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text span+p,
  .case-study-text .job-details-block .block-link-with-icon h4 .p-large+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details p+span,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 p+span,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .p-large+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .role-details p+span,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text p+span,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .job-details-block .role-details span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .p-large+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details p+span,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 .job-details-block span+span,
  .job-details-block .role-details .case-study-text .block-link-with-icon h4 .job-details-block span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .job-details-block .role-details span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details .job-details-block span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .role-details .job-details-block span+span,
  .block-link-with-icon h4 .job-details-block .case-study-text .p-large+span,
  .block-link-with-icon h4 .job-details-block .case-study-text .role-details p+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text p+span,
  .job-details-block .role-details .block-link-with-icon h4 .job-details-block .case-study-text span+span,
  .block-link-with-icon h4 .job-details-block .case-study-text .role-details span+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .case-study-text .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details .job-details-block .case-study-text span+span,
  .case-study-text ul li+p,
  .case-study-text ul .job-details-block li+p,
  .job-details-block .case-study-text ul li+p,
  .case-study-text ul .job-details-block .block-link-with-icon h4 li+span,
  .job-details-block .block-link-with-icon h4 .case-study-text ul li+span,
  .case-study-text ul .block-link-with-icon h4 .job-details-block li+span,
  .block-link-with-icon h4 .job-details-block .case-study-text ul li+span,
  .case-study-text p+p,
  .case-study-text .job-details-block p+p,
  .job-details-block .case-study-text p+p,
  .case-study-text .job-details-block .block-link-with-icon h4 span+p,
  .job-details-block .block-link-with-icon h4 .case-study-text span+p,
  .case-study-text .block-link-with-icon h4 .job-details-block span+p,
  .block-link-with-icon h4 .job-details-block .case-study-text span+p,
  .case-study-text .job-details-block p+p,
  .job-details-block .case-study-text p+p,
  .case-study-text .job-details-block p+p,
  .job-details-block .case-study-text p+p,
  .case-study-text .job-details-block .block-link-with-icon h4 span+p,
  .job-details-block .block-link-with-icon h4 .case-study-text span+p,
  .case-study-text .block-link-with-icon h4 .job-details-block span+p,
  .block-link-with-icon h4 .job-details-block .case-study-text span+p,
  .case-study-text .job-details-block .block-link-with-icon h4 p+span,
  .job-details-block .block-link-with-icon h4 .case-study-text p+span,
  .case-study-text .job-details-block .block-link-with-icon h4 p+span,
  .job-details-block .case-study-text .block-link-with-icon h4 p+span,
  .job-details-block .block-link-with-icon h4 .case-study-text p+span,
  .case-study-text .job-details-block .block-link-with-icon h4 span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .job-details-block span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .job-details-block span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .case-study-text span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block p+span,
  .block-link-with-icon h4 .job-details-block .case-study-text p+span,
  .case-study-text .block-link-with-icon h4 .job-details-block p+span,
  .block-link-with-icon h4 .case-study-text .job-details-block p+span,
  .block-link-with-icon h4 .job-details-block .case-study-text p+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .job-details-block span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .job-details-block span+span,
  .job-details-block .block-link-with-icon h4 .job-details-block .case-study-text span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block span+span,
  .block-link-with-icon h4 .job-details-block .case-study-text span+span,
  .case-study-text .block-link-with-icon h4 span+p,
  .case-study-text .block-link-with-icon h4 .job-details-block span+p,
  .job-details-block .case-study-text .block-link-with-icon h4 span+p,
  .case-study-text .job-details-block .block-link-with-icon h4 span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block span+span,
  .block-link-with-icon h4 .case-study-text span+p,
  .block-link-with-icon h4 .case-study-text .job-details-block span+p,
  .job-details-block .block-link-with-icon h4 .case-study-text span+p,
  .job-details-block .block-link-with-icon h4 .case-study-text span+span,
  .block-link-with-icon h4 .case-study-text .job-details-block span+span,
  .block-link-with-icon h4 .job-details-block .case-study-text span+span,
  .case-study-text .block-link-with-icon h4 .p-large+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details p+span,
  .job-details-block .role-details .case-study-text .block-link-with-icon h4 p+span,
  .case-study-text .job-details-block .role-details .block-link-with-icon h4 span+span,
  .job-details-block .role-details .case-study-text .block-link-with-icon h4 span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block .role-details span+span,
  .case-study-text .job-details-block .block-link-with-icon h4 .role-details span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 .role-details span+span,
  .case-study-text .block-link-with-icon h4 ul li+span,
  .case-study-text ul .block-link-with-icon h4 li+span,
  .case-study-text .block-link-with-icon h4 p+span,
  .case-study-text .block-link-with-icon h4 .job-details-block p+span,
  .job-details-block .case-study-text .block-link-with-icon h4 p+span,
  .case-study-text .job-details-block .block-link-with-icon h4 span+span,
  .job-details-block .case-study-text .block-link-with-icon h4 span+span,
  .case-study-text .block-link-with-icon h4 .job-details-block span+span,
  .case-study-text .block-link-with-icon h4 span+span,
  .block-link-with-icon h4 .case-study-text .p-large+span,
  .block-link-with-icon h4 .case-study-text .job-details-block .role-details p+span,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text p+span,
  .job-details-block .role-details .block-link-with-icon h4 .case-study-text span+span,
  .block-link-with-icon h4 .case-study-text .job-details-block .role-details span+span,
  .block-link-with-icon h4 .job-details-block .role-details .case-study-text span+span,
  .job-details-block .block-link-with-icon h4 .case-study-text .role-details span+span,
  .job-details-block .block-link-with-icon h4 .role-details .case-study-text span+span,
  .block-link-with-icon h4 .case-study-text ul li+span,
  .block-link-with-icon h4 .case-study-text p+span,
  .block-link-with-icon h4 .case-study-text .job-details-block p+span,
  .job-details-block .block-link-with-icon h4 .case-study-text p+span,
  .job-details-block .block-link-with-icon h4 .case-study-text span+span,
  .block-link-with-icon h4 .case-study-text .job-details-block span+span,
  .block-link-with-icon h4 .job-details-block .case-study-text span+span,
  .block-link-with-icon h4 .case-study-text span+span,
  .checklist-block ul li+.p-large,
  .checklist-block ul .job-details-block .role-details li+p,
  .job-details-block .role-details .checklist-block ul li+p,
  .checklist-block ul .job-details-block .role-details .block-link-with-icon h4 li+span,
  .job-details-block .role-details .block-link-with-icon h4 .checklist-block ul li+span,
  .checklist-block ul .block-link-with-icon h4 .job-details-block .role-details li+span,
  .block-link-with-icon h4 .job-details-block .role-details .checklist-block ul li+span,
  .checklist-block ul .job-details-block .block-link-with-icon h4 .role-details li+span,
  .job-details-block .block-link-with-icon h4 .role-details .checklist-block ul li+span,
  .checklist-block ul .case-study-text li+p,
  .checklist-block ul .case-study-text .job-details-block li+p,
  .job-details-block .checklist-block ul .case-study-text li+p,
  .checklist-block ul .case-study-text .job-details-block .block-link-with-icon h4 li+span,
  .job-details-block .block-link-with-icon h4 .checklist-block ul .case-study-text li+span,
  .checklist-block ul .case-study-text .block-link-with-icon h4 .job-details-block li+span,
  .block-link-with-icon h4 .job-details-block .checklist-block ul .case-study-text li+span,
  .checklist-block ul .case-study-text .block-link-with-icon h4 li+span,
  .checklist-block ul .block-link-with-icon h4 .case-study-text li+span,
  .checklist-block ul .p-large+li,
  .checklist-block ul .job-details-block .role-details p+li,
  .job-details-block .role-details .checklist-block ul p+li,
  .checklist-block ul .job-details-block .role-details .block-link-with-icon h4 span+li,
  .job-details-block .role-details .block-link-with-icon h4 .checklist-block ul span+li,
  .checklist-block ul .block-link-with-icon h4 .job-details-block .role-details span+li,
  .block-link-with-icon h4 .job-details-block .role-details .checklist-block ul span+li,
  .checklist-block ul .job-details-block .block-link-with-icon h4 .role-details span+li,
  .job-details-block .block-link-with-icon h4 .role-details .checklist-block ul span+li,
  .checklist-block ul .case-study-text p+li,
  .checklist-block ul .case-study-text .job-details-block p+li,
  .job-details-block .checklist-block ul .case-study-text p+li,
  .checklist-block ul .case-study-text .job-details-block .block-link-with-icon h4 span+li,
  .job-details-block .block-link-with-icon h4 .checklist-block ul .case-study-text span+li,
  .checklist-block ul .case-study-text .block-link-with-icon h4 .job-details-block span+li,
  .block-link-with-icon h4 .job-details-block .checklist-block ul .case-study-text span+li,
  .checklist-block ul .case-study-text .block-link-with-icon h4 span+li,
  .checklist-block ul .block-link-with-icon h4 .case-study-text span+li,
  .checklist-block ul li+li,
  label.label-large+.p-large,
  .job-details-block .role-details label.label-large+p,
  .job-details-block .role-details .block-link-with-icon h4 label.label-large+span,
  .block-link-with-icon h4 .job-details-block .role-details label.label-large+span,
  .job-details-block .block-link-with-icon h4 .role-details label.label-large+span,
  .case-study-text ul label.label-large+li,
  .case-study-text label.label-large+p,
  .case-study-text .job-details-block label.label-large+p,
  .job-details-block .case-study-text label.label-large+p,
  .case-study-text .job-details-block .block-link-with-icon h4 label.label-large+span,
  .job-details-block .block-link-with-icon h4 .case-study-text label.label-large+span,
  .case-study-text .block-link-with-icon h4 .job-details-block label.label-large+span,
  .block-link-with-icon h4 .job-details-block .case-study-text label.label-large+span,
  .case-study-text .block-link-with-icon h4 label.label-large+span,
  .block-link-with-icon h4 .case-study-text label.label-large+span,
  .checklist-block ul label.label-large+li,
  .p-large+label.label-large,
  .job-details-block .role-details p+label.label-large,
  .job-details-block .role-details .block-link-with-icon h4 span+label.label-large,
  .block-link-with-icon h4 .job-details-block .role-details span+label.label-large,
  .job-details-block .block-link-with-icon h4 .role-details span+label.label-large,
  .case-study-text ul li+label.label-large,
  .case-study-text p+label.label-large,
  .case-study-text .job-details-block p+label.label-large,
  .job-details-block .case-study-text p+label.label-large,
  .case-study-text .job-details-block .block-link-with-icon h4 span+label.label-large,
  .job-details-block .block-link-with-icon h4 .case-study-text span+label.label-large,
  .case-study-text .block-link-with-icon h4 .job-details-block span+label.label-large,
  .block-link-with-icon h4 .job-details-block .case-study-text span+label.label-large,
  .case-study-text .block-link-with-icon h4 span+label.label-large,
  .block-link-with-icon h4 .case-study-text span+label.label-large,
  .checklist-block ul li+label.label-large,
  label.label-large+label.label-large {
    margin-top: 60px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.link {
  font-size: 16px;
  color: #f05a28;
  font-weight: 700;
  letter-spacing: 0.38px;
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 992px) {
  .link {
    font-size: 20px;
  }
}

.link .arrow.arrow-right {
  margin-left: 10px;
}

.link .arrow.arrow-left {
  margin-right: 10px;
}

.link-ss {
  font-size: 16px;
  color: #f05a28;
  font-weight: 700;
  letter-spacing: 0.38px;
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 992px) {
  .link-ss {
    font-size: 20px;
  }
}

.link-ss .arrow.arrow-right {
  margin-left: 10px;
}

.link-ss .arrow.arrow-left {
  margin-right: 10px;
}

a.link:hover {
  color: #d84e26;
  text-decoration: underline;
}

a.link:hover .arrow {
  background: #d84e26;
}

a.link:hover .arrow::before,
a.link:hover .arrow::after {
  background: #d84e26;
}

a.link-ss:hover {
  color: #d84e26;
  text-decoration: underline;
}

a.link-ss:hover .arrow {
  background: #d84e26;
}

a.link-ss:hover .arrow::before,
a.link-ss:hover .arrow::after {
  background: #d84e26;
}

.link-with-icon {
  display: inline-flex;
  align-items: center;
}

.block-link-with-icon {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .block-link-with-icon {
    margin-bottom: 30px;
  }
}

.block-link-with-icon h4 {
  margin: 0;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 10px 15px;
  transition: 0.2s ease background 0.1s;
}

.block-link-with-icon h4 span {
  display: block;
  margin: 0;
  font-weight: 500;
}

@media (min-width: 992px) {
  .block-link-with-icon h4 {
    padding: 20px 35px;
  }
}

.block-link-with-icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 0;
  top: 0;
  transform: translate(-5px, 4px);
  border: 1px solid #d3d4dd;
  z-index: 1;
  transition: 0.2s ease transform;
}

@media (min-width: 992px) {
  .block-link-with-icon::after {
    transform: translate(-10px, 9px);
  }
}

.block-link-with-icon:hover::after {
  transform: translate(-1px, -1px);
}

.block-link-with-icon:last-child {
  margin-bottom: 0;
}

.card-heading,
.timeline-halfway {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.55px;
  color: #495865;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 992px) {

  .card-heading,
  .timeline-halfway {
    font-size: 30px;
  }
}

.heading-list h3 {
  margin-bottom: 15px;
}

ul {
  list-style: none;
}

ul.list, ol.list,
.job-details-block ul,
.case-study-text ul,
.insight-content ul {
  text-align: left;
  padding-left: 21px;
}

@media (min-width: 992px) {

  ul.list, ol.list,
  .job-details-block ul,
  .case-study-text ul,
  .insight-content ul {
    padding-left: 56px;
  }
}

ul.list li, ol.list li,
.job-details-block ul li,
.case-study-text ul li,
.insight-content ul li {
  position: relative;
  letter-spacing: 0.31px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
	padding-bottom: 20px;
}
.insight-content ol li{
	padding-bottom: 20px;
}
@media (min-width: 992px) {

  ul.list li, ol.list li,
  .job-details-block ul li,
  .case-study-text ul li,
  .insight-content ul li {
    font-size: 20px;
    line-height: 34px;
  }
}

ul.list li.bold, ol.list li.bold,
.job-details-block ul li.bold,
.case-study-text ul li.bold,
.insight-content ul li.bold {
  font-weight: 700;
}

ul.list.right-tick li::before{
  position: absolute;
  content: "";
  background: url("assets/images/tick.svg") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  border: 1px solid;
  padding: 9px;
  left: -30px;
  top: 7px;
}

ul.list li::before, 
.job-details-block ul li::before,
.case-study-text ul li::before,
.insight-content ul li::before {
  width: 6px;
  height: 6px;
  left: -21px;
  top: 8px;
  background: #f05a28;
  position: absolute;
  content: "";
}

ul.list li::before, 
.job-details-block ul li::before,
.case-study-text ul li::before,
.insight-content ul li::before {
  width: 6px;
  height: 6px;
  left: -21px;
  top: 8px;
  background: #f05a28;
  position: absolute;
  content: "";
}

@media (min-width: 992px) {

  ul.list li::before,
  .job-details-block ul li::before,
  .case-study-text ul li::before,
  .insight-content ul li::before {
    left: -26px;
    top: 16px;
  }
}

ul.list-large li,
.job-details-block .role-details ul li {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {

  ul.list-large li,
  .job-details-block .role-details ul li {
    font-size: 26px;
    line-height: 40px;
  }
}

ol.ordered-list li,
.job-details-block ol li,
.insight-content ol li {
  letter-spacing: 0.31px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
}

@media (min-width: 992px) {

  ol.ordered-list li,
  .job-details-block ol li,
  .insight-content ol li {
    font-size: 20px;
    line-height: 34px;
  }
}

ol.ordered-list li.bold,
.job-details-block ol li.bold,
.insight-content ol li.bold {
  font-weight: 700;
}

ol.ordered-list-large li,
.job-details-block .role-details ol li {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {

  ol.ordered-list-large li,
  .job-details-block .role-details ol li {
    font-size: 26px;
    line-height: 40px;
  }
}

label {
  font-size: 14px;
  line-height: 22px;
  color: #495865;
  margin: 0;
}

@media (min-width: 992px) {
  label {
    font-size: 20px;
    line-height: 34px;
  }
}

label.bold {
  font-weight: 700;
}

.w-80 {
  max-width: 80%;
  margin: auto;
}

@media (max-width: 768px) {
  .w-80 {
    max-width: 100%;
  }
}

.text-orange {
  color: #f35a2d;
}

h3.font-50 {
  font-size: 50px;
}

@media (max-width: 768px) {
  h3.font-50 {
    font-size: 25px;
  }
}

.h-652 {
  height: 652px;
}

@media (max-width: 768px) {
  .h-652 {
    height: 236px;
  }
}

.p-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .p-75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.no-margin {
  margin-bottom: 0px;
}

.m-30 {
  margin-bottom: 30px;
}

.equiheight-children *[class^="col"] {
  display: flex;
  flex-direction: column;
}

.equiheight-children *[class^="col"]>* {
  flex: 1;
}

.single-page {
  min-height: 100vh;
}

.section {
  padding: 50px 0;
  position: relative;
}

/*@media (min-width: 992px) {
  .section {
    padding: 100px 0;
  }
}*/

/*@media (min-width: 1660px) {
  .section {
    padding: 150px 0;
  }
}*/

.section-light-gray {
  background: #f1f1f1;
}

.section-black {
  background: #000;
}

.section-black h1{
	color: white !important;
}

.section-black p{
	color: white !important;
}

.section-fullscreen {
  min-height: 100vh;
}

.section-case-study {
  padding: 150px 0 40px;
}

@media (min-width: 992px) {
  .section-case-study {
    padding: 250px 0 75px;
  }
}

.section-hero {
  padding: 168px 0 98px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .cmn-lp .section-hero {
    padding: 160px 0 160px;
  }
  .section-hero {
    padding: 280px 0 264px;
  }
}

.section-hero.after-banner {
  padding-top: 85px;
}

@media (min-width: 992px) {
  .section-hero.after-banner {
    padding-top: 177px;
  }
}

.section-hero::before {
  position: absolute;
  content: "";
  background: url("assets/images/shape-dots-gray.svg") no-repeat;
  background-size: 100%;
  width: 163px;
  height: 33px;
  bottom: -10px;
  left: 0;
}

@media (min-width: 992px) {
  .section-hero::before {
    width: 340px;
    height: 70px;
    bottom: -19px;
    left: calc(8.33% + 15px);
  }
}

.section-hero::after {
  position: absolute;
  content: "";
  background: url("assets/images/shape-compound-4.svg") no-repeat;
  width: 60px;
  height: 60px;
  background-size: 100%;
  bottom: 0;
  transform: translateY(50%);
  right: 0;
}

@media (min-width: 992px) {
  .section-hero::after {
    width: 120px;
    height: 120px;
  }
}

.section-divider {
  background: #d3d4dd;
  margin: 70px 0;
}

@media (min-width: 992px) {
  .section-divider {
    margin: 150px 0;
  }
}

.tab-divider {
  margin: 40px 0 0;
}

@media (min-width: 992px) {
  .tab-divider {
    margin: 75px 0;
  }
}

.grid-list .row {
  margin-left: -5px;
  margin-right: -5px;
}

.grid-list div[class^="col-"] {
  padding: 15px;
	overflow: hidden;
}

.grid-list .grid-item {
  display: block;
  width: 100%;
  /*background: #e7e7e7;*/
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .grid-list .grid-item {
    font-size: 42px;
  }
}

.grid-list .grid-image {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding: 20px;*/
	
}

@media (min-width: 992px) {
  .grid-list .grid-image {
    height: 200px;
  }
}

.grid-list .grid-image img {
  width: 100%;
  max-width: 140px;
  display: block;
  max-height: 120px;
}

@media (min-width: 992px) {
  .grid-list .grid-image img {
    max-height: 150px;
    max-width: 200px;
  }
}

.big-circle {
  width: 440px;
  height: 440px;
  border: 5px solid;
  border-radius: 50%;
  position: relative;
  will-change: transform;
  animation: rotate 120s linear infinite;
}

.big-circle::after {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  right: -5px;
  bottom: 70px;
  content: "";
  background: #054371;
  animation: changeColor 120s linear infinite;
}

.hexagon {
  position: absolute;
  width: 40px;
  height: 23.09px;
  border-left: solid 5px;
  border-right: solid 5px;
}

.hexagon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28.28px;
  height: 28.28px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 0.8579px;
  top: -14.1421px;
  border-top: solid 7.0711px #f05a28;
  border-right: solid 7.0711px #f05a28;
}

.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28.28px;
  height: 28.28px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 0.8579px;
  bottom: -14.1421px;
  border-bottom: solid 7.0711px #f05a28;
  border-left: solid 7.0711px #f05a28;
}

.hexagon.hexagon-small {
  width: 18px;
  height: 10px;
  border-left: solid 5px;
  border-right: solid 5px;
}

.hexagon.hexagon-small::before {
  width: 12px;
  height: 12px;
  left: -2px;
  top: -6px;
  border-top: solid 7px #f05a28;
  border-right: solid 7px #f05a28;
}

.hexagon.hexagon-small::after {
  width: 12px;
  height: 12px;
  left: -2px;
  bottom: -6px;
  border-bottom: solid 7px #f05a28;
  border-left: solid 7px #f05a28;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 57px solid #000;
}

.triangle.triangle-small {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
}

.triangle.triangle-secondary {
  border-left-color: #054371;
}

.triangle.triangle-primary {
  border-left-color: #f05a28;
}

.dots-group .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dots-group .rowwrap>div {
  margin: 12px;
  width: 6px;
  height: 6px;
}

.lines>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lines>div div {
  width: 2px;
  height: 50px;
  margin: 0 9px 0 0;
  position: relative;
}

.lines.lines-vertical>div {
  display: block;
}

.lines.lines-vertical>div div {
  height: 2px;
  background: #f05a28;
  margin: 0 0 9px 0;
  width: 100%;
}

.plus {
  width: 20px;
  height: 5px;
  position: absolute;
  z-index: 1;
}

.plus::before {
  content: "";
  width: 5px;
  height: 20px;
  background: inherit;
  position: absolute;
  top: -8px;
  left: 8px;
}

.circle {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  width: 75px;
  height: 75px;
}

.circle div {
  height: 2px;
  width: 140px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.circle div:nth-child(1) {
  top: 7px;
  left: -50px;
}

.circle div:nth-child(2) {
  top: 21px;
  left: -50px;
}

.circle div:nth-child(3) {
  top: 37px;
  left: -50px;
}

.circle div:nth-child(4) {
  top: 53px;
  left: -50px;
}

.circle div:nth-child(5) {
  top: 67px;
  left: -50px;
}

.circle div:nth-child(6) {
  top: 83px;
  left: -50px;
}

.circle div:nth-child(7) {
  top: 101px;
  left: -50px;
}

.shape-compound {
  display: none;
}

@media (min-width: 992px) {
  .shape-compound {
    position: relative;
    display: inline-block;
  }
}

.shape-compound-1 {
  width: 125px;
  height: 110px;
}

.shape-compound-1 .hexagon-small {
  top: 26px;
}

.shape-compound-1 .dots-group {
  right: 0;
  position: absolute;
}

.shape-compound-1 .triangle-small {
  position: absolute;
  bottom: 0;
  left: 15px;
  transform: rotate(135deg);
}

.shape-compound-2 {
  left: calc(16.66% + 30px);
  width: 388px;
  height: 103px;
}

.shape-compound-2 .triangle-small {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(135deg);
}

.shape-compound-3 {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 40px;
  right: calc(8.33% + 30px);
}

.shape-compound-3 .square {
  width: 20px;
  height: 20px;
  border: 5px solid #000;
  position: absolute;
  left: 30px;
  top: 0;
}

.shape-compound-3 .lines {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 38px;
  top: 9px;
}

.shape-compound-3 .plus {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pos-top-right-1 {
  left: 83%;
  margin-top: -42px;
}

.pos-top-right-2 {
  position: absolute;
  right: 0;
  top: -8px;
  transform: translateY(-100%);
}

.pos-top-left-1 {
  display: none;
}

@media (min-width: 992px) {
  .pos-top-left-1 {
    position: absolute;
    left: 0;
    top: -182px;
    display: inline-block;
  }
}

.pos-spa-header {
  left: 0;
  top: -50px;
}

.pos-section-2 {
  position: absolute;
  top: 0;
  right: calc(8.33% + 30px);
}

.pos-top-right-3 {
  top: -55px;
}

.animated-section {
  position: relative;
  margin: -55px 0 -10px 0;
  width: 440px;
  transform: scale(0.5);
  transform-origin: center center;
  animation: fadeIllustration linear 7s infinite;
}

@media (min-width: 992px) {
  .animated-section {
    transform: scale(0.7);
   /* margin: 20px 0 0 0; */
  }
  .animated-section {
    margin-top: 160px !important;
}
}

@media (min-width: 992px) {
  .animated-section {
    font-size: 90px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 1660px) {
  .animated-section {
    transform: scale(1);
  }
}

.animated-section .bottom {
  position: absolute;
  bottom: 0;
  width: 184px;
  left: 127px;
}

.animated-section .bottom .square {
  position: absolute;
  bottom: -124px;
  left: 0;
  width: 184px;
  height: 184px;
}

.animated-section .bottom .lines {
  position: absolute;
  left: 24px;
  bottom: -150px;
}

.animated-section .bottom .dots-group {
  position: absolute;
  top: -209px;
  z-index: 1;
  left: -49px;
  width: 285px;
}

.animated-section .top-left {
  position: absolute;
  left: -73px;
  top: 17px;
}

.animated-section .top-left .triangle {
  position: absolute;
  top: -32px;
  left: 128px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-section .top-left .plus {
  top: 68px;
  left: 194px;
}

.animated-section .top-right {
  position: absolute;
  top: 0;
  right: 40px;
}

.animated-section .top-right .square {
  position: absolute;
  top: -61px;
  right: -57px;
  width: 215px;
  height: 215px;
  background: none;
  border: 5px solid;
  overflow: hidden;
}

.animated-section .top-right .square::before {
  content: "";
  background: #e7e7e7;
  width: 405px;
  height: 405px;
  border-radius: 50%;
  position: absolute;
  top: 58px;
  left: -216px;
}

.animated-section .top-right .lines {
  position: absolute;
  top: -37px;
  right: -112px;
  width: 100px;
}

.animated-section .top-right .circle {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 5px solid;
  border-radius: 50%;
  top: -25px;
  right: 15px;
}

.animated-section .bottom-right {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.animated-section .bottom-right .triangle-small {
  border-left: 10px solid #f05a28;
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  position: absolute;
  top: -32px;
  left: -11px;
}

.animated-section .bottom-right .circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: -135px;
  left: -19px;
}

.animated-section .bottom-right .square {
  position: absolute;
  top: -174px;
  left: -9px;
  width: 15px;
  height: 15px;
  background: none;
  border: 5px solid;
}

.animated-section .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.animated-section .bottom-left .square {
  position: absolute;
  top: -8px;
  left: 44px;
  width: 15px;
  height: 15px;
  background: none;
  border: 5px solid;
}

.animated-section .bottom-left .plus {
  top: 28px;
  left: -60px;
}

.animated-section .bottom-left .hexagon {
  top: -55px;
  left: -5px;
}

.animated-section .right-center {
  position: absolute;
  top: 0;
  right: 0;
}

.animated-section .right-center .hexagon {
  width: 20px;
  height: 11.55px;
  background-color: #fff;
  border-left: solid 5px;
  border-right: solid 5px;
  top: 193px;
  left: 30px;
}

.animated-section .right-center .hexagon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 14.14px;
  height: 14.14px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: -2.0711px;
  top: -7.0711px;
  border-top: solid 7.0711px #e7e7e7;
  border-right: solid 7.0711px #e7e7e7;
}

.animated-section .right-center .hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 14.14px;
  height: 14.14px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: -2.0711px;
  bottom: -7.0711px;
  border-bottom: solid 7.0711px #e7e7e7;
  border-left: solid 7.0711px #e7e7e7;
}

.animated-section .left-center {
  position: absolute;
  top: 0;
  left: 0;
}

.animated-section .left-center .triangle {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f05a28;
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  position: absolute;
  top: 141px;
  left: 89px;
}

.animated-section .left-center .circle {
  top: 160px;
  left: 40px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes changeColor {
  0% {
    background: #054371;
  }

  50% {
    background: #f05a28;
  }

  100% {
    background: #054371;
  }
}

@keyframes flipHorizontal {
  0% {
    transform: scaleX(1);
  }

  47% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(-1);
  }

  97% {
    transform: scaleX(-1);
  }

  100% {
    transform: scaleX(0);
  }
}

.carousel-container {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .carousel-container {
    display: block;
    margin-bottom: 0;
  }
}

.carousel-description {
  position: relative;
  z-index: 1;
  margin: -70px -30px;
  background: #f1f1f1;
}

.carousel-description.with-border::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 60px);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #d3d4dd;
}

@media (min-width: 992px) {
  .carousel-description.with-border::after {
    content: none;
  }
}

@media (min-width: 1280px) {
  .carousel-description {
    max-width: 687px;
    /*min-height: 519px;*/
    max-height: 519px;
    margin: 0;
    display: flex;
  }
}

.carousel-description p,
.carousel-description .block-link-with-icon h4 span,
.block-link-with-icon h4 .carousel-description span {
  margin-bottom: 35px;
}

.carousel-description p:last-child,
.carousel-description .block-link-with-icon h4 span:last-child,
.block-link-with-icon h4 .carousel-description span:last-child {
  margin-bottom: 0;
}

.carousel-description .slide {
  padding: 150px 30px 70px;
}

@media (min-width: 1280px) {
  .carousel-description .slide {
    padding: 75px 170px 75px 75px;
    background: #f1f1f1;
  }
}

.carousel-description.single-slide .slide {
  padding-top: 110px;
}

.carousel-media {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 1280px) {
  .carousel-media {
    max-width: 657px;
    min-height: 369px;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}

.slick-dots button {
  width: 10px;
  height: 10px;
  background: rgba(5, 67, 113, 0.28);
  margin: 0 10px 0;
  text-indent: -9999px;
  border: none;
  transition: 0.2s ease background;
  padding: 0;
}

@media (min-width: 1280px) {
  .slick-dots button {
    width: 12px;
    height: 12px;
  }
}

.slick-dots button:hover {
  background: rgba(240, 90, 40, 0.5);
}

.slick-dots button:focus,
.slick-dots button:active {
  outline: none;
}

.slick-dots .slick-active button {
  background: #f05a28;
}

.carousel-container.carousel-vertical .carousel-description .project-logo {
  margin-bottom: 35px;
}

.carousel-container.carousel-vertical .carousel-description h3 {
  margin-bottom: 10px;
}

.carousel-container.carousel-vertical .carousel-description .btn-secondary {
  margin-top: 50px;
}

.collaborate-illustration {
  display: none;
}

@media (min-width: 992px) {
  .collaborate-illustration {
    display: block;
    width: 710px;
    height: 710px;
    position: relative;
    top: -100px;
    transform: translate(-27%, 0) scale(0.8);
    transition: 0.3s ease transform;
  }
}

@media (min-width: 1660px) {
  .collaborate-illustration {
    transform: translate(-47%, 0) scale(1);
  }
}

.circles {
  width: 740px;
  height: 740px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -290px;
}

.circle-outline {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(240, 90, 40, 0.16);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.circle-outline:nth-child(2) {
  width: calc(20px + 30px);
  height: calc(20px + 30px);
}

.circle-outline:nth-child(3) {
  width: calc(20px + 60px);
  height: calc(20px + 60px);
}

.circle-outline:nth-child(4) {
  width: calc(20px + 90px);
  height: calc(20px + 90px);
}

.circle-outline:nth-child(5) {
  width: calc(20px + 120px);
  height: calc(20px + 120px);
}

.circle-outline:nth-child(6) {
  width: calc(20px + 150px);
  height: calc(20px + 150px);
}

.circle-outline:nth-child(7) {
  width: calc(20px + 180px);
  height: calc(20px + 180px);
}

.circle-outline:nth-child(8) {
  width: calc(20px + 210px);
  height: calc(20px + 210px);
}

.circle-outline:nth-child(9) {
  width: calc(20px + 240px);
  height: calc(20px + 240px);
}

.circle-outline:nth-child(10) {
  width: calc(20px + 270px);
  height: calc(20px + 270px);
}

.circle-outline:nth-child(11) {
  width: calc(20px + 300px);
  height: calc(20px + 300px);
}

.circle-outline:nth-child(12) {
  width: calc(20px + 330px);
  height: calc(20px + 330px);
}

.circle-outline:nth-child(13) {
  width: calc(20px + 360px);
  height: calc(20px + 360px);
}

.circle-outline:nth-child(14) {
  width: calc(20px + 390px);
  height: calc(20px + 390px);
}

.circle-outline:nth-child(15) {
  width: calc(20px + 420px);
  height: calc(20px + 420px);
}

.circle-outline:nth-child(16) {
  width: calc(20px + 450px);
  height: calc(20px + 450px);
}

.circle-outline:nth-child(17) {
  width: calc(20px + 480px);
  height: calc(20px + 480px);
}

.circle-outline:nth-child(18) {
  width: calc(20px + 510px);
  height: calc(20px + 510px);
}

.circle-outline:nth-child(19) {
  width: calc(20px + 540px);
  height: calc(20px + 540px);
}

.circle-outline:nth-child(20) {
  width: calc(20px + 570px);
  height: calc(20px + 570px);
}

.circle-outline:nth-child(21) {
  width: calc(20px + 600px);
  height: calc(20px + 600px);
}

.circle-outline:nth-child(22) {
  width: calc(20px + 630px);
  height: calc(20px + 630px);
}

.circle-outline:nth-child(23) {
  width: calc(20px + 660px);
  height: calc(20px + 660px);
}

.circle-outline:nth-child(24) {
  width: calc(20px + 690px);
  height: calc(20px + 690px);
}

.circle-outline:nth-child(25) {
  width: calc(20px + 720px);
  height: calc(20px + 720px);
}

.circle-outline:nth-child(26) {
  width: calc(20px + 750px);
  height: calc(20px + 750px);
}

.collaborate-circle-wrap {
  animation: rotate 210s linear infinite;
  will-change: transform;
}

.collaborate-circle-wrap,
.collaborate-circle {
  width: 448px;
  height: 448px;
  border: 5px solid #e7e7e7;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  right: 0;
}

.collaborate-circle {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  border: none;
}

.collaborate-circle:nth-child(1) {
  transform: rotate(72deg);
}

.collaborate-circle:nth-child(2) {
  transform: rotate(144deg);
}

.collaborate-circle:nth-child(3) {
  transform: rotate(216deg);
}

.collaborate-circle:nth-child(4) {
  transform: rotate(288deg);
}

.collaborate-circle:nth-child(5) {
  transform: rotate(360deg);
}

.collaborate-shape {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}

.arrow {
  width: 18px;
  height: 2px;
  position: relative;
  display: inline-block;
  background: #054371;
}

@media (min-width: 992px) {
  .arrow {
    width: 23px;
    height: 3px;
  }
}

.arrow::before,
.arrow::after {
  background: #054371;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 9px;
  transform: rotate(45deg);
  top: -1px;
  right: 1px;
}

@media (min-width: 992px) {

  .arrow::before,
  .arrow::after {
    width: 3px;
    height: 11px;
  }
}

.arrow::after {
  transform: rotate(-45deg);
  top: -6px;
}

@media (min-width: 992px) {
  .arrow::after {
    top: -7px;
  }
}

.arrow.arrow-orange {
  background: #f05a28;
}

.arrow.arrow-orange::before,
.arrow.arrow-orange::after {
  background: #f05a28;
}

.hamburger-button {
  transform: scale(0.735);
  display: inline-block;
  width: 30px;
  height: 22px;
  background: transparent;
  position: relative;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 9999;
  transition: 0.2s ease transform 0.3s;
}

@media (min-width: 992px) {
  .hamburger-button {
    transform: scale(1);
  }
}

.hamburger-button:hover .hamburger-icon {
  width: 30px;
}

.hamburger-button:hover .hamburger-icon::after {
  width: 30px;
}

.hamburger-button:focus,
.hamburger-button:active {
  outline: none;
}

.hamburger-button.active {
  transform: scale(0.735) rotate(45deg);
  transition-delay: 0.4s;
}

@media (min-width: 992px) {
  .hamburger-button.active {
    transform: scale(1) rotate(45deg);
  }
}

.hamburger-button.active .hamburger-icon {
  background: transparent;
  transition-delay: 0.1s;
}

.hamburger-button.active .hamburger-icon::before {
  transform: translateY(10px);
  transition-delay: 0.1s;
}

.hamburger-button.active .hamburger-icon::after {
  transform: translateY(-10px) rotate(90deg);
  transition-delay: 0.1s;
  width: 30px;
}

.hamburger-icon {
  width: 22px;
  height: 2px;
  position: relative;
  background: #054371;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.3s ease width, 0.1s ease background;
  text-indent: -9999px;
}

.hamburger-icon:before,
.hamburger-icon:after {
  background: #054371;
  width: 30px;
  height: 2px;
  position: absolute;
  display: block;
  top: -10px;
  right: 0;
  content: "";
  transition: all 0.3s ease;
}

.hamburger-icon::after {
  top: 10px;
  width: 14px;
}

.btn::before {
  width: 0;
  background: #e7e7e7;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease width;
  z-index: -1;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  box-shadow: none !important;
  outline: none;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before,
.btn:active:focus::before {
  width: 100%;
}

.btn-primary,
.btn-secondary-fill {
  background: #f05a28;
  border: none;
  border-radius: 0;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 9px 15px;
}

@media (min-width: 992px) {

  .btn-primary,
  .btn-secondary-fill {
    padding: 17px 30px;
    font-size: 28px;
    line-height: 34px;
  }
}

.btn-primary.small,
.small.btn-secondary-fill {
  font-size: 14px;
  line-height: 19px;
  padding: 8px 12px;
}

@media (min-width: 992px) {

  .btn-primary.small,
  .small.btn-secondary-fill {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 20px;
  }
}

.btn-primary::before,
.btn-secondary-fill::before {
  background: #d84e26;
}

.btn-primary:hover,
.btn-secondary-fill:hover,
.btn-primary:focus,
.btn-secondary-fill:focus,
.btn-primary:active,
.btn-secondary-fill:active,
.btn-primary:active:focus {
  background: #f05a28;
  outline: none;
}

.btn-secondary {
  background: transparent;
  border: 3px solid #054371;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #054371;
  position: relative;
  transition: 0.4s ease color;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 992px) {
  .btn-secondary {
    padding: 15px 30px;
    font-size: 22px;
  }
}

.btn-secondary .arrow {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .btn-secondary .arrow {
    margin-left: 30px;
  }
}

.btn-secondary:before {
  background: #054371;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  color: #fff;
  background: transparent;
  border-color: #054371;
}

.btn-secondary:hover .arrow,
.btn-secondary:focus .arrow,
.btn-secondary:active .arrow,
.btn-secondary:active:focus .arrow {
  background: #fff;
  transition: 0.1s ease background 0.15s;
}

.btn-secondary:hover .arrow::before,
.btn-secondary:hover .arrow::after,
.btn-secondary:focus .arrow::before,
.btn-secondary:focus .arrow::after,
.btn-secondary:active .arrow::before,
.btn-secondary:active .arrow::after,
.btn-secondary:active:focus .arrow::before,
.btn-secondary:active:focus .arrow::after {
  background: #fff;
  transition: 0.1s ease background 0.2s;
}

.btn-secondary-fill {
  background: #054371;
}

.btn-secondary-fill::before {
  background: #063359;
}

.btn-secondary-fill:hover,
.btn-secondary-fill:focus,
.btn-secondary-fill:active,
.btn-secondary-fill:active:focus {
  background: #054371;
  outline: none;
}

.btn-sm,
.btn-group-sm>.btn {
  font-size: 14px;
  padding: 8px 12px;
  line-height: 16px;
}

@media (min-width: 992px) {

  .btn-sm,
  .btn-group-sm>.btn {
    font-size: 18px;
    padding: 12px 20px;
    line-height: 21px;
  }
}

.header-navbar {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9996;
  background: #fff;
  transition: 0.4s ease transform;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .header-navbar {
    padding: 1rem 0;
  }
}

.header-navbar.nav-up {
  transform: translateY(-100%);
}

.header-navbar.scrolled {
  padding: 0.5rem 0rem;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.04);
}

.header-navbar .navbar-brand img {
  max-width: 145px;
}

@media (min-width: 992px) {
  .header-navbar .navbar-brand img {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .header-navbar .hamburger-button {
    margin-left: 70px;
  }
}

.header-navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1660px) {
  .header-navbar .container {
    max-width: 1570px !important;
  }

}

.innovify-tornado-container {
  transform: translateX(30px);
  margin-top: 50px;
}

@media (min-width: 992px) {
  .innovify-tornado-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transform: none;
    margin-top: 0;
  }
}

.innovify-tornado {
  transform: scale(1);
  width: 40px;
  opacity: 0;
}

@media (min-width: 992px) {
  .innovify-tornado {
    width: 70px;
  }
}

.innovify-tornado.hidden {
  opacity: 0;
  animation: none;
}

.fullscreen-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  transform: translateX(0);
  background: #f1f1f1;
  z-index: 9998;
  transition: 0.3s ease-in-out transform;
  display: flex;
  align-items: center;
}

.fullscreen-menu.open {
  display: flex;
  align-items: center;
  transform: translateX(-100%);
  transition: 0.7s ease-in-out transform;
}

.fullscreen-menu.open .innovify-tornado {
  animation: pulse 0.7s ease-out 1.5s 1 normal forwards;
}

.fullscreen-menu.closing {
  transform: translateX(0);
  transition: 0.5s ease-in-out transform !important;
}

.fullscreen-menu .menu {
  padding-left: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  25% {
    transform: scale(1);
    opacity: 0.25;
  }

  75% {
    transform: scale(1.1);
    opacity: 0.75;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .hamburger-button:not(.active):hover+.fullscreen-menu:not(.closing) {
    transform: translateX(-50px);
    transition: 0.3s ease all;
  }
}

.primary-menu-links {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 50px;
  display: table;
  position: relative;
  opacity: 1;
  transform: translateX(0);
  color: #f1f1f1;
  transition: 0.2s opacity linear, 0.2s color linear;
}

@media (min-width: 992px) {
  .primary-menu-links {
    font-size: 50px;
    line-height: 75px;
  }
}

.primary-menu-links.small {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .primary-menu-links.small {
    font-size: 35px;
    line-height: 50px;
  }
}

.primary-menu-links.small::before {
  height: 18px;
  bottom: 3px;
}

@media (min-width: 992px) {
  .primary-menu-links::before {
    position: absolute;
    width: 0;
    content: "";
    height: 33px;
    left: -10px;
    bottom: 5px;
    z-index: -1;
    background: linear-gradient(to right, #c8d6e0, #fadbcf);
    transition: 0.3s ease-out all !important;
  }
}

.primary-menu-links.mute {
  opacity: 0.14;
  transition-delay: 0s !important;
}

.primary-menu-links:hover {
  text-decoration: none;
  color: #063359;
  transition-delay: 0s !important;
}

.primary-menu-links:hover::before {
  width: calc(100% + 40px);
}

.primary-menu-links.small:hover::before {
  left: -5px;
  width: calc(100% + 25px);
}

@media (min-width: 1660px) {
  .primary-menu-links {
    font-size: 60px;
    line-height: 90px;
  }
}

.fullscreen-menu.opening .links-container .menu li .primary-menu-links {
  transform: translateX(30px);
  color: #054371;
  transition: 0.7s color ease-out 0.55s, 0.7s transform ease-out 0.55s,
    0.2s opacity linear;
}

@media (min-width: 992px) {
  .fullscreen-menu.opening .links-container .menu li .primary-menu-links {
    transform: translateX(100px);
  }
}

.fullscreen-menu.opening .links-container .menu li:nth-child(2) .primary-menu-links {
  transition-delay: 0.62s;
}

.fullscreen-menu.opening .links-container .menu li:nth-child(3) .primary-menu-links {
  transition-delay: 0.69s;
}

.fullscreen-menu.opening .links-container .menu li:nth-child(4) .primary-menu-links {
  transition-delay: 0.76s;
}

.fullscreen-menu.opening .links-container .menu li:nth-child(5) .primary-menu-links {
  transition-delay: 0.83s;
}

.fullscreen-menu.opening .links-container.small-links-wrap .menu li:nth-child(1) .primary-menu-links {
  transition-delay: 0.9s;
}

.fullscreen-menu.opening .links-container.small-links-wrap .menu li:nth-child(2) .primary-menu-links {
  transition-delay: 0.97s;
}

.fullscreen-menu.open .menu li .primary-menu-links,
.fullscreen-menu.closing .menu li .primary-menu-links {
  transform: translateX(30px);
  color: #054371;
}

@media (min-width: 992px) {

  .fullscreen-menu.open .menu li .primary-menu-links,
  .fullscreen-menu.closing .menu li .primary-menu-links {
    transform: translateX(100px);
  }
}

.fullscreen-menu.open .menu li .primary-menu-links .primary-menu-links,
.fullscreen-menu.closing .menu li .primary-menu-links .primary-menu-links {
  color: #054371;
  transition: 0.7s color ease-out 0.55s, 0.2s opacity linear;
}

.small-links-wrap {
  margin-top: 50px;
}

@media (min-width: 1660px) {
  .small-links-wrap {
    margin-top: 100px;
  }
}

.single-page-header {
  padding: 25px 0;
  position: relative;
}

@media (min-width: 992px) {
  .single-page-header {
    padding: 50px 0;
  }
}

.single-page-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d3d4dd;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .single-page-header .single-page-brand {
    height: 63px;
  }
}

.single-page-header .single-page-brand img {
  max-width: 145px;
}

@media (min-width: 992px) {
  .single-page-header .single-page-brand img {
    max-width: none;
  }
}

.post {
  background-color: #fff;
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .post {
    margin-bottom: 0;
  }
}

.post-img {
  max-height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}

@media (min-width: 992px) {
  .post-img {
    /*height: 280px;*/
	  height:auto;
  }
}

.post-img img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
	object-fit:unset;
}

.post-content {
  padding: 15px;
}

@media (min-width: 992px) {
  .post-content {
    padding: 30px;
    margin-bottom: 0;
  }
}

.post-content p,
.post-content .block-link-with-icon h4 span,
.block-link-with-icon h4 .post-content span {
  margin: 0 0 5px 0;
}

.post-block-container div[class^="col"]:last-child .post {
  margin-bottom: 0;
}

.social-icons {
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.social-icons li {
  list-style: none;
  margin: 5px 10px 5px 0;
}

.social-icons li a {
  display: block;
  max-width: 22px;
  width: 22px;
}

.social-icons li a img {
  display: block;
  margin: 0 auto;
  max-width: 18px;
  height: auto;
}

footer {
  padding: 100px 0 0;
}

footer .copyright {
  background: rgba(0, 0, 0, 0.04);
  padding: 0px 15px;
}

footer p,
footer .job-details-block p,
.job-details-block footer p,
footer .block-link-with-icon h4 span,
.block-link-with-icon h4 footer span {
  margin: 0 0 10px 0;
}

footer .logos p,
footer .logos .block-link-with-icon h4 span,
.block-link-with-icon h4 footer .logos span {
  margin: 0 0 15px 0;
}

footer .logos ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

footer .logos ul li {
  list-style: none;
  margin: 0 15px 15px 0;
}

footer .logos ul li img {
  height: 48px;
}

@media (min-width: 1280px) {
  footer .links {
    /*padding: 0 50px;*/
  }
}

footer .links ul {
  padding: 0 0 20px 0;
}

@media (min-width: 992px) {
  footer .links ul {
    padding: 0 0 30px 0;
  }
}

footer .links ul li {
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
  margin: 0;
  padding-bottom: 13px;
}

@media (min-width: 992px) {
  footer .links ul li {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 13px;
  }
}

footer .links ul li.bold {
  font-weight: 700;
}

footer .links ul li a {
  color: #495865;
}

footer .links ul li p,
footer .links ul li .block-link-with-icon h4 span,
.block-link-with-icon h4 footer .links ul li span {
  margin: 0 0 25px 0;
}

footer .links ul li p b,
footer .links ul li .block-link-with-icon h4 span b,
.block-link-with-icon h4 footer .links ul li span b {
  font-weight: 700;
}

footer .signup-form {
  border: 3px solid #f05a28;
  padding: 40px 20px;
  position: relative;
}

@media (min-width: 992px) {
  footer .signup-form {
    padding: 33px;
  }
}

footer .signup-form .lines {
  position: absolute;
  right: 35px;
  top: -25px;
}

footer .signup-form .lines>div {
  display: flex;
  align-items: center;
}

footer .signup-form .lines>div div {
  width: 2px;
  height: 50px;
  background: #f05a28;
  margin: 0 9px 0 0;
  position: relative;
}

footer .signup-form .form-group {
  margin: 0 0 20px 0;
}

footer .signup-form .form-check {
  margin: 0 0 2px 0;
}

footer .signup-form input[type="submit"] {
  padding-left: 37px;
  padding-right: 37px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
}

.poc {
  display: flex;
  margin: 0 0 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 992px) {
  .poc {
    flex-direction: column;
    margin-top: 0 0 0;
  }
}

.poc .card-heading,
.poc .timeline-halfway {
  margin-top: 15px;
}

@media (min-width: 992px) {

  .poc .card-heading,
  .poc .timeline-halfway {
    margin-top: 30px;
  }
}

.poc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.poc-content .social-icons {
  margin: 0;
}

.poc-content .social-icons a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f05a28;
}

.poc-content .social-icons a img {
  width: 10px;
}

.poc-thumb {
  width: 166px;
  height: 166px;
  border: 4px solid #f05a28;
  border-radius: 50%;
  overflow: hidden;
}


@media (min-width: 992px) {
  .poc-thumb {
    width: 228px;
    height: 228px;
    border-width: 5px;
  }
}

.poc-thumb>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 88% top;
}

.form-mui .form-group {
  position: relative;
}

.form-mui .form-control {
  font-size: 16px;
  padding: 10px 0;
  height: auto;
  border: 0;
  border-bottom: 2px solid #f05a28;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: 0 !important;
  height: auto;
  resize: none;
}

@media (min-width: 992px) {
  .form-mui .form-control {
    font-size: 28px;
    padding: 15px 0;
  }
}

.form-mui .form-control.small {
  border-bottom: 2px solid #495865;
  padding: 1px 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  .form-mui .form-control.small {
    font-size: 20px;
  }
}

.form-mui .form-control.small::placeholder {
  color: #495865;
}

.form-mui .form-control~.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #f05a28;
  transition: 0.3s ease all;
  z-index: 4;
}

.form-mui .form-control~.focus-border.focus-border-black {
  background-color: #000;
}

.form-mui .form-control::placeholder {
  color: #999;
  transition: 0.2s ease color;
}

.form-mui .form-control:focus {
  background: transparent;
  outline: none;
}

.form-mui .form-control:focus~span.focus-border {
  width: 100%;
  transition: 0.4s;
}

.form-mui .form-control:focus::placeholder {
  color: #495865;
  transition: 0.2s ease color;
}

.form-bordered label {
  font-size: 20px;
  color: #495865;
  letter-spacing: 0.31px;
  line-height: 28px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .form-bordered label {
    font-size: 24px;
    letter-spacing: 0.38px;
    line-height: 36px;
  }
}

.form-bordered .form-group {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .form-bordered .form-group {
    margin-bottom: 50px;
  }
}

.form-bordered .form-control {
  border-radius: 0px;
  border-color: #d3d4dd;
  -webkit-appearance: none;
  padding: 11px 15px;
  height: auto;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
}

@media (min-width: 992px) {
  .form-bordered .form-control {
    font-size: 20px;
    line-height: 34px;
  }
}

.form-bordered .form-control.bold {
  font-weight: 700;
}

.form-bordered .form-control::placeholder {
  opacity: 0.5;
}

.form-bordered .file-upload {
  position: relative;
}

.form-bordered .file-upload .wpcf7-form-control-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}

.form-bordered .file-upload .wpcf7-form-control-wrap:hover+.selected-filename img,
.form-bordered .file-upload .wpcf7-form-control-wrap:focus+label img {
  opacity: 1;
}

.form-bordered .file-upload .wpcf7-form-control-wrap:focus+.selected-filename {
  box-shadow: 0 0 0 0.2rem rgba(240, 90, 40, 0.25);
}

.form-bordered .file-upload .selected-filename {
  border: 1px solid #d3d4dd;
  padding: 11px 15px;
  height: auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
}

@media (min-width: 992px) {
  .form-bordered .file-upload .selected-filename {
    font-size: 20px;
    line-height: 34px;
  }
}

.form-bordered .file-upload .selected-filename.bold {
  font-weight: 700;
}

.form-bordered .file-upload .selected-filename img {
  opacity: 0.5;
  transition: 0.2s ease opacity;
}

.form-bordered.button-overlap {
  position: relative;
}

.form-bordered.button-overlap .btn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.form-bordered.button-overlap .ajax-loader {
  position: absolute;
  right: -25px;
  top: 22px;
}

.form-bordered .cf7-dropdown::after {
  position: absolute;
  top: 52%;
  right: 10px;
  content: "▼";
  transform: translateY(-50%) scale(0.5);
  opacity: 0.7;
}

.form-check {
  padding: 0;
}

.form-check input {
  position: absolute;
  opacity: 0;
}

.form-check .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
}

@media (min-width: 992px) {
  .form-check .wpcf7-list-item-label {
    font-size: 20px;
    line-height: 34px;
  }
}

.form-check .wpcf7-list-item-label.bold {
  font-weight: 700;
}

@media (min-width: 992px) {
  .form-check .wpcf7-list-item-label {
    padding: 0 0 0 50px;
  }
}

.form-check .wpcf7-list-item-label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #f05a28;
  position: absolute;
  left: 0;
  top: 5px;
  transition: 0.1s ease background;
}

@media (min-width: 992px) {
  .form-check .wpcf7-list-item-label:before {
    width: 32px;
    height: 32px;
    top: 8px;
  }
}

.form-check .wpcf7-list-item-label:hover:before {
  background: rgba(240, 90, 40, 0.4);
}

.form-check input:checked+.wpcf7-list-item-label:before {
  background: #f05a28;
}

.form-check input:checked+.wpcf7-list-item-label:after {
  content: "";
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 14px;
  left: 4px;
  animation: check 0.7s ease;
}

@media (min-width: 992px) {
  .form-check input:checked+.wpcf7-list-item-label:after {
    width: 7px;
    height: 14px;
    left: 9px;
    top: 24px;
    animation: check-large 0.7s ease;
  }
}

.form-check.form-check-small .wpcf7-list-item-label {
  padding-left: 28px;
}

.form-check.form-check-small .wpcf7-list-item-label::before {
  width: 18px;
  height: 18px;
}

.form-check.form-check-small input:checked+.wpcf7-list-item-label::after {
  width: 5px;
  height: 10px;
  top: 17px;
  left: 4px;
  animation: check 0.7s ease;
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 5px;
  }

  50% {
    height: 10px;
    width: 5px;
  }
}

@keyframes check-large {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 7px;
  }

  50% {
    height: 14px;
    width: 7px;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

div.wpcf7 .ajax-loader {
  background-image: none;
  margin-left: 20px;
  border: 2px solid rgba(240, 90, 40, 0.4);
  border-radius: 50%;
  border-top-color: #f05a28;
  border-left-color: #f05a28;
  animation: rotate 2s linear infinite;
}

.form-submit {
  display: flex;
  align-items: center;
}

.checkbox-cluster__h2 {
  font-size: 25px !important;
  line-height: 37px !important;
  margin-bottom: 15px !important;
}

@media (min-width: 992px) {
  .checkbox-cluster__h2 {
    font-size: 50px !important;
    line-height: 75px !important;
    margin-bottom: 30px !important;
  }

  .h2-link-div {
    flex-direction: column;
  }
}

.checkbox-cluster {
  padding: 20px;
  border: 1px solid #d3d4dd;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .checkbox-cluster {
    padding: 30px;
    border: 1px solid #d3d4dd;
    margin-bottom: 30px;
    transition: 0.3s background ease;
  }
}

.checkbox-cluster.selected {
  background: #f1f1f1;
}

.checkbox-cluster .form-group.form-check {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .checkbox-cluster .form-group.form-check {
    margin-bottom: 10px;
  }
}

.checkbox-cluster .form-group.form-check:last-child {
  margin-bottom: 0;
}

.checkbox-cluster .form-check .wpcf7-list-item-label:before {
  border: 2px solid #d3d4dd;
}

.checkbox-cluster .form-check input:hover+.wpcf7-list-item-label:before,
.checkbox-cluster .form-check input:checked+.wpcf7-list-item-label:before {
  border-color: #f05a28;
}

div.wpcf7-response-output {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
  margin-top: 40px;
}

@media (min-width: 992px) {
  div.wpcf7-response-output {
    font-size: 20px;
    line-height: 34px;
  }
}

div.wpcf7-response-output.bold {
  font-weight: 700;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: linear-gradient(to right, #c8d6e0, #fadbcf);
  border: none;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  background: transparent;
  border: 2px solid #e74c3c;
  color: #e74c3c;
}

span.wpcf7-not-valid-tip {
  color: #e74c3c;
  position: absolute;
  width: 100%;
  top: calc(100% + 2px);
  font-size: 11px;
}

@media (min-width: 992px) {
  span.wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

footer .signup-form div.wpcf7-response-output {
  font-size: 14px;
  margin-top: 20px;
  padding: 10px;
  line-height: normal;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.job-application-form+.wpcf7-validation-errors {
  margin: 0 auto !important;
  text-align: left;
}

@media (min-width: 992px) {
  .job-application-form+.wpcf7-validation-errors {
    width: 50%;
  }
}

.dropdown .btn,
.btn-group .btn {
  border: 1px solid #d3d4dd;
  border-radius: 0;
  padding: 12px;
  color: #495865;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
}

@media (min-width: 992px) {

  .dropdown .btn,
  .btn-group .btn {
    font-size: 20px;
    line-height: 34px;
  }
}

.dropdown .btn.bold,
.btn-group .btn.bold {
  font-weight: 700;
}

@media (min-width: 992px) {

  .dropdown .btn,
  .btn-group .btn {
    padding: 12px 20px;
  }
}

.dropdown .dropdown-menu,
.btn-group .dropdown-menu {
  min-width: 100%;
}

.dropdown .dropdown-item,
.btn-group .dropdown-item {
  font-size: 14px;
  line-height: 22px;
  color: #495865;
  margin: 0;
}

@media (min-width: 992px) {

  .dropdown .dropdown-item,
  .btn-group .dropdown-item {
    font-size: 20px;
    line-height: 34px;
  }
}

.dropdown .dropdown-item.bold,
.btn-group .dropdown-item.bold {
  font-weight: 700;
}

.dropdown .dropdown-item:active,
.btn-group .dropdown-item:active {
  background-color: #e7e7e7;
}

.dropdown-toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: 4px;
  border: none;
  border-bottom: 1px solid #495865;
  border-left: 1px solid #495865;
  transform: rotate(-45deg);
  margin-left: 12px;
}

@media (min-width: 992px) {
  .dropdown-toggle::after {
    margin-left: 20px;
  }
}

.filter-dropdowns {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .filter-dropdowns {
    margin-bottom: 30px;
  }
}

.filter-dropdown {
  width: 100%;
}

.filter-dropdown .dropdown-toggle {
  text-align: left;
  padding-right: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-dropdown .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 35%;
}

@media (min-width: 992px) {
  .filter-dropdown .dropdown-toggle::after {
    top: 40%;
  }
}

.timeline {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
}

.timeline .timeline-item:last-child {
  flex: 0;
  min-height: 0;
}

@media (min-width: 992px) {
  .timeline {
    flex-direction: row;
    padding-bottom: 93px;
  }
}

.timeline-item {
  flex: 0 0 160px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  background: url("assets/images/timeline-border-vertical.svg") repeat-y;
  background-position: top left 13px;
}

@media (min-width: 992px) {
  .timeline-item {
    flex: 1 1 auto;
    background: url("assets/images/timeline-border.svg") repeat-x;
    background-position: top 87px left;
    flex-direction: row;
  }
}

.timeline-pin {
  margin: 0;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: flex;
  background: #d3d4dd;
  position: relative;
}

@media (min-width: 992px) {
  .timeline-pin {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-top: 67px;
  }
}

.timeline-pin::before {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #f05a28;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .timeline-pin::before {
    width: 14px;
    height: 14px;
  }
}

.timeline-pin::after {
  position: absolute;
  width: 63px;
  height: 2px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #f05a28;
}

@media (min-width: 992px) {
  .timeline-pin::after {
    width: 2px;
    height: 63px;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
}

.timeline-pin-text {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0 0 0 93px;
  font-size: 14px;
  line-height: 22px;
  color: #495865;
}

@media (min-width: 992px) {
  .timeline-pin-text {
    font-size: 20px;
    line-height: 34px;
  }
}

.timeline-pin-text.bold {
  font-weight: 700;
}

@media (min-width: 992px) {
  .timeline-pin-text {
    left: 50%;
    transform: translateX(-50%);
    top: 93px;
    margin: 0;
  }
}

.timeline-halfway {
  text-align: left;
  align-items: center;
  display: flex;
  margin-left: 93px;
  flex: 1;
}

@media (min-width: 992px) {
  .timeline-halfway {
    text-align: center;
    margin-left: 0;
    display: block;
  }
}

.services-block-container {
  margin-top: 30px;
}


@media (min-width: 992px) {
  .services-block-container {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
}

.services-block {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .services-block {
    width: 30%;
    flex: 0 0 30%;
    max-width: 430px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .services-block_wu {
    width: 30%;
    flex: 0 0 30%;
    max-width: 430px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.services-block img {
  margin-bottom: 15px;
  max-height: 64px;
}

@media (min-width: 992px) {
  .services-block img {
    max-height: none;
    margin-bottom: 35px;
  }
}

.services-block h3 {
  margin-bottom: 10px;
}

.services-block p,
.services-block .block-link-with-icon h4 span,
.block-link-with-icon h4 .services-block span {
  margin-bottom: 15px;
  flex: 1;
}

@media (min-width: 992px) {

  .services-block p,
  .services-block .block-link-with-icon h4 span,
  .block-link-with-icon h4 .services-block span {
    margin-bottom: 15px;
  }
}

.services-block .link-with-icon {
  margin-bottom: 10px;
}

.services-block+.services-links {
  margin-top: -20px;
}

@media (min-width: 992px) {
  .services-block+.services-links {
    margin-top: 0;
  }
}

.post-block-container {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .post-block-container {
    margin-top: 70px;
  }
}

.team-block {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .team-block {
    margin-bottom: 0;
  }
}

.team-block .p-large,
.team-block .job-details-block .role-details p,
.job-details-block .role-details .team-block p,
.team-block .job-details-block .role-details .block-link-with-icon h4 span,
.job-details-block .role-details .block-link-with-icon h4 .team-block span,
.team-block .block-link-with-icon h4 .job-details-block .role-details span,
.block-link-with-icon h4 .job-details-block .role-details .team-block span,
.team-block .job-details-block .block-link-with-icon h4 .role-details span,
.job-details-block .block-link-with-icon h4 .role-details .team-block span,
.team-block .case-study-text ul li,
.case-study-text ul .team-block li,
.team-block .case-study-text p,
.job-details-block .block-link-with-icon h4 .team-block .case-study-text span,
.block-link-with-icon h4 .job-details-block .team-block .case-study-text span,
.case-study-text .team-block p,
.case-study-text .team-block .job-details-block .block-link-with-icon h4 span,
.case-study-text .team-block .block-link-with-icon h4 .job-details-block span,
.team-block .case-study-text .block-link-with-icon h4 span,
.case-study-text .block-link-with-icon h4 .team-block span,
.team-block .block-link-with-icon h4 .case-study-text span,
.block-link-with-icon h4 .case-study-text .team-block span,
.team-block .checklist-block ul li,
.checklist-block ul .team-block li,
.team-block label.label-large {
  margin: 15px 0 0;
}

@media (min-width: 992px) {

  .team-block .p-large,
  .team-block .job-details-block .role-details p,
  .job-details-block .role-details .team-block p,
  .team-block .job-details-block .role-details .block-link-with-icon h4 span,
  .job-details-block .role-details .block-link-with-icon h4 .team-block span,
  .team-block .block-link-with-icon h4 .job-details-block .role-details span,
  .block-link-with-icon h4 .job-details-block .role-details .team-block span,
  .team-block .job-details-block .block-link-with-icon h4 .role-details span,
  .job-details-block .block-link-with-icon h4 .role-details .team-block span,
  .team-block .case-study-text ul li,
  .case-study-text ul .team-block li,
  .team-block .case-study-text p,
  .job-details-block .block-link-with-icon h4 .team-block .case-study-text span,
  .block-link-with-icon h4 .job-details-block .team-block .case-study-text span,
  .case-study-text .team-block p,
  .case-study-text .team-block .job-details-block .block-link-with-icon h4 span,
  .case-study-text .team-block .block-link-with-icon h4 .job-details-block span,
  .team-block .case-study-text .block-link-with-icon h4 span,
  .case-study-text .block-link-with-icon h4 .team-block span,
  .team-block .block-link-with-icon h4 .case-study-text span,
  .block-link-with-icon h4 .case-study-text .team-block span,
  .team-block .checklist-block ul li,
  .checklist-block ul .team-block li,
  .team-block label.label-large {
    margin: 20px 0 0;
  }
}

.team-block p:not(.p-large):not(label.label-large),
.team-block .block-link-with-icon h4 span:not(.p-large):not(label.label-large),
.block-link-with-icon h4 .team-block span:not(.p-large):not(label.label-large) {
  margin-bottom: 10px;
}

@media (min-width: 992px) {

  .team-block p:not(.p-large):not(label.label-large),
  .team-block .block-link-with-icon h4 span:not(.p-large):not(label.label-large),
  .block-link-with-icon h4 .team-block span:not(.p-large):not(label.label-large) {
    margin-bottom: 20px;
  }
}

.team-block img {
  max-width: 100%;
}

.team-block-links {
  margin: 0;
}

.team-block-links a {
  margin-right: 7px;
}

.team-block-links img {
  height: 16px;
}

.block-stats {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}

.block-stats::before,
.block-stats::after {
  position: absolute;
  content: "";
  z-index: 2;
}

.block-stats::before {
  width: 1px;
  background: #fff;
  height: 100%;
  right: 0;
  top: 0;
}

.block-stats::after {
  width: 100%;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
}

.block-stats>div {
  width: 50%;
  flex: 1 0 50%;
  padding: 20px 10px;
  border-right: 1px solid #d3d4dd;
  border-bottom: 1px solid #d3d4dd;
}

@media (min-width: 992px) {
  .block-stats>div {
    width: 33.33%;
    flex: 1 0 33.33%;
    padding: 25px;
  }
}

.block-stats>div p,
.block-stats>div .block-link-with-icon h4 span,
.block-link-with-icon h4 .block-stats>div span {
  margin: 0;
}

.block-stats-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}

@media (min-width: 992px) {
  .block-stats-2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 7px;
    /*background: #fff;*/
    right: 4px;
  }
}

.block-stats-2>.block-stat {
  position: relative;
  width: 50%;
  flex: 0 0 50%;
  padding: 25px 5px;
  margin-bottom: 40px;
}

.block-stats-2>.block-stat h3 {
  transition: 0.2s ease color;
}

.block-stats-2>.block-stat:hover h3 {
  color: #f05a28;
}

@media (min-width: 992px) {
  .block-stats-2>.block-stat {
    width: 25%;
    flex: 0 0 25%;
    padding: 25px 10px;
  }
}

@media (min-width: 992px) {
  .block-stats-2>.block-stat:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(-50%, 50%);
    width: 7px;
    height: 7px;
    background: #d3d4dd;
  }
}

.block-stats-2>.block-stat p,
.block-stats-2>.block-stat .block-link-with-icon h4 span,
.block-link-with-icon h4 .block-stats-2>.block-stat span {
  margin: 0;
}

.block-gallery .row {
  margin-left: -7px;
  margin-right: -7px;
}

.block-gallery div[class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}

.block-gallery div[class^="col-"] img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.block-gallery-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  transition: 0.3s ease background-image;
  position: absolute;
  width: 100%;
  height: 100%;
}

.block-gallery-action img {
  z-index: 1;
}

.block-gallery-action h3,
.block-gallery-action p,
.block-gallery-action .block-link-with-icon h4 span,
.block-link-with-icon h4 .block-gallery-action span {
  color: #fff;
  position: relative;
  z-index: 3;
  margin: 0;
}

.block-gallery-action h3 {
  text-transform: uppercase;
}

.block-gallery-action::before,
.block-gallery-action::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #f05a28 0%, #054371 100%);
  opacity: 0.85;
  transition: 0.3s ease opacity;
}

.block-gallery-action::after {
  opacity: 0;
  background-image: linear-gradient(135deg, #054371 0%, #f05a28 100%);
}

.block-gallery-action:hover::before {
  opacity: 1;
}

.contact-block {
  padding: 30px 30px 0;
  z-index: 2;
  position: relative;
  margin-bottom: -40px;
}

.contact-block div[class^="col-"],
.contact-block div[class*=" col-"] {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .contact-block {
    padding: 50px 50px 0;
    margin-bottom: -113px;
  }

  .contact-block div[class^="col-"],
  .contact-block div[class*=" col-"] {
    margin-bottom: 50px;
  }
}

.icon-media-object {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .icon-media-object {
    margin-bottom: 75px;
  }
}

.icon-media-object:last-child {
  margin-bottom: 0;
}

.icon-media-object p,
.icon-media-object .block-link-with-icon h4 span,
.block-link-with-icon h4 .icon-media-object span {
  margin-bottom: 0;
}

.icon-media-object .icon-media-title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .icon-media-object .icon-media-title {
    margin-bottom: 30px;
    display: block;
  }
}

.icon-media-object .icon-media-title h3 {
  margin-bottom: 0;
}

.icon-media-object img {
  max-height: 64px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .icon-media-object img {
    max-height: none;
    margin: 0 0 20px 0;
  }
}

.icon-media-object h3 {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .icon-media-object.large img {
    margin: 0 0 35px 0;
  }
}

.icon-media-object-row>*[class^="col-"] {
  display: flex;
  flex-direction: column;
}

.icon-media-object-h {
  padding: 15px 30px 15px 15px;
  border: 1px solid #d3d4dd;
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  min-height: 80px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .icon-media-object-h {
    padding: 30px 60px 30px 30px;
    min-height: 140px;
    margin-bottom: 30px;
  }
}

/*.icon-media-object-h::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: rgba(73, 88, 101, 0.1);
  transition: width 0.4s ease;
  left: 0;
  top: 0;
}*/

.icon-media-object-h:hover::before {
  width: 100%;
}

.icon-media-object-h img {
  max-height: 36px;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .icon-media-object-h img {
    max-height: 60px;
  }
}

.icon-media-object-h .p-large,
.icon-media-object-h .job-details-block .role-details p,
.job-details-block .role-details .icon-media-object-h p,
.icon-media-object-h .job-details-block .role-details .block-link-with-icon h4 span,
.job-details-block .role-details .block-link-with-icon h4 .icon-media-object-h span,
.icon-media-object-h .block-link-with-icon h4 .job-details-block .role-details span,
.block-link-with-icon h4 .job-details-block .role-details .icon-media-object-h span,
.icon-media-object-h .job-details-block .block-link-with-icon h4 .role-details span,
.job-details-block .block-link-with-icon h4 .role-details .icon-media-object-h span,
.icon-media-object-h .case-study-text ul li,
.case-study-text ul .icon-media-object-h li,
.icon-media-object-h .case-study-text p,
.job-details-block .block-link-with-icon h4 .icon-media-object-h .case-study-text span,
.block-link-with-icon h4 .job-details-block .icon-media-object-h .case-study-text span,
.case-study-text .icon-media-object-h p,
.case-study-text .icon-media-object-h .job-details-block .block-link-with-icon h4 span,
.case-study-text .icon-media-object-h .block-link-with-icon h4 .job-details-block span,
.icon-media-object-h .case-study-text .block-link-with-icon h4 span,
.case-study-text .block-link-with-icon h4 .icon-media-object-h span,
.icon-media-object-h .block-link-with-icon h4 .case-study-text span,
.block-link-with-icon h4 .case-study-text .icon-media-object-h span,
.icon-media-object-h .checklist-block ul li,
.checklist-block ul .icon-media-object-h li,
.icon-media-object-h label.label-large {
  margin: 0;
}

/*
.icon-media-object-h::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: 4px;
  border: none;
  border-bottom: 1px solid #495865;
  border-left: 1px solid #495865;
  transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-135deg);
}*/

.block-opening {
  padding: 15px;
  background: #f1f1f1;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.block-opening:hover {
  background: #e7e7e7;
}

@media (min-width: 992px) {
  .block-opening {
    padding: 50px;
  }
}

.block-opening h3,
.block-opening p,
.block-opening .block-link-with-icon h4 span,
.block-link-with-icon h4 .block-opening span {
  margin: 0;
}

@media (min-width: 992px) {
  .alternating-media-object-container {
    display: flex;
  }

  .alternating-media-object-container.vertical {
    flex-direction: column;
    align-items: center;
  }
}

.alternating-media-object {
  display: flex;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .alternating-media-object {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .alternating-media-object {
    position: relative;
    display: inline-block;
  }
}

.alternating-media-object img {
  max-height: 45px;
  flex: 0 1 45px;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .alternating-media-object img {
    width: auto;
    margin-right: 0;
    max-height: 85px;
  }
}

.alternating-media-object .text {
  flex: 1;
  position: relative;
}

@media (min-width: 992px) {
  .alternating-media-object .text {
    width: 445px;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 992px) {
  .alternating-media-object-container .alternating-media-object:nth-child(2n + 1) .text {
    left: calc(100% + 30px);
  }
}

.alternating-media-object-container .alternating-media-object:nth-child(2n + 1) .text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d3d4dd;
  left: 0;
  bottom: -10px;
  max-width: 312px;
}

@media (min-width: 992px) {
  .alternating-media-object-container .alternating-media-object:nth-child(2n + 1) .text::after {
    bottom: -12px;
  }
}

@media (min-width: 992px) {
  .alternating-media-object-container .alternating-media-object:nth-child(2n) .text {
    left: -30px;
    transform: translateX(-100%);
    text-align: right;
  }
}

.alternating-media-object-container .alternating-media-object:nth-child(2n) .text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d3d4dd;
  right: 0;
  bottom: -10px;
  max-width: 312px;
}

@media (min-width: 992px) {
  .alternating-media-object-container .alternating-media-object:nth-child(2n) .text::after {
    bottom: -12px;
  }
}

.alternating-media-object-container .alternating-media-object:last-child {
  margin-bottom: 0;
}

.icon-block {
  padding: 30px 30px 20px;
  background: #f1f1f1;
  margin-bottom: 30px;
}

.icon-block .card-heading,
.icon-block .timeline-halfway {
  margin-bottom: 20px;
  position: relative;
}

.icon-block .card-heading::after,
.icon-block .timeline-halfway::after {
  content: "";
  width: 40%;
  height: 1px;
  background: #d3d4dd;
  display: block;
  margin-top: 10px;
}

.icon-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.icon-row>.icon-item {
  padding: 10px;
  min-width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
}

.checklist-block ul {
  padding: 0;
}

.checklist-block ul li {
  padding: 15px 15px 15px 42px;
  border: 1px solid #d3d4dd;
  position: relative;
  margin: 0 0 10px !important;
}

@media (min-width: 992px) {
  .checklist-block ul li {
    padding: 30px 30px 30px 65px;
  }
}

.checklist-block ul li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 15px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #f05a28;
  border-bottom: 4px solid #f05a28;
  transform: scale(0.7) rotate(-45deg);
}

@media (min-width: 992px) {
  .checklist-block ul li::before {
    top: 42px;
    left: 30px;
    transform: scale(1) rotate(-45deg);
  }
}

.quote-block {
  margin-bottom: 40px;
  position: relative;
  padding: 20px 20px 0 30px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .quote-block {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .quote-block {
    padding: 40px 50px 0 70px;
  }
}

.quote-block .quote-opening {
  width: 20px;
  opacity: 0.14;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .quote-block .quote-opening {
    width: 50px;
  }
}

.quote-block .quote-opening {
  transform: scaleX(-1);
}

.insight-block {
  display: block;
  position: relative;
  overflow: hidden;
}

.insight-block:first-child .insight-block-content {
  padding-top: 0;
}

.insight-block:last-child .insight-block-content {
  border-bottom: none;
  padding-bottom: 0;
}

.insight-block:hover h2,
.insight-block:hover .insight-content h1,
.insight-content .insight-block:hover h1 {
  text-decoration: underline;
}

.insight-block:hover .insight-block-media::after {
  opacity: 1;
}

.insight-block.success-stories-block .insight-block-media {
  max-height: 160px;
  min-height: 160px;
  padding: 20px;
}

.insight-block.success-stories-block .insight-block-media img {
  width: 120px;
}

@media (min-width: 992px) {
  .insight-block.success-stories-block .insight-block-media img {
    width: 180px;
  }
}

@media (min-width: 992px) {
  .insight-block.success-stories-block .insight-block-media {
    max-height: 230px;
    min-height: 230px;
  }
}

.insight-block.success-stories-block .insight-block {
  color: #000;
}

.insight-block-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  border-bottom: 1px solid #d3d4dd;
}

@media (min-width: 992px) {
  .insight-block-content {
    padding: 75px 0;
  }
}

.insight-block-content p,
.insight-block-content .block-link-with-icon h4 span,
.block-link-with-icon h4 .insight-block-content span {
  margin-bottom: 0;
}

.insight-block-content h2,
.insight-block-content .insight-content h1,
.insight-content .insight-block-content h1 {
  line-height: 1.5;
  margin: 15px 0;
}

@media (min-width: 992px) {

  .insight-block-content h2,
  .insight-block-content .insight-content h1,
  .insight-content .insight-block-content h1 {
    margin-bottom: 30px;
    font-size: 50px;
    margin: 35px 0;
  }
}

.insight-block-media {
  max-height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

@media (min-width: 992px) {
  .insight-block-media {
    max-height: 448px;
  }
}

.insight-block-media img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.insight-block-media::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: 2;
  transition: 0.1s ease;
}

.pilot.hidden {
  display: none;
  opacity: 0;
  animation: fadeDownAndHide 0.4s ease forwards;
}

.form-wizard section {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .form-wizard section {
    margin-bottom: 75px;
  }
}

.form-wizard .section-hidden,
.pilot:not(.hidden)+.form-wizard section:first-child,
.form-wizard section,
.form-wizard .form-action-multistep,
.form-wizard .pilot {
  display: none;
  opacity: 0;
  animation: fadeDownAndHide 0.4s ease forwards;
}

.form-wizard .active {
  animation: showAndFadeUp 0.4s ease forwards !important;
  display: block !important;
  opacity: 1 !important;
}

.form-wizard .form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-wizard label.error {
  position: absolute;
  padding: 5px 15px;
  background: #e74c3c;
  top: calc(100% + 5px);
  left: 0;
  color: #fff;
  z-index: 9;
  font-size: 12px;
  height: auto;
  line-height: normal;
  opacity: 0;
  transform: translateY(-7px);
  animation: fadeInDown 0.7s ease forwards;
}

.form-wizard label.error::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -4px;
  width: 10px;
  height: 10px;
  background: #e74c3c;
  transform: rotate(45deg);
  z-index: -1;
}

.form-wizard .custom-control label.error {
  left: 15px;
}

.form-fields {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .form-fields {
    padding-bottom: 0;
  }


.services-block.col-md-4 {
    margin-bottom: 20px;
} 
  
}

.form-action {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
}

@media (min-width: 768px) {
  .form-action {
    position: static;
  }
}

.form-action-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 15px 30px;
  border-top: 1px solid #d3d4dd;
  align-items: center;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
  .form-action-wrap {
    padding: 30px 0;
    box-shadow: none;
  }
}

.form-action-wrap #prev {
  display: none;
}

@keyframes fadeDownAndHide {
  0% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }

  90% {
    opacity: 0;
    transform: translateY(40px);
    display: block;
  }

  100% {
    display: none;
  }
}

@keyframes showAndFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
    display: none;
  }

  10% {
    opacity: 0;
    transform: translateY(40px);
    display: block;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(3px);
  }
}

.banner-container {
  position: relative;
  overflow: hidden;
  margin-top: 81px;
}

@media (min-width: 992px) {
  .banner-container {
    margin-top: 105px;
  }
}

.banner {
  padding: 15px;
  display: block;
  width: 100%;
  background: #35a9ff;
}

.banner-inline-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .banner-inline-content {
    flex-direction: row;
  }
}

.banner-inline-content .h3 {
  margin: 0 0 5px 0;
  text-align: center;
  color: #fff;
}

@media (min-width: 992px) {
  .banner-inline-content .h3 {
    margin: 0 43px 0 0;
  }
}

.banner-dismiss {
  position: absolute;
  right: 15px;
  top: 0;
}

@media (min-width: 992px) {
  .banner-dismiss {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.banner-dismiss img {
  height: 14px;
  width: 14px;
  opacity: 0.7;
  cursor: pointer;
}

.banner-dismiss img:hover {
  opacity: 1;
}

.para-spacing {
  max-width: 80%;
  background-color: #ff0;
}

.blog-author p,
.blog-author .block-link-with-icon h4 span,
.block-link-with-icon h4 .blog-author span {
  max-width: 100%;
}

.blog-author .blog-author-spacer {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .blog-author .blog-author-spacer {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.blog-author .blog-media {
  padding-bottom: 0px;
  margin-bottom: -80px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .blog-author .blog-media {
    margin-bottom: -200px;
  }
}

.blog-author .blog-author-details {
  display: flex;
  align-items: center;
}

.blog-author .blog-author-details .author-img-wrapper {
  border-radius: 50%;
  border: 3px solid #f05a28;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-right: 11px;
}

@media (min-width: 992px) {
  .blog-author .blog-author-details .author-img-wrapper {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
}

.blog-author .blog-author-details .author-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  object-position: 75% top;
}

.steps-slider {
  margin-top: 70px;
}

.steps-slider .btn-repeat {
  margin-top: 100px;
  visibility: hidden;
}

.steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.steps::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background: #d3d4dd;
  top: 50%;
  transform: translateY(-50%);
}

.step {
  width: 20px;
  height: 20px;
  border: 2px solid #d3d4dd;
  border-radius: 50%;
  position: relative;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease all;
  box-shadow: none;
}

.step:hover {
  background: #f1f1f1;
}

.step.active {
  border: 2px solid #054371;
  box-shadow: 0 0 0 4px #054371 inset;
}

.step-text {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 50px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .step-text {
    white-space: nowrap;
    font-size: 18px;
  }
}

.addresses .gm-style-iw {
  padding: 15px 20px !important;
  border-radius: 0 !important;
}

.addresses .gm-style-iw h4 {
  font-size: 20px;
  color: #054371;
  margin-bottom: 10px;
  font-family: Roboto Condensed;
}

@media (min-width: 992px) {
  .addresses .gm-style-iw h4 {
    margin-bottom: 5px;
  }
}

.addresses .gm-style-iw p,
.addresses .gm-style-iw .block-link-with-icon h4 span,
.block-link-with-icon h4 .addresses .gm-style-iw span {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  font-family: Roboto Condensed;
}

.addresses .gm-style-iw button[aria-label="Close"] {
  top: 0 !important;
  right: 0 !important;
}

body {
  overflow-x: hidden;
}

.horizontal-timeline {
  opacity: 0;
  width: 100%;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.horizontal-timeline ol {
  margin: 0;
  padding: 0;
  width: 100%;
}

.horizontal-timeline::before {
  content: "desktop";
  display: none;
}

.horizontal-timeline.loaded {
  opacity: 1;
  margin: 0 !important;
}

.horizontal-timeline .touch-enabled {
  cursor: grab;
}

.horizontal-timeline .timeline {
  position: relative;
  height: auto;
  margin: 0 auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
  align-items: center;
}

.horizontal-timeline .events-wrapper {
  position: relative;
  height: 80px;
  overflow: hidden;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 13%;
  height: 2px;
  background-image: linear-gradient(to right,
      #d3d4dd 50%,
      rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 12px 2px;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f05a28;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
    transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  padding-bottom: 28px;
  color: #495865;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  user-select: none;
}

.horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: -6px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 2px solid #d3d4dd;
  -webkit-transition: background 0.1s linear 0.2s, border 0.1s linear 0.2s;
  -moz-transition: background 0.1s linear 0.2s, border 0.1s linear 0.2s;
  transition: background 0.1s linear 0.2s, border 0.1s linear 0.2s;
}

.horizontal-timeline .events a.selected {
  pointer-events: none;
}

.horizontal-timeline .events a.selected::after {
  background-color: #f05a28;
  border-color: #f05a28;
} 

.horizontal-timeline .events a.older-event::after {
  background-color: #fff;
  border-color: #f05a28;
}

.horizontal-timeline .events a:hover::after {
  box-shadow: 20px 20px 0px 0px #e7e7e7 inset;
}

.timeline-navigation {
  position: relative;
  top: 8px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
}

#leftNav {
  border-right: 28px solid #fff;
}

#rightNav {
  border-left: 28px solid #fff;
}

.timeline-navigation#leftNav {
  left: 1px;
]}

.timeline-navigation#rightNav {
  right: 1px;
}

.timeline-navigation a {
  text-decoration: none;
  color: #495865;
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
  border: 2px solid #d3d4dd;
  position: relative;
}

.timeline-navigation a::after {
  width: 11px;
  height: 11px;
  border-top: 2px solid #d3d4dd;
  border-right: 2px solid #d3d4dd;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 12px;
  left: 11px;
}

.timeline-navigation a.prev {
  transform: rotate(180deg);
}

.timeline-navigation a:hover {
  color: #bbb;
  border-color: #bbb;
}

.timeline-navigation a:hover::after {
  border-color: #bbb;
}

.timeline-navigation#pausePlay {
  width: 100%;
  top: -10px;
  text-align: center;
}

.horizontal-timeline .events-content {
  position: relative;
  margin: 2em 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: height 0.4s 0.2s;
  -moz-transition: height 0.4s 0.2s;
  transition: height 0.4s 0.2s;
}

.horizontal-timeline .events-content .progressBarWrapper {
  position: absolute;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  padding: 0 20px;
}

.horizontal-timeline .events-content .progressBar {
  width: 0%;
  max-width: 100%;
  height: inherit;
}

.horizontal-timeline .events-content li[data-date],
.horizontal-timeline .events-content li[data-horizontal-timeline] {
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin: auto;
  padding: 10px;
  background: transparent;
  border-radius: 20px;
  opacity: 0;
  font-size: 16pt;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.horizontal-timeline .events-content li[data-date].selected,
.horizontal-timeline .events-content li[data-horizontal-timeline].selected {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.horizontal-timeline .events-content li.enter-right,
.horizontal-timeline .events-content li.exit-right {
  -webkit-animation-name: timeline-enter-right;
  -moz-animation-name: timeline-enter-right;
  animation-name: timeline-enter-right;
}

.horizontal-timeline .events-content li.enter-left,
.horizontal-timeline .events-content li.exit-left {
  -webkit-animation-name: timeline-enter-left;
  -moz-animation-name: timeline-enter-left;
  animation-name: timeline-enter-left;
}

.horizontal-timeline .events-content li.exit-left,
.horizontal-timeline .events-content li.exit-right {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.horizontal-timeline .events-content li.animationSpeed {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes timeline-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  1000% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes timeline-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes timeline-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes timeline-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes timeline-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes timeline-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width: 1100px) {
  .horizontal-timeline {
    margin: 6em auto;
  }
}

@media only screen and (min-width: 501px) and (max-width: 1100px) {
  .horizontal-timeline::before {
    content: "tablet";
  }
}

@media only screen and (max-width: 500px) {
  .horizontal-timeline::before {
    content: "mobile";
  }
}

@media only screen and (max-width: 1100px) {
  .horizontal-timeline .timeline {
    padding-bottom: 40px !important;
    flex-direction: row !important;
  }

  .horizontal-timeline .events-content {
    margin-top: 0;
    height: 80px !important;
    margin-bottom: 0 !important;
  }

  .horizontal-timeline .events-content p,
  .horizontal-timeline .events-content .block-link-with-icon h4 span,
  .block-link-with-icon h4 .horizontal-timeline .events-content span {
    font-size: 16px;
  }

  .timeline-navigation#leftNav {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .timeline-navigation#rightNav {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .timeline-navigation#leftNav,
  .timeline-navigation#rightNav {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .timeline-navigation#pausePlay {
    top: 20px !important;
  }
}

.pagination {
  margin-top: 50px;
  border: solid 1px rgba(0, 0, 0, 0.07);
  display: inline-flex;
}

.pagination .page-numbers {
  border-right: solid 1px rgba(0, 0, 0, 0.07);
  padding: 10px 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  min-width: 45px;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 992px) {
  .pagination .page-numbers {
    padding: 10px 20px;
  }
}

.pagination .page-numbers:last-child {
  border-right: 0;
}

.pagination .page-numbers.current {
  padding: 10px 20px;
  background: #f05a28;
  color: #fff;
  font-weight: 600;
}

.home-title-wrapper {
  position: relative;
}

.home-title-wrapper .gradient-title {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-animation: fadeLoop 21s ease-out infinite;
  animation: fadeLoop 21s ease-out infinite;
}

@media (min-width: 992px) {
  .home-title-wrapper .gradient-title {
    left: 0;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .home-title-wrapper .gradient-title::before {
    width: 0px;
    -webkit-animation: curtain2 7s ease 0.1s infinite;
    animation: curtain2 7s ease 0.1s infinite;
  }
}

.home-title-wrapper .gradient-title::after {
  position: absolute;
  content: "";
  background: #fff;
  transition: 1s ease width;
  right: -50px;
  bottom: -5px;
  width: calc(100% + 60px);
  height: 55px;
  -webkit-animation: curtain 7s ease infinite;
  animation: curtain 7s ease infinite;
}

@media (min-width: 992px) {
  .home-title-wrapper .gradient-title::after {
    right: -50px;
    bottom: 5px;
    width: calc(100% + 60px);
    height: 95px;
  }
}

.home-title-wrapper .gradient-title:nth-child(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.home-title-wrapper .gradient-title:nth-child(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

@keyframes fadeLoop {

  4%,
  30% {
    opacity: 1;
  }

  34%,
  95% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeLoop {

  4%,
  30% {
    opacity: 1;
  }

  34%,
  95% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes curtain {
  20% {
    width: 0;
  }

  80% {
    width: 0;
  }

  90% {
    width: calc(100% + 60px);
  }

  100% {
    width: calc(100% + 60px);
  }
}

@-webkit-keyframes curtain {
  20% {
    width: 0;
  }

  80% {
    width: 0;
  }

  90% {
    width: calc(100% + 60px);
  }

  100% {
    width: calc(100% + 60px);
  }
}

@keyframes curtain2 {
  20% {
    width: calc(100% + 60px);
  }

  80% {
    width: calc(100% + 60px);
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes curtain2 {
  20% {
    width: calc(100% + 60px);
  }

  80% {
    width: calc(100% + 60px);
  }

  100% {
    width: 0;
  }
}

.circle-outline {
  animation: pulse-border 5s ease-out infinite;
}

.circle-outline:nth-child(2) {
  animation-delay: 0.07s;
}

.circle-outline:nth-child(3) {
  animation-delay: 0.14s;
}

.circle-outline:nth-child(4) {
  animation-delay: 0.21s;
}

.circle-outline:nth-child(5) {
  animation-delay: 0.28s;
}

.circle-outline:nth-child(6) {
  animation-delay: 0.35s;
}

.circle-outline:nth-child(7) {
  animation-delay: 0.42s;
}

.circle-outline:nth-child(8) {
  animation-delay: 0.49s;
}

.circle-outline:nth-child(9) {
  animation-delay: 0.56s;
}

.circle-outline:nth-child(10) {
  animation-delay: 0.63s;
}

.circle-outline:nth-child(11) {
  animation-delay: 0.7s;
}

.circle-outline:nth-child(12) {
  animation-delay: 0.77s;
}

.circle-outline:nth-child(13) {
  animation-delay: 0.84s;
}

.circle-outline:nth-child(14) {
  animation-delay: 0.91s;
}

.circle-outline:nth-child(15) {
  animation-delay: 0.98s;
}

.circle-outline:nth-child(16) {
  animation-delay: 1.05s;
}

.circle-outline:nth-child(17) {
  animation-delay: 1.12s;
}

.circle-outline:nth-child(18) {
  animation-delay: 1.19s;
}

.circle-outline:nth-child(19) {
  animation-delay: 1.26s;
}

.circle-outline:nth-child(20) {
  animation-delay: 1.33s;
}

.circle-outline:nth-child(21) {
  animation-delay: 1.4s;
}

.circle-outline:nth-child(22) {
  animation-delay: 1.47s;
}

.circle-outline:nth-child(23) {
  animation-delay: 1.54s;
}

.circle-outline:nth-child(24) {
  animation-delay: 1.61s;
}

.circle-outline:nth-child(25) {
  animation-delay: 1.68s;
}

.circle-outline:nth-child(26) {
  animation-delay: 1.75s;
}

@keyframes pulse-border {
  0% {
    border: 1px solid rgba(240, 90, 40, 0.16);
  }

  3% {
    border: 1px solid rgba(240, 90, 40, 0.45);
  }

  7% {
    border: 1px solid rgba(240, 90, 40, 0.16);
  }

  100% {
    border: 1px solid rgba(240, 90, 40, 0.16);
  }
}

@media (min-width: 1660px) {
  .container.container-lg {
    max-width: 1490px;
  }
  .container.container-lg.container-ex {
    /*max-width: 1543px;*/
    max-width: 100%;
    margin-left: 30px;
  }
}

.home-title-wrapper {
  height: 60px;
  width: 100%;
}

@media (min-width: 992px) {
  /*.home-title-wrapper {
    height: 135px;
  }*/
}

.section-1-cta {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .section-1-cta {
    margin-top: 50px;
  }
}

.section-2-desc {
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .section-2-desc {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.section-3-desc {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .section-3-desc {
    margin-top: 30px;
  }
}

.box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.contact-form-wrap {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .contact-form-wrap {
    margin-top: 70px;
  }
}

.contact-form .row>* {
  /*margin-bottom: 20px;*/
}

@media (min-width: 992px) {
  .contact-form .row>* {
    /*margin-bottom: 50px;*/
  }
}

.section-clients {
  padding-bottom: 70px;
  padding-top: 70px;
}

@media (min-width: 992px) {
  .section-clients {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}

.grid-clients {
  /*margin-top: -55px; */
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .grid-clients {
    /*margin-top: -100px; */
    margin-top: 0px !important; 
    margin-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .education-illustration {
    transform: translateY(-35px);
  }
}

@media (min-width: 992px) {
  .services-links {
    padding-top: 125px;
  }
}

.sub-title-hero+.btn {
  margin: 26px 0 0 28px;
}

@media (min-width: 992px) {
  .sub-title-hero+.btn {
    margin: 43px 0 0 50px;
  }
}

@media (min-width: 992px) {

  .insight-content p,
  .insight-content .block-link-with-icon h4 span,
  .block-link-with-icon h4 .insight-content span,
  .insight-content h1,
  .insight-content h2,
  .insight-content h3,
  .insight-content h4,
  .insight-content h5,
  .insight-content h6,
  .insight-content ul,
  .insight-content ol {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.insight-content .section {
  padding-bottom: 40px;
  padding-top: 0px;
}

@media (min-width: 992px) {
  .insight-content .section {
    padding-bottom: 75px;
  }
}

.insight-content .section-insight-block {
  margin-bottom: 80px;
  background-color: #f1f1f1;
}

@media (min-width: 992px) {
  .insight-content .section-insight-block {
    margin-bottom: 200px;
  }
}

.insight-content .section-insight {
  padding-top: 160px;
  padding-bottom: 40px;
}

.insight-content .section-insight h1 {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .insight-content .section-insight {
    padding-bottom: 75px;
  }
}

.insight-content p,
.insight-content .block-link-with-icon h4 span,
.block-link-with-icon h4 .insight-content span,
.insight-content ul,
.insight-content ol {
  margin-bottom: 30px;
}

.insight-content p:last-child,
.insight-content .block-link-with-icon h4 span:last-child,
.block-link-with-icon h4 .insight-content span:last-child {
  margin-bottom: 0px;
}

.insight-content .wpcf7-list-item-label {
  margin-left: 0px;
}

.insight-content h4 {
  color: #000;
}

.insight-content img {
  margin-bottom: 30px;
}

#insight-list {
  font-size: 0px;
}

.insight-wrapper .section {
  padding-top: 0px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .insight-wrapper .section {
    padding-bottom: 40px;
  }
}

.insight-wrapper .section:last-child {
  padding-bottom: 0;
}

.insight-wrapper .section-insight-block {
  margin-bottom: 200px;
  background-color: #f1f1f1;
}

@media (max-width: 768px) {
  .insight-wrapper .section-insight-block {
    margin-bottom: 80px;
  }
}

.insight-wrapper .section-insight {
  padding-top: 160px;
  padding-bottom: 75px;
}

.insight-wrapper .section-insight h1 {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .insight-wrapper .section-insight {
    padding-bottom: 40px;
  }
}

.insight-wrapper p,
.insight-wrapper .block-link-with-icon h4 span,
.block-link-with-icon h4 .insight-wrapper span,
.insight-wrapper ul {
  margin-bottom: 30px;
}

.insight-wrapper h2,
.insight-wrapper .insight-content h1,
.insight-content .insight-wrapper h1 {
  font-size: 25px;
  line-height: 37px;
  color: #054371;
}

@media (min-width: 992px) {

  .insight-wrapper h2,
  .insight-wrapper .insight-content h1,
  .insight-content .insight-wrapper h1 {
    font-size: 50px;
    line-height: 75px;
  }
}

.insight-wrapper p+h2,
.insight-wrapper .job-details-block p+h2,
.insight-wrapper .block-link-with-icon h4 .job-details-block span+h2,
.insight-wrapper .block-link-with-icon h4 span+h2,
.block-link-with-icon h4 .insight-wrapper span+h2,
.insight-wrapper .insight-content p+h1,
.insight-wrapper .insight-content .job-details-block p+h1,
.insight-wrapper .insight-content .job-details-block .block-link-with-icon h4 span+h1,
.insight-wrapper .insight-content .block-link-with-icon h4 .job-details-block span+h1,
.insight-content .insight-wrapper p+h1,
.insight-content .insight-wrapper .job-details-block p+h1,
.job-details-block .block-link-with-icon h4 .insight-content .insight-wrapper span+h1,
.insight-content .insight-wrapper .block-link-with-icon h4 .job-details-block span+h1,
.block-link-with-icon h4 .job-details-block .insight-content .insight-wrapper span+h1,
.insight-wrapper .block-link-with-icon h4 .insight-content span+h1,
.insight-content .insight-wrapper .block-link-with-icon h4 span+h1,
.block-link-with-icon h4 .insight-wrapper .insight-content span+h1,
.insight-content .block-link-with-icon h4 .insight-wrapper span+h1,
.insight-wrapper p+h3,
.insight-wrapper .job-details-block p+h3,
.insight-wrapper .block-link-with-icon h4 .job-details-block span+h3,
.insight-wrapper .block-link-with-icon h4 span+h3,
.block-link-with-icon h4 .insight-wrapper span+h3,
.insight-wrapper img+h2,
.insight-wrapper .insight-content img+h1,
.insight-content .insight-wrapper img+h1,
.insight-wrapper img+h3 {
  margin-top: 40px;
}

@media (min-width: 992px) {

  .insight-wrapper p+h2,
  .insight-wrapper .job-details-block p+h2,
  .insight-wrapper .block-link-with-icon h4 .job-details-block span+h2,
  .insight-wrapper .block-link-with-icon h4 span+h2,
  .block-link-with-icon h4 .insight-wrapper span+h2,
  .insight-wrapper .insight-content p+h1,
  .insight-wrapper .insight-content .job-details-block p+h1,
  .insight-wrapper .insight-content .job-details-block .block-link-with-icon h4 span+h1,
  .insight-wrapper .insight-content .block-link-with-icon h4 .job-details-block span+h1,
  .insight-content .insight-wrapper p+h1,
  .insight-content .insight-wrapper .job-details-block p+h1,
  .job-details-block .block-link-with-icon h4 .insight-content .insight-wrapper span+h1,
  .insight-content .insight-wrapper .block-link-with-icon h4 .job-details-block span+h1,
  .block-link-with-icon h4 .job-details-block .insight-content .insight-wrapper span+h1,
  .insight-wrapper .block-link-with-icon h4 .insight-content span+h1,
  .insight-content .insight-wrapper .block-link-with-icon h4 span+h1,
  .block-link-with-icon h4 .insight-wrapper .insight-content span+h1,
  .insight-content .block-link-with-icon h4 .insight-wrapper span+h1,
  .insight-wrapper p+h3,
  .insight-wrapper .job-details-block p+h3,
  .insight-wrapper .block-link-with-icon h4 .job-details-block span+h3,
  .insight-wrapper .block-link-with-icon h4 span+h3,
  .block-link-with-icon h4 .insight-wrapper span+h3,
  .insight-wrapper img+h2,
  .insight-wrapper .insight-content img+h1,
  .insight-content .insight-wrapper img+h1,
  .insight-wrapper img+h3 {
    margin-top: 75px;
  }
}

.insight-wrapper img+h2,
.insight-wrapper .insight-content img+h1,
.insight-content .insight-wrapper img+h1,
.insight-wrapper img+h3 {
  margin-top: 20px;
}

@media (min-width: 992px) {

  .insight-wrapper img+h2,
  .insight-wrapper .insight-content img+h1,
  .insight-content .insight-wrapper img+h1,
  .insight-wrapper img+h3 {
    margin-top: 40px;
  }
}

.insight-wrapper .section:not(.section-insight-block) img.full-width {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px) !important;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .insight-wrapper .section:not(.section-insight-block) img.full-width {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.insight-wrapper p:last-child,
.insight-wrapper .block-link-with-icon h4 span:last-child,
.block-link-with-icon h4 .insight-wrapper span:last-child,
.insight-wrapper ul:last-child {
  margin-bottom: 0px;
}

.insight-wrapper .wpcf7-list-item-label {
  margin-left: 0px;
}

.insight-wrapper h4 {
  color: #000;
}

.insight-wrapper .blog-author p,
.insight-wrapper .blog-author .block-link-with-icon h4 span,
.block-link-with-icon h4 .insight-wrapper .blog-author span {
  margin-bottom: 3px;
  max-width: 100%;
  line-height: 34px;
}

@media (max-width: 768px) {

  .insight-wrapper .blog-author p,
  .insight-wrapper .blog-author .block-link-with-icon h4 span,
  .block-link-with-icon h4 .insight-wrapper .blog-author span {
    line-height: 22px;
  }
}

.insight-wrapper .blog-author p.p-large,
.insight-wrapper .blog-author .job-details-block .role-details p,
.job-details-block .role-details .insight-wrapper .blog-author p,
.insight-wrapper .blog-author .case-study-text p,
.case-study-text .insight-wrapper .blog-author p,
.insight-wrapper .blog-author .block-link-with-icon h4 span.p-large,
.insight-wrapper .blog-author .job-details-block .role-details .block-link-with-icon h4 span,
.job-details-block .role-details .insight-wrapper .blog-author .block-link-with-icon h4 span,
.insight-wrapper .blog-author .block-link-with-icon h4 .job-details-block .role-details span,
.insight-wrapper .blog-author .job-details-block .block-link-with-icon h4 .role-details span,
.job-details-block .insight-wrapper .blog-author .block-link-with-icon h4 .role-details span,
.insight-wrapper .blog-author .case-study-text .block-link-with-icon h4 span,
.case-study-text .insight-wrapper .blog-author .block-link-with-icon h4 span,
.insight-wrapper .blog-author .block-link-with-icon h4 .case-study-text span,
.block-link-with-icon h4 .insight-wrapper .blog-author span.p-large,
.job-details-block .role-details .block-link-with-icon h4 .insight-wrapper .blog-author span,
.block-link-with-icon h4 .insight-wrapper .blog-author .job-details-block .role-details span,
.block-link-with-icon h4 .job-details-block .role-details .insight-wrapper .blog-author span,
.job-details-block .block-link-with-icon h4 .insight-wrapper .blog-author .role-details span,
.job-details-block .block-link-with-icon h4 .role-details .insight-wrapper .blog-author span,
.case-study-text .block-link-with-icon h4 .insight-wrapper .blog-author span,
.block-link-with-icon h4 .insight-wrapper .blog-author .case-study-text span,
.block-link-with-icon h4 .case-study-text .insight-wrapper .blog-author span {
  line-height: 40px;
}

@media (max-width: 768px) {

  .insight-wrapper .blog-author p.p-large,
  .insight-wrapper .blog-author .job-details-block .role-details p,
  .job-details-block .role-details .insight-wrapper .blog-author p,
  .insight-wrapper .blog-author .case-study-text p,
  .case-study-text .insight-wrapper .blog-author p,
  .insight-wrapper .blog-author .block-link-with-icon h4 span.p-large,
  .insight-wrapper .blog-author .job-details-block .role-details .block-link-with-icon h4 span,
  .job-details-block .role-details .insight-wrapper .blog-author .block-link-with-icon h4 span,
  .insight-wrapper .blog-author .block-link-with-icon h4 .job-details-block .role-details span,
  .insight-wrapper .blog-author .job-details-block .block-link-with-icon h4 .role-details span,
  .job-details-block .insight-wrapper .blog-author .block-link-with-icon h4 .role-details span,
  .insight-wrapper .blog-author .case-study-text .block-link-with-icon h4 span,
  .case-study-text .insight-wrapper .blog-author .block-link-with-icon h4 span,
  .insight-wrapper .blog-author .block-link-with-icon h4 .case-study-text span,
  .block-link-with-icon h4 .insight-wrapper .blog-author span.p-large,
  .job-details-block .role-details .block-link-with-icon h4 .insight-wrapper .blog-author span,
  .block-link-with-icon h4 .insight-wrapper .blog-author .job-details-block .role-details span,
  .block-link-with-icon h4 .job-details-block .role-details .insight-wrapper .blog-author span,
  .job-details-block .block-link-with-icon h4 .insight-wrapper .blog-author .role-details span,
  .job-details-block .block-link-with-icon h4 .role-details .insight-wrapper .blog-author span,
  .case-study-text .block-link-with-icon h4 .insight-wrapper .blog-author span,
  .block-link-with-icon h4 .insight-wrapper .blog-author .case-study-text span,
  .block-link-with-icon h4 .case-study-text .insight-wrapper .blog-author span {
    line-height: 24px;
  }
}

.insight-wrapper .sign-up-form-container {
  padding: 40px 30px;
  position: relative;
  background: #f1f1f1;
}

@media (min-width: 992px) {
  .insight-wrapper .sign-up-form-container {
    padding: 78px 108px 53px;
  }
}

.insight-wrapper .signup-form {
  width: 100%;
  max-width: 619px;
}

@media (max-width: 768px) {
  .insight-wrapper .signup-form {
    margin-left: 0px;
    max-width: 100%;
  }
}

.insight-wrapper .sign-up-form-container .signup-form .lines>div div {
  width: 2px;
  height: 50px;
  background: #f05a28;
  margin: 0 9px 0 0;
  position: relative;
}

.insight-wrapper .sign-up-form-container .signup-form .lines>div {
  display: flex;
  align-items: center;
}

.insight-wrapper .sign-up-form-container .lines {
  position: absolute;
  top: 0;
  right: 73px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .insight-wrapper .sign-up-form-container .lines {
    right: 23px;
  }
}

.insights {
  padding: 0px 0 40px;
}

@media (min-width: 992px) {
  .insights {
    padding: 75px 0 150px;
  }
}

.insights-list {
  padding-top: 100px;
}

@media (min-width: 992px) {
  .insights-list {
    padding-top: 150px;
  }
}

.insight-categories .sidebar__inner {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .insight-categories .sidebar__inner {
    display: block;
    margin-bottom: 0;
  }
}

.insight-categories .sidebar__inner>div {
  margin: 10px 30px 10px 0px;
}

@media (min-width: 992px) {
  .insight-categories .sidebar__inner>div {
    margin-bottom: 35px;
  }
}

.insight-categories .sidebar__inner>div:last-child {
  margin-bottom: 0;
}

.insight-categories .sidebar__inner .link .ajax-loader.is-active {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .insight-categories .sidebar__inner .link .ajax-loader.is-active {
    margin-left: 20px;
    position: relative;
    top: -2px;
  }
}

.insight-categories .sidebar__inner .link:not(.active-category) {
  color: #495865;
  text-decoration: none;
}

.insight-categories .sidebar__inner .link:not(.active-category):hover {
  color: #f58d6b;
}

.insight-categories .sidebar__inner .link-ss .ajax-loader.is-active {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .insight-categories .sidebar__inner .link-ss .ajax-loader.is-active {
    margin-left: 20px;
    position: relative;
    top: -2px;
  }
}

.insight-categories .sidebar__inner .link-ss:not(.active-category) {
  color: #495865;
  text-decoration: none;
}

.insight-categories .sidebar__inner .link-ss:not(.active-category):hover {
  color: #f58d6b;
}

.selection-process-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.selection-process-container li {
  background: #b6b8c7;
  border-radius: 50%;
  opacity: 0;
  transition: 1s opacity ease, 1s background ease;
}

.selection-process-container .visible {
  opacity: 1;
}

.selection-process-container .half-visible {
  opacity: 0.2;
}

.selection-process-container .selected {
  opacity: 1;
  background: #00874f;
}

.contact-form-wrap img {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .contact-form-wrap img {
    padding-bottom: 0px;
  }
}

.client-list-item,
#jobs .block-opening {
  opacity: 0;
  display: none;
}

.client-list-item.item-active,
#jobs .block-opening.item-active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeInListItem 0.65s ease forwards;
  animation: fadeInListItem 0.65s ease forwards;
}

.collapsible-filters-trigger .link {
  display: inline-block;
  vertical-align: middle;
}

.collapsible-filters-trigger .link-ss {
  display: inline-block;
  vertical-align: middle;
}

.collapsible-filters-trigger .link-arrow {
  display: inline-block;
  position: relative;
  width: 10px;
  vertical-align: middle;
  height: 10px;
}

.collapsible-filters-trigger .link-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  vertical-align: 4px;
  border: none;
  border-bottom: 1px solid #f05a28;
  border-left: 1px solid #f05a28;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: -2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.collapsible-filters-trigger .link-arrow.reverse::after {
  transform: rotate(-225deg);
  top: 3px;
}

.collapsible-filters-wrapper {
  position: relative;
}

@media (min-width: 992px) {
  .collapsible-filters-wrapper {
    display: unset;
  }
}

.collapsible-filters {
  display: none;
}

@media (min-width: 992px) {
  .collapsible-filters {
    display: flex !important;
    position: relative;
  }
}

.no-results {
  display: none;
  margin-top: 11px;
  margin-bottom: -56px;
}

@media (min-width: 992px) {
  .no-results {
    margin-top: 40px;
    margin-bottom: -74px;
  }
}

.work-illustration {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .work-illustration {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.clear-filters {
  align-items: center;
  display: none;
  opacity: 0.4;
  cursor: pointer;
  font-size: 12px;
  justify-content: center;
}

@media (min-width: 992px) {
  .clear-filters {
    font-size: 14px;
  }
}

.clear-filters:hover {
  opacity: 0.7;
}

.clear-filters img {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 0.8;
  width: 10px;
}

@media (min-width: 992px) {
  .clear-filters img {
    width: 12px;
  }
}

.clear-filters.show {
  display: flex;
}

.collapsible-filters .clear-filters {
  position: absolute;
  right: 0;
  top: 4px;
}

@media (min-width: 992px) {
  .collapsible-filters .clear-filters {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fadeInListItem {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInListItem {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.map-wrapper #map {
  height: 500px !important;
}

@media (min-width: 992px) {
  .map-wrapper #map {
    height: 770px !important;
  }
}

.case-study-cover {
  position: relative;
  text-align: center;
}

.case-study-cover img {
  max-width: 70%;
  /*width: 100%;*/
  /*height: 375px;*/
	/*height: auto;*/
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .case-study-cover img {
    /*height: auto;*/
  }
}

.case-study-cover .case-study-cover-text {
  padding: 40px;
  background: #fff;
  margin-bottom: 40px;
  margin-top: -75px;
}

@media (min-width: 992px) {
  .case-study-cover .case-study-cover-text {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .case-study-cover .case-study-cover-text {
    padding: 75px 107px;
  }
}

.case-study-text p,
.case-study-text .block-link-with-icon h4 span,
.block-link-with-icon h4 .case-study-text span {
  margin-bottom: 30px;
}

.case-study-text p+p,
.case-study-text .job-details-block p+p,
.case-study-text .block-link-with-icon h4 .job-details-block span+p,
.case-study-text .block-link-with-icon h4 .job-details-block p+span,
.block-link-with-icon h4 .case-study-text .job-details-block p+span,
.case-study-text .block-link-with-icon h4 .job-details-block span+span,
.case-study-text .block-link-with-icon h4 span+p,
.block-link-with-icon h4 .case-study-text span+p,
.block-link-with-icon h4 .case-study-text .job-details-block span+p,
.block-link-with-icon h4 .case-study-text .job-details-block span+span,
.case-study-text .block-link-with-icon h4 p+span,
.block-link-with-icon h4 .case-study-text p+span,
.case-study-text .block-link-with-icon h4 span+span,
.block-link-with-icon h4 .case-study-text span+span {
  margin-top: 0;
}

.case-study-text ul {
  margin-bottom: 30px;
}

.case-study-text ul li {
  margin: 0 !important;
}

.case-study-text *:last-child {
  margin-bottom: 0;
}

.case-study-solution-media {
  margin-bottom: 75px;
  text-align: center;
}

@media (min-width: 992px) {
  .case-study-solution-media {
    margin-bottom: 150px;
  }
}

.case-study-solution-media .solution-img {
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .case-study-solution-media .solution-img {
    max-width: none;
  }
}

.case-study-solution-media .solution-img::after {
  position: absolute;
  width: calc(100% + 10%);
  left: 50%;
  top: calc(100% + 75px);
  content: "";
  height: 7px;
  border-radius: 7px;
  transform: translateX(-50%);
  background: #bbb;
  display: none;
}

@media (min-width: 992px) {
  .case-study-solution-media .solution-img::after {
    height: 14px;
    top: calc(100% + 150px);
  }
}

.case-study-solution-media img {
  max-width: 100%;
  margin-bottom: -75px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .case-study-solution-media img {
    /*margin-bottom: -150px; */
  }
}

.case-study-tech-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.case-study-tech-stack img {
  margin: 10px 38px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-75-lg {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .mb-75-lg {
    margin-bottom: 75px;
  }
}

.mr-15 {
  margin-right: 15px;
}

.header-mb-small,
.insight-wrapper h2,
.insight-wrapper .insight-content h1,
.insight-content .insight-wrapper h1 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .header-mb-small,
  .insight-wrapper h2,
  .insight-wrapper .insight-content h1,
  .insight-content .insight-wrapper h1 {
    margin-bottom: 30px;
  }
}

.last-child-m-0 *:last-child {
  margin-bottom: 0;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.no-scroll {
  overflow: hidden !important;
}

.flip-x,
.link .arrow.arrow-left,
.link-ss .arrow.arrow-left {
  transform: scaleX(-1) !important;
}

.menu-open {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .menu-open {
    padding-right: 15px !important;
  }
}

.unset-width {
  flex: auto !important;
  width: auto !important;
  max-width: none !important;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 991.98px) {

  .container:not(.p-0-mobile),
  .container-fluid:not(.p-0-mobile),
  .container-sm:not(.p-0-mobile),
  .container-md:not(.p-0-mobile),
  .container-lg:not(.p-0-mobile),
  .container-xl:not(.p-0-mobile),
  .container-xxl:not(.p-0-mobile) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container.p-0-mobile,
.container-fluid.p-0-mobile,
.p-0-mobile.container-sm,
.p-0-mobile.container-md,
.p-0-mobile.container-lg,
.p-0-mobile.container-xl,
.p-0-mobile.container-xxl {
  padding-left: 0;
  padding-right: 0;
}

.custom-control {
  cursor: pointer;
}

.custom-control input {
  cursor: pointer;
}

.custom-control:hover .custom-control-label::before {
  border: 2px solid rgba(240, 90, 40, 0.7);
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::before {
  border: 2px solid #d3d4dd;
  transition: 0.3s border ease;
  top: 0.2rem;
  background: transparent;
}

@media (min-width: 992px) {
  .custom-control-label::before {
    top: 0.6rem;
  }
}

.custom-control-label::after {
  display: none;
}

.custom-control-input:checked~.custom-control-label::before {
  border-width: 6px;
  background: transparent;
}
/* Service-page-css */
/* Service-page-css */
.sub-title-hero {
  position: relative;
  padding-left: 28px;
}

@media (min-width: 992px) {
  .sub-title-hero {
    padding-left: 50px;
  }
}

.sub-title-hero::before {
  width: 24px;
  height: 24px;
  content: "";
  background: url("assets/images/hexagon.svg") no-repeat;
  transform: scale(0.5);
  left: 0px;
  top: -18px;
  position: absolute;
  background-position: center center;
}

@media (min-width: 992px) {
  .sub-title-hero::before {
    left: -3px;
    top: -46px;
    transform: scale(1);
  }
}

.sub-title-hero+.btn {
  margin: 26px 0 0 28px;
}

@media (min-width: 992px) {
  .sub-title-hero+.btn {
    margin: 43px 0 0 50px;
  }
}


h2.service-gradient-title::before,
.insight-content h1.service-gradient-title::before,
h2 .service-gradient-title::before,
.insight-content h1 .service-gradient-title::before,
.h2.service-gradient-title::before,
.h2 .service-gradient-title::before {
  height: 15px;
  bottom: 5px;
  left: -3px;
  width: calc(100% + 15px);
}

@media (min-width: 992px) {

  h2.service-gradient-title::before,
  .insight-content h1.service-gradient-title::before,
  h2 .service-gradient-title::before,
  .insight-content h1 .service-gradient-title::before,
  .h2.service-gradient-title::before,
  .h2 .service-gradient-title::before {
    height: 25px;
    bottom: 11px;
    left: -7px;
    width: calc(100% + 35px);
  }
}

.service-gradient-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.service-gradient-title::before {
  visibility: visible;
  position: absolute;
  content: "";
  z-index: -1;
  width: calc(100% + 0px);
  height: 20px;
  left: -5px;
  bottom: 2px;
  background: linear-gradient(to right, #c8d6e0, #fadbcf);
}

@media (min-width: 992px) {
  .service-gradient-title::before {
    width: calc(100% + 10px);
    height: 35px;
    left: -10px;
    bottom: 18px;
  }
}



h2+.service-gradient-title,
.insight-content h1+.service-gradient-title,
.h2+.service-gradient-title {
  margin-top: -10px;
}

.home-title-wrapper .service-gradient-title {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-animation: fadeLoop 21s ease-out infinite;
  animation: fadeLoop 21s ease-out infinite;
}

@media (min-width: 992px) {
  .home-title-wrapper .service-gradient-title {
    left: 0;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .home-title-wrapper .service-gradient-title::before {
    width: 0px;
    -webkit-animation: curtain2 7s ease 0.1s infinite;
    animation: curtain2 7s ease 0.1s infinite;
  }
}

.home-title-wrapper .service-gradient-title::after {
  position: absolute;
  content: "";
  background: #fff;
  transition: 1s ease width;
  right: -50px;
  bottom: -5px;
  width: calc(100% + 60px);
  height: 55px;
  -webkit-animation: curtain 7s ease infinite;
  animation: curtain 7s ease infinite;
}

@media (min-width: 992px) {
  .home-title-wrapper .service-gradient-title::after {
    right: -50px;
    bottom: 5px;
    width: calc(100% + 60px);
    height: 95px;
  }
}

.home-title-wrapper .service-gradient-title:nth-child(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.home-title-wrapper .service-gradient-title:nth-child(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

.block-link-with-icon .services-image {
  margin: 0;
  background: #fff;
  z-index: 2;
  position: relative;
  transition: 0.2s ease background 0.1s;
}

.service-section-hero {
  padding: 150px 0 98px;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .service-section-hero {
    padding: 150px 0 168px;
  }
}

.service-section-hero.after-banner {
  padding-top: 85px;
}

@media (min-width: 992px) {
  .service-section-hero.after-banner {
    padding-top: 177px;
  }
}

.service-section-hero::before {
  position: absolute;
  content: "";
  background: url("assets/images/shape-dots-gray.svg") no-repeat;
  background-size: 100%;
  width: 163px;
  height: 33px;
  bottom: -10px;
  left: 0;
}

@media (min-width: 992px) {
  .service-section-hero::before {
    width: 340px;
    height: 70px;
    bottom: -19px;
    left: calc(8.33% + 15px);
  }
}

.service-section-hero::after {
  position: absolute;
  content: "";
  background: url("assets/images/shape-compound-4.svg") no-repeat;
  width: 60px;
  height: 60px;
  background-size: 100%;
  bottom: 0;
  transform: translateY(50%);
  right: 0;
}

@media (min-width: 992px) {
  .service-section-hero::after {
    width: 120px;
    height: 120px;
  }
}


footer .service-footer-logo {
  /* margin: 0 0 35px 0; */
  display: inline-block;
}

footer .social-icons {
  margin-bottom: 0;
}

footer .service-footer-logos p,
footer .service-footer-logos .block-link-with-icon h4 span,
.block-link-with-icon h4 footer .service-footer-logos span {
  margin: 0 0 15px 0;
}

footer .service-footer-logos ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

footer .service-footer-logos ul li {
  list-style: none;
  margin: 0 15px 15px 0;
}

footer .service-footer-logos ul li img {
  height: 50px;
}

.service-poc-thumb {
  width: 166px;
  height: 166px;
  border: 1px solid #f05a28;
  border-radius: 50%;
  overflow: hidden;
}

 .cm-recognised ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
	 justify-content:center;
}
.cm-recognised ul li { 
padding: 0 10px;
}
.cm-recognised  h4{
	color:#054371;
}
.cm-recognised {
	background-color:#f1f1f1;
	padding: 5px 15px;
}


@media (min-width: 992px) {
  .service-poc-thumb {
    width: 228px;
    height: 228px;
    border-width: 1px;
  }

  .service-poc-thumb::before {
    width: 24px;
    height: 24px;
    content: "";
    background: url("assets/images/Polygon\ 2.svg") no-repeat;
    left: 24%;
    top: 35%;
    position: absolute;
    background-position: center center;
    transform: rotate(-1deg);
  }

  .service-poc-thumb::after {
    width: 99px;
    height: 114px;
    content: "";
    background: url("assets/images/line-arrow.svg") no-repeat;
    left: 87%;
    top: -13%;
    position: absolute;
    background-position: center center;
    transform: rotate(-1deg);
  }
}

.service-poc-thumb>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 88% top;
}


.service-checkbox-cluster {
  padding: 20px;
  border: 1px solid #d3d4dd;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .service-checkbox-cluster {
    padding: 70px;
    border: 1px solid #d3d4dd;
    margin: 30px 0px;
    transition: 0.3s background ease;
  }
}

@media (max-width: 992px) {
  .checkbox-div {
    padding-bottom: 1rem;
  }
}

.service-checkbox-cluster.selected {
  background: #f1f1f1;
}

.service-checkbox-cluster .form-group.form-check {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .service-checkbox-cluster .form-group.form-check {
    margin-bottom: 10px;
  }
}

.service-checkbox-cluster .form-group.form-check:last-child {
  margin-bottom: 0;
}

.service-checkbox-cluster .form-check .wpcf7-list-item-label:before {
  border: 2px solid #d3d4dd;
}

.service-checkbox-cluster .form-check input:hover+.wpcf7-list-item-label:before,
.service-checkbox-cluster .form-check input:checked+.wpcf7-list-item-label:before {
  border-color: #f05a28;
}

.custom-image-size {
  height: 75px;
  width: 75px;
}

.custom-services-block-container {
  margin-top: 30px;
}


@media (min-width: 992px) {
  .custom-services-block-container {
    display: flex;
    padding-bottom: 1rem;
    margin-top: 50px;
  }

  .custom-border-1::after {
    position: absolute;
    background: #d3d4dd;
    height: 1px;
    content: "";
    width: 90%;
    bottom: -10px;
    left: 16px;
  }

  .custom-border-2::after {
    position: absolute;
    background: #d3d4dd;
    height: 1px;
    content: "";
    width: 90%;
    bottom: -40px;
    left: 16px;
  }
}

.form-svg::after {
  width: 150px;
  height: 66px;
  content: "";
  background: url("assets/images/dotpattern3.svg") no-repeat;
  left: 60%;
  top: 88%;
  position: absolute;
  background-position: center center;
}

@media (min-width: 992px) {
   .contact-form-wrap::after {
    width: 24px;
    height: 24px;
    content: "";
    background: url("assets/images/plus-sign.svg") no-repeat;
    position: absolute;
    background-position: center center;
    left: 86%;
    top: 75%;
  }

  .form-svg::after {
    width:  calc(25% - 200px);
    left: 87%;
    top: 78%;
  }
}
