<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compare-plans-bkg {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  padding: 20px;
}

.search-container {
  width: 80%;
  max-width: 660px;
}

h2.main-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
  color: #45467F;
  margin-bottom: 35px;
}

p.descriptive-text {
  display: none;
  font-size: 24px;
  font-weight: 300;
  color: #45467F;
  max-width: 435px;
  margin-bottom: 20px;
}

.search-box {
  border-radius: 10px;
  background-color: #45467F;
  max-width: 250px;
  padding: 15px;
  margin-bottom: 15px;
}

.search-box-label {
  color: white;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 9px;
}

input[type=text].search-box-input {
  min-height: 47px;
  padding: 6px 16px;
  border: 1px solid rgb(129, 138, 145);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: normal;
  word-spacing: 0px;
}

input[type=text].search-box-input::placeholder {
  color: #C4C4C4;
}

input[type=text].search-box-input::-ms-input-placeholder {
  color: #C4C4C4;
}

button[type=button].search-box-button {
  width: auto;
  border-radius: 6px;
  background: #9FD96F;
  min-height: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 0px 12px;
  letter-spacing: normal;
  word-spacing: 0px;
  flex-basis: 100%;
  align-items: flex-start;
  color: #3F3E43;
}

@media screen and (min-width: 768px) {    
  p.descriptive-text {
    display: block;
  }

  .search-container {
    width: 55%;
  }

  .compare-plans-bkg {
    padding: 25px 0px 25px 25px;
  }
}

@media screen and (min-width: 1025px) {
  h2.main-title {
    font-size: 39px;
  }

  p.descriptive-text {
    font-weight: 700;
  }

  .search-container {
    width: 58.069%
  }

  .search-box {
    max-width: 435px;
  }

  .search-box-controls {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  input[type=text].search-box-input {
    min-height: 50px;
    flex-shrink: 0;
    flex-grow: 1;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	text-align: center;
  }

  button[type=button].search-box-button {
    margin-top: 0px;
    flex-shrink: 1;
    flex-grow: 0;
    white-space:nowrap;
    margin-left: 10px;
    padding: 15px 30px;
	border-radius: 5px;
  }

  .compare-plans-bkg {
    padding: 80px 0px 50px 15px;
  }
}


@media screen and (max-width: 768px) {   
 input[type=text].search-box-input {
	width: 100%;
	margin-bottom: 10px;
  }

  button[type=button].search-box-button {
	
	}
}

/* ---------------------CARRIERS---------------------------- */

.carriers-heading {
  background-color: #F1F1F5;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #45467F;
}

.carrier-logos {
  text-align: center;
  background-color: #F1F1F5;
  padding: 0px 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.carrier-logos .container {
  text-align: center;
}

.carrier-logos img {
  padding: 10px 0px;
  width: calc((100% / 4) - 5px);
  height: 52px;
  object-fit: contain;
  object-position: center center;
}

@media screen and (min-width: 768px) {
  .carrier-logos img {
    width: calc((100% / 7) - 5px);
  }
}

@media screen and (min-width: 1025px) {
  .carriers-heading {
    background-color: rgb(225, 229, 254);
  }
}

/* ---------------------- SHOUT OUTS ---------------------------- */

.shout-outs {
  margin: 25px 0px;
  padding: 10px;
}

.shout-outs-container.container {
  padding: 0px;
  display: flex;
  flex-direction: column;
}

.shout-outs-container .shout-out {
  padding: 15px;
}

.shout-outs-container .shout-out .shout-out-header {
  text-align: center;
  margin-bottom: 10px;
}

.shout-outs-container .shout-out .shout-out-header img {
  height: 80px;
  margin-bottom: 10px;
}

.shout-outs-container .shout-out .shout-out-header
.shout-out-title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #45467F;
}

.shout-outs-container .shout-out .shout-out-text {
  display: none;
  font-size: 20px;
  font-weight: 500;
  color: #4f5b6d;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .shout-outs-container.container {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .shout-outs-container .shout-out .shout-out-header
  .shout-out-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #45467F;
  }

  .shout-outs-container .shout-out .shout-out-text {
    display: block;
  }

  .shout-out-col-1 {
    width: 32.792%;
  }

  .shout-out-col-2 {
    width: 30.799%;;
  }

  .shout-out-col-3 {
    width: 36.073%;
  }
}

