:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0!important;
  -webkit-tap-highlight-color: transparent!important
}
::-moz-focus-inner {
  border: 0
}
body,
html {
  font-family: "Open Sans",serif;
  background: 0 0;
  color: #212838;
  width: 100%;
  min-height: 100%;
  line-height: 1.42;
  font-size: var(--font-size);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-optical-sizing: auto;
  background-color: #f7f8f9
}
body.overlayed,
html.overlayed {
  overflow: hidden!important
}
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  color: inherit
}
a:focus,
a:hover {
  text-decoration: none
}
main {
  display: block;
  width: 100%;
  height: auto
}
a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
img.adaptive {
  display: block;
  width: 100%;
  height: auto
}
.color-primary {
  color: #295872
}
.color-secondary {
  color: #cfa85b
}
.color-info {
  color: #696969
}
.color-white {
  color: #f7f8f9
}
.bold {
  font-weight: 700
}
.margin-top {
  margin-top: var(--margin)
}
.margin-bottom {
  margin-bottom: var(--margin)
}
.margin-left {
  margin-left: var(--margin)
}
.margin-right {
  margin-right: var(--margin)
}
.clear {
  list-style: none;
  padding: 0;
  margin: 0
}
.clear > li {
  padding: 0;
  margin: 0
}
.image-cover {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 24px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.image-cover img,
.image-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.image-cover.half-size {
  padding-top: 56.25%
}
.image-cover.with-shadow {
  -webkit-box-shadow: rgba(0,0,0,.08) 0 4px 12px;
  box-shadow: rgba(0,0,0,.08) 0 4px 12px
}
.image-cover.with-hover .hover-image,
.image-cover.with-hover .main-image {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.image-cover.with-hover .hover-image {
  opacity: 0
}
.image-cover.with-hover:hover .hover-image {
  opacity: 1
}
.image-cover.with-hover:hover .main-image {
  opacity: 0
}
.image-full {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.image-full img,
.image-full video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 115%
}
.image-full.half-size {
  padding-top: 70%
}
.image-full.half-size img,
.image-full.half-size video {
  max-height: 200%
}
.video-cover {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.video-cover video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.video-cover video.vertical {
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.image-responsive {
  font-size: 0
}
.image-responsive img {
  width: 100%
}
.align-center {
  text-align: center
}
.align-left {
  text-align: left
}
.align-right {
  text-align: right
}
.align-justify {
  text-align: justify
}
.icon,
.icon-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
  transform: translateZ(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  image-rendering: -webkit-optimize-contrast
}
.hr {
  border: none;
  background: rgba(255,255,255,.1);
  height: 1px;
  margin: 20px 0
}
.verticaly-bottom,
.verticaly-middle,
.verticaly-top {
  width: 100%;
  height: 100%;
  white-space: nowrap
}
.verticaly-bottom:after,
.verticaly-middle:after,
.verticaly-top:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%
}
.verticaly-bottom .inner,
.verticaly-middle .inner,
.verticaly-top .inner {
  display: inline-block;
  width: 100%;
  white-space: normal
}
.verticaly-top .inner,
.verticaly-top:after {
  vertical-align: top
}
.verticaly-middle .inner,
.verticaly-middle:after {
  vertical-align: middle
}
.verticaly-bottom .inner,
.verticaly-bottom:after {
  vertical-align: bottom
}
[data-fade-in] {
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  opacity: 0
}
[data-fade-in]:first-child + [data-fade-in] {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
[data-fade-in]:first-child + * + [data-fade-in] {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
[data-fade-in]:first-child + * + * + [data-fade-in] {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
[data-fade-in]:first-child + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
[data-fade-in]:first-child + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
[data-fade-in]:first-child + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
[data-fade-in]:first-child + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .85s;
  animation-delay: .85s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: .95s;
  animation-delay: .95s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s
}
[data-fade-in]:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + [data-fade-in] {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s
}
[data-fade-in].faded-in {
  -webkit-animation: fade-in-animation .3s forwards;
  animation: fade-in-animation .3s forwards
}
[data-fade-in][data-fade-in=down] {
  -webkit-animation: fade-in-animation-down .3s forwards;
  animation: fade-in-animation-down .3s forwards
}
[data-fade-in][data-fade-in=up] {
  -webkit-animation: fade-in-animation-up .3s forwards;
  animation: fade-in-animation-up .3s forwards
}
[data-fade-in][delay*=".05"] {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
[data-fade-in][delay*=".1"] {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
[data-fade-in][delay*=".15"] {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
[data-fade-in][delay*=".2"] {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
[data-fade-in][delay*=".3"] {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
[data-fade-in][delay*=".4"] {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
[data-fade-in][delay*=".5"] {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
@-webkit-keyframes fade-in-animation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fade-in-animation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fade-in-animation-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fade-in-animation-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes fade-in-animation-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fade-in-animation-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@media (max-width:768px) {
  .spaced-xs {
    margin-bottom: var(--margin)
  }
  .align-left-xs {
    text-align: left
  }
}
@media (max-width:480px) {
  .spaced-bottom-ms {
    margin-bottom: var(--margin)
  }
  .align-left-ms {
    text-align: left
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.button {
  display: inline-block;
  font-size: var(--font-size);
  font-weight: 700;
  font-family: "Open Sans",serif;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border: none;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  border: none;
  max-width: 100%;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid transparent;
  padding: calc(var(--margin) * 1.2) calc(var(--margin) * 2.4);
  line-height: 1.2;
  font-weight: 500;
  border-radius: 50px;
  overflow: hidden
}
.button .text {
  display: block;
  position: relative;
  z-index: 1
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 350%;
  height: 350%;
  background-image: linear-gradient(100deg,#cfa85b,#295872);
  -webkit-transform: translate(-17%,-10%) rotate(5deg);
  -ms-transform: translate(-17%,-10%) rotate(5deg);
  transform: translate(-17%,-10%) rotate(5deg);
  -webkit-transition: .2s;
  transition: .2s
}
.button:focus:before,
.button:hover:before {
  -webkit-transform: translate(0,0) rotate(0);
  -ms-transform: translate(0,0) rotate(0);
  transform: translate(0,0) rotate(0)
}
.button.disabled {
  opacity: .3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.button.button-primary {
  color: #f7f8f9;
  border: 0
}
.button.button-secondary-transparent {
  position: relative;
  background-color: #f7f8f9;
  border: 0
}
.button.button-secondary-transparent:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #f7f8f9;
  border-radius: 50px
}
@media (max-width:640px) {
  .button {
    display: block;
    width: 100%
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.category-card {
  border-radius: 24px;
  -webkit-box-shadow: rgba(0,0,0,.08) 0 4px 12px;
  box-shadow: rgba(0,0,0,.08) 0 4px 12px;
  display: block;
  height: 100%;
  -webkit-transition: .2s;
  transition: .2s
}
.category-card .image-cover {
  border-radius: 24px 24px 0 0
}
.category-card .caption {
  padding: 24px 24px 56px;
  background-color: #f7f8f9;
  border-radius: 0 0 24px 24px
}
.category-card .caption .group-line {
  margin-bottom: 24px
}
.category-card .caption .details {
  color: #295872;
  font-size: var(--font-size-medium);
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px)
}
.category-card .caption .details .mark {
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 700
}
.category-card:hover {
  -webkit-box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
  box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
}
.category-card:hover .group-line .icons-group {
  background-color: rgba(207,168,91,.1);
  color: #cfa85b
}
.category-card:hover .details .mark {
  text-decoration: underline
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.dotted-list {
  counter-reset: count
}
.dotted-list .item {
  position: relative;
  padding-left: 72px;
  margin-bottom: 24px
}
.dotted-list .item:last-child {
  margin-bottom: 0
}
.dotted-list .item .text {
  padding: 10px 0
}
.dotted-list .item .mark {
  color: #cfa85b;
  font-weight: 700
}
.dotted-list .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: rgba(207,168,91,.1);
  color: #cfa85b;
  margin-bottom: 8px;
  text-align: center;
  line-height: 44px;
  -webkit-transition: .2s;
  transition: .2s;
  content: counter(count);
  counter-increment: count;
  font-weight: 700
}
.dotted-list .item:hover:before {
  background-color: rgba(41,88,114,.1);
  color: #295872
}
.dotted-list.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}
.dotted-list.horizontal .item:before {
  top: 6px
}
@media (max-width:1199px) {
  .dotted-list.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .dotted-list.horizontal .item {
    margin-bottom: 0
  }
  .dotted-list.horizontal .item .text {
    padding: 16px 0
  }
}
@media (max-width:768px) {
  .dotted-list .item {
    margin-bottom: 16px
  }
  .dotted-list.horizontal {
    display: block
  }
  .dotted-list.horizontal .item {
    display: block
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.row,
.row.reverse {
  box-orient: horizontal
}
.container {
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
  max-width: 1478px
}
.container-fluid {
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
  max-width: 100%
}
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}
.row:after {
  content: "";
  display: table;
  clear: both
}
.row > .spaced-around {
  padding-top: 12px;
  padding-bottom: 12px
}
.row.collapsed-row {
  margin-right: 0;
  margin-left: 0
}
.row.collapsed-row > * {
  padding-left: 0;
  padding-right: 0
}
.row.paddless-row {
  margin-right: -5px;
  margin-left: -5px
}
.row.paddless-row > * {
  padding-left: 5px;
  padding-right: 5px
}
.row.paddless-row > .spaced-around {
  padding-top: 5px;
  padding-bottom: 5px
}
[class*=col-lg-],
[class*=col-md-],
[class*=col-ms-],
[class*=col-sm-],
[class*=col-xs-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 12px;
  padding-left: 12px;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}
.hidden,
.lg-block,
.lg-inline,
.lg-show,
.md-block,
.md-inline,
.md-show,
.ms-block,
.ms-inline,
.ms-show,
.none,
.sm-block,
.sm-inline,
.sm-show {
  display: none
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  width: 75%
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%
}
.col-xs-offset-0 {
  margin-left: 0
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%
}
.col-xs-offset-12 {
  margin-left: 100%
}
.xs-hide {
  display: none
}
.xs-inline {
  display: inline
}
.xs-show {
  display: inline-block
}
.xs-block {
  display: block
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1
}
@media (min-width:641px) {
  .col-ms-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-ms-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-ms-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-ms-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-ms-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-ms-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-ms-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-ms-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-ms-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-ms-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-ms-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-ms-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-ms-offset-0 {
    margin-left: 0
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-ms-offset-3 {
    margin-left: 25%
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-ms-offset-6 {
    margin-left: 50%
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-ms-offset-9 {
    margin-left: 75%
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-ms-offset-12 {
    margin-left: 100%
  }
  .ms-hide {
    display: none
  }
  .ms-inline {
    display: inline
  }
  .ms-show {
    display: inline-block
  }
  .ms-block {
    display: block
  }
  .start-ms {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-ms {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-ms {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-ms {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-ms {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-ms {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-ms {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-ms {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-ms {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-ms {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:769px) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .sm-hide {
    display: none
  }
  .sm-inline {
    display: inline
  }
  .sm-show {
    display: inline-block
  }
  .sm-block {
    display: block
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:993px) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .md-hide {
    display: none
  }
  .md-inline {
    display: inline
  }
  .md-show {
    display: inline-block
  }
  .md-block {
    display: block
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (min-width:1201px) {
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: 41.6666666667%
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: 58.3333333333%
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: 66.6666666667%
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    width: 75%
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: 83.3333333333%
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: 91.6666666667%
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .lg-hide {
    display: none
  }
  .lg-inline {
    display: inline
  }
  .lg-show {
    display: inline-block
  }
  .lg-block {
    display: block
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}
@media (max-width:1199px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 10px;
    padding-left: 10px
  }
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > .spaced-around {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
@media (max-width:993px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 10px;
    padding-left: 10px
  }
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > .spaced-around {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
@media (max-width:768px) {
  [class*=col-lg-],
  [class*=col-md-],
  [class*=col-ms-],
  [class*=col-sm-],
  [class*=col-xs-] {
    padding-right: 10px;
    padding-left: 10px
  }
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > .spaced-around {
    padding-top: 10px;
    padding-bottom: 10px
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.group-line .icons-group {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: rgba(41,88,114,.1);
  color: #295872;
  margin-bottom: 8px;
  text-align: center;
  line-height: 44px;
  -webkit-transition: .2s;
  transition: .2s
}
.group-line .icons-group .icon {
  font-size: 24px
}
.group-line .title {
  font-size: var(--subheader3-font-size);
  font-weight: 700;
  margin-bottom: 8px
}
.group-line .text {
  font-size: var(--font-size-medium)
}
.group-line.left-position {
  position: relative;
  padding-left: 72px
}
.group-line.left-position .icons-group {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 4px
}
.group-line:hover .icons-group {
  background-color: rgba(207,168,91,.1);
  color: #cfa85b
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.hero-section {
  min-height: calc(100vh - var(--header_height));
  position: relative
}
.hero-section .canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%
}
.hero-section .logo-main {
  width: 160px;
  margin-bottom: 32px
}
.hero-section .container {
  position: relative;
  z-index: 1
}
.hero-section .primary-title {
  margin-bottom: 24px
}
.hero-section .primary-title .mark {
  display: block;
  background-color: #295872;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text
}
.hero-section .subtitle {
  font-size: var(--font-size-large);
  max-width: 70%;
  margin: 0 auto
}
.hero-section .buttons-group {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px
}
.hero-section .details {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px
}
.hero-section .details .item {
  width: 200px
}
.hero-section .details .title {
  font-weight: 700;
  font-size: var(--font-size-large);
  color: #295872
}
@media (max-width:1440px) {
  .hero-section {
    min-height: calc(80vh - var(--header_height));
    position: relative
  }
}
@media (max-width:1199px) {
  .hero-section .logo-main {
    width: 140px
  }
}
@media (max-width:768px) {
  .hero-section .subtitle {
    max-width: 80%
  }
}
@media (max-width:640px) {
  .hero-section .subtitle {
    max-width: 100%
  }
  .hero-section .buttons-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon/icomoon.eot?9p87b6);
  src: url(../fonts/icomoon/icomoon.eot?9p87b6#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?9p87b6) format("truetype"),url(../fonts/icomoon/icomoon.woff?9p87b6) format("woff"),url(../fonts/icomoon/icomoon.svg?9p87b6#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-trophy:before {
  content: "\e900"
}
.icon-group:before {
  content: "\e901"
}
.icon-global:before {
  content: "\e902"
}
.icon-lightbulb:before {
  content: "\e903"
}
.icon-rocket:before {
  content: "\e904"
}
.icon-user-star:before {
  content: "\e905"
}
.icon-building:before {
  content: "\e906"
}
.icon-key:before {
  content: "\e907"
}
.icon-home-heart:before {
  content: "\e908"
}
.icon-hammer:before {
  content: "\e909"
}
.icon-store-line:before {
  content: "\e90a"
}
.icon-user-add:before {
  content: "\e90b"
}
.icon-facebook:before {
  content: "\e90c"
}
.icon-instagram:before {
  content: "\e90d"
}
.icon-telegram:before {
  content: "\e90e"
}
.icon-location:before {
  content: "\e90f"
}
.icon-mail:before {
  content: "\e910"
}
.icon-phone:before {
  content: "\e911"
}
.icon-whatsapp:before {
  content: "\e912"
}
.icon-viber:before {
  content: "\e913"
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.main-footer {
  padding: 32px 0;
  position: relative;
  margin-top: 50px
}
.main-footer:before {
  content: "";
  position: absolute;
  bottom: 70%;
  left: 0;
  right: 0;
  background-image: url(../img/wave.png);
  height: 600px;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none
}
.main-footer .top {
  padding-bottom: 32px
}
.main-footer .bottom {
  padding-top: 32px;
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(100deg,rgba(207,168,91,.6),rgba(41,88,114,.6));
  border-image: linear-gradient(100deg,rgba(207,168,91,.6),rgba(41,88,114,.6));
  border-image-slice: 1;
  font-size: var(--font-size-medium)
}
.main-footer .logo {
  margin-bottom: 8px
}
.main-footer .text {
  max-width: 50%;
  font-size: var(--font-size-medium)
}
.main-footer .social-list {
  margin-top: 16px
}
.main-footer .footer-title {
  font-weight: 700;
  margin-bottom: 16px
}
.main-footer .footer-link {
  display: block;
  padding: 2px 0;
  margin-bottom: 4px;
  font-size: var(--font-size-medium);
  white-space: nowrap
}
.main-footer .footer-link .icon {
  margin-right: 8px
}
.main-footer .footer-link:hover,
.main-footer .footer-link:visited {
  color: #295872
}
@media (max-width:1199px) {
  .main-footer .text {
    max-width: 100%;
    font-size: var(--font-size-small)
  }
}
@media (max-width:993px) {
  .main-footer {
    padding: 24px 0
  }
  .main-footer .text {
    max-width: 80%;
    font-size: var(--font-size-small)
  }
  .main-footer .footer-link {
    font-size: var(--font-size-small);
    margin-bottom: 0
  }
  .main-footer .top {
    padding-bottom: 24px
  }
  .main-footer .bottom {
    padding-top: 24px;
    font-size: var(--font-size-small)
  }
}
@media (max-width:768px) {
  .main-footer:before {
    height: 300px;
    bottom: 90%
  }
  .main-footer .text {
    max-width: 100%
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.logo {
  width: 180px
}
.logo img {
  max-width: 100%
}
.main-header {
  padding: 15px 0;
  height: var(--header_height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(247,248,249,.7);
  z-index: 12
}
.main-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.main-header .menu {
  text-align: right;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.main-header .menu .link {
  padding: 15px
}
.main-header .menu .link:visited {
  color: inherit
}
.main-header .menu .link:hover {
  color: #295872
}
.main-header .menu .link.highlighted {
  color: #cfa85b
}
.main-header .menu-toggle {
  display: none
}
@media (max-width:1199px) {
  .logo {
    width: 150px
  }
}
@media (max-width:993px) {
  .main-header .menu .link {
    padding: 8px;
    font-size: var(--font-size-medium)
  }
}
@media (max-width:768px) {
  .main-header {
    background-color: rgba(247,248,249,.98)
  }
  .main-header .menu-toggle {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer
  }
  .main-header .menu-toggle span {
    width: 100%;
    height: 2px;
    background-color: #201f20;
    border-radius: 12px;
    display: block;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
  }
  .main-header .menu-toggle span:after,
  .main-header .menu-toggle span:before {
    content: "";
    width: 100%;
    background-color: #201f20;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 12px;
    height: 2px
  }
  .main-header .menu-toggle span:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  .main-header .menu-toggle span:after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    margin-top: -2px
  }
  .main-header .menu-toggle.active span {
    background-color: transparent
  }
  .main-header .menu-toggle.active span:before {
    -webkit-transform: rotateZ(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotateZ(45deg) translateY(0)
  }
  .main-header .menu-toggle.active span:after {
    -webkit-transform: rotateZ(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    transform: rotateZ(-45deg) translateY(0)
  }
  .main-header .menu {
    position: fixed;
    z-index: -1;
    top: var(--header_height);
    left: 0;
    width: 100%;
    background-color: rgba(247,248,249,.98);
    display: block;
    text-align: center;
    height: calc(100vh - var(--header_height));
    padding-top: 56px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%)
  }
  .main-header .menu .link {
    display: block;
    font-size: var(--subheader3-font-size);
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  .main-header.active .menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .main-header.active .menu .link {
    opacity: 1
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.page-main {
  padding-top: var(--header_height)
}
.section .button,
.section .details,
.section .feature-card,
.section .form-group,
.section .paragraph,
.section .primary-title,
.section .section-title,
.section .section-title-large,
.section .subtitle,
.section .tabs,
.section article {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
  opacity: 0
}
.section .social {
  opacity: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s
}
.section li {
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  opacity: 0
}
.section li:first-child + li {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
.section li:first-child + * + li {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.section li:first-child + * + * + li {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
.section li:first-child + * + * + * + li {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.section li:first-child + * + * + * + * + li {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
.section li:first-child + * + * + * + * + * + li {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.section li:first-child + * + * + * + * + * + * + li {
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}
.section li:first-child + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.section li:first-child + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}
.section li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + li {
  -webkit-animation-delay: .85s;
  animation-delay: .85s
}
.section [class*=col-] {
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  opacity: 0
}
.section [class*=col-]:first-child + [class*=col-] {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}
.section [class*=col-]:first-child + * + [class*=col-] {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.section [class*=col-]:first-child + * + * + [class*=col-] {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}
.section [class*=col-]:first-child + * + * + * + [class*=col-] {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.section [class*=col-]:first-child + * + * + * + * + [class*=col-] {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
.section [class*=col-]:first-child + * + * + * + * + * + [class*=col-] {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.section [class*=col-]:first-child + * + * + * + * + * + * + [class*=col-] {
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}
@-webkit-keyframes fade-in-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fade-in-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.section.animated .button,
.section.animated .details,
.section.animated .form-group,
.section.animated .image-cover,
.section.animated .paragraph,
.section.animated .primary-title,
.section.animated .section-title,
.section.animated .section-title-large,
.section.animated .subtitle,
.section.animated .tabs,
.section.animated article {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
.section.animated .scroll-bottom {
  -webkit-transform: translateY(0) translateX(-15px) translateZ(0);
  transform: translateY(0) translateX(-15px) translateZ(0)
}
.section.animated [class*=col-],
.section.animated li {
  -webkit-animation: fade-in-animation .3s forwards;
  animation: fade-in-animation .3s forwards
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.section-category {
  position: relative
}
.section-category:before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  background-image: url(../img/wave.png);
  height: 600px;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none
}
@media (max-width:768px) {
  .section-category:before {
    height: 300px;
    bottom: -2%
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.section-participate .additional-info {
  background-image: linear-gradient(100deg,rgba(207,168,91,.6),rgba(41,88,114,.6));
  border-radius: 24px;
  padding: 32px 24px;
  margin-top: 32px
}
.section-participate .buttons-group {
  margin-top: 32px;
  text-align: center
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.section-prizes .additional-info {
  background-image: linear-gradient(100deg,rgba(207,168,91,.6),rgba(41,88,114,.6));
  border-radius: 24px;
  padding: 32px 24px;
  margin-top: 32px
}
.section-prizes .additional-info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px
}
.section-prizes .additional-info .group-line {
  background-color: #f7f8f9;
  padding: 24px;
  border-radius: 24px;
  width: 100%
}
@media (max-width:993px) {
  .section-prizes .additional-info .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .section-prizes .additional-info .group-line {
    width: calc(50% - 12px)
  }
}
@media (max-width:640px) {
  .section-prizes .additional-info .inner {
    gap: 16px
  }
  .section-prizes .additional-info .group-line {
    width: 100%
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.section-rating .simple-list .item {
  margin-bottom: 40px
}
.section-rating .simple-list .item:last-child {
  margin-bottom: 0
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.section {
  padding: var(--section-padding) 0
}
.section .titles-group {
  text-align: center;
  margin-bottom: 48px
}
.section .titles-group .section-title {
  margin-bottom: 24px
}
.section .titles-group .subtitle {
  font-size: var(--font-size);
  max-width: 58%;
  margin: 0 auto
}
.section.collapsed {
  padding: 0
}
.section.collapsed-top {
  padding-top: 0
}
.section.collapsed-bottom {
  padding-bottom: 0
}
@media (max-width:1199px) {
  .spaced-top-md {
    margin-top: 32px
  }
}
@media (max-width:993px) {
  .section .titles-group {
    margin-bottom: 32px
  }
  .section .titles-group .section-title {
    margin-bottom: 8px
  }
  .section .titles-group .subtitle {
    font-size: var(--font-size-medium)
  }
}
@media (max-width:768px) {
  .section .titles-group .subtitle {
    max-width: 80%
  }
  .spaced-top-sm {
    margin-top: 32px
  }
}
@media (max-width:640px) {
  .section .titles-group .subtitle {
    max-width: 100%
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}
.social-list .link {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 38px;
  font-size: 20px
}
.social-list .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(100deg,#cfa85b,#295872);
  -webkit-transform: translate(-35%,-10%) rotate(5deg);
  -ms-transform: translate(-35%,-10%) rotate(5deg);
  transform: translate(-35%,-10%) rotate(5deg);
  -webkit-transition: .2s;
  transition: .2s
}
.social-list .link .icon {
  position: relative;
  color: #f7f8f9;
  z-index: 1
}
.social-list .link:focus:before,
.social-list .link:hover:before {
  -webkit-transform: translate(0,0) rotate(0);
  -ms-transform: translate(0,0) rotate(0);
  transform: translate(0,0) rotate(0)
}
@media (max-width:1199px) {
  .social-list .link {
    height: 32px;
    width: 32px;
    line-height: 28px;
    font-size: 16px
  }
}
:root {
  --font-size: 18px;
  --h1-font-size: 60px;
  --h2-font-size: 48px;
  --h3-font-size: 34px;
  --h4-font-size: 28px;
  --subheader1-font-size: 34px;
  --subheader2-font-size: 26px;
  --subheader3-font-size: 20px;
  --font-size-small: 14px;
  --font-size-medium: 16px;
  --font-size-large: 24px;
  --border-width: 1px;
  --margin: 15px;
  --padding: 20px;
  --border-radius: 0px;
  --icon_height: 20px;
  --icon-large_height: 48px;
  --pagination-link_size: 38px;
  --header_height: 92px;
  --section-padding: 60px;
  --space-gap: 5px
}
@media (max-width:1440px) {
  :root {
    --h1-font-size: 48px;
    --h2-font-size: 36px;
    --h3-font-size: 30px;
    --font-size-large: 20px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:1199px) {
  :root {
    --h1-font-size: 40px;
    --h2-font-size: 34px;
    --h3-font-size: 28px;
    --font-size-large: 18px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:993px) {
  :root {
    --section-padding: 40px
  }
}
@media (max-width:768px) {
  :root {
    --h1-font-size: 32px;
    --h2-font-size: 30px;
    --h3-font-size: 28px;
    --font-size-large: 16px;
    --subheader3-font-size: 18px
  }
}
@media (max-width:640px) {
  :root {
    --h1-font-size: 24px;
    --h2-font-size: 22px;
    --h3-font-size: 20px
  }
}
h1 {
  font-size: var(--h1-font-size);
  line-height: 1.42;
  text-transform: uppercase;
  font-weight: 700
}
h2 {
  font-size: var(--h2-font-size);
  line-height: 1.42;
  text-transform: uppercase;
  font-weight: 700
}
h3 {
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-size);
  font-weight: 700
}
h4 {
  font-size: var(--h4-font-size);
  line-height: var(--h4-font-size);
  font-weight: 700
}
.link {
  color: #212838
}
.link:active,
.link:hover {
  color: #295872
}
.link:visited {
  color: #cfa85b
}