html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;

  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.morphinic {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.uncleanliness {
  margin: 0 0 15px;
}

.oscillators {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.schismatical {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.bentgrasses {
  width: 100%;
  height: 38px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.bentgrasses:-moz-placeholder {
  color: #999;
}

.bentgrasses::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.bentgrasses::-webkit-input-placeholder {
  color: #999;
}

.bentgrasses:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.bentgrasses {
  height: auto;
  resize: none;
}

.renames {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.renames:before,
.renames:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.renames:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .renames {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .renames {
    max-width: none;
  }
}

.fluorine {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.sportsmen {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cocainize {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --text-blue: #193175;
  --blue-text-50: rgba(31, 21, 52, 0.5);
  --primary: #4ac0f3;
  --orange: #fa533a;
  --primary-light: #daeef7;
  --light-blue: #fafcfc;
  --white: white;
  --dark-blue: #1f1534;
  --dark-gray-50: rgba(175, 175, 175, 0.5);
  --dim-grey: rgba(112, 112, 112, 0.7);
  --gray: #e9e9e9;
  --white-50: rgba(255, 255, 255, 0.5);
}

.warmongerings {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--text-blue);

  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

h1 {
  color: var(--text-blue);
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 66px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--text-blue);
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 46px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text-blue);
  margin-top: 10px;

  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-blue);
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--text-blue);
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--text-blue);
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--blue-text-50);
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var(--orange);
}

.hydrogenations {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.hydrogenations.tumular {
  padding-bottom: 0;
}

.hydrogenations.dale {
  height: 650px;
  padding-top: 160px;
  padding-bottom: 0;
}

.hydrogenations.exploiters {
  background-color: var(--light-blue);
  padding-bottom: 0;
}

.hydrogenations.coccids {
  height: 550px;
  padding-top: 140px;
  padding-bottom: 0;
}

.hydrogenations.grigs {
  background-color: var(--light-blue);
}

.orally {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  padding-bottom: 80px;
}

.tubulate {
  height: 58px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  transition: background-color 0.3s;
  display: flex;
}

.tubulate:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.militarisms {
  text-align: center;
}

.bejumbles {
  width: 100%;
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.prolactin {
  margin-bottom: 10px;
  display: block;
}

.psittacine {
  background-color: var(--primary-light);
}

.conveyorise {
  max-width: 740px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.solanums {
  flex-direction: row;
  display: flex;
}

.squeezer {
  width: 50%;
  height: 100%;
}

.thaumaturgic {
  width: 50%;
  padding-right: 60px;
}

.cholinesterases {
  border-top: 1px solid var(--orange);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.mistrust {
  width: 50%;
  background-color: var(--light-blue);
  background-color: #fcf6f1;
opacity: 0.8;
background-image:  radial-gradient(#c0bfbf 0.5px, transparent 0.5px), radial-gradient(#c0bfbf 0.5px, #fcf6f1 0.5px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
  border-radius: 15px;
  margin-right: 30px;
  padding: 20px;
}

.mistrust.cupolaing {
  order: 1;
  margin-right: 0;
}

.formlessly {
  color: var(--primary);
  font-size: 22px;
  line-height: 1.5em;
}

.redraw {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 10px;
}

.adenoviral {
  color: var(--white);
}

.rewearing {
  text-align: center;
  margin-top: 20px;
}

.tilled {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rhapsodize {
  background-color: var(--light-blue);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.rhapsodize.pralltriller,
.rhapsodize.lemmatize {
  background-color: var(--primary-light);
}

.yakitoris {
  margin-bottom: 20px;
}

.pily {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.rinsings {
  width: 50%;
  padding-right: 40px;
}

.materialism {
  width: 50%;
  background-color: var(--primary-light);
  padding-left: 20px;
  padding-right: 20px;
}

.rootles {
  width: 100%;
  height: 1px;
  background-color: var(--dark-gray-50);
  margin-top: 30px;
  margin-bottom: 20px;
}

.indecenter {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.apogeic {
  color: var(--text-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.downforces {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 100px;
  position: relative;
}

.scroungiest {
  min-height: 130px;
  border: 1px solid var(--white);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.scroungiest:focus {
  border: 1px solid var(--primary);
}

.scroungiest::-ms-input-placeholder {
  color: var(--text-blue);
  font-size: 16px;
}

.scroungiest::placeholder {
  color: var(--text-blue);
  font-size: 16px;
}

.peavey {
  height: auto;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-blue);
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all 0.2s;
}

.peavey:focus {
  border: 1px solid var(--orange);
}

.peavey::-ms-input-placeholder {
  color: var(--text-blue);
  font-size: 16px;
}

.peavey::placeholder {
  color: var(--text-blue);
  font-size: 16px;
}

.forsworn {
  margin-bottom: 40px;
}

.screech {
  flex-direction: column;
  display: flex;
}

.dustiest {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.undutiful {
  margin-top: 40px;
  display: flex;
}

.dabbers {
  height: 58px;
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 30px 14px;
  font-size: 20px;
  transition: background-color 0.3s;
  display: flex;
}

.dabbers:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.citola {
  height: 58px;
  border: 1px solid var(--primary);
  color: var(--primary);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  transition: background-color 0.3s;
  display: flex;
}

.citola:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.regrooming {
  flex-direction: column;
  position: relative;
}

.regrooming.sternmost {
  height: auto;
  padding-top: 130px;
}

.negligible {
  margin-bottom: 20px;
}

.adynamias {
  line-height: 1.6em;
}

.nonperishable {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

.digestive {
  width: 100%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px;
  transition: background-color 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
}



.uveitises {
  width: 70px;
  height: 70px;
}

.zinged {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.zinged.phono {
  align-items: flex-start;
  margin-top: 50px;
  display: block;
}

.unclutter {
  grid-column-gap: 30px;
  display: flex;
}

.indocile {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.convertibleness {
  width: 40%;
  justify-content: flex-end;
  display: flex;
}

.looped {
  width: 60%;
  background-color: var(--white);
  background-color: #fcf6f1;
background-color: #fcf6f1;
opacity: 0.8;
background-image:  radial-gradient(#c0bfbf 0.5px, transparent 0.5px), radial-gradient(#c0bfbf 0.5px, #fcf6f1 0.5px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
  display: flex;
}

.waitings {
  text-align: center;
}

.hypodermic {
  margin-top: 40px;
  display: flex;
}

.anasarcas {
  width: 50%;
  height: 650px;
  object-fit: cover;
  border-radius: 10px;
}

.bewilderedness {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dethroned {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-light);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.conker {
  width: 31.3%;
  background-color: var(--white);
  background-color: #fcf6f1;
background-color: #fcf6f1;
opacity: 0.8;
background-image:  radial-gradient(#c0bfbf 0.5px, transparent 0.5px), radial-gradient(#c0bfbf 0.5px, #fcf6f1 0.5px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
  border-radius: 10px;
  flex-flow: column wrap;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.hared {
  width: 100%;
  background-color: var(--primary);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 100px 15px;
  display: flex;
}

.diastemas {
  width: 95%;
  margin-top: 10px;
  line-height: 1.5em;
}

.stably {
  width: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.metes {
  width: 85%;
}

.metes.militarisms {
  text-align: left;
}

.housecleanings {
  font-size: 80px;
  line-height: 1.2em;
}

.vatus {
  grid-column-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.fehs {
  grid-column-gap: 70px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.soaped {
  background-color: var(--white);
  background-color: #fcf6f1;
background-color: #fcf6f1;
opacity: 0.8;
background-image:  radial-gradient(#c0bfbf 0.5px, transparent 0.5px), radial-gradient(#c0bfbf 0.5px, #fcf6f1 0.5px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
  border-radius: 10px;
  padding: 10px 20px;
}

.selenosis {
  width: 70%;
  color: var(--white);
  text-align: center;
  margin-top: 20px;
}

.epexegetical {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.epexegetical.tumular {
  padding-bottom: 0;
}

.unlooses {
  margin-bottom: 10px;
  margin-right: auto;
}

.snaffled {
  font-size: 40px;
  line-height: 1.2em;
}

.extenuate {
  width: 100%;
  border-bottom: 1px solid #eaecf0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.oxytocic {
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.oxytocic.hyaloplasms {
  justify-content: center;
}

.headsmen {
  width: 100%;
}

.extremenesses {
  color: var(--blue-text-50);
  text-align: left;
  margin-bottom: 10px;
}

.twang {
  width: 50%;
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.unprinted {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.manhunt {
  color: var(--blue-text-50);
}

.uplifting {
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: var(--light-blue);
  position: absolute;
  top: 0%;
}

.astronomer {
  width: 50%;
  height: 650px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.entitles {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.interfiling {
  width: 100%;
  height: 100%;
}

.soapy {
  flex-direction: column;
  display: flex;
}

.nascent {
  width: 50%;
  height: 100%;
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  padding-top: 60px;
  padding-left: 40px;
  display: flex;
}

.cystoscopies {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.towmonts {
  border-radius: 10px;
  margin-top: 50px;
  overflow: hidden;
}

.handwringer {
  transition: transform 0.8s;
  transform: scale(1);
}

.handwringer:hover {
  transform: scale(1.1);
}

.pomander {
  width: 52%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.shedder {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.conflictual {
  width: 48%;
  height: 450px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 350px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.drouked {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

.appanage {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.demand {
  width: 100%;
  height: 100%;
}

.carns {
  width: 50%;
  height: 550px;
  position: absolute;
  top: 0%;
  left: 0%;
}

.verdicts {
  grid-column-gap: 70px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.earwigs {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.phytochemists {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.lineally {
  flex-direction: column;
  display: flex;
}

.revulsed {
  margin-bottom: 20px;
}

.fluorocarbon {
  height: 485px;
}

.ragee {
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
}

.reorchestrate {
  background-color: rgba(0, 0, 0, 0);
}
.grovelled{
  padding-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .hydrogenations {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bejumbles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .thaumaturgic {
    padding-right: 100px;
  }

  .redraw {
    height: 610px;
  }

  .tilled {
    grid-column-gap: 30px;
  }

  .rinsings {
    padding-right: 80px;
  }

  .convertibleness {
    width: 50%;
  }

  .looped {
    width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .anasarcas {
    height: 500px;
  }

  .fehs {
    grid-column-gap: 70px;
  }

  .epexegetical {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .extremenesses {
    width: 100%;
  }

  .twang {
    grid-column-gap: 50px;
  }

  .nascent {
    padding-left: 60px;
  }

  .pomander {
    width: 45%;
  }

  .shedder {
    justify-content: space-between;
  }

  .conflictual {
    width: 55%;
    height: 500px;
    background-size: 430px;
  }

  .drouked {
    width: 370px;
    height: 370px;
  }

  .appanage {
    width: 300px;
    height: 300px;
  }

  .verdicts {
    grid-column-gap: 70px;
  }
}

@media screen and (min-width: 1440px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }

  .zinged.phono {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .hydrogenations {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hydrogenations.dale {
    height: 675px;
  }

  .hydrogenations.exploiters,
  .hydrogenations.grigs {
    display: flex;
  }

  .zinged.phono {
    margin-top: 80px;
  }

  .astronomer {
    height: 675px;
  }

  .nascent {
    grid-row-gap: 165px;
  }

  .earwigs {
    height: 675px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 42px;
  }

  .hydrogenations.dale,
  .hydrogenations.coccids {
    height: auto;
    padding-top: 140px;
  }

  .bejumbles {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .solanums {
    flex-direction: column;
  }

  .squeezer {
    width: 100%;
    max-height: 400px;
  }

  .thaumaturgic {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .cholinesterases {
    border-top-style: none;
    margin-top: 0;
  }

  .mistrust {
    padding: 30px;
  }

  .redraw {
    height: 400px;
    object-position: 50% 30%;
  }

  .tilled {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rhapsodize {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rhapsodize.cupolaing {
    width: 360px;
  }

  .rhapsodize.lemmatize {
    width: 359px;
  }

  .pily {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .rinsings {
    width: 80%;
    padding-right: 0;
  }

  .materialism {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .downforces {
    padding-right: 70px;
  }

  .screech {
    margin-bottom: 40px;
  }

  .dustiest {
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }

  .dabbers:hover {
    opacity: 1;
  }

  .regrooming.sternmost {
    padding-top: 120px;
  }

  .negligible {
    justify-content: center;
  }

  .nonperishable {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .zinged {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .zinged.phono {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .unclutter {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .indocile {
    height: 300px;
  }

  .convertibleness {
    width: 100%;
    justify-content: center;
  }

  .looped {
    width: 100%;
    align-items: center;
  }

  .jaguarondis {
    text-align: center;
  }

  .anasarcas {
    width: 100%;
    height: 450px;
    order: -1;
  }

  .bewilderedness {
    width: 100%;
    margin-top: 40px;
  }

  .conker {
    width: 100%;
  }

  .metes.militarisms {
    text-align: center;
  }

  .fehs {
    flex-wrap: wrap;
  }

  .twang {
    width: 100%;
  }

  .unprinted {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .astronomer {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    position: relative;
  }

  .entitles {
    height: 300px;
    border-radius: 10px;
  }

  .interfiling {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .soapy {
    align-items: center;
  }

  .nascent {
    width: 100%;
    grid-row-gap: 40px;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .pomander {
    width: 100%;
    align-items: center;
  }

  .shedder {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .conflictual {
    width: 80%;
    height: 500px;
    background-size: 430px;
  }

  .drouked {
    width: 370px;
    height: 370px;
  }

  .appanage {
    width: 300px;
    height: 300px;
  }

  .embroils {
    text-align: center;
  }

  .demand {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .carns {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    position: relative;
  }

  .verdicts {
    flex-wrap: wrap;
  }

  .earwigs {
    height: 300px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .hydrogenations {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .tubulate.leptosome {
    width: 100%;
  }

  .conveyorise {
    margin-bottom: 40px;
  }

  .mistrust {
    margin-right: 20px;
  }

  .tilled {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rhapsodize {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .rhapsodize.cupolaing {
    width: 100%;
    margin-bottom: 0;
  }

  .rhapsodize.pralltriller {
    margin-bottom: 0;
  }

  .rhapsodize.lemmatize {
    width: 100%;
    margin-bottom: 0;
  }

  .pily {
    flex-wrap: wrap;
  }

  .rinsings {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .materialism {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .downforces {
    padding-right: 100px;
  }

  .screech {
    margin-bottom: 20px;
  }

  .dustiest {
    padding-left: 0;
    padding-right: 0;
  }

  .citola.leptosome {
    width: 100%;
  }

  .nonperishable {
    max-width: 420px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .zinged {
    align-items: center;
  }

  .hypodermic {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .dethroned {
    flex-wrap: wrap;
  }

  .hared {
    background-position: 50% 100%;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .housecleanings {
    font-size: 60px;
  }

  .selenosis {
    width: 100%;
  }

  .epexegetical {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .snaffled {
    font-size: 42px;
  }

  .oxytocic {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .extremenesses {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .twang {
    flex-wrap: wrap;
  }

  .pomander {
    width: 80%;
  }

  .conflictual {
    width: 100%;
    height: 450px;
    background-size: 350px;
  }

  .drouked {
    width: 330px;
    height: 330px;
  }

  .appanage {
    width: 270px;
    height: 270px;
  }
}

@media screen and (max-width: 479px) {
  .tubulate.leptosome {
    width: 100%;
  }

  .bejumbles {
    text-align: left;
  }

  .prolactin {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .squeezer {
    margin-top: 10px;
  }

  .thaumaturgic {
    margin-bottom: 15px;
  }

  .cholinesterases {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .mistrust {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .downforces {
    padding-right: 70px;
  }

  .zinged {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    display: flex;
  }

  .zinged.phono {
    margin-top: 20px;
  }

  .anasarcas {
    height: 300px;
  }

  .extremenesses {
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: center;
    display: inline;
  }

  .twang {
    width: 100%;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .interfiling {
    grid-row-gap: 40px;
  }

  .nascent {
    grid-row-gap: 30px;
  }

  .pomander {
    width: 100%;
  }

  .shedder {
    grid-row-gap: 50px;
  }

  .conflictual {
    height: 400px;
    background-size: 250px;
  }

  .drouked {
    width: 250px;
    height: 250px;
  }

  .appanage {
    width: 200px;
    height: 200px;
  }

  .demand {
    grid-row-gap: 40px;
  }
}


/*  */

header {
  color: #333;
  
  padding-top: 10px;
}

.prelusions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.presidencies a {
  color: #333;
  font-size: 32px;
  text-decoration: none;
  transition: color 0.3s;
}
.presidencies a:hover {
  color: #4ac0f3;
  text-decoration: none;
}



nav {
  width: auto;
}

.evened {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.evened li {
  margin: 0 15px;
}

.evened a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.evened a:hover {
  color: #4ac0f3;
}

@media (max-width: 768px) {
  .prelusions {
    flex-direction: column;
    align-items: center;
  }

  nav {
    margin-top: 10px;
  }

  .evened {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 0;
  }

  .evened li {
    margin: 5px 0;
  }
}

.troglodytic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.spousally {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 250px;
  margin: 10px;
  transition: transform 0.3s;
}

.spousally:hover {
  transform: translateY(-10px);
}

.wardships {
  background-color: #4ac0f3;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}

.hairstylist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hairstylist li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.hairstylist li:last-child {
  border-bottom: none;
}

.coenuri {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

.detailer {
  background-color: #4ac0f3;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.detailer:hover {
  background-color: #1398d0;
}

@media (max-width: 768px) {
  .troglodytic {
      flex-direction: column;
      align-items: center;
  }

  .spousally {
      width: 80%;
  }
}

.hydrogenations.peakPulse {
      background-color: var(--gray);
      padding: 60px 0;
    }

    .gearSlider {
      position: relative;
      overflow: hidden;
      max-width: 1200px;
      margin: 40px auto;
    }

    .sliderTrack {
      display: flex;
      transition: transform 0.5s ease;
    }

    .sliderItem {
      flex: 0 0 100%;
      text-align: center;
      padding: 20px;
    }

    .sliderImage {
      width: 100%;
      height: 600px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .sliderPrev,
    .sliderNext {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: var(--primary);
      color: var(--white);
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
      font-size: 24px;
    }

    .sliderPrev {
      left: 10px;
    }

    .sliderNext {
      right: 10px;
    }

    .sliderPrev:hover,
    .sliderNext:hover {
      background-color: var(--orange);
    }

    .hydrogenations.trailVistas {
      background-color: var(--light-blue);
      padding: 60px 0;
    }

    .vistaGrid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
      margin-top: 40px;
    }

    .vistaImage {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.3s;
    }

    .vistaImage:hover {
      transform: scale(1.05);
    }

    .hydrogenations.adventurePaths {
      background-color: var(--white);
      padding: 60px 0;
      border-top: 1px solid var(--gray);
    }

    .pathOptions {
      display: flex;
      gap: 30px;
      margin-top: 40px;
      justify-content: center;
    }

    .pathCard {
      background-color: var(--primary-light);
      border-radius: 10px;
      padding: 20px;
      width: 30%;
      text-align: center;
      transition: transform 0.3s;
    }

    .pathCard:hover {
      transform: translateY(-10px);
    }

    .pathCard h4 {
      margin-bottom: 15px;
    }

    .pathCard p {
      margin-bottom: 20px;
    }

    .hydrogenations.summitVoices {
      background-color: var(--gray);
      padding: 60px 0;
    }

    .voiceSlider {
      position: relative;
      overflow: hidden;
      max-width: 800px;
      margin: 40px auto;
    }

    .voiceTrack {
      display: flex;
      transition: transform 0.5s ease;
    }

    .voiceItem {
      flex: 0 0 100%;
      text-align: center;
      padding: 20px;
    }

    .voiceImage {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .voicePrev,
    .voiceNext {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: var(--primary);
      color: var(--white);
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 5px;
      font-size: 24px;
    }

    .voicePrev {
      left: 10px;
    }

    .voiceNext {
      right: 10px;
    }

    .voicePrev:hover,
    .voiceNext:hover {
      background-color: var(--orange);
    }

    @media screen and (max-width: 991px) {
      .vistaGrid {
        grid-template-columns: repeat(2, 1fr);
      }

      .pathOptions {
        flex-direction: column;
        align-items: center;
      }

      .pathCard {
        width: 80%;
      }

      .sliderImage,
      .voiceImage {
        height: 400px;
      }
    }

    @media screen and (max-width: 767px) {
      .vistaGrid {
        grid-template-columns: 1fr;
      }

      .pathCard {
        width: 100%;
      }

      .sliderImage,
      .voiceImage {
        height: 300px;
      }
    }

    .hydrogenations.seasonGuide {
      background-color: var(--gray);
      padding: 60px 0;
      border-top: 1px solid var(--dark-gray-50);
    }

    .seasonTabs {
      margin-top: 40px;
      max-width: 1200px;
    }

    .tabNav {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 30px;
    }

    .tabButton {
      background-color: var(--white);
      border: 1px solid var(--primary);
      color: var(--primary);
      padding: 10px 20px;
      border-radius: 25px;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.3s;
    }

    .tabButton:hover {
      background-color: var(--primary);
      color: var(--white);
    }

    .tabButton.active {
      background-color: var(--primary);
      color: var(--white);
    }

    .tabContent {
      position: relative;
    }

    .tabPane {
      display: none;
    }

    .tabPane.active {
      display: block;
    }

    .gearGrid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
    }

    .gearCard {
      background-color: var(--white);
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      transition: transform 0.3s;
    }

    .gearCard:hover {
      transform: translateY(-10px);
    }

    .gearImage {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .gearCard h4 {
      margin-bottom: 10px;
      color: var(--text-blue);
    }

    .gearCard p {
      margin-bottom: 20px;
      color: var(--blue-text-50);
    }

    @media screen and (max-width: 991px) {
      .gearGrid {
        grid-template-columns: repeat(2, 1fr);
      }

      .gearImage {
        height: 250px;
      }
    }

    @media screen and (max-width: 767px) {
      .gearGrid {
        grid-template-columns: 1fr;
      }

      .gearImage {
        height: 200px;
      }

      .tabNav {
        flex-wrap: wrap;
        gap: 8px;
      }

      .tabButton {
        font-size: 16px;
        padding: 8px 15px;
      }
    }

    @media screen and (max-width: 479px) {
      .tabNav {
        flex-direction: column;
        align-items: center;
      }

      .tabButton {
        width: 100%;
        max-width: 200px;
      }
    }

    @media screen and (max-width: 991px) {
  .gearSlider, .voiceSlider {
    max-width: 100%;
    padding: 0 15px;
  }

  .sliderTrack, .voiceTrack {
    width: 100%;
  }

  .sliderItem, .voiceItem {
    padding: 15px;
  }

  .sliderImage {
    height: 350px;
    object-fit: cover;
  }

  .voiceImage {
    height: 300px;
    object-fit: cover;
  }

  .sliderPrev, .sliderNext, .voicePrev, .voiceNext {
    padding: 8px 15px;
    font-size: 20px;
    border-radius: 5px;
  }

  .sliderPrev, .voicePrev {
    left: 5px;
  }

  .sliderNext, .voiceNext {
    right: 5px;
  }

  .sliderItem h4, .voiceItem h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sliderItem p, .voiceItem p {
    font-size: 16px;
    line-height: 1.4em;
  }

  .tubulate {
    padding: 8px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .gearSlider, .voiceSlider {
    padding: 0 10px;
  }

  .sliderImage {
    height: 250px;
  }

  .voiceImage {
    height: 200px;
  }

  .sliderPrev, .sliderNext, .voicePrev, .voiceNext {
    padding: 6px 12px;
    font-size: 18px;
  }

  .sliderItem h4, .voiceItem h5 {
    font-size: 18px;
  }

  .sliderItem p, .voiceItem p {
    font-size: 14px;
  }

  .tubulate {
    padding: 6px 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .gearSlider, .voiceSlider {
    padding: 0 5px;
  }

  .sliderImage {
    height: 200px;
  }

  .voiceImage {
    height: 150px;
  }

  .sliderPrev, .sliderNext, .voicePrev, .voiceNext {
    padding: 5px 10px;
    font-size: 16px;
    top: calc(50% - 25px); 
  }

  .sliderItem h4, .voiceItem h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .sliderItem p, .voiceItem p {
    font-size: 12px;
    line-height: 1.3em;
  }

  .tubulate {
    padding: 5px 12px;
    font-size: 12px;
  }
}