/* ---------------------- AGENTS SLIDER ---------------------------- */

.agents-header {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
}

.agents-header .agents-text {
  padding: 10px;
  margin-bottom: 20px;
}

.agents-header .agents-button {
  text-align: center;
  margin-bottom: 20px;
}

.agents-header .agents-button a {
  display: inline-block;
  text-align: center;
  background: #9FD96F;
  padding: 15px 40px;
  border-radius: 6px;
  color: #3F3E43;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.agents-header .agents-button a .phone-icon {
  margin-right: 5px;
}

.agents-header .agents-button .tablet-text {
  display: none;
}

.agents-slider {
  background-color: #45467F;
  padding: 10px;
}

.agent-card {
  background-color: #FFFFFF;
  padding: 10px;
}

.agent-avatar img {
  aspect-ratio: 1.1;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.agent-card-name {
  min-height: 29px;
  font-size: 24px;
  font-weight: 700;
  color:#45467F;
  margin: 10px;
  line-height: 1;
}

.agent-card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px;
  color: rgb(63, 62, 67);
}

@media screen and (min-width: 768px) {
  .agents-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .agents-header .agents-text {
    width: 60%;
  }

  .agents-header .agents-button {
    text-align: right;
  }

  .agents-header .agents-button a {
    font-size: 18px;
  }

  .agents-header .agents-button .mobile-text {
    display: none;
  }

  .agents-header .agents-button .tablet-text {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .agent-card-name {
    font-size: 24px;
  }
  
  .agent-card-title {
    font-size: 20px;
  }
}

button.splide__pagination__page.agents-slider-page {
  margin-left: 6px;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  padding: 4px;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: rgb(122, 129, 243) 0px 0px 0px 1px inset;
}

button.splide__pagination__page.agents-slider-page:hover {
  box-shadow: rgb(122, 129, 243) 0px 0px 0px 1px inset;
  background-color: #FFFFFF;
}

button.splide__pagination__page.agents-slider-page.is-active {
  box-shadow: inset 0 0 0 8px #7a81f3;
}

/* ---------------------- FEEDBACK SECTION ---------------------------- */
.feedback-section {
  margin: 50px 10px;
}

.feedback-title {
  margin-top: 70px;
  margin-bottom: 40px;
}

.feedback-title h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  color: rgb(69, 70, 127);
}

.feedback-slider.container {
  margin-bottom: 40px !important;
}

.feed-back-bbb {
  text-align: center;
}

/* ---------------------- FEATURED IN SECTION ---------------------------- */
.featured-in-section {
  background-color: #F1F1F5;
  padding: 10px;
  padding-bottom: 20px;
}

.featured-in-section h2 {
  color: rgb(69, 70, 127);
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.mobile-slider-container {
  display: flex;
  justify-content: center;
}



.mobile-slider .splide__slide img {
  width: 80%;
  object-fit: contain;
  object-position: center center;
  height: 30px !important;
}



.mobile-slider .splide__list {
  align-items: center;
}

.mobile-slider {
  width: calc(100% - 100px);
}

.outlet-list {
  display: none;
}

@media screen and (min-width: 768px) {
  .mobile-slider {
    display: none;
  }

  .outlet-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
	gap: 22px;
  }

  .outlet-list img {
    /*max-width: calc((100% / 4) - 20px);*/
	/*max-width: 88%;*/
    height: 35px;
    object-fit: contain;
    object-position: center center;
  }

}

