.gradient:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a54e62), to(#dc6882));
  background: -webkit-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -moz- oldlinear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: -o-linear-gradient(top, #a54e62 0%, #dc6882 100%);
  background: linear-gradient(to bottom, #a54e62 0%, #dc6882 100%);
}

.shadow-small {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(13, 129, 209, 0.45);
}

.shadow-big {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.2);
}

.shadow-big-medium {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  -moz-box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(13, 129, 209, 0.4);
}

.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.widget-margin, .widget-about-history {
  margin-top: 90px;
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin, .widget-about-history {
    margin-top: 60px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin, .widget-about-history {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}

.widget-margin-bottom {
  margin-bottom: 90px !important;
}

@media (max-width: 991px) {
  .widget-margin-bottom {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .widget-margin-bottom {
    margin-bottom: 50px !important;
  }
}

.widget-padding, .widget-about-history {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .widget-padding, .widget-about-history {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .widget-padding, .widget-about-history {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 720px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 720px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 850px) {
  .col-lg-auto {
    width: auto;
  }
}

@media (min-width: 1050px) {
  .col-xl-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xxl-auto {
    width: auto;
  }
}

.widget-about-history {
  background-color: #0095DA;
}

.widget-about-history .container {
  position: relative;
}

.widget-about-history .graphic-elements {
  height: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}

.widget-about-history .graphic-elements svg {
  display: block;
}

.widget-about-history .graphic-elements .graphic-element-left {
  position: absolute;
  top: -90px;
  left: -30px;
}

.widget-about-history .graphic-elements .graphic-element-right {
  position: absolute;
  bottom: -93px;
  right: -30px;
}

.widget-about-history .graphic-elements .graphic-element-right svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget-about-history .widget-content-outer {
  position: relative;
}

.widget-about-history .widget-content-outer:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0095da), to(rgba(0, 149, 218, 0)));
  background: -webkit-linear-gradient(bottom, #0095da 0%, rgba(0, 149, 218, 0) 100%);
  background: -moz- oldlinear-gradient(bottom, #0095da 0%, rgba(0, 149, 218, 0) 100%);
  background: -o-linear-gradient(bottom, #0095da 0%, rgba(0, 149, 218, 0) 100%);
  background: linear-gradient(0deg, #0095da 0%, rgba(0, 149, 218, 0) 100%);
  pointer-events: none;
}

.widget-about-history .widget-content {
  height: 460px;
  min-height: 460px;
  position: relative;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.widget-about-history .widget-content::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

@media (max-width: 1199px) {
  .widget-about-history .widget-content {
    height: auto !important;
    overflow: auto !important;
  }
}

.widget-about-history .scroll-info {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .widget-about-history .scroll-info {
    display: none;
  }
}

.widget-about-history .scroll-info * {
  display: block;
}

.widget-about-history .scroll-info svg {
  margin-right: 17px;
}

@media (max-width: 1199px) {
  .widget-about-history .list-col {
    display: none;
  }
}

.widget-about-history .elements {
  position: relative;
}

.widget-about-history .elements .element {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}

@media (max-width: 1199px) {
  .widget-about-history .elements .element {
    position: relative;
    top: 0 !important;
    opacity: 1;
    margin-bottom: 30px;
  }
  .widget-about-history .elements .element:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .widget-about-history .elements .element {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

.widget-about-history .elements .element.active {
  pointer-events: all;
  opacity: 1;
}

.widget-about-history .elements .element .element-inner-left {
  width: 100%;
  background-color: #fff;
  padding: 20px 15px 20px  24px;
  position: relative;
}

.widget-about-history .elements .element .element-inner-left .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 44px;
  left: -8px;
}

@media (max-width: 1199px) {
  .widget-about-history .elements .element .element-inner-left .triangle {
    display: none;
  }
}

.widget-about-history .elements .element .element-inner-left h3 {
  color: #0095DA;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 10px;
}

.widget-about-history .elements .element .element-inner-left p {
  color: #000000;
}

.widget-about-history .elements .element .element-inner-right {
  position: relative;
}

@media (max-width: 767px) {
  .widget-about-history .elements .element .element-inner-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .widget-about-history .elements .element .element-inner-right img {
    width: 100%;
    max-height: 188px;
    min-height: 0;
  }
}

.widget-about-history .elements .element img {
  width: 366px;
  min-width: 366px;
  height: 100%;
  min-height: 241px;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-about-history .years {
  width: 100%;
  position: relative;
  border-right: 2px solid #fff;
  padding-top: 20px;
  padding-bottom: 320px;
}

.widget-about-history .years .element {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-about-history .years .element.active .circle {
  background-color: #fff;
}

.widget-about-history .years .element .year {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.widget-about-history .years .element .circle {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background-color: #0095DA;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  right: -8px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
