:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 27rem;
    --layout-gap: 8rem;
  }
}
.operations-small {
  background: linear-gradient(45deg, #003963 10%, #07183C 90%);
}
.operations-small .operations-info {
  padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--contentgap) 2rem var(--wp--preset--spacing--contentgap);
}
.operations-small svg {
  width: 100%;
  height: auto;
}
.operations-small p {
  max-width: 60rem;
  color: #fff;
}
.operations-small .btn {
  height: 46px;
  display: inline-flex;
  align-items: center;
  font-family: "Gotham", sans-serif;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
  padding: 1.3ch 3rem;
  color: #fff;
  background: #003963;
  border-radius: 15rem;
  cursor: pointer;
  position: relative;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 2ch;
  color: #003963;
  background: #fff;
}
.operations-small .btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  margin-left: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47559 0.713867L6.86782 6.80653L1.47559 12.7139' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M7.0835 0.713867L12.4757 6.80653L7.0835 12.7139' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
          mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47559 0.713867L6.86782 6.80653L1.47559 12.7139' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M7.0835 0.713867L12.4757 6.80653L7.0835 12.7139' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  transition: margin 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.operations-small .btn:hover, .operations-small .btn:active, .operations-small .btn:focus {
  color: #fff;
  background: #287B90;
  cursor: pointer;
}
.operations-small .btn:hover:after, .operations-small .btn:active:after, .operations-small .btn:focus:after {
  margin-left: 1.4rem;
  margin-right: -0.4rem;
}
.operations-small .btn:hover, .operations-small .btn:active, .operations-small .btn:focus {
  color: #003963;
  background: #EAECF0;
}
@media (min-width: 1024px) {
  .operations-small .operations-map {
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  .operations-small .hide-mob {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .operations-small {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: var(--wp--preset--spacing--contentgap);
  }
  .operations-small .operations-info {
    width: 35%;
    padding-left: 0;
    padding: 0;
  }
  .operations-small .operations-info .inner {
    padding-left: 3rem;
    position: relative;
  }
  .operations-small .operations-info .inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: rgba(131, 167, 176, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: height 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  }
  .operations-small .operations-info .inner.in-view:before {
    height: 100%;
  }
  .operations-small .operations-map {
    width: 65%;
    margin-top: 0;
  }
}
@media (min-width: 1477px) {
  .operations-small {
    padding: 0;
  }
  .operations-small .operations-info {
    width: 50%;
  }
  .operations-small .operations-info .inner {
    width: 650px;
    margin-left: auto;
  }
  .operations-small .operations-map {
    width: 50%;
  }
}