/* ---------------------- LEARN MORE SECTION ---------------------------- */
.learn-more-new-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 1170px;
    background-color: #F0F2FE;
	height: 442px;
	padding-top: 50px;
}

.learn-more-new-section .container h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;

}

.learn-more-new-section .container .learn-more-new-description {
	margin: 24px 0px;
	max-width: 80%;
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
}

.learn-more-new-section .learn-more-new-description a.new-to-medicare-cta:first-of-type {
	display: none;
}

.learn-more-new-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 80%;
	padding-top: 35px;
}

.learn-more-new-content a.new-to-medicare-cta {
	max-width: 256px;
	width: 256px;
	height: 56px;
	margin: 17px;
	background: white;
	color: #45457F;
	padding: 16px 20px;
	border: 1px solid #E6E6E6;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;

}

.learn-more-new-content a.new-to-medicare-cta:hover {
	background: #68348C;
	color: white;

}

@media screen and (max-width: 767px) {
	.learn-more-new-section {
		height: 520px;
		padding: 26px 35px;
		background-position-x: center;
		background-position-y: 100px;
		background-size: cover;
		position: relative;
		margin-bottom: 350px;
	}
	.learn-more-new-section .container h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.learn-more-new-section .container .learn-more-new-description {
		max-width: 100%;
		margin-top: 300px;
		position: absolute;
		background: white;
		left: 0;
		top: 140px;
		clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
		padding: 120px 35px 20px 35px;
	}
	.learn-more-new-content {
		display: none;
	}
	.learn-more-new-section a.new-to-medicare-cta {
		display: block !important;
		width: 100%;
		height: 56px;
		margin-top: 30px;
		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
		font-weight: 600;
		letter-spacing: 0em;
		text-align: center;
		background: #68348C;
		color: white;
		font-size: 20px;
		line-height: 29px;
		padding: 14px 0px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 880px){
	.learn-more-new-section { background-position-x: 440px; background-position-y: 60px; }
	.learn-more-new-description { max-width: 70%; }
	.learn-more-new-content { max-width: 75%; }
	.learn-more-new-content a.new-to-medicare-cta { margin: 5px; }
}
@media only screen and (min-width: 881px) and (max-width: 1023px){
	.learn-more-new-section { background-position-x: 580px; background-position-y: 60px; }
	.learn-more-new-content { max-width: 70%; }
	.learn-more-new-content a.new-to-medicare-cta { margin: 5px; }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.learn-more-new-section { background-position-x: 700px; }
	.learn-more-new-section .container .learn-more-new-description { max-width: 70%; }
	.learn-more-new-content { max-width: 85%; }
	.learn-more-new-content a.new-to-medicare-cta { margin: 5px; }
}
@media only screen and (min-width: 1201px) and (max-width: 1560px) {
	.learn-more-new-section { background-position-x: right; }
	.learn-more-new-content { max-width: 85%; }
	.learn-more-new-content a.new-to-medicare-cta { margin: 5px; }
}
@media only screen and (min-width: 1701px) and (max-width: 2145px) {
	.learn-more-new-section { background-position-x: 1300px; }
}
@media only screen and (min-width: 2146px) {
	.learn-more-new-section { background-position-x: 1650px; }
}

/* ---------------------- SPEAK TO AGENT SECTION ---------------------------- */
.speak-to-agent-section {
  padding: 20px 0px;
  text-align: center;
}

.speak-to-agent-section h2 {
  font-size: 34px;
  font-weight: 300;
  color: rgb(69, 70, 127);
  margin-bottom: 20px;
}

.call-us-text {
  font-size: 20px;
  font-weight: 500;
  color: #4f5b6d;
  margin-bottom: 20px;
}

.call-us-button {
  margin-bottom: 20px;
}

.call-us-button a {
  display: inline-block;
  color: #3F3E43 !important;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 25px;
  background: #9FD96F;
  border-radius: 6px;
  line-height: 1;
}

.call-us-btn-icon {
  margin-right: 5px;
}</pre></body></html>