/* 
Compile this file to css/custom_5rQIioNH.css using any SCSS preprocessor. 
More information here: https://slides.gitbook.io/manual/scss
*/
.white {
  background: #f8f8f8 !important;
  color: #fff !important; }
  .white svg {
    fill: #fff !important; }

.text-white {
  color: #f8f8f8 !important; }
  .text-white.button svg {
    fill: #f8f8f8 !important; }

.stroke.button.white {
  color: #f8f8f8 !important;
  border-color: #f8f8f8 !important; }
  .stroke.button.white svg {
    fill: #f8f8f8 !important; }

.dark {
  background: #222629 !important;
  color: #fff !important; }
  .dark svg {
    fill: #fff !important; }

.text-dark {
  color: #222629 !important; }
  .text-dark.button svg {
    fill: #222629 !important; }

.stroke.button.dark {
  color: #222629 !important;
  border-color: #222629 !important; }
  .stroke.button.dark svg {
    fill: #222629 !important; }

.customgreen {
  background: #61892f !important;
  color: #fff !important; }
  .customgreen svg {
    fill: #fff !important; }

.text-customgreen {
  color: #61892f !important; }
  .text-customgreen.button svg {
    fill: #61892f !important; }

.stroke.button.customgreen {
  color: #61892f !important;
  border-color: #61892f !important; }
  .stroke.button.customgreen svg {
    fill: #61892f !important; }

.customlightgreen {
  background: #86c232 !important;
  color: #fff !important; }
  .customlightgreen svg {
    fill: #fff !important; }

.text-customlightgreen {
  color: #86c232 !important; }
  .text-customlightgreen.button svg {
    fill: #86c232 !important; }

.stroke.button.customlightgreen {
  color: #86c232 !important;
  border-color: #86c232 !important; }
  .stroke.button.customlightgreen svg {
    fill: #86c232 !important; }

.customorange {
  background: #ff602c !important;
  color: #fff !important; }
  .customorange svg {
    fill: #fff !important; }

.text-customorange {
  color: #ff602c !important; }
  .text-customorange.button svg {
    fill: #ff602c !important; }

.stroke.button.customorange {
  color: #ff602c !important;
  border-color: #ff602c !important; }
  .stroke.button.customorange svg {
    fill: #ff602c !important; }

.customgrey {
  background: #474b4f !important;
  color: #fff !important; }
  .customgrey svg {
    fill: #fff !important; }

.text-customgrey {
  color: #474b4f !important; }
  .text-customgrey.button svg {
    fill: #474b4f !important; }

.stroke.button.customgrey {
  color: #474b4f !important;
  border-color: #474b4f !important; }
  .stroke.button.customgrey svg {
    fill: #474b4f !important; }

.customlightgrey {
  background: #6b6e70 !important;
  color: #fff !important; }
  .customlightgrey svg {
    fill: #fff !important; }

.text-customlightgrey {
  color: #6b6e70 !important; }
  .text-customlightgrey.button svg {
    fill: #6b6e70 !important; }

.stroke.button.customlightgrey {
  color: #6b6e70 !important;
  border-color: #6b6e70 !important; }
  .stroke.button.customlightgrey svg {
    fill: #6b6e70 !important; }

/* Panel Top 01 */
.logo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .logo_block:hover .hoverorange {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ff602c; }
  .logo_block:hover .hovergreen {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #86c232; }

.panel .sections .menu li a:hover {
  color: #ff602c; }

/* Example Typewriter (#2) */
.typeIn span {
  display: inline-block; }
  .typeIn span span {
    opacity: 0;
    display: inline-block;
    -webkit-transform: scale(1.2) translateY(-10px) !important;
    -ms-transform: scale(1.2) translateY(-10px) !important;
    transform: scale(1.2) translateY(-10px) !important;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }

.slide:not(.active) .typeIn span span {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }

.page-loaded:not(.resizing) .slide.active .typeIn span span {
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  opacity: 1;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

.sidebar .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8f8f8 !important;
  font-size: 20px;
  line-height: 30px; }
  .sidebar .logo svg {
    margin-right: 10px; }

.slide-2 .content {
  background: rgba(255, 255, 255, 0.5) !important; }

.slide-2 .slide-2-img-0 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  display: block; }

.slide-2 .slide-2-img-1 {
  top: 16%;
  left: 8%;
  max-width: 250px; }

.slide-2 .slide-2-img-2 {
  top: 16%;
  right: 8%;
  max-width: 250px; }

.slide-2 .slide-2-img-3 {
  bottom: 5%;
  right: 15%;
  max-width: 250px; }

.slide-2 .slide-2-img-4 {
  bottom: 5%;
  left: 15%;
  max-width: 250px; }

@media (max-width: 1200px) {
  .slide-2 img {
    max-width: 200px; } }

@media (max-width: 1024px) {
  .slide-2 img {
    max-width: 180px; }
  .slide-2 .slide-2-img-1 {
    top: 25%;
    left: 2%; }
  .slide-2 .slide-2-img-2 {
    top: 25%;
    right: 2%; }
  .slide-2 .slide-2-img-3 {
    bottom: 5%;
    right: 5%; }
  .slide-2 .slide-2-img-4 {
    bottom: 5%;
    left: 5%; } }

@media (max-width: 963px) {
  .slide-2 img {
    display: none; }
  .slide-2 .mobile-box {
    border-top: 20px solid #6b6e70;
    position: relative;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
    padding: 40px 20px 40px 20px;
    background: white; }
    .slide-2 .mobile-box:before {
      content: '';
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #86c232;
      position: absolute;
      top: -15px;
      left: 10px; }
    .slide-2 .mobile-box:after {
      content: '';
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #ff602c;
      position: absolute;
      top: -15px;
      left: 30px; }
  .slide-2 .background {
    background-size: contain !important;
    background-repeat: no-repeat !important; } }

/* Slide 85 (#3) */
.slide[data-cid="slide-85-f361fd59"] .flex-box-bg {
  background-size: 40%;
  background-repeat: no-repeat; }
  .slide[data-cid="slide-85-f361fd59"] .flex-box-bg .custompad {
    width: 70%;
    padding: 30px;
    border-radius: 6px;
    color: #202020;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1); }
  .slide[data-cid="slide-85-f361fd59"] .flex-box-bg:first-of-type {
    background-position: 0 100%; }
  .slide[data-cid="slide-85-f361fd59"] .flex-box-bg:last-of-type {
    background-position: 100% 100%; }
  .slide[data-cid="slide-85-f361fd59"] .flex-box-bg .mobile-left-img {
    display: none; }
  .slide[data-cid="slide-85-f361fd59"] .flex-box-bg .mobile-right-img {
    display: none; }

@media (max-width: 768px) {
  .slide[data-cid="slide-85-f361fd59"] .custompad {
    width: 80% !important; }
  .slide[data-cid="slide-85-f361fd59"] .flex-box-bg {
    background: white !important; }
  .slide[data-cid="slide-85-f361fd59"] .mobile-left-img {
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 60%;
    left: -30px; }
  .slide[data-cid="slide-85-f361fd59"] .mobile-right-img {
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 60%;
    right: -30px; } }

@media (max-width: 576px) {
  .slide[data-cid="slide-85-f361fd59"] .custompad {
    width: 100% !important; } }

@media (max-width: 480px) {
  .slide[data-cid="slide-85-f361fd59"] .custompad {
    margin-bottom: 30px;
    padding: 15px !important; }
    .slide[data-cid="slide-85-f361fd59"] .custompad .font-size-16 {
      font-size: 14px !important; }
  .slide[data-cid="slide-85-f361fd59"] .mobile-left-img {
    width: 80%; }
  .slide[data-cid="slide-85-f361fd59"] .mobile-right-img {
    width: 80%; } }

.custom_popup_pad {
  padding: 30px;
  border-radius: 6px;
  color: #202020;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1); }
  .custom_popup_pad li {
    padding-left: 40px; }
  @media (max-width: 390px) {
    .custom_popup_pad svg {
      display: none; }
    .custom_popup_pad li {
      padding-left: 0; } }

/* Slide 36 (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-36-5be76990"] */
@-webkit-keyframes expand-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes expand-bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.slide-36 .slider-container {
  display: none; }

.slide-36 .value-bubble {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  width: 250px;
  padding: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  color: #222629; }
  .slide-36 .value-bubble:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: -25px;
    left: 5px;
    border-style: solid;
    border-width: 15px;
    border-color: white transparent transparent white;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg); }
  .slide-36 .value-bubble.special-position {
    -webkit-transform-origin: 100% 0 !important;
    -ms-transform-origin: 100% 0 !important;
    transform-origin: 100% 0 !important;
    left: -100px !important; }
    .slide-36 .value-bubble.special-position:before {
      content: "";
      left: auto !important;
      right: 0 !important;
      -webkit-transform: rotate(-10deg) !important;
      -ms-transform: rotate(-10deg) !important;
      transform: rotate(-10deg) !important; }

.slide-36 .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .slide-36 .flex .value-container {
    width: 20%; }
  .slide-36 .flex .value-block {
    height: 380px; }
    .slide-36 .flex .value-block .value {
      height: 380px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .slide-36 .flex .value-block .value.monochrome {
        opacity: 1; }
      .slide-36 .flex .value-block .value.colored {
        opacity: 0; }
    .slide-36 .flex .value-block .value-bubble {
      position: absolute;
      left: 150px;
      top: -90px; }
      .slide-36 .flex .value-block .value-bubble h5 {
        color: #86c232 !important; }
    .slide-36 .flex .value-block:hover {
      z-index: 1;
      cursor: pointer; }
      .slide-36 .flex .value-block:hover .value.monochrome {
        opacity: 0; }
      .slide-36 .flex .value-block:hover .value.colored {
        opacity: 1; }

@media (max-width: 1024px) {
  .slide-36 .flex {
    display: none; }
  .slide-36 .slider-container {
    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; }
  .slide-36 .slide-prev-btn svg, .slide-36 .slide-next-btn svg {
    height: 80px;
    width: 80px; }
  .slide-36 .controller {
    display: none; }
  .slide-36 .slider {
    margin-top: 30px;
    width: 450px; }
    .slide-36 .slider .mobile-value-block {
      height: 200px;
      width: 200px;
      border-radius: 50%;
      border: 5px solid white;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: 0; }
    .slide-36 .slider .slide-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .slide-36 .slider > li {
      height: 300px;
      width: 450px; }
      .slide-36 .slider > li.selected .value-bubble {
        -webkit-animation-name: expand-bounce;
        animation-name: expand-bounce;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        position: absolute;
        right: 0;
        top: 0; } }

@media (max-width: 768px) {
  .slide-36 .value-bubble {
    width: 200px; }
  .slide-36 .slide-prev-btn svg, .slide-36 .slide-next-btn svg {
    height: 60px;
    width: 60px; }
  .slide-36 .slider {
    width: 300px; }
    .slide-36 .slider .mobile-value-block {
      height: 150px;
      width: 150px; }
    .slide-36 .slider > li {
      width: 300px; } }

@media (max-width: 576px) {
  .slide-36 .slider-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .slide-36 .controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px; }
  .slide-36 .slide-prev-btn, .slide-36 .slide-next-btn {
    display: none; }
  .slide-36 .slider {
    width: 80%; }
    .slide-36 .slider > li {
      width: 100%; } }

@media (max-width: 480px) {
  .slide-36 .slider {
    width: 100%; }
    .slide-36 .slider .mobile-value-block {
      height: 120px;
      width: 120px; } }

/* Slide 49 (#5) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-49-61ea382f"] */
.slide[data-cid="slide-49-61ea382f"] .flex-49 .technology-stack-img {
  width: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative; }

.slide[data-cid="slide-49-61ea382f"] .custom-flex-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1023px) {
  .slide[data-cid="slide-49-61ea382f"] .flex-49 .technology-stack-img {
    width: 80%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    top: 0%; }
  .slide[data-cid="slide-49-61ea382f"] .custom-flex-box {
    height: auto !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .slide[data-cid="slide-49-61ea382f"] .custom-flex-box > div {
      width: 50%;
      padding: 0 20px; }
  .slide[data-cid="slide-49-61ea382f"] .tablet-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .slide[data-cid="slide-49-61ea382f"] .tablet-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .slide[data-cid="slide-49-61ea382f"] .tablet-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 768px) {
  .slide[data-cid="slide-49-61ea382f"] .flex-49 .technology-stack-img {
    width: 100%; }
  .slide[data-cid="slide-49-61ea382f"] .custom-flex-box {
    height: auto !important;
    display: block; }
    .slide[data-cid="slide-49-61ea382f"] .custom-flex-box > div {
      width: 100%;
      padding: 0; } }

/* Slide 66 (#6) */
.slide-66 .project_window {
  padding: 20px;
  border-top: 20px solid #6b6e70;
  position: relative;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
  height: 100%; }
  .slide-66 .project_window:before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #86c232;
    position: absolute;
    top: -15px;
    left: 10px; }
  .slide-66 .project_window:after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ff602c;
    position: absolute;
    top: -15px;
    left: 30px; }
  .slide-66 .project_window .project_img {
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 150px;
    width: 100%; }
  .slide-66 .project_window .project-overview {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.slide-66 .hidden {
  display: none; }

/* Slide 172 (#7) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-172-5befaf83"] */
.slide[data-cid="slide-172-5befaf83"] .btn-172 {
  line-height: 50px;
  height: 50px;
  width: 50px; }
  .slide[data-cid="slide-172-5befaf83"] .btn-172 i {
    line-height: 50px; }
  @media (max-width: 1023px) {
    .slide[data-cid="slide-172-5befaf83"] .btn-172 {
      line-height: 40px;
      width: 40px; } }

.slide[data-cid="slide-172-5befaf83"] .line-172 {
  height: calc(100% - 120px);
  width: 1px;
  background: rgba(255, 255, 255, 0.3); }

.slide[data-cid="slide-172-5befaf83"].whiteSlide .line-172 {
  background: rgba(32, 32, 32, 0.1); }

/* Slide 157 (#8) */
@media (max-width: 1024px) {
  .slide[data-cid="slide-157-6dd75580"] .contacts-left-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .slide[data-cid="slide-157-6dd75580"] .contacts-left-block img {
      max-width: 50%;
      display: block !important;
      margin: 0 auto; }
  .slide[data-cid="slide-157-6dd75580"] .contacts-right-block {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media (max-width: 435px) {
  .slide[data-cid="slide-157-6dd75580"] .contacts-left-block img {
    max-width: 90%; } }

/* Privacy Policy Page */
.privacy-policy h5 {
  color: #86c232; }

.privacy-policy ul {
  list-style: disc !important;
  list-style-position: inside !important; }
  .privacy-policy ul li {
    list-style: disc !important;
    list-style-position: inside !important; }
    .privacy-policy ul li::marker {
      font-weight: 700;
      color: #ff602c; }

/* Panel Bottom 10 */
.logo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 768px) {
  .panel.bottom {
    display: none; } }
