<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DESKTOP */
@media screen and (min-width: 1199px) {
	
.box-feature-thin {
  width: 1200px;
  height: 170px;
  margin: 75px auto 75px auto;
}

.box-feature-thin .presidential-search {
  position: relative;
  width: 1200px;
  height: 170px;
  top: 0;
  left: 0;
}

.box-feature-thin .overlap {
  position: relative;
  width: 1200px;
  height: 170px;
}

.box-feature-thin .rectangle {
  position: absolute;
  width: 1200px;
  height: 170px;
  top: 0;
  left: 1px;
  background-color: #ffcc33;
}

.box-feature-thin .about-jpg {
  position: absolute;
  width: 1200px;
  height: 170px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.box-feature-thin .heading-your {
  position: absolute;
  width: 300px;
  height: 85px;
  top: 45px;
  left: 55px;
  font-family: 'Avenir-Black', 'Montserrat', 'Helvetica', sans-serif;
  font-weight: 900;
  color: var(--midnight);
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: uppercase;
}

.box-feature-thin .text-wrapper {
  position: relative;
  float: left;
  width: 520px;
  height: 118px;
  top: 23px;
  left: 335px;
  font-family: 'Avenir-Regular', 'Montserrat', 'Helvetica', sans-serif;
  font-weight: 500;
  color: #0a1d35;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.box-feature-thin .group {
  position: relative;
  float: right;
  top: 60px;
  right: 30px;
}
	
.box-feature-thin .group-2 {
  position: relative;
  float: right;
  top: 30px;
  right: 30px;
}

.box-feature-thin .overlap-group {
  position: relative;
  height: 45px;
  top: -1px;
  left: -1px;
  background-color: var(--midnight);
  border-radius: 61px;
}

.box-feature-thin .LEARN-MORE {
  position: relative;
  float: left;
  width: 113px;
  height: 12px;
  top: 13px;
  left: 17px;
  font-family: 'Avenir-Regular', 'Montserrat', 'Helvetica', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
}
	
/* MOBILE */
	
@media screen and (max-width: 1199px) {
	
.box-feature-thin {
  width: 100%;
}

.box-feature-thin .presidential-search {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 40px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 8%;
  background-color: #ffcc33;
}
	
.box-feature-thin .contact-gold {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 40px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 8%;
  background-color: #ffcc33;
  min-height: 400px;
}

.box-feature-thin .overlap {
  position: relative;
  width: 100%;
  background-color: #ffcc33;
}

.box-feature-thin .group {
    position: relative;
    height: 46px;
    border-radius: 63px;
    max-width: 100%;
    margin: auto;
    /* top: 480px; */
    width: 100%;
}

.box-feature-thin .overlap-group {
    position: relative;
    height: 46px;
    border-radius: 63px;
    max-width: 100%;
    margin: auto;
}

.box-feature-thin .LEARN-MORE {
    position: relative;
    max-width: 100%;
    height: 21px;
    margin-top: 4%;
    left: 0;
    font-family: 'Avenir-Regular', 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    color: #0a1d35;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.box-feature-thin .div {
  position: absolute;
  width: 358px;
  height: 301px;
  top: 15px;
  left: 34px;
}

.box-feature-thin .heading-your {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Avenir-Black', 'Montserrat', 'Helvetica', sans-serif;
  font-weight: 900;
  color: var(--midnight);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 48px;
  margin: auto;
  padding-bottom: 4%;
  padding-top: 4%;
}

.box-feature-thin .text-wrapper {
  position: relative;
  width: 100%;
  font-family: 'Avenir-Regular', 'Montserrat', 'Helvetica', sans-serif;
  font-weight: 400;
  color: #0a1d35;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 8%;
}
	
.box-feature-thin .about-jpg {
  display: none;
}
}</pre></body></html>