/* #topwave {
  background-image:linear-gradient(to bottom, rgba(255,0,0,0)70%, rgba(255,255,255,1)), url('../images/capture.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #000;
  text-align: center;
  padding: 150px 0 300px 0;
}

#topwave .top-container {
  display: flex;
}

#topwave .content {
  flex: 1;
}

#topwave .sidobar {
  /*flex: 1;
  width: auto;
  height: auto;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0 200px;
}

#topwave h1 {
  line-height: 83px;
  letter-spacing: 0px;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 60px;
  vertical-align: middle;
  margin: 0;
}

#topwave svg {
  width: 100%;
  overflow: visible;
}

@media (max-width: 992px) {
  #topwave .sidobar {
    width: auto;
    padding: 20px;
  }
}


@media (max-width: 768px) {
  #topwave .sidobar {
    width: 555px;
    height: 100px;
    padding: 0;
  }

  #topwave h1 {
    display: flex;
    /*margin: 73px 0;
    line-height: 35px;
    font-size: 40px;
    justify-content: center;
  }
} */

#topwave {
  width: auto;
  position: relative;
  bottom: 0px;
  background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);
}

#topwave .top-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 50%;
}

#topwave div {
  /*background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);*/
  /*margin: -5px 0px 0px 0px;
  padding: 30px;*/
  color: #fff;
}

#topwave .top-container {
  display: inline-block;
  /*background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);*/
  margin: -5px 0px 0px 0px;
  padding: 30px;
  color: #fff;
  vertical-align: text-top;
}

#topwave p {
  padding: 20px 10px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);
}

#topwave nav {
  margin-top: 10px;
  background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);
}

#topwave ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#topwave li {
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

#topwave li:last-child {
  margin-right: 0;
}

#topwave a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

#topwave a:hover {
  color: #c2c2c2;
}

svg {
  width: 100%;
  overflow: visible;
  z-index: -99;
}

#gradient-horizontal {
  --color-stop-1: #a770ef;
  --color-stop-2: #cf8bf3;
  --color-stop-3: #fdb99b;
}
#gradient-vertical {
  --color-stop-1: #b0d5d5;
  --color-stop-2: #2d7575;
}

.topwave-flip {
  transform: rotate(-180deg);
}

.topwave {
  animation: wave 60s linear;
  animation-iteration-count: infinite;
  /*fill: linear-gradient(180deg,#b0d5d5 0%,#2d7575 100%);*/
}

#topwave2 {
  animation-duration: 45s;
  animation-direction: reverse;
  opacity: 0.6;
}
#topwave3 {
  animation-duration: 47s;
  opacity: 0.3;
}

@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .top-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
  }

  #topwave .top-container {
    display: block;
    background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);
    margin: -5px 0px 0px 0px;
    padding: 30px;
    color: #fff;
  }
}

@media only screen and (max-width: 600px) {
  .top-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
  }

  #topwave .top-container {
    display: block;
    background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);
    margin: -5px 0px 0px 0px;
    padding: 30px;
    color: #fff;
  }
}

.top-main-cont {
  display: flex;
  flex-flow: row wrap;
  /* padding: 30px 30px 30px 30px; */
  color: #fff;
  /*background-color: rgb(224, 224, 224);*/
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.top-main-cont > * {
  flex: 1 60%;
}

.top-addr {
  /* margin-right: 1.25em; */
  /* margin-bottom: 2em; */
  margin: 0;
}

.top-logo {
  width: 64px;
  background-repeat: no-repeat;
  justify-content: center;
  /*font-family: "Pacifico", cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;*/
}

.top-h2 {
  line-height: 83px;
  letter-spacing: 0px;
  font-family: "Calibri";
  font-weight: 700;
  font-size: 60px;
  vertical-align: middle;
  margin: 0;
  color: #fff;
  background-image: linear-gradient(180deg, #2d7575 100%, #b0d5d5 0%);
}

.top-nav-title {
  font-weight: 400;
  font-size: 15px;
}

.top-main-cont address {
  font-style: normal;
  color: #fff;
}

.top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #fff;
  line-height: 0;
  margin: 0.6em auto;
  font-size: 1rem;
  padding: 0 1.3em;
}

.top-main-cont ul {
  list-style: none;
  padding-left: 0;
}

.top-main-cont li {
  line-height: 2em;
}

.top-main-cont a {
  text-decoration: none;
}

.top-nav {
  display: flex;
  flex-flow: row wrap;
}

.top-nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.top-nav-ul a {
  color: #fff;
}

.top-nav-ul-extra {
  column-count: 2;
  column-gap: 1.25em;
}

@media (max-width: 768px) {
  .top-h2{
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .top-h2{
    font-size: 32px;
  }
}

@media (max-width: 300px) {
  .top-h2{
    font-size: 32px;
  }
}

@media screen and (min-width: 24.375em) {
  .top-legal .top-legal-links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  /* .top-main-cont {
    padding: 30px 30px 30px 70px;
  } */

  .top-nav > * {
    flex: 1 50%;
  }

  .top-nav-item-extra {
    flex-grow: 2;
  }

  /*.top-addr {
    flex: 1 0px;
  }*/

  .top-nav {
    flex: 2 0px;
  }
}
