:root {
  --sea-green: #0c9c4c;
  --white-smoke: whitesmoke;
  --black: black;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray700: #344054;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --royal-blue: #0165fc;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --white: white;
  --black-2: #1f1f1f57;
  --dark-grey: #afafaf;
  --dim-grey: #616161;
  --orange: #fcac01bd;
  --oc-dark-blue: #091a3d;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #777;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px #21212133;
  margin: 10px 0 30px;
  font-family: Raleway, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 100px;
}

h2 {
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px #0003;
  margin: 10px 0;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #222;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #999;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
}

h6:hover {
  color: #222;
}

p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #222;
  border: 1px solid #000;
  border-radius: 40px;
  margin-top: 40px;
  margin-left: 0;
  padding: 4px 15px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: inline-block;
}

.button:hover {
  color: #222;
  background-color: #0000;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: 700;
}

.button.hero {
  color: #222;
  text-align: center;
  background-color: #ffffff9e;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: 20px;
  padding: 9px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .5s, color .5s;
  display: inline-block;
}

.button.hero:hover {
  color: #fff;
  background-color: #0000;
}

.button.download {
  margin-top: 0;
}

.button.bluebutton {
  text-transform: none;
  background-color: #0165fc;
  border-style: none;
  font-size: 16px;
  font-weight: 400;
}

.button.bluebut {
  background-color: #0165fc;
  border-color: #0165fc;
}

.button.buttonblue {
  text-transform: none;
  border-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section {
  padding: 200px 25px;
  font-weight: 700;
}

.section.dark {
  background-color: #0000;
  background-image: linear-gradient(#f5f5f5f7, #f5f5f5f7), url('../images/OPTIMAL2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: all .5s;
}

.section.dark.folio {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.bg-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/travelinsurance2-1024x623.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  margin-bottom: 500px;
  padding: 125px 25px 220px;
}

.section.bg-image.advisorsec {
  background-image: linear-gradient(#0165fced, #0165fced), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.bg-image.getstarted-section {
  background-image: none;
  height: auto;
  padding: 0;
}

.section.map {
  box-shadow: none;
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.sectionyou {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.quote {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-text {
  text-align: center;
  margin-top: 140px;
}

.hero-text.about-text {
  margin-top: 0;
  padding-top: 0;
}

.hero-text.headstool {
  margin-top: 300px;
  margin-bottom: 300px;
}

.hero-text.headstool.uppw {
  margin-top: 50px;
}

.hero-text.headstool.uppw.pw {
  margin-top: 0;
  margin-bottom: 50px;
}

.hero-text.headstool.midbanner {
  margin-top: 150px;
  margin-bottom: 150px;
}

.hero-text.headstool.midbanner.advisor {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-text.allpage {
  margin-top: 500px;
}

.hero-text.mid {
  margin-bottom: 75px;
}

.hero-text.herotext1 {
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-text.herotext1.adherotx {
  margin-top: 200px;
}

.hero-text.herotext1.quote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-text.herotext1.main {
  margin-top: 300px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.services {
  text-align: center;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.icon {
  padding-top: 0;
  padding-bottom: 0;
}

.icon.iconarrow {
  margin-bottom: 25px;
}

.service-columns {
  text-align: center;
}

.portfolio-text {
  margin-top: 93px;
}

.portfolio-text.left-up, .portfolio-text.colum2 {
  margin-top: 0;
}

.gallery-text {
  text-align: center;
  padding-bottom: 30px;
  padding-left: 144px;
  padding-right: 144px;
}

.center-tittle {
  color: #000;
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.center-tittle.big-title {
  text-transform: none;
  padding-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
}

.center-tittle.titre-blanc {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}

.center-tittle.toolbox.smaller {
  text-transform: capitalize;
}

.center-tittle.whiteconf {
  color: #f5f5f5;
  margin-top: 100px;
}

.center-tittle.bigger {
  padding-bottom: 0;
  font-size: 42px;
  line-height: 60px;
}

.center-tittle.topspace75 {
  margin-top: 75px;
}

.job-title {
  float: none;
  letter-spacing: 1px;
  border-bottom: 1px solid #0003;
  padding-top: 0;
  padding-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.team-text {
  margin-top: 31px;
  padding-right: 9px;
}

.name {
  padding-top: 39px;
  padding-bottom: 4px;
}

.social-team {
  padding-top: 20px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team2 {
  padding-top: 120px;
}

.h1-dark {
  color: #222;
  text-align: left;
  margin-top: -24px;
}

.contact-form {
  text-align: left;
}

.field {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.address {
  padding-top: 30px;
  padding-left: 0;
  font-weight: 600;
}

.conatct-info {
  margin-top: 0;
}

.support-text {
  margin-top: 50px;
}

.footer {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer.bottom {
  text-align: center;
  margin-top: 0;
}

.footer.top {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer.top.calculator {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-logo {
  float: left;
  opacity: .2;
  width: 30%;
}

.social-wrapper {
  float: right;
  text-align: right;
}

.social-link {
  opacity: .57;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .5s;
}

.social-link:hover {
  opacity: 1;
  padding-top: 0;
  transition: all .5s;
}

.footlogo {
  opacity: 1;
  color: #fff;
}

.footlogo:hover {
  opacity: 1;
  transition: all .5s;
}

.social-icon {
  opacity: .25;
  padding-right: 10px;
  transition: all .5s;
}

.social-icon:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.google-map {
  height: 300px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-wrapper {
  float: left;
  width: 40%;
}

.info-wrapper {
  float: right;
  width: 60%;
}

.nav-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px #000;
  padding: 7px 15px 7px 10px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: color .5s;
}

.nav-link:hover {
  color: #afafaf;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.advisorlink {
  color: #fff;
  background-color: #0165fc;
  border-radius: 40px;
}

.nav-link.advisorlink.w--current {
  padding-right: 10px;
}

.nav-link.advisorlink.tools.w--current {
  background-color: #0000;
  border: 2px solid #fff;
  margin-left: 10px;
}

.nav-link.navquote {
  transition-property: all;
  transition-duration: 1000undefined;
  text-align: center;
  background-color: #0165fc;
  border-radius: 20px;
  padding-left: 15px;
}

.nav-link.navquote:hover {
  color: #fff;
  transform: scale(.94);
}

.nav-link.phone {
  text-align: center;
  border-bottom: 2px solid #0165fc;
  margin-right: 25px;
}

.nav-menu {
  opacity: 1;
  background-color: #0000;
  min-width: 250px;
  padding-top: 10px;
  padding-right: 15px;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-button {
  background-color: #0000;
  padding-top: 18px;
}

.menu-button.w--open {
  background-color: #0000;
}

.left-image {
  text-align: center;
}

.left-image.leftimage {
  width: 100%;
  padding-top: 0;
}

.left-image.nomed {
  width: 80%;
}

.work {
  box-sizing: content-box;
  text-align: center;
  object-fit: cover;
  margin-bottom: 0;
  overflow: visible;
}

.contact-link {
  color: #777;
  text-decoration: none;
}

.portfolio {
  height: 251px;
  min-height: 0;
  position: static;
}

.portfolio.one {
  text-align: center;
  background-image: url('../images/LIFEINSURANCE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
  padding: 10px;
  display: block;
}

.portfolio.one.four {
  background-image: url('../images/travel-insurance.png');
}

.portfolio.one.four.onlinetools {
  background-image: url('../images/investmnettools.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.portfolio.one.four.fourfr {
  background-image: url('../images/ASSURANCE-VOYAGE.png');
}

.portfolio.one._7 {
  background-image: url('../images/NOMEDICAL.png');
}

.portfolio.one._7._7fr {
  background-image: url('../images/SANS-EXAMEN-MÉDICAL.png');
}

.portfolio.one.will.lastwill {
  background-image: url('../images/LAST-WILL.png');
}

.portfolio.one.onefr {
  background-image: url('../images/ASSURANCE-VIE.png');
}

.portfolio.two {
  background-image: url('../images/GROUP-BENEFITS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.portfolio.two.five {
  background-image: url('../images/INVESTMENTS.png');
}

.portfolio.two.five.fivefr {
  background-image: url('../images/PLAN-DE-SANTÉ.png');
}

.portfolio.two.five.helathe {
  background-image: url('../images/healthinsurance.png');
  height: 300px;
}

.portfolio.two._8 {
  background-image: url('../images/LIVING-BENEFITS.png');
  height: 300px;
}

.portfolio.two._8._8fr {
  background-image: url('../images/PROTECTION-DU-VIVANT.png');
}

.portfolio.two.powerofa {
  background-image: url('../images/POWER-OF-ATTORNEY.png');
}

.portfolio.two.twofr {
  background-image: url('../images/ASSURANCE-COLLECTIVE.png');
}

.portfolio.three {
  background-image: url('../images/INVESTMENTS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.portfolio.three.six.sixfr {
  background-image: url('../images/TRAVAILLEURS-ÉTRANGERS.png');
}

.portfolio.three._9 {
  background-image: url('../images/EDUCATIONSAVINGS.png');
}

.portfolio.three._9._9fr {
  background-image: url('../images/REEE.png');
}

.portfolio.three.livingwill {
  background-image: url('../images/LIVING-WILL.png');
}

.portfolio.three.threefr {
  background-image: url('../images/INVESTISSEMENT.png');
}

.portfolio.four {
  background-image: url('../images/travelinsurance2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.portfolio.five {
  background-image: url('../images/healthinsurance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.portfolio.six {
  background-image: url('../images/FOREIGNWORKERS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}

.portfolio-title {
  text-align: center;
  background-color: #000000b3;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding-top: 140px;
  font-size: 18px;
}

.portfolio-info {
  color: #fff;
  text-transform: uppercase;
  background-color: #0165fc;
  border-radius: 0;
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 1s;
  display: inline-block;
}

.portfolio-info:hover {
  transform: scale(.59);
}

.portfolio-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.slider {
  height: 100%;
}

.slider.slidepartner {
  height: 60%;
}

.slider.quote {
  height: 50%;
}

.slider-1 {
  display: none;
}

.nav-bar {
  background-color: #000000b3;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

.logo {
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.client-logo {
  opacity: .8;
  text-align: center;
}

.client-logo:hover {
  opacity: 1;
}

.back-icon {
  float: left;
  opacity: .3;
  text-align: center;
}

.back-icon:hover {
  opacity: 1;
}

.portfolio-back {
  text-align: left;
}

.back-link {
  text-align: right;
  text-decoration: none;
}

.prev-link {
  color: #999;
  padding-top: 0;
  font-size: 20px;
  text-decoration: none;
}

.prev-link:hover {
  color: #222;
}

.prev-icon {
  float: left;
  text-align: right;
  padding-top: 3px;
}

.prev-icon.next {
  float: right;
}

.success-message {
  color: #fff;
  background-color: #0165fc;
  border-radius: 6px;
}

.error-message {
  color: #fff;
  background-color: #fa8282;
  border-radius: 6px;
}

.prev-text {
  float: right;
  padding-top: 4px;
  padding-left: 15px;
}

.slide-1 {
  background-image: linear-gradient(#1f1f1f63, #1f1f1f63), url('../images/o-HAPPY-FAMILY-facebook.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 0;
}

.slide-1.slidemeet {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/photographe-auto-entrepreneur.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-1.slidemeet.allpage {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/desk.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  margin-bottom: 200px;
}

.slide-1.slidemeet.allpage.helppage {
  background-image: linear-gradient(to bottom, null, null), url('../images/desk.png');
  background-size: auto, cover;
}

.slide-1.client-library {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/startup-hero-img-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-1.slidepartner1 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/Corporate_Website.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  height: 100%;
}

.slide-1.slidepartner1.slidelegal {
  background-image: linear-gradient(to bottom, null, null), url('../images/Corporate_Website.jpg');
  background-size: auto, cover;
}

.slide-1.conf {
  background-image: linear-gradient(#0000, #0000), url('../images/Screen-Shot-2018-10-04-at-3.48.38-PM.png');
}

.slide-2 {
  background-image: linear-gradient(#1f1f1f57, #1f1f1f57), url('../images/1.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-2.slide2insurance {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.slide-2.slideaccess {
  background-image: linear-gradient(#0165fcde, #0165fcde), url('../images/1.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-2.slidefr {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/o-HAPPY-FAMILY-facebook.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-2.meetslide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photographe-auto-entrepreneur.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.accent-text {
  color: #fff;
  text-align: center;
  padding-bottom: 33px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.accent-text.adtext {
  padding-bottom: 10px;
  font-size: 40px;
}

.paragraphh-center {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.paragraphh-center.parablanc {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  background-color: #0000;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.paragraphh-center.paramob {
  line-height: 24px;
}

.paragraphh-center.paramob.paraconf {
  color: #f5f5f5;
}

.big-title {
  text-align: center;
  text-transform: none;
  padding-bottom: 50px;
  font-size: 72px;
  font-weight: 700;
}

.big-title.big-left-title {
  color: #222;
  text-align: left;
  margin-top: -24px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 60px;
}

.big-title.big-left-title.centre {
  text-align: center;
}

.portfolio-image-left {
  background-image: url('../images/portfolio-work-big2.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  padding-left: 0;
  padding-right: 10px;
}

.portfolio-image-right {
  background-image: url('../images/portfolio-work-big3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  padding-left: 10px;
  padding-right: 0;
}

.portfolio-top-image {
  margin-bottom: 20px;
}

.portfolio-left-image, .portfolio-right-image {
  padding-left: 10px;
  padding-right: 10px;
}

.top-image {
  margin-bottom: 0;
}

.portfolio-image {
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  display: block;
  position: static;
}

.button-2 {
  margin-top: -173px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: inline-block;
  position: absolute;
}

.paragraph {
  color: #000;
  font-size: 16px;
  line-height: 23px;
}

.heading {
  font-weight: 600;
}

.heading.hed1 {
  margin-top: 50px;
  font-size: 30px;
}

.heading.hed1.hed2 {
  margin-top: 0;
}

.sliderlogo {
  background-color: #0000;
  height: 100px;
}

.section-2 {
  background-color: #0000;
  background-image: linear-gradient(#00000073, #00000073), url('../images/blurred-background-office1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 10px;
  padding-bottom: 0;
}

.slide-nav {
  display: none;
}

.column {
  position: static;
}

.slide-3 {
  text-align: center;
  width: 20%;
  height: auto;
}

.slideni {
  text-align: center;
  width: 188px;
}

.slide-4 {
  text-align: center;
  width: 20%;
}

.slide-5 {
  width: 20%;
}

.slide5i {
  text-align: center;
  width: 20%;
}

.logoimage {
  width: 90%;
  padding-top: 10px;
  line-height: 22px;
}

.slide-6, .slide-7, .slide81, .slide-8, .slide-1-2, .slidefg, .slide-1-3, .slide16, .slide17, .slide18 {
  text-align: center;
  width: 20%;
}

.section1 {
  background-color: #f5f5f5;
  padding: 125px 25px;
}

.section1.meetsec {
  background-color: #fff;
}

.heading-2 {
  font-size: 25px;
}

.paragraph-2 {
  color: #000;
  font-size: 16px;
  line-height: 23px;
}

.sectionicon {
  color: #0165fc;
  padding: 20px 25px 0;
  font-size: 18px;
}

.sectionicon.sectionconf {
  color: #616161;
  background-image: url('../images/Picture2.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 25px;
}

.sectionicon.french {
  margin-top: 60px;
}

.heading-3 {
  text-align: center;
  font-weight: 600;
  line-height: 25px;
}

.heading-3.head4white {
  color: #fff;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  font-size: 17px;
}

.paragraph-3.para4white {
  color: #fff;
}

.paragraph-3.paramain {
  height: 80px;
}

.paragraph-3.paray, .paragraph-3.parasup {
  height: 100px;
}

.heading-4 {
  text-align: center;
  font-weight: 600;
  line-height: 25px;
}

.heading-4.head4white {
  color: #fff;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  font-size: 17px;
}

.paragraph-4.para4white {
  color: #fff;
}

.paragraph-4.paramain {
  height: 80px;
}

.paragraph-4.pary, .paragraph-4.parasup {
  height: 100px;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  font-size: 17px;
}

.paragraph-5.para4white {
  color: #fff;
}

.paragraph-5.paramain {
  height: 80px;
}

.paragraph-5.pary, .paragraph-5.parasup {
  height: 100px;
}

.dropdown1 {
  color: #fff;
  background-color: #0165fc;
  border-radius: 40px;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.dropdown-link {
  color: #000;
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  transition: all 1s;
}

.dropdown-link:hover {
  background-color: #afafaf;
  transform: translate(5px);
}

.dropdown-link-2 {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  transition: all 1s;
}

.dropdown-link-2:hover {
  background-color: #afafaf;
  transform: translate(5px);
}

.dropdown-link-3 {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  transition: all 1s;
}

.dropdown-link-3:hover {
  background-color: #afafaf;
  transform: translate(5px);
}

.dropdown-link-4 {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  transition: all 1s;
}

.dropdown-link-4:hover {
  background-color: #afafaf;
  transform: translate(5px);
}

.dropdown-link-5 {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  transition: all 1s;
}

.dropdown-link-5:hover {
  background-color: #afafaf;
  transform: translate(5px);
}

.heading-5 {
  text-align: center;
  font-weight: 600;
  line-height: 25px;
}

.heading-5.head4white {
  color: #fff;
}

.heading-6 {
  font-size: 25px;
  font-weight: 600;
}

.heading-6.headnomed {
  margin-top: 10px;
  padding-left: 0;
}

.paragraph-6 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.boldblue {
  color: #0165fc;
}

.heading-8.head5 {
  margin-bottom: 20px;
  font-size: 60px;
}

.heading-8.head5.mid75 {
  margin-top: -100px;
  margin-bottom: 0;
}

.heading-8.head5.mid75.comp90 {
  margin-top: 0;
  line-height: 70px;
}

.heading-8.headfr8 {
  font-size: 60px;
}

.heading-8.quote {
  margin-bottom: 0;
  font-size: 40px;
}

.container {
  text-align: center;
}

.buttonblue {
  color: #fff;
  background-color: #0165fc;
  border-style: none;
  border-radius: 40px;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 1s;
}

.buttonblue:hover {
  color: #0165fc;
  background-color: #f5f5f5;
  border: 0 #0165fc;
  font-weight: 600;
  transform: scale(1);
}

.buttonblue.whitebutton {
  color: #0165fc;
  background-color: #fff;
  font-weight: 600;
}

.buttonblue.whitebutton:hover {
  color: #fff;
  background-color: #afafaf;
}

.container-2 {
  text-align: center;
}

.tabcontact {
  margin-top: 20px;
}

.tabpane {
  margin-top: 10px;
}

.text-block-4 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.text-block-5 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link {
  color: #000;
  text-decoration: none;
}

.link.email1 {
  text-decoration: underline;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-2.email1 {
  text-decoration: underline;
}

.tab-link {
  color: #000;
  background-color: #f5f5f5;
  width: auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.tab-link.w--current {
  background-color: #fff;
  border: 2px solid #f5f5f5;
}

.tab-link.bluetab {
  color: #fff;
  background-color: #0165fc;
}

.blackbold {
  font-weight: 600;
}

.advisor-container {
  text-align: center;
  margin-top: 50px;
}

.no-meddiv {
  margin-bottom: 20px;
}

.section-value {
  background-image: linear-gradient(#00000017, #00000017), url('../images/dollarphotoclub_34025558-1280x853.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 125px 25px;
}

.blacktext {
  color: #fff;
}

.boldb {
  color: #000;
  font-weight: 600;
}

.boldb.boldw {
  color: #fff;
}

.section1a {
  padding-top: 125px;
  padding-bottom: 125px;
}

.advisortab {
  text-align: center;
  margin-top: 20px;
}

.tab-link-2 {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-family: Droid Sans, sans-serif;
}

.tab-link-2.w--current {
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

.text-block-6 {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

.advisorpane {
  margin-top: 10px;
}

.enrol-button {
  margin-top: 100px;
}

.getstrated {
  text-align: center;
}

.tab-link-3 {
  background-color: #0165fc;
  border-radius: 30px;
}

.tab-link-3.w--current {
  background-color: #f5f5f5;
}

.text-block-7 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

.opentab {
  margin-top: 25px;
}

.tabagent {
  text-align: center;
}

.tab-link-4 {
  background-color: #f5f5f5;
}

.text-block-8 {
  color: #0165fc;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.clickhere {
  margin-top: 25px;
}

.nat-pane {
  text-align: center;
  background-color: #f5f5f5;
  margin-top: 20px;
  padding: 25px 100px;
  position: static;
  overflow: visible;
}

.video {
  height: 300px;
}

.background-video {
  background-image: linear-gradient(#0165fce3, #0165fce3);
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.container-3 {
  text-align: center;
  margin-top: 180px;
  margin-bottom: 125px;
}

.container-3.container4 {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading-9 {
  text-transform: capitalize;
}

.heading-9.headnat {
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
}

.getstarted {
  color: #0165fc;
}

.contacttext {
  color: #fff;
  text-align: left;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  left: 0;
}

.contacttext.email {
  margin-top: 7px;
  left: 0;
}

.bold-text {
  color: #616161;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.column-2 {
  text-align: left;
  padding-right: 0;
}

.column-3 {
  text-align: center;
}

.contact {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block {
  margin-left: 50px;
  margin-right: 50px;
}

.natsection {
  background-color: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 50px;
}

.column-4 {
  text-align: center;
}

.headnat {
  color: #616161;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
}

.rownat {
  margin-bottom: 10px;
}

.bouton {
  color: #0165fc;
  background-color: #f5f5f5;
  border-radius: 30px;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.nattab {
  background-color: #ffffffab;
  border: 2px solid #f5f5f5;
  width: 653px;
  margin-top: 10px;
  padding: 20px 50px;
  display: inline-block;
}

.column-5 {
  text-align: left;
}

.tabs {
  text-align: center;
}

.text-span {
  color: #fff;
}

.image {
  background-color: #ffffffc7;
}

.tabcontact1 {
  background-color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 30px;
}

.tabcontact1.tabcontactad {
  padding: 20px 0;
}

.column-6 {
  text-align: center;
}

.textnat {
  color: #616161;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.boldcontact {
  font-weight: 600;
}

.link-3 {
  color: #0165fc;
  text-decoration: none;
}

.link-3.link67 {
  font-size: 14px;
}

.link-4 {
  color: #0165fc;
  text-decoration: none;
}

.link-4.link67 {
  font-size: 14px;
}

.link-5 {
  color: #0165fc;
  text-decoration: none;
}

.link-5.link67 {
  font-size: 14px;
}

.link-6 {
  color: #0165fc;
  text-decoration: none;
}

.link-6.link67 {
  font-size: 14px;
}

.tabbuttton {
  background-color: #f5f5f5;
  border-radius: 30px;
}

.tabbuttton.w--current {
  background-color: #0000;
}

.tabtext {
  color: #0165fc;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.headoptimal {
  margin-top: 0;
  font-size: 35px;
  font-weight: 500;
}

.paradvisor {
  color: #000;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}

.headadv {
  margin-top: 100px;
}

.affiliate-section {
  background-image: linear-gradient(#00000052, #00000052), url('../images/20150727171039-business-desk-workspace-working-hard.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 50px 50px;
}

.container-4 {
  text-align: center;
}

.affiliate-button {
  background-color: #0165fc;
  border-radius: 30px;
  width: 15%;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.affiliate-button.affbuton {
  width: auto;
}

.travel {
  width: 65%;
  display: inline-block;
}

.divlogos {
  text-align: center;
}

.fast {
  font-size: 20px;
}

.text-span-2 {
  line-height: 23px;
}

.text-span-2.spanblack {
  font-weight: 600;
}

.column-7 {
  padding-left: 50px;
}

.bestblue {
  color: #0165fc;
  font-weight: 500;
}

.section-client {
  padding: 100px 50px 200px;
}

.section-temoignage {
  background-image: url('../images/desk.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 25px;
}

.divline {
  border-bottom: 3px solid #0165fc;
  width: 5%;
  margin-bottom: 30px;
  display: inline-block;
}

.bluebold {
  color: #0165fc;
}

.bluebold.yellow {
  color: #fcac01bd;
}

.bluebold.yellow.confi {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 30px;
}

.supporthead1 {
  color: #000;
  text-align: left;
  font-weight: 400;
}

.supporthead1.toolshead {
  color: #616161;
  margin-top: 0;
  margin-bottom: 20px;
}

.supporthead1.centre {
  text-align: center;
  font-weight: 600;
}

.supporthead1.french {
  margin-top: 60px;
}

.parasupport {
  color: #000;
  text-align: center;
  background-color: #0000;
  margin-bottom: 10px;
  font-size: 17px;
}

.parasupport.box {
  text-align: center;
}

.parasupport.box.paraaccess {
  color: #fff;
  font-size: 15px;
}

.parasupport.side {
  text-align: left;
}

.column-8 {
  text-align: center;
  padding-left: 10px;
}

.divsupport {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 100px;
  padding-bottom: 30px;
}

.column-9 {
  text-align: center;
}

.tab-link-5 {
  background-color: #f5f5f5;
}

.tab-link-5.w--current {
  background-color: #fff;
}

.text-block-9 {
  font-family: Raleway, sans-serif;
}

.tabmore {
  margin-top: 10px;
}

.tabcontentmore {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 17px;
}

.tabs-menu {
  text-align: left;
}

.slidertest {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 50px;
}

.btext {
  color: #0165fc;
  font-weight: 700;
}

.email1 {
  color: #0165fc;
  font-weight: 600;
}

.phonelink, .link-7 {
  color: #0165fc;
}

.headclient {
  color: #000;
  margin-bottom: 0;
  font-size: 50px;
}

.testimony {
  direction: ltr;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.signature {
  color: #000;
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 25px;
}

.section-3, .section-4, .section-5 {
  background-image: linear-gradient(#00000080, #00000080);
}

.text-block-10 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.dropdown-toggle {
  background-color: #0165fc;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.icon-2 {
  color: #fff;
}

.dropdown-link-6 {
  color: #fff;
  background-color: #0165fc;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.dropdown-link-6.w--current {
  font-weight: 600;
}

.dropdown-link-7 {
  color: #fff;
  background-color: #0165fc;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: #0000;
}

.boxbutton {
  color: #fff;
  background-color: #616161;
  border: 1px #0165fc;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all 1s;
}

.boxbutton:hover {
  transform: scale(.65);
}

.boxbutton.will {
  margin-bottom: 50px;
}

.boxbutton.will.willbutton {
  color: #fff;
  background-color: #616161;
  border-style: none;
  margin-top: 50px;
  line-height: 20px;
}

.boxbutton.box4 {
  color: #fff;
  background-color: #afafaf;
}

.heading-11.toolhead {
  margin-bottom: 50px;
  line-height: 100px;
}

.heading-11.toolhead.headacc {
  color: #fff;
  text-shadow: 0 1px #21212133, 1px 1px 6px #0165fc;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
}

.tools {
  padding-top: 100px;
  padding-bottom: 100px;
}

.linktool {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  width: 200px;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.text-block-11 {
  text-decoration: none;
}

.text-block-11.tooltext {
  color: #616161;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tollimage {
  width: 50%;
}

.column-11, .column-12, .column-13 {
  text-align: center;
}

.tool-container {
  margin-top: 50px;
}

.toolssec {
  color: #d8ac4dbd;
  text-align: center;
  background-image: linear-gradient(#00000054, #00000054), url('../images/startup-hero-img-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 50px;
  display: block;
}

.column-14 {
  text-align: center;
}

.toollink {
  background-color: #f5f5f5de;
  border-radius: 0;
  width: 175px;
  height: 175px;
  padding: 30px 20px 25px;
  text-decoration: none;
  transition: all 1s;
}

.toollink:hover {
  background-color: #fff;
  transform: scale(.78);
}

.imagetool {
  width: 50%;
}

.column-15, .column-16, .column-17 {
  text-align: center;
}

.tooldiv {
  margin-bottom: 30px;
}

.linegold {
  width: 30%;
  margin-bottom: 25px;
}

.linegold.tg {
  width: 13%;
  margin-bottom: 0;
}

.linegold.tg.hy {
  width: 21%;
  margin-bottom: 25px;
}

.aff-link-cont {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.newtext {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.newimage {
  width: 43%;
  display: inline-block;
}

.newlink {
  text-align: center;
  background-color: #ffffffeb;
  border-radius: 200px;
  width: 75%;
  height: 200px;
  padding: 15% 3% 20%;
  text-decoration: none;
  transition: all 1s;
  display: inline-block;
}

.newlink:hover {
  background-color: #0babf966;
  transform: translate(0, 30px);
}

.newlink.hovergreen:hover {
  background-color: #ffd000a6;
}

.newlink.hovergreen.hovergold {
  border: 5px solid #ffd000;
}

.newlink.hovergreen.hovergold.goldenone {
  border-style: none;
}

.newlink.hovergreen.hovergold.goldenone.signuplink {
  background-color: #ffd000cc;
}

.newlink.hovergreen.hovergold.goldenone.signuplink:hover {
  background-color: #004ca4;
}

.arrowback {
  width: auto;
  height: 500px;
  padding-top: 0;
  padding-bottom: 50px;
}

.arrowback.blue {
  background-image: url('../images/Picture6.png');
  background-position: 0;
  background-size: cover;
  background-attachment: scroll;
}

.arrowback.blue.small-gold {
  background-image: url('../images/Picture7.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 100%;
  background-attachment: fixed;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.headinaff {
  color: #000;
  text-align: center;
  text-shadow: 0 1px #000;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.caffmid {
  text-align: center;
}

.caffmid.rightident {
  text-align: left;
}

.caffmid.leftiden {
  text-align: right;
}

.aff-head1 {
  color: #000;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.aff-head1.white12 {
  color: #000;
  text-shadow: 0 1px #000;
  margin-top: 50px;
  font-size: 60px;
}

.green1 {
  color: #30b512;
}

.afftext1 {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.afftext1.thrive {
  color: #000;
  font-size: 18px;
}

.para-back-card {
  color: #fff;
  margin-top: 100px;
  font-size: 20px;
  font-weight: 400;
}

.para-back-card.paramid123 {
  margin-top: 50px;
}

.para-back-card.paramid123._253 {
  font-size: 18px;
}

.containerillu {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.cardfront {
  transform-style: preserve-3d;
  width: 30%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.cardfront:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.boldflip {
  color: #ffd000;
  border-bottom: 1px solid #ffd000;
  font-weight: 700;
}

.divsectaff {
  text-align: center;
  background-color: #fffc;
  padding-top: 0;
  padding-bottom: 0;
}

.frontcard {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  background-image: linear-gradient(#ffffff0f, #ffffff0f), url('../images/OurA-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: 300px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.frontcard._1 {
  text-align: center;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/page-happy-clients.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.frontcard.flip56 {
  text-align: center;
  background-image: linear-gradient(#00000030, #00000030), url('../images/customer-service-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: block;
}

.textb1 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.aff-text {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.aff-text.ex3 {
  color: #000;
}

.aff-text.ex3.ex09 {
  margin-top: 0;
  margin-bottom: 50px;
}

.aff-text.ex3.ex09.ex65 {
  color: #fff;
}

.aff-text.ex3.ex09.ex65.ex534 {
  margin-bottom: 100px;
}

.aff-text.ex3.ex09.form-text {
  margin-bottom: 75px;
}

.headimage1 {
  color: #000;
  text-transform: capitalize;
  margin-top: 150px;
  margin-bottom: 150px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
}

.headimage1.whitetext {
  color: #fff;
}

.headimage1.whitetext.headinflips {
  margin-top: 125px;
  margin-bottom: 0;
}

.fleche09 {
  width: 25%;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  left: -97px;
}

.tabssec2 {
  margin-top: 25px;
  margin-bottom: 50px;
}

.midsectiom {
  margin-top: 0;
  padding-top: 100px;
}

.cflip {
  padding-left: 0;
  padding-right: 0;
}

.image-affiliate-prog {
  width: 80%;
  transition: all 1s;
  display: inline-block;
}

.image-affiliate-prog:hover {
  background-color: #fff9;
}

.wraper {
  height: 0;
}

.midcontainer {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.backcard {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#00000059, #00000059), url('../images/Picture5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.backcard.flip12a {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Business-Insurance1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 845px;
  display: block;
}

.backcard.flip2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Happy-Clients.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testdiv {
  perspective: 1000px;
  perspective-origin: 50%;
  margin-bottom: 300px;
}

.spamtab {
  color: #004ca4;
  font-family: Oswald, sans-serif;
  font-size: 21px;
}

.tabmoreinfo {
  text-align: center;
}

.divblockgreyshad {
  background-color: #f0f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.divblockgreyshad.benefits {
  color: #0000;
  background-color: #0000;
}

.parablacklato {
  color: #000;
  font-weight: 400;
}

.triangle4 {
  float: left;
  width: 10%;
  margin-bottom: 0;
  display: block;
  position: static;
}

.bc12sd {
  color: #000;
  margin-top: 20px;
  font-weight: 400;
}

.image-thrive {
  margin-bottom: 25px;
}

.tabs-2 {
  text-align: center;
  margin-right: 1px;
  padding-left: 1px;
  padding-right: 0;
}

.title1 {
  color: #004ca4;
  font-size: 28px;
}

.tabmorei {
  color: #004ca4;
  background-color: #fff;
  border: 2px solid #004ca4;
  font-family: Oswald, sans-serif;
  transition: all 1s;
}

.tabmorei:hover {
  transform: scale(.8);
}

.tabmorei.w--current {
  color: #fff;
  background-color: #004ca4;
}

.vip-program-text {
  text-align: left;
  margin-top: 15px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.tabbc12 {
  color: #fff;
  background-color: #81d442;
}

.tabbc12.w--current {
  color: #fff;
  background-color: #81d442;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.tabbc12.tab-buttonb1.w--current {
  text-align: center;
  display: inline-block;
}

.tabbc12.tab-buttonb1.bluetab {
  color: #004ca4;
  background-color: #fff;
  background-image: none;
  border: 2px solid #004ca4;
  padding: 3px 10px;
  font-size: 18px;
}

.tabbc12.tab-buttonb1.bluetab.w--current {
  color: #fff;
  background-color: #004ca4;
  background-image: none;
  border-color: #004ca4;
}

.cthrive {
  transition: all 1s;
}

.cthrive:hover {
  background-color: #fff;
}

.crown {
  width: 80%;
}

.cthrive2 {
  transition: all 1s;
}

.cthrive2:hover {
  background-color: #fff;
}

.tab2bc1 {
  color: #fff;
  background-color: #81d442;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.tab2bc1.w--current {
  background-color: #81d442;
}

.tab2bc1.tab-buttonb1.bluetab {
  color: #004ca4;
  background-color: #fff;
  background-image: none;
  border: 2px solid #004ca4;
  padding: 3px 10px;
  font-size: 18px;
}

.tab2bc1.tab-buttonb1.bluetab.w--current {
  color: #fff;
  background-color: #004ca4;
  border-color: #004ca4;
}

.tab2bc1.tab-buttonb1.bluetab.vip {
  background-color: #0000;
  border-style: none;
}

.boldclick {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.cthrive3 {
  transition: all 1s;
}

.cthrive3:hover {
  background-color: #fff;
}

.webclick {
  color: #000;
  background-color: #ffd000;
  width: 59%;
  margin-top: 78px;
  transition: all 1s;
  display: block;
}

.vipimage {
  width: 50%;
  display: block;
  position: relative;
  top: -38px;
  bottom: -23px;
}

.tab1minfo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
}

.text1 {
  font-size: 15px;
  line-height: 19px;
}

.text1.thrivetext {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
}

.contmida {
  text-align: center;
}

.tabtextsec {
  background-color: #ffffffcf;
  margin-top: 10px;
  padding: 25px;
  position: static;
}

.crownc {
  text-align: right;
  display: block;
  position: static;
}

.tab2bc123 {
  text-align: center;
  background-color: #ffffffe8;
  margin-top: 10px;
  padding: 25px;
}

.ref-name {
  color: #000;
  margin-top: 30px;
  font-family: Great Vibes, cursive;
  font-size: 30px;
}

.savegolden {
  color: #ffd000;
  border-bottom: 2px solid #000;
}

.savegolden.smile {
  border-bottom-color: #fff;
}

.dianne {
  color: #ffd000;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.dianne.right {
  text-align: right;
}

.head653 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.picturedivs {
  margin-bottom: 50px;
}

.slidereference {
  background-color: #ffffffde;
  background-image: url('../images/slide.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 10px;
  width: auto;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.meetteam {
  background-color: #ffd000;
  border: 3px solid #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.meetteam.w--current {
  color: #000;
  background-color: #ffd000;
  border: 3px solid #fff;
  margin-right: 10px;
  font-size: 20px;
}

.small-gline {
  float: left;
  width: 24%;
  margin-bottom: 0;
  display: block;
}

.small-gline.rightside {
  float: right;
}

.tabs65 {
  margin-top: 25px;
}

.cmid1, .slidemid, .mc {
  text-align: center;
}

.mc.bcb1cont {
  background-color: #0000;
}

.dj1 {
  background-color: #fff;
  border-radius: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.dj1.nat {
  border-radius: 200px;
  width: 103%;
  padding-top: 0;
}

.textface {
  color: #fff;
  text-align: right;
  display: inline-block;
}

.bold1 {
  margin-bottom: 0;
  font-weight: 600;
}

.tabmeet {
  background-color: #0000;
  margin-top: 10px;
  padding: 100px 25px 25px;
}

.slidfe3 {
  text-align: center;
}

.anotherdiv {
  background-color: #004ca4a3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.anotherdiv.team {
  background-color: #004ca4;
  padding-top: 100px;
}

.whiteteam {
  color: #fff;
  display: block;
}

.whiteteam.sucess {
  text-align: center;
  margin-bottom: 40px;
}

.slide-texte {
  color: #000;
  text-align: center;
  background-color: #0000;
  width: 60%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}

.profilesmap {
  color: #ffd000;
  font-weight: 700;
}

.profilesmap.sucess {
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 20px;
  line-height: 32px;
}

.slide1 {
  text-align: center;
}

.yourbold {
  font-size: 22px;
  font-weight: 800;
}

.div-face {
  padding-top: 20px;
}

.titre {
  font-size: 18px;
}

.aff-white-div {
  background-color: #004ca4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.aff-white-div.ex2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.aff-white-div.ex2.ex98 {
  padding-bottom: 0;
}

.list1 {
  float: none;
  color: #000;
  text-align: left;
  padding-left: 175px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.list1.point {
  font-size: 18px;
  font-weight: 400;
}

.tagline1 {
  margin-top: 15px;
}

.mailterms {
  float: left;
}

.new-affiliate-cont {
  background-color: #ffffffba;
  margin-top: 0;
  padding-top: 50px;
}

.afffrom-wrapper {
  text-align: center;
  padding-left: 9%;
  padding-right: 9%;
}

.div564 {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.newwhitediv {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

.backtriangle {
  background-image: url('../images/TRIANGLE2.png');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  padding-top: 140px;
  padding-left: 50px;
  padding-right: 50px;
}

.backtriangle.formaff {
  background-position: 100%;
  background-size: contain;
  background-attachment: fixed;
  margin-bottom: 100px;
  padding-top: 50px;
}

.white1 {
  background-color: #fffffffc;
}

.submitbutton {
  float: none;
  background-color: #004ca4;
  margin-top: 50px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.message {
  text-align: center;
  font-size: 22px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: inline;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-5 {
  text-align: justify;
}

.container-5.pw {
  text-align: center;
  background-color: #ffffff47;
  border: 1px solid #0165fc;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px 10px;
  position: static;
  top: -57px;
}

.column-18 {
  background-image: linear-gradient(#b38f44bd, #b38f44bd);
}

.column-18.pw {
  margin-bottom: 100px;
}

.pwpic {
  margin-bottom: 20px;
}

.pwpic.lockacc {
  width: 15%;
}

.submit-button {
  background-color: #0165fc;
}

.submit-button.accesbut {
  margin-top: 25px;
}

.newsectools {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/startup-hero-img-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.toollinks {
  text-align: center;
  background-color: #f5f5f5;
  border: 4px solid #f5f5f5;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all 1s;
}

.toollinks:hover {
  background-color: #ffffffba;
  border-color: #0165fc;
}

.toollinks.accap {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 30px;
}

.tooltext1 {
  color: #0165fc;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tooltext1.fineprint {
  color: #afafaf;
  text-transform: none;
  margin-bottom: 50px;
  font-size: 12px;
}

.rowtools {
  margin-bottom: 20px;
}

.head123 {
  color: #616161;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 80px;
}

.head123.space60 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.head123.space60.titlepart {
  color: #000;
  font-size: 30px;
}

.head123.space60.headleg, .head123.space60.headle {
  text-align: left;
}

.head123.space80 {
  margin-top: 80px;
}

.quote-section {
  background-color: #0165fc;
  margin-bottom: 0;
  padding: 100px 50px;
}

.text-span-3 {
  font-size: 13px;
}

.advisorcompliance {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/startup-hero-img-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 200px 50px;
}

.section-6 {
  background-color: #fff;
  margin-top: 0;
  padding: 200px 50px;
}

.willtext {
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
}

.text-span-4 {
  color: #0165fc;
  font-weight: 900;
}

.container-6 {
  text-align: center;
}

.container-7 {
  text-align: center;
  margin-bottom: 50px;
}

.container-7.partner {
  margin-top: -25px;
  margin-bottom: 100px;
}

.line {
  margin-top: 20px;
  margin-bottom: 25px;
}

.line.legalline {
  text-align: left;
  width: 18%;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}

.headquotet {
  margin-bottom: 0;
}

.white-line {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.container-8, .container-9 {
  text-align: center;
}

.companies {
  background-image: linear-gradient(#afafaf, #afafaf);
  padding-top: 100px;
  padding-bottom: 100px;
}

.tabscomp {
  margin-top: 20px;
}

.text-block-12 {
  color: #0165fc;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.tab-link-6 {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #0165fc;
  padding-top: 15px;
}

.tab-link-6.w--current {
  color: #616161;
  background-color: #fff;
}

.list-comp {
  text-align: left;
}

.listcomp1 {
  color: #0165fc;
  text-align: left;
  font-family: Raleway, sans-serif;
  text-decoration: underline;
}

.pane1 {
  padding-top: 10px;
}

.image-4 {
  margin-bottom: 0;
}

.value-section {
  text-align: center;
  background-color: #616161;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  text-align: center;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  padding: 25px 20px 20px;
}

.val {
  color: #0165fc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.maskval {
  background-color: #616161c9;
}

.row {
  text-align: center;
}

.image-5 {
  padding-top: 60px;
}

.slide1value {
  text-align: center;
  padding: 50px;
}

.valhead {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  display: block;
}

.text-value {
  color: #fff;
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 35px;
  line-height: 30px;
}

.text-span-5, .text-span-6 {
  color: #fff;
}

.valuetitle {
  color: #616161;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-span-7 {
  font-size: 40px;
  font-weight: 300;
}

.calculatorsection {
  background-color: #0000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.c10 {
  text-align: center;
}

.calcbutton {
  background-color: #afafaf;
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  transition: all 1s;
}

.calcbutton:hover {
  transform: scale(.89);
}

.calcbutton.butaccess {
  background-color: #616161;
  margin-bottom: 0;
}

.calcbutton.clientcalc, .calcbutton.bouttoncal {
  background-color: #0165fc;
}

.c89 {
  padding-left: 25px;
}

.c89.cube {
  background-color: #e9e8d657;
  border: 5px solid #fcac01bd;
  margin-top: 75px;
  padding-bottom: 20px;
}

.icon-value {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

.slider-2 {
  width: auto;
  display: block;
}

.container-10 {
  text-align: center;
}

.mainbutton {
  background-color: #0165fc;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all 1s;
}

.mainbutton:hover {
  transform: scale(.85);
}

.mainbutton.advisorbutton {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mainbutton.advisorbutton.callquote {
  margin-bottom: 25px;
  font-size: 14px;
}

.link-block {
  float: right;
  padding-right: 10px;
  transition: all 1s;
}

.link-block:hover {
  transform: scale(.78);
}

.advisornav {
  background-color: #000000d1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navad {
  color: #fff;
  border-bottom: 1px #000;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all 1s;
}

.navad:hover {
  color: #afafaf;
}

.navad.phone {
  border-bottom: 2px solid #0165fc;
  margin-right: 25px;
}

.container-12 {
  text-align: center;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  padding-top: 20px;
  padding-bottom: 20px;
}

.client-tool-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.willsection {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.iconsection {
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/startup-hero-img-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-19 {
  text-align: center;
}

.imageone {
  width: 150px;
  margin-bottom: 10px;
}

.divw {
  border-right: 1px #fff;
}

.column-20, .column-21 {
  text-align: center;
}

.advisorbanner {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/startup-hero-img-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 50px;
}

.column-22 {
  text-align: center;
}

.fhead {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.link-block-3 {
  text-decoration: none;
}

.column-23, .column-24, .column-25 {
  text-align: center;
}

.boite {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
}

.r {
  font-size: 15px;
}

.expertise {
  color: #000;
}

.video-2 {
  text-align: center;
  margin-bottom: 50px;
}

.video-3 {
  text-align: center;
  margin-bottom: 80px;
}

.cont12, .cont12.cont67 {
  margin-top: 175px;
}

.cont12.cont68 {
  margin-top: 100px;
}

.text5 {
  color: #fff;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.text5.fier34 {
  margin-top: 25px;
}

.partners-section {
  padding: 100px 50px;
}

.partnerlink {
  text-align: center;
  background-color: #f5f5f5;
  width: 100%;
  padding: 7px 10px;
  transition: all 1s;
}

.partnerlink:hover {
  transform: scale(.81);
}

.divpartner {
  margin-bottom: 20px;
}

.text-span-8 {
  text-transform: lowercase;
  font-size: 18px;
}

.fineprint {
  font-size: 10px;
}

.fineprint.entre {
  text-align: center;
}

.space-150 {
  margin-top: 150px;
}

.space30 {
  margin-top: 30px;
}

.text-span-9 {
  color: #0165fc;
  font-weight: 700;
}

.partner {
  margin-bottom: 20px;
}

.midheader {
  color: #616161;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.midheader.headwhite {
  color: #000;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.midheader.textleg {
  text-align: left;
  margin-bottom: 30px;
}

.midheader.textleg.blue {
  color: #0165fc;
  text-align: center;
  background-color: #0000;
  border: 5px solid #fcac01bd;
  padding-top: 25px;
  font-weight: 700;
}

.policy {
  color: #5c5c5c;
}

.text-par-1 {
  color: #000;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-par-1.big1, .text-par-1.legal1 {
  color: #091a3d;
  font-size: 18px;
  font-weight: 400;
}

.text-par2 {
  color: #000;
  text-align: left;
  margin-bottom: 25px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 18px;
  font-weight: 400;
}

.text-par2.big1, .text-par2.legal1 {
  color: #091a3d;
  font-size: 18px;
  font-weight: 400;
}

.para-gov-laws {
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
}

.text-para3 {
  color: #091a3d;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 18px;
  font-weight: 400;
}

.text-para3.big1, .text-para3.legal1 {
  color: #091a3d;
  font-size: 18px;
  font-weight: 400;
}

.para-copyrights-trad {
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 25px;
}

.text-para5 {
  color: #091a3d;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 18px;
  font-weight: 400;
}

.section-7 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-7.privacy-sec {
  margin-top: 100px;
}

.para-licensing {
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 25px;
}

.text-par4 {
  color: #091a3d;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 18px;
  font-weight: 400;
}

.para-payment {
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
}

.para-legal-stat {
  text-align: justify;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  line-height: 25px;
}

.code-of-conduct-sec1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-ind {
  text-align: center;
  background-color: #fffc;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 100px;
}

.individual-insurance {
  color: #197ec6;
  text-align: center;
  border-bottom: 1px solid #197ec6;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
}

.individual-insurance.legal {
  color: #091a3d;
  border-bottom-color: #091a3d;
  margin-top: 75px;
}

.middle-text-in-banner {
  color: #5c5c5c;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 50px;
}

.middle-text-in-banner.fromld {
  color: #197ec6;
  margin-bottom: 60px;
}

.legal-sec {
  margin-top: 100px;
}

.para-disclaimer {
  margin-bottom: 83px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
}

.text-para6 {
  color: #091a3d;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 18px;
  font-weight: 400;
}

._2-row {
  text-align: center;
}

.traveleing {
  color: #fc7930;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 11px;
  font-size: 18px;
}

.traveleing.travelop {
  margin-top: 2px;
}

.traveleing.drh {
  color: #1472b5;
  margin-top: 2px;
}

.get-travel {
  width: 71%;
  transition: all .5s;
  transform: scale(1.02);
}

.get-travel:hover {
  transform: scale(.9);
}

.get-travel.get-travel1 {
  width: 71%;
}

.health-dental-icon {
  width: 71%;
  transition: all .5s;
}

.health-dental-icon:hover {
  transform: scale(.9);
}

._2row-about {
  text-align: center;
  margin-bottom: 74px;
}

.ch12 {
  color: #616161;
}

.link-block-4 {
  float: right;
  text-align: center;
}

.advisoraccess {
  float: right;
  width: 45%;
  margin-right: 10px;
  transition: all 1s;
}

.advisoraccess:hover {
  transform: scale(.87);
}

.tempnav {
  background-color: #000000d4;
}

.tempopt {
  margin-top: 10px;
}

.navtemp {
  color: #fff;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.contact-fr {
  background-image: linear-gradient(#f5f5f5f5, #f5f5f5f5), url('../images/OPTIMAL2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 200px 25px;
}

.contact-fr.quote {
  text-align: center;
  background-image: linear-gradient(#f5f5f5f5, #f5f5f5f5);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bigfr {
  color: #000;
  text-align: left;
  font-size: 60px;
}

.soumettre {
  background-color: #0165fc;
  border-radius: 40px;
  margin-top: 40px;
  font-weight: 700;
}

.linkim {
  width: 60%;
  margin-bottom: 10px;
}

.imageq {
  margin-bottom: 5px;
}

.imagehd {
  margin-bottom: 7px;
}

.nworth {
  width: auto;
  margin-bottom: 10px;
}

.div76 {
  background-color: #0000;
}

.legalsection {
  padding-top: 100px;
  padding-bottom: 100px;
}

.divconduct {
  background-color: #f5f5f5;
}

.dinlogoscod {
  padding-right: 150px;
}

.complain-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.linksec {
  margin-top: 100px;
}

.legalbut {
  color: #616161;
  text-align: center;
  background-color: #f5f5f5;
  border: 4px solid #616161;
  width: 100%;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  transition: all 1s;
}

.legalbut:hover {
  border: 4px solid #0165fc;
}

.space75 {
  margin-top: 75px;
  margin-bottom: 0;
}

.corner {
  text-align: left;
  padding-top: 25px;
  padding-left: 0;
}

.navlogo1 {
  text-align: right;
}

.section-9 {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  margin-top: -100px;
}

.space50 {
  margin-top: 50px;
}

.space50.arwo {
  width: 25%;
}

.container-13 {
  text-align: center;
}

.image-8 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.body-2, .body-3 {
  text-align: center;
}

.column-26, .column-27 {
  text-align: left;
}

.box2 {
  padding-bottom: 250px;
}

.text-field {
  text-align: center;
  width: 100%;
  display: block;
}

.text-field.accessfiels {
  color: #0165fc;
  border: 2px solid #0165fc;
}

.lineim {
  width: 25%;
}

.access-slide, .slidacc {
  background-color: #0000;
}

.slide-nav-2 {
  color: #0000;
  background-color: #0000;
}

.div-block-3 {
  background-color: #0000009e;
  width: 30%;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}

.div-block-3.dicaccess {
  border: 2px solid #0165fc;
  width: 40%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.logacc {
  margin-bottom: 20px;
}

.headaccess {
  border: 1px solid #fff;
  margin-top: 0;
  font-size: 25px;
}

.maskaccess {
  position: static;
}

.accslid {
  background-color: #0000;
  height: auto;
}

.slide-9 {
  text-align: center;
  height: auto;
  position: static;
}

.arracc {
  width: 10%;
  margin-top: 10px;
}

.text-span-10 {
  font-size: 20px;
}

.avisdiv {
  text-align: center;
  background-color: #00000036;
  margin-left: 100px;
  margin-right: 100px;
  padding: 10px 25px;
}

.bold-text-5 {
  text-align: center;
}

.bold-text-5.avistext {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.privacylink {
  float: right;
  color: #afafaf;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  text-decoration: none;
  transition: all 1s;
}

.privacylink:hover {
  color: #fff;
}

.section-10 {
  padding-top: 50px;
}

.section-10.bottom {
  padding-top: 100px;
  padding-bottom: 0;
}

.bottom {
  color: #afafaf;
  background-color: #000;
  margin-bottom: 0;
  padding-top: -50px;
}

.text-block-13 {
  text-align: right;
}

.row-2 {
  background-color: #000;
  padding-bottom: 0;
}

.language {
  color: #afafaf;
}

.italic-text {
  font-style: normal;
}

.slide-nav-3 {
  margin-top: 11px;
}

.div-block-4 {
  margin-bottom: 0;
}

.div-block-4.space40 {
  margin-bottom: 40px;
}

.purpletxt {
  color: #c9c;
  text-shadow: 0 4px #000;
  width: 100%;
  margin-top: 100px;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 37px;
  font-weight: 700;
  display: inline-block;
}

.purpletxt.pptext {
  width: 80%;
  margin-bottom: 50px;
}

.kick {
  width: 50%;
  margin-bottom: 75px;
  display: inline-block;
}

.sessions-formations {
  color: #000;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.reservation-de-chambre {
  color: #fcac01bd;
  font-weight: 700;
}

.reservation-de-chambre.chamber {
  color: #0165fc;
}

.row1 {
  color: #fff;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.rwo2 {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.cmid {
  border: 5px solid var(--sea-green);
  color: var(--sea-green);
  text-align: center;
  background-color: #fff;
  padding-top: 150px;
  box-shadow: 0 -2px 19px 13px #00000096;
}

.triangle {
  width: 35%;
  margin-bottom: 50px;
}

.bouton-2 {
  text-align: center;
  background-color: #fcac01bd;
  width: 25%;
  margin-bottom: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: all 1s;
  display: inline-block;
}

.bouton-2:hover {
  transform: scale(.76);
}

.bouton-2.conf-button {
  background-color: #0165fc;
}

.administrative {
  color: #000;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
}

.whitebow {
  width: 12%;
  margin-bottom: 25px;
}

.admin {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.mercredi {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.textsucces {
  color: #000;
  text-align: center;
}

.reservation {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.reservation.small-txt {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.submit {
  float: right;
  background-color: #745785;
  border-radius: 10px;
  width: 30%;
}

.submit.sunbotton {
  color: #fff;
  background-color: #fcac01bd;
  border-radius: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  transition: all 1s;
}

.submit.sunbotton:hover {
  background-color: #000;
  transform: scale(.5);
}

.submit.sunbotton.soumettrebleu {
  background-color: #0165fc;
}

.texterror {
  color: #fff;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

._129 {
  color: #000;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.jeudi {
  color: #f50062;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.logo123 {
  width: 19%;
  margin-top: 25px;
  display: inline-block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.conjoint {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.commentaire {
  height: auto;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
}

.form-wrapper {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 0;
  margin-bottom: 25px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 50px;
  box-shadow: 0 0 6px #4a4f5c6e;
}

.form-wrapper.blueform {
  border-width: 2px;
  border-color: #0165fc;
}

.blackdiv6 {
  text-align: center;
  background-color: #000;
  padding: 0 50px 100px;
}

.succces {
  background-color: #fff;
}

.souper {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.vendredi {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.courtier {
  color: #000;
  background-color: #fff;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.small-bow {
  width: 50%;
}

.inscription {
  width: 100%;
  margin-bottom: 0;
  padding-left: 150px;
  padding-right: 150px;
}

.inscription.instext {
  width: 75%;
}

.error-message-2 {
  background-color: #000;
}

.pink-star {
  color: #f50062;
}

.bow {
  width: 100%;
  margin-bottom: 150px;
  padding-left: 150px;
  padding-right: 150px;
}

.bold-text-6 {
  font-size: 20px;
}

.paragraph-7 {
  text-align: center;
  font-size: 18px;
}

.paragraph-7.errorred {
  color: #f01c1c;
}

.green18 {
  color: var(--sea-green);
  text-align: center;
  font-size: 18px;
}

.insec {
  text-align: center;
  background-image: linear-gradient(#2a2a2a, #2a2a2a);
  border: 5px #0165fc;
  border-top-width: 10px;
  border-bottom: 10px solid #0165fc;
  padding: 0 0 100px;
}

.div-block-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.instext {
  text-shadow: 0 1px #21212133, 0 1px 6px #000;
}

.conftextdiv {
  padding-left: 100px;
  padding-right: 100px;
}

.date {
  width: 40%;
  margin-top: 50px;
}

.text-span-11 {
  color: #0165fc;
}

.optimage {
  width: 15%;
}

.inhead {
  color: #0165fc;
  margin-top: 50px;
  margin-bottom: 50px;
}

.imageins {
  float: right;
  width: 25%;
}

.blue18 {
  color: #000;
  font-size: 24px;
}

.tab-link-tab-1 {
  color: #0165fc;
}

.tab-link-tab-1.w--current {
  color: #f5f5f5;
  background-color: #0165fc;
}

.agendabutton {
  background-color: #0165fc;
}

.rederror {
  color: #e72929;
}

.pic10 {
  margin-bottom: 10px;
}

.text-span-12 {
  color: #616161;
}

.html-embed {
  text-align: left;
}

.html-embed.quote {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 400px;
}

.container-14 {
  text-align: left;
}

.container-14.quote {
  text-align: center;
  margin-top: 10px;
}

.image-9 {
  color: #000;
  max-width: 100%;
}

.container-15 {
  text-align: center;
}

.quoteiframe {
  text-align: center;
  margin-bottom: 0;
}

.french {
  font-size: 13px;
}

.heading-14 {
  color: #222;
  text-align: center;
  font-weight: 600;
  line-height: 25px;
}

.heading-14.us {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.heading-14.us.space35 {
  color: #616161;
  margin-bottom: 30px;
  font-style: normal;
}

.freequote {
  margin-top: 0;
  margin-bottom: 0;
}

.container-16, .container-17 {
  text-align: right;
}

.phonecall {
  margin-top: 10px;
  margin-right: 15px;
}

.right-nav {
  text-align: right;
}

.divider50 {
  margin-bottom: 50px;
}

.container-18 {
  margin-top: 60px;
  margin-bottom: 220px;
}

.button-3 {
  background-color: #274e9b;
}

.amvbutton {
  color: var(--white-smoke);
  background-color: #274e9b;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 140px;
  margin-left: 190px;
  font-size: 24px;
  line-height: 40px;
  display: block;
}

.image-10 {
  margin-bottom: 60px;
}

.colorated {
  outline-offset: 0px;
  text-align: center;
  vertical-align: baseline;
  outline: 3px #777;
}

.paragraph-10 {
  color: #0070a3;
  font-size: 18px;
  text-decoration: none;
}

.headnewa {
  text-align: center;
  margin: 0 20px;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
}

.contact-info {
  background-color: #fafaff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.contact-info:hover {
  opacity: 1;
}

.info-contact {
  color: #0070a3;
  text-align: center;
  font-size: 15px;
}

.link-block-5 {
  text-decoration: none;
  transition: all 1s;
}

.link-block-5:hover {
  opacity: .68;
  transform: scale(.9);
}

.link-block-6 {
  text-decoration: none;
}

.link-block-6.link-block-5 {
  margin-bottom: 100px;
}

.icon-header {
  text-align: center;
  flex-direction: row;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.service-heading {
  float: none;
  clear: none;
  color: #343e52;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.easyway {
  font-size: 62px;
  font-weight: 700;
  line-height: 60px;
}

.easyway.blue {
  color: #002366;
}

.grid-fourth {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.grid-fourth.jeremy {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container-413 {
  background-color: #ffffffc9;
  margin-bottom: 100px;
  padding: 60px 50px 75px;
  transition: all 1s;
}

.container-413:hover {
  background-color: #fffffff2;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-7.link-block-8, .link-block-7.link-block-9, .link-block-7.link-block-10, .link-block-7.link-block-11 {
  margin-bottom: 100px;
}

.container-414 {
  text-align: center;
  background-color: #0000;
  border-top-right-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-414.contact-agent {
  background-image: linear-gradient(#002366, #002366);
  margin-top: 0;
  margin-bottom: 500px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container-414.contact-agent.talk-to-agent {
  margin-top: 220px;
  margin-bottom: 500px;
}

.paragraph-11 {
  color: #0070a3;
  font-size: 18px;
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
  transition: all 1s;
}

.link-block-8:hover {
  opacity: .68;
  transform: scale(.9);
}

.container-415 {
  background-color: #ffffffc9;
  margin-bottom: 100px;
  padding: 60px 50px 75px;
  transition: all 1s;
}

.container-415:hover {
  background-color: #fffffff2;
}

.text-block-14 {
  margin-bottom: 60px;
  font-size: 24px;
}

.headnewa-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
}

.contact-info-2 {
  background-color: #fafaff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.contact-info-2:hover {
  opacity: 1;
}

.paragraph-12 {
  color: #002366;
  font-size: 18px;
  text-decoration: none;
}

.info-contact-2 {
  color: #002366;
  text-align: center;
  font-size: 18px;
}

.link-block-9 {
  text-decoration: none;
  transition: all 1s;
}

.link-block-9:hover {
  opacity: .68;
  transform: scale(.9);
}

.container-416 {
  background-color: #ffffffc9;
  margin-bottom: 100px;
  padding: 60px 50px 75px;
  transition: all 1s;
}

.container-416:hover {
  background-color: #fffffff2;
}

.headnewa-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
}

.contact-info-3 {
  background-color: #fafaff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.contact-info-3:hover {
  opacity: 1;
}

.paragraph-13 {
  color: #002366;
  font-size: 18px;
  text-decoration: none;
}

.info-contact-3 {
  color: #002366;
  text-align: center;
  font-size: 18px;
}

.link-block-10 {
  text-decoration: none;
  transition: all 1s;
}

.link-block-10:hover {
  opacity: .68;
  transform: scale(.9);
}

.container-417 {
  background-color: #ffffffc9;
  margin-bottom: 100px;
  padding: 60px 50px 75px;
  transition: all 1s;
}

.container-417:hover {
  background-color: #fffffff2;
}

.headnewa-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
}

.headnewa-4.blue {
  color: #002366;
}

.contact-info-4 {
  background-color: #fafaff;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.contact-info-4:hover {
  opacity: 1;
}

.paragraph-14 {
  color: #002366;
  font-size: 18px;
  text-decoration: none;
}

.info-contact-4 {
  color: #002366;
  text-align: center;
  font-size: 18px;
}

.link-block-11 {
  text-decoration: none;
  transition: all 1s;
}

.link-block-11:hover {
  opacity: .68;
  transform: scale(.9);
}

.container-418 {
  background-color: #ffffffc9;
  margin-bottom: 100px;
  padding: 60px 50px 75px;
  transition: all 1s;
}

.container-418:hover {
  background-color: #fffffff2;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-419 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body-4 {
  height: 80%;
}

.column-29 {
  text-align: center;
}

.contact-us {
  background-color: #002366;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 24px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.cell1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: block;
}

.cell-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
}

.link-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.cell, .cell-2, .cell-3 {
  display: block;
}

.insurance-logo {
  margin-bottom: 60px;
}

.image-67 {
  box-sizing: content-box;
  overflow: auto;
}

.body-5 {
  text-align: center;
  object-fit: cover;
}

.image-68 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.uui-footer01_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer01_social-icon {
  color: var(--untitled-ui--gray400);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer01_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  background-color: var(--royal-blue);
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.font-footer {
  font-size: 80%;
  font-weight: 400;
  line-height: 14px;
}

.text-span-13 {
  color: #e50e0e;
}

.image-69 {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-11 {
  background-color: #fff;
  margin-bottom: 100px;
}

.footer-section {
  background-color: #00b0f036;
  border-width: 0;
  padding-top: 20px;
  padding-bottom: 50px;
}

.footer-section.newfooter {
  background-color: #e4e4e4;
  margin-top: 140px;
}

.footerlink {
  color: gray;
}

.lil-arrow {
  color: #fff;
  text-shadow: 1px 1px 2px #919191;
  background-color: #0000;
}

.text-drop {
  color: #fff;
  text-shadow: 1px 1px 1px #919191;
  font-size: 16px;
}

.dropdown-2 {
  float: none;
  color: #a6a6a6;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .5s;
  box-shadow: 0 0 1px #a6a6a6;
}

.dropdown-2:hover {
  color: #00aeef;
  background-color: #002366;
}

.droplist {
  color: #919191;
  background-color: #0000;
  border: 0 #fff;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  transition: all .5s;
}

.c2right {
  text-align: right;
  padding-right: 50px;
}

.trademarkbc {
  font-size: 8px;
}

.footer-info {
  color: #919191b3;
  text-align: left;
  width: auto;
  margin-top: 20px;
  font-size: 10px;
}

.google-link {
  color: #a6a6a6;
  text-decoration: none;
}

.disclaimer-button {
  color: #a6a6a6;
  background-color: #0000;
  border: 1px solid #91919194;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  transition: all .5s;
}

.disclaimer-button:hover {
  background-color: #ffffff96;
  border-color: #fff;
}

.column-30 {
  text-align: left;
}

.image-70 {
  margin-top: 10px;
  padding-bottom: 10px;
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: .04;
  transform: scale(.5);
}

html.w-mod-js [data-ix="left-image"] {
  opacity: .43;
  display: block;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="left-image-2"] {
  opacity: .43;
  display: block;
  transform: translate(100px);
}

html.w-mod-js [data-ix="portfolio-hover"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hero-image"] {
  opacity: 0;
  display: block;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="title-fade-in"], html.w-mod-js [data-ix="title-fade-in-2"], html.w-mod-js [data-ix="title-fade-in-3"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="fade-in-from-left"] {
  opacity: 0;
  transform: translate(-75px);
}

html.w-mod-js [data-ix="fade-in-from-right-slow"], html.w-mod-js [data-ix="fade-in-from-right"] {
  opacity: 0;
  transform: translate(70px);
}

@media screen and (max-width: 991px) {
  h1 {
    text-shadow: 0 0 #000;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 54px;
  }

  h2 {
    box-shadow: none;
    text-shadow: 0 0 #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  h3 {
    font-size: 17px;
    line-height: 28px;
  }

  p {
    font-size: 13px;
  }

  .section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section.dark {
    transition: all .5s;
  }

  .section.bg-image {
    background-image: linear-gradient(#0003, #0003), url('../images/travelinsurance2-1280x778.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    position: static;
  }

  .section.bg-image.getstarted-section, .section.map {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    margin-top: 300px;
  }

  .hero-text.about-text {
    margin-top: 0;
  }

  .hero-text.headstool.uppw.pw {
    margin-bottom: 0;
  }

  .hero-text.herotext1 {
    margin-top: 325px;
  }

  .icon {
    width: 50%;
  }

  .icon.iconarrow {
    display: none;
  }

  .portfolio-text {
    margin-top: 46px;
  }

  .portfolio-text.left-up {
    margin-top: 25px;
  }

  .center-tittle.titre-blanc {
    font-size: 30px;
    line-height: 45px;
  }

  .center-tittle.whiteconf {
    font-size: 20px;
  }

  .job-title {
    margin-top: 4px;
  }

  .name {
    font-size: 15px;
    line-height: 21px;
  }

  .social-team {
    top: 0;
  }

  .image-wrapper {
    padding-right: 18px;
  }

  .nav-link {
    display: block;
  }

  .nav-link.navquote {
    float: left;
    text-align: center;
    width: 25%;
    position: relative;
  }

  .nav-menu {
    background-color: #0000007a;
    width: 100%;
    min-width: 1px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 25px;
    position: static;
  }

  .menu-button {
    float: right;
  }

  .left-image.nomed {
    width: 100%;
    margin-top: 83px;
  }

  .portfolio.one {
    background-position: 50%;
    background-size: 285px;
    margin-bottom: 20px;
  }

  .portfolio.two {
    background-position: 50%;
    background-size: 285px;
  }

  .portfolio.three {
    background-image: url('../images/INVESTMENTS2.png');
    background-position: 50%;
    background-size: 285px;
  }

  .portfolio.three.six {
    background-image: url('../images/FOREIGNWORKERS.png');
  }

  .portfolio.three._9 {
    background-size: 285px;
  }

  .portfolio-title {
    padding-top: 140px;
  }

  .portfolio-info {
    font-size: 12px;
  }

  .slider {
    height: 90%;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-1.slidemeet {
    background-image: linear-gradient(#0000, #0000), url('../images/small.jpg');
    background-position: 0 0, 100%;
  }

  .slide-1.slidemeet.allpage {
    background-image: linear-gradient(#00000057, #00000057), url('../images/small.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .slide-1.slidepartner1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Corporate_Website.jpg');
    background-size: auto, cover;
  }

  .slide-2.slidefr {
    background-image: linear-gradient(to bottom, null, null), url('../images/o-HAPPY-FAMILY-facebook.jpg');
    background-position: 0 0, 50%;
  }

  .mobile-icon {
    color: #fff;
  }

  .accent-text {
    font-size: 40px;
    line-height: 40px;
  }

  .accent-text.adtext {
    font-size: 35px;
  }

  .paragraphh-center {
    font-size: 17px;
  }

  .paragraphh-center.parablanc {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraphh-center.paramob {
    font-size: 17px;
  }

  .big-title {
    font-size: 40px;
  }

  .section1, .sectionicon {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-3.paramain {
    height: 100px;
  }

  .paragraph-3.paray, .paragraph-3.parasup {
    height: 125px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-4.paramain {
    height: 100px;
  }

  .paragraph-4.pary {
    height: 125px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-5.paramain {
    height: 100px;
  }

  .paragraph-5.parasup {
    height: 125px;
  }

  .heading-6.headnomed {
    padding-left: 0;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .heading-7 {
    font-weight: 600;
  }

  .heading-8.head5 {
    font-size: 51px;
    line-height: 60px;
  }

  .heading-8.head5.headleg {
    margin-left: 50px;
    margin-right: 50px;
    line-height: 60px;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-value {
    background-image: linear-gradient(to bottom, null, null), url('../images/familyinsurance.png');
    background-position: 0 0, 50%;
  }

  .container-3 {
    margin-top: 125px;
  }

  .container-3.container4 {
    margin-top: 175px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .headnat {
    margin-top: 20px;
    font-size: 28px;
  }

  .tabcontact1 {
    padding-left: 0;
    padding-right: 0;
  }

  .headadv {
    margin-top: 0;
  }

  .affiliate-button {
    width: 25%;
  }

  .section-client {
    padding-left: 100px;
    padding-right: 100px;
  }

  .bluebold.yellow.confi {
    font-size: 20px;
  }

  .supporthead1 {
    text-align: center;
  }

  .parasupport {
    font-size: 17px;
  }

  .parasupport.box.paraaccess {
    margin-top: 20px;
  }

  .column-8 {
    text-align: left;
  }

  .headclient {
    font-size: 40px;
  }

  .testimony {
    font-size: 15px;
  }

  .dropdown-toggle {
    float: none;
    width: auto;
    display: block;
  }

  .dropdown {
    float: left;
    display: block;
  }

  .heading-11.toolhead {
    font-size: 45px;
  }

  .heading-11.toolhead.headacc {
    margin-bottom: 25px;
  }

  .image-3 {
    width: 50%;
  }

  .column-10 {
    text-align: center;
  }

  .toolssec {
    padding-left: 25px;
    padding-right: 25px;
  }

  .newtext {
    font-size: 18px;
  }

  .newimage {
    width: 39%;
  }

  .newlink {
    width: 175px;
    height: 175px;
  }

  .headinaff {
    font-size: 25px;
  }

  .afftext1 {
    font-size: 18px;
  }

  .afftext1.thrive {
    font-size: 16px;
  }

  .para-back-card {
    text-align: center;
    margin-top: 75px;
    font-size: 14px;
    line-height: 18px;
  }

  .aff-text.ex3 {
    font-size: 30px;
  }

  .aff-text.ex3.ex09.ex65.ex534 {
    font-size: 40px;
  }

  .headimage1.whitetext.headinflips {
    text-shadow: none;
    font-size: 33px;
  }

  .backcard, .backcard.flip12a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divblockgreyshad {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vip-program-text {
    font-size: 16px;
  }

  .slidereference {
    padding-left: 15px;
    padding-right: 15px;
  }

  .textface {
    font-size: 16px;
  }

  .tabmeet {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .whiteteam {
    font-size: 16px;
  }

  .slide-texte {
    width: auto;
    margin-bottom: 20px;
  }

  .div-face {
    padding-top: 0;
  }

  .list1 {
    padding-left: 125px;
    font-size: 16px;
  }

  .list1.point {
    font-size: 16px;
  }

  .newsectools {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tooltext1 {
    font-size: 16px;
  }

  .head123 {
    font-size: 50px;
  }

  .willtext {
    font-size: 20px;
  }

  .headquotet {
    font-size: 50px;
  }

  .text-value {
    font-size: 25px;
  }

  .text-span-7 {
    font-size: 20px;
  }

  .mainbutton {
    float: left;
    display: inline-block;
  }

  .mainbutton.advisorbutton {
    margin-left: 20px;
  }

  .link-block {
    float: right;
    position: static;
  }

  .container-11 {
    text-align: left;
  }

  .link-block-2 {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .image-6 {
    float: left;
    width: 20%;
  }

  .boite {
    display: block;
  }

  .cont12 {
    margin-top: 200px;
  }

  .cont12.contlegald {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 10px;
  }

  .text-par-1.legal1, .text-par2.legal1, .text-para3.legal1 {
    text-shadow: none;
    margin-bottom: 20px;
  }

  .text-para5 {
    margin-bottom: 20px;
  }

  .section-7.privacy-sec {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-par4 {
    margin-bottom: 20px;
  }

  .code-of-conduct-sec1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-ind {
    margin-top: 0;
    padding-top: 30px;
  }

  .middle-text-in-banner {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 41px;
  }

  .middle-text-in-banner.fromld {
    margin-top: 9px;
    font-size: 18px;
  }

  .legalcont {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-para6 {
    margin-bottom: 20px;
  }

  .traveleing, .traveleing.drh {
    font-size: 15px;
  }

  .advisoraccess {
    display: none;
  }

  .tempopt {
    margin-top: 10px;
  }

  .nav-menu-2 {
    background-color: #00000091;
  }

  .nav-menu-3 {
    background-color: #0000009e;
    padding-bottom: 20px;
  }

  .contact-fr {
    padding: 100px 50px;
  }

  .nav-menu-4 {
    background-color: #000000ad;
    padding-bottom: 20px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .nworth {
    width: auto;
  }

  .legalsection {
    padding: 50px;
  }

  .privacysection, .complain-section, .section-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .linksec {
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .legalbut {
    margin-bottom: 10px;
  }

  .div-block-3 {
    width: 60%;
  }

  .div-block-3.dicaccess {
    width: 70%;
  }

  .logacc {
    margin-bottom: 20px;
  }

  .purpletxt {
    padding-left: 200px;
    padding-right: 200px;
  }

  .kick {
    width: 55%;
  }

  .sessions-formations {
    font-size: 11px;
  }

  .bouton-2 {
    width: 40%;
  }

  .administrative {
    font-size: 11px;
  }

  .mercredi {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  ._129 {
    font-size: 15px;
  }

  .jeudi {
    color: #f50062;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .conjoint {
    font-size: 11px;
  }

  .form-wrapper {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-wrapper.blueform {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blackdiv6 {
    padding-left: 0;
    padding-right: 0;
  }

  .vendredi {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .inscription, .bow {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-5 {
    background-size: cover;
  }

  .conftextdiv {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-info {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-fourth {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-fourth.jeremy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .link-block-7.link-block-5 {
    flex: 0 auto;
  }

  .container-414 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info-2, .contact-info-3, .contact-info-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-419 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 26px;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 60px;
  }

  h2 {
    box-shadow: none;
    text-shadow: 0 0 #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  h3 {
    text-align: center;
    line-height: 27px;
  }

  p {
    text-align: center;
  }

  .button {
    margin-top: 30px;
  }

  .button.hero {
    margin-top: 0;
  }

  .section {
    margin-bottom: 0;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.dark {
    transition: all .5s;
  }

  .section.dark.folio {
    padding-bottom: 0;
  }

  .section.bg-image {
    background-image: linear-gradient(#00000040, #00000040), url('../images/travelinsurance2-1280x778.jpg');
    background-position: 0 0, -283px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg-image.advisorsec, .section.sectionyou {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-text {
    margin-top: 200px;
  }

  .hero-text.about-text {
    margin-top: -10px;
  }

  .hero-text.headstool {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .hero-text.herotext1 {
    margin-top: 100px;
    margin-bottom: 200px;
  }

  .services {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .icon {
    width: 20%;
  }

  .portfolio-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-text.left-up {
    margin-top: 0;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .center-tittle {
    font-size: 30px;
  }

  .center-tittle.titre-blanc {
    font-size: 35px;
  }

  .center-tittle.whiteconf {
    font-size: 20px;
  }

  .job-title {
    text-align: left;
    display: block;
  }

  .team-text, .name {
    text-align: left;
  }

  .team2 {
    padding-top: 0;
  }

  .h1-dark {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 31px;
  }

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .address {
    text-align: left;
  }

  .conatct-info {
    text-align: center;
    padding-bottom: 60px;
  }

  .footer {
    padding-left: 13px;
    padding-right: 13px;
  }

  .social-wrapper {
    padding-top: 0;
  }

  .h3phone {
    text-align: left;
  }

  .image-wrapper {
    text-align: right;
  }

  .team-column {
    margin-bottom: 54px;
  }

  .nav-menu {
    height: 100%;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 25px;
    position: static;
  }

  .portfolio.one, .portfolio.two {
    background-position: 50% 100%;
    background-size: auto;
    margin-bottom: 20px;
  }

  .portfolio.three {
    background-position: 0 -50px;
    background-size: auto;
    margin-bottom: 20px;
  }

  .portfolio.three.six {
    background-position: 0 -44px;
  }

  .portfolio.three._9 {
    background-position: 0 -56px;
    background-size: auto;
  }

  .portfolio.four, .portfolio.five, .portfolio.six {
    margin-bottom: 20px;
  }

  .portfolio-title {
    padding-top: 120px;
  }

  .slider {
    height: 100%;
  }

  .nav-bar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .client-logo {
    margin-bottom: 50px;
  }

  .portfolio-back {
    text-align: center;
    padding-bottom: 40px;
  }

  .prev-icon {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .slide-1.client-library {
    padding-left: 50px;
    padding-right: 50px;
  }

  .portfolio-page-mobile {
    text-align: center;
    padding-bottom: 30px;
  }

  .accent-text {
    color: #fff;
    margin-top: 125px;
    font-size: 30px;
    font-weight: 900;
  }

  .accent-text.adtext {
    margin-top: 25px;
    font-size: 30px;
  }

  .paragraphh-center.parablanc {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraphh-center.paramob {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraphh-center.paramob.paraconf {
    padding-left: 0;
    padding-right: 0;
  }

  .big-title {
    font-size: 30px;
  }

  .sliderlogo {
    height: 80px;
  }

  .section-2 {
    padding-left: 50px;
    padding-right: 0;
  }

  .slide-3, .slideni, .slide-4, .slide-5, .slide5i, .slide-6, .slide-7, .slide81, .slide-8, .slide-1-2, .slidefg, .slide-1-3, .slide16, .slide17, .slide18 {
    width: 30%;
  }

  .paragraph-3.paramain, .paragraph-3.paray, .paragraph-3.parasup, .paragraph-4.paramain, .paragraph-4.pary, .paragraph-4.parasup, .paragraph-5.paramain, .paragraph-5.pary, .paragraph-5.parasup {
    height: auto;
  }

  .paragraph-6 {
    text-align: left;
  }

  .heading-7 {
    font-size: 20px;
    font-weight: 600;
  }

  .heading-8 {
    font-size: 50px;
  }

  .heading-8.head5 {
    font-size: 40px;
  }

  .heading-8.head5.headleg {
    line-height: 40px;
  }

  .section-value {
    background-image: linear-gradient(#0000004a, #0000004a), url('../images/familyinsurance.png');
    background-position: 0 0, 50%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .background-video {
    background-image: linear-gradient(#0165fcf2, #0165fcf2);
    height: 400px;
    overflow: visible;
  }

  .container-3.container4 {
    margin-top: 150px;
  }

  .headnat {
    margin-top: 10px;
    font-size: 20px;
  }

  .nattab {
    overflow: visible;
  }

  .boldcontact, .link-3, .link-4, .link-5, .link-6 {
    font-size: 14px;
  }

  .image-2 {
    margin-top: 10px;
  }

  .headoptimal {
    font-size: 30px;
  }

  .paradvisor {
    text-align: left;
  }

  .affiliate-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .affiliate-button {
    width: 25%;
  }

  .bluebold.yellow.confi {
    font-size: 20px;
  }

  .parasupport {
    text-align: left;
  }

  .headclient {
    font-size: 30px;
  }

  .heading-10 {
    font-size: 16px;
  }

  .heading-11 {
    font-size: 50px;
  }

  .heading-11.toolhead.headacc {
    font-size: 30px;
  }

  .column-10 {
    text-align: center;
  }

  .toolssec {
    height: 75%;
  }

  .aff-link-cont {
    padding-left: 30px;
    padding-right: 30px;
  }

  .newtext {
    font-size: 14px;
    font-weight: 600;
  }

  .newlink {
    width: 125px;
    height: 125px;
  }

  .arrowback.blue.small-gold {
    background-position: 50% 43%;
  }

  .headinaff {
    font-size: 20px;
  }

  .afftext1 {
    font-size: 18px;
    line-height: 23px;
  }

  .afftext1.thrive {
    line-height: 23px;
  }

  .para-back-card {
    margin-top: 30px;
  }

  .para-back-card.paramid123._253 {
    margin-top: 20px;
    line-height: 14px;
  }

  .cardfront {
    width: 41%;
  }

  .textb1 {
    font-size: 16px;
    line-height: 23px;
  }

  .aff-text.ex3 {
    font-size: 25px;
    line-height: 40px;
  }

  .aff-text.ex3.ex09 {
    font-weight: 400;
  }

  .aff-text.ex3.ex09.ex65.ex534 {
    font-size: 25px;
  }

  .headimage1.whitetext.headinflips {
    font-size: 20px;
  }

  .image-affiliate-prog {
    width: 100%;
  }

  .backcard.flip12a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divblockgreyshad {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title1 {
    font-size: 24px;
  }

  .vip-program-text {
    margin-top: 5px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .tabbc12.tab-buttonb1.bluetab.w--current {
    display: inline-block;
    position: static;
  }

  .crown {
    width: 100%;
  }

  .tab2bc1.tab-buttonb1.bluetab.vip {
    width: 30%;
  }

  .vipimage {
    width: 61%;
    display: inline-block;
    position: relative;
    top: -28px;
  }

  .head653 {
    font-size: 15px;
  }

  .mc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dj1 {
    width: 25%;
    display: block;
  }

  .dj1.traceyright {
    float: right;
  }

  .dj1.nat {
    width: 25%;
  }

  .bold1 {
    font-size: 16px;
    display: block;
  }

  .slide-texte {
    font-size: 15px;
  }

  .list1 {
    padding-left: 50px;
    font-size: 15px;
  }

  .list1.point {
    font-size: 16px;
  }

  .backtriangle.formaff {
    background-repeat: repeat-x;
    background-size: contain;
  }

  .newsectools {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tooltext1 {
    font-size: 12px;
  }

  .quote-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .advisorcompliance {
    padding-left: 30px;
    padding-right: 30px;
  }

  .willtext {
    line-height: 30px;
  }

  .container-6 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-value {
    font-size: 20px;
  }

  .calcbutton.butaccess {
    font-size: 12px;
  }

  .link-block-2 {
    padding-left: 10px;
  }

  .image-6 {
    width: 22%;
  }

  .boite {
    width: 100%;
    margin-top: 6px;
    padding-right: 0;
    font-size: 25px;
    display: inline;
  }

  .section-7.privacy-sec, .code-of-conduct-sec1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-ind {
    background-color: #ffffffcf;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

  .middle-text-in-banner {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 35px;
  }

  .traveleing.travelop, .traveleing.drh {
    font-size: 20px;
  }

  .get-travel {
    width: 100%;
  }

  .health-dental-icon {
    width: 71%;
  }

  .tempopt {
    margin-top: 15px;
  }

  .bold-text-2 {
    text-align: left;
  }

  .image-7 {
    width: auto;
  }

  .div-block-3 {
    width: 90%;
  }

  .privacylink {
    font-size: 8px;
  }

  .purpletxt {
    padding-left: 150px;
    padding-right: 150px;
  }

  .kick {
    width: 61%;
  }

  .bouton-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .admin, .mercredi, .reservation, .reservation.small-txt {
    font-size: 14px;
  }

  .submit.sunbotton {
    width: auto;
  }

  ._129, .jeudi {
    font-size: 14px;
  }

  .form-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .souper, .vendredi {
    font-size: 14px;
  }

  .inscription {
    padding-left: 25px;
    padding-right: 25px;
  }

  .conftextdiv {
    padding-left: 50px;
    padding-right: 50px;
  }

  .optimage {
    width: 20%;
  }

  .contact-info {
    width: 100%;
  }

  .service-heading {
    text-align: left;
  }

  .grid-fourth {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-info-2, .contact-info-3, .contact-info-4 {
    width: 100%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .team-slider, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .uui-footer01_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_social-link:hover, .uui-footer01_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-info {
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: 0 0 #000;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
  }

  h2 {
    box-shadow: none;
    text-shadow: 0 0 #000;
    margin-bottom: -10px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
  }

  h3 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
  }

  p {
    text-align: center;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .button.hero {
    margin-bottom: 10px;
    padding: 6px 13px;
  }

  .section {
    text-align: left;
    padding: 50px 10px;
  }

  .section.dark {
    padding: 50px 0;
    transition: all .5s;
  }

  .section.dark.iphone {
    padding-bottom: 50px;
  }

  .section.bg-image {
    background-image: linear-gradient(#00000042, #00000042), url('../images/travelinsurance2-640x389.jpg');
    background-position: 0 0, 8%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.iphone {
    padding-bottom: 50px;
  }

  .section.sectionyou {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-text {
    margin-top: 80px;
  }

  .hero-text.about-text {
    margin-top: 18px;
  }

  .hero-text.herotext1 {
    margin-top: 125px;
    margin-bottom: 0;
  }

  .hero-text.herotext1.quote {
    margin-top: 0;
  }

  .hero-text.herotext1.main {
    margin-top: 20px;
  }

  .services {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    text-align: left;
    width: 40%;
  }

  .portfolio-text {
    text-align: center;
    margin-top: 40px;
    padding-left: 22px;
  }

  .portfolio-text.left-up {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 20px;
  }

  .center-tittle {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 18px;
  }

  .center-tittle.titre-blanc {
    font-size: 30px;
  }

  .center-tittle.whiteconf {
    font-size: 10px;
    line-height: 20px;
  }

  .center-tittle.topspace75 {
    margin-top: 10px;
    padding-left: 0;
  }

  .job-title {
    padding-left: 10px;
  }

  .team-text {
    text-align: center;
  }

  .name {
    text-align: center;
    padding-top: 10px;
  }

  .social-team {
    top: 0;
  }

  .team2 {
    padding-top: 20px;
  }

  .h1-dark {
    text-shadow: 0 0 #000;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .address {
    text-align: center;
    padding-left: 20px;
  }

  .conatct-info {
    text-align: center;
  }

  .social-wrapper {
    padding-top: 0;
  }

  .h3phone {
    padding-left: 10px;
  }

  .image-wrapper, .info-wrapper {
    float: none;
    text-align: center;
    width: 100%;
  }

  .nav-link.navquote {
    width: 30%;
  }

  .nav-menu {
    height: 100%;
    margin-top: 0;
    padding-bottom: 30px;
    position: static;
    inset: 0 auto auto 0;
  }

  .left-image.nomed {
    width: 25%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio.one.four {
    background-position: 36% 77%;
  }

  .portfolio.one._7 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: -78px -51px;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
    left: auto;
  }

  .portfolio.three {
    background-position: 50% 75%;
    margin-bottom: 20px;
  }

  .portfolio.three.six {
    background-position: 44% 84%;
  }

  .portfolio.three._9 {
    background-position: 20% 93%;
  }

  .slider {
    height: 55%;
  }

  .slider-1 {
    padding-left: 16px;
  }

  .slide-1.slidemeet {
    background-image: linear-gradient(#0000, #0000), url('../images/small.jpg');
    background-position: 0 0, 72%;
  }

  .slide-1.slidemeet.allpage {
    background-image: linear-gradient(#00000063, #00000063), url('../images/small.jpg');
    background-position: 0 0, 67%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .slide-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/1.jpg');
    background-position: 0 0, 50%;
  }

  .mobile-icon {
    color: #fff;
  }

  .accent-text {
    margin-top: 10px;
    padding-top: 18px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .accent-text.adtext {
    font-size: 20px;
  }

  .paragraphh-center {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .paragraphh-center.parablanc {
    font-size: 20px;
  }

  .paragraphh-center.paramob {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .big-title {
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .big-title.big-left-title {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }

  .big-title.big-left-title.centre {
    margin-top: 0;
    font-size: 40px;
  }

  .sliderlogo {
    height: 80px;
  }

  .section-2 {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/blurred-background-office1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 0 25px;
  }

  .slide-3, .slideni, .slide-4, .slide-5, .slide5i {
    width: 50%;
  }

  .logoimage {
    width: 80%;
  }

  .slide-6, .slide-7, .slide81, .slide-8, .slide-1-2, .slidefg, .slide-1-3, .slide16, .slide17, .slide18 {
    width: 50%;
  }

  .section1 {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sectionicon {
    text-align: left;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-3 {
    padding-right: 0;
    font-size: 15px;
  }

  .paragraph-3.para4white {
    margin-bottom: 20px;
  }

  .paragraph-3.paramain {
    font-size: 16px;
  }

  .paragraph-4 {
    padding-right: 0;
  }

  .paragraph-4.para4white {
    margin-bottom: 20px;
  }

  .paragraph-5 {
    padding-right: 0;
    font-size: 15px;
  }

  .paragraph-5.paramain {
    font-size: 16px;
  }

  .heading-6.headnomed {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .paragraph-6 {
    padding-right: 0;
  }

  .heading-7 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
  }

  .heading-8 {
    margin-bottom: 35px;
    font-size: 30px;
  }

  .heading-8.head5 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-8.head5.headleg {
    font-size: 20px;
  }

  .buttonblue {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .section-value {
    background-image: linear-gradient(#00000040, #00000040), url('../images/familyinsurance.png');
    background-position: 0 0, 76%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 40px 10px 10px;
  }

  .blacktext {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .boldb {
    font-size: 15px;
  }

  .background-video {
    text-align: center;
  }

  .headnat, .boldcontact {
    font-size: 13px;
  }

  .link-3, .link-4, .link-5, .link-6 {
    font-size: 11px;
  }

  .tabbuttton {
    width: 50%;
    display: inline-block;
  }

  .tabtext {
    text-align: center;
    font-size: 14px;
  }

  .headoptimal {
    font-size: 18px;
  }

  .paradvisor {
    font-size: 15px;
  }

  .headadv {
    text-align: left;
  }

  .affiliate-button {
    width: 50%;
    font-size: 15px;
  }

  .travel {
    width: 100%;
  }

  .text-span-2.spanblack {
    font-size: 15px;
  }

  .column-7 {
    padding-left: 0;
  }

  .section-client {
    padding: 40px 10px 40px 5px;
  }

  .section-temoignage {
    padding: 60px 10px 20px;
  }

  .bluebold.yellow.confi {
    font-size: 10px;
  }

  .supporthead1 {
    margin-right: 10px;
    font-size: 18px;
  }

  .supporthead1.centre {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
  }

  .parasupport {
    margin: 15px 0 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .column-8 {
    margin-bottom: -20px;
  }

  .slidertest {
    padding-left: 0;
    padding-right: 0;
  }

  .headclient {
    font-size: 18px;
  }

  .testimony {
    padding-right: 0;
    line-height: 20px;
  }

  .signature {
    font-size: 18px;
  }

  .heading-10 {
    font-size: 15px;
    line-height: 25px;
  }

  .heading-11 {
    font-size: 40px;
  }

  .heading-11.toolhead {
    font-size: 36px;
  }

  .heading-11.toolhead.headacc {
    font-size: 20px;
    line-height: 30px;
  }

  .image-3 {
    width: 65%;
  }

  .column-10 {
    text-align: left;
  }

  .heading-12 {
    font-size: 18px;
  }

  .aff-link-cont {
    padding-left: 25px;
    padding-right: 25px;
  }

  .newtext {
    font-size: 18px;
  }

  .newimage {
    width: 20%;
  }

  .newlink {
    border-radius: 25px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .newlink:hover {
    transform: translate(30px);
  }

  .arrowback.blue.small-gold {
    background-position: 50%;
    background-size: contain;
  }

  .headinaff {
    font-size: 20px;
  }

  .aff-head1.white12 {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
  }

  .afftext1 {
    font-size: 16px;
  }

  .afftext1.thrive {
    font-size: 15px;
  }

  .para-back-card {
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .cardfront {
    width: 50%;
  }

  .frontcard {
    inset: 0;
  }

  .frontcard._1 {
    height: 300px;
  }

  .textb1 {
    text-align: center;
    font-size: 15px;
  }

  .aff-text.ex3 {
    font-size: 27px;
    line-height: 35px;
  }

  .aff-text.ex3.ex09 {
    font-size: 25px;
  }

  .aff-text.ex3.ex09.ex65.ex534 {
    font-size: 27px;
  }

  .headimage1.whitetext.headinflips {
    margin-top: 100px;
    font-size: 35px;
  }

  .fleche09 {
    float: none;
    width: 34%;
    position: relative;
    left: -38px;
  }

  .cflip {
    position: relative;
  }

  .image-affiliate-prog {
    width: 100%;
  }

  .rowcell {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .midcontainer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .backcard.flip12a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .divblockgreyshad {
    padding-left: 30px;
    padding-right: 30px;
  }

  .parablacklato {
    text-align: left;
  }

  .tabs-2 {
    text-align: center;
    display: inline-block;
    position: static;
  }

  .title1 {
    font-size: 20px;
  }

  .tabmorei {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabbc12.tab-buttonb1 {
    width: 47%;
    margin-bottom: 10px;
  }

  .tabbc12.tab-buttonb1.bluetab {
    width: auto;
  }

  .crown {
    width: 20%;
  }

  .tab2bc1.tab-buttonb1 {
    width: 47%;
    margin-left: 0;
  }

  .tab2bc1.tab-buttonb1.bluetab {
    width: auto;
    margin-bottom: 10px;
  }

  .textlink34 {
    width: 100%;
  }

  .vipimage {
    width: 100%;
    position: static;
  }

  .crownc {
    text-align: left;
  }

  .ref-name {
    margin-top: 10px;
    font-size: 20px;
  }

  .head653 {
    font-size: 16px;
  }

  .slidereference {
    background-position: 49%;
    background-size: cover;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .meetteam.w--current {
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .small-gline {
    width: 50%;
  }

  .cmid1 {
    text-align: center;
  }

  .tbscv {
    text-align: center;
    display: block;
    position: static;
  }

  .mc.bcb1cont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dj1, .dj1.nat {
    width: 57%;
  }

  .bold1 {
    width: 100%;
    display: inline-block;
  }

  .tabmeet {
    padding-left: 0;
    padding-right: 0;
  }

  .anotherdiv.team {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-texte {
    width: auto;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .list1 {
    padding-left: 30px;
    font-size: 16px;
  }

  .list1.point {
    font-size: 15px;
    line-height: 23px;
  }

  .c-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .afffrom-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .backtriangle.formaff {
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pwpic.lockacc {
    width: 25%;
  }

  .toollinks {
    width: 75%;
    margin-bottom: 5px;
  }

  .head123 {
    font-size: 30px;
    line-height: 35px;
  }

  .head123.space80 {
    font-size: 26px;
  }

  .section-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .willtext {
    font-size: 15px;
    line-height: 20px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headquotet {
    font-size: 40px;
  }

  .text-value {
    font-size: 20px;
    line-height: 20px;
  }

  .valuetitle {
    font-size: 15px;
  }

  .c89 {
    padding-left: 10px;
  }

  .icon-value {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mainbutton.advisorbutton {
    margin-left: 10px;
  }

  .image-6 {
    width: 45%;
  }

  .body {
    height: 35%;
  }

  .client-tool-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .boite {
    float: left;
    text-align: left;
    margin-left: 20px;
    margin-right: 10px;
    padding-right: 0;
    font-size: 15px;
    display: block;
  }

  .text5 {
    font-size: 20px;
  }

  .partnerlink {
    margin-bottom: 10px;
  }

  .text-para3, .text-para5 {
    font-size: 15px;
  }

  .section-7.privacy-sec {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-par4 {
    font-size: 15px;
  }

  .para-legal-stat {
    position: relative;
    left: 1px;
    right: 0;
  }

  .code-of-conduct-sec1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-ind {
    background-color: #ffffffe6;
    margin-left: 10px;
    margin-right: 10px;
  }

  .individual-insurance {
    font-size: 22px;
  }

  .middle-text-in-banner {
    font-size: 16px;
  }

  ._2-row {
    margin-bottom: 27px;
  }

  .traveleing, .traveleing.drh {
    font-size: 18px;
  }

  .get-travel {
    width: 50%;
  }

  .get-travel.get-travel1 {
    width: 52%;
  }

  .health-dental-icon {
    width: 50%;
  }

  .tempopt {
    margin-top: 10px;
  }

  .navtemp {
    font-size: 13px;
  }

  .contact-fr.quote {
    background-image: linear-gradient(#f5f5f5f5, #f5f5f5f5);
    padding: 60px 10px;
  }

  .heading-13 {
    font-size: 15px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .image-7 {
    width: 25%;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3.dicaccess {
    width: 90%;
  }

  .avisdiv {
    margin-left: 25px;
    margin-right: 25px;
  }

  .privacylink {
    font-size: 8px;
  }

  .purpletxt {
    padding-left: 50px;
    padding-right: 50px;
  }

  .cmid {
    padding-top: 50px;
  }

  .triangle {
    width: 45%;
  }

  .bouton-2 {
    width: 65%;
    margin-bottom: 75px;
  }

  .logo123 {
    width: 50%;
  }

  .commentaire {
    font-size: 9px;
  }

  .form-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .inscription {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bow {
    margin-bottom: 75px;
  }

  .date {
    width: 100%;
  }

  .recaptcha {
    margin-left: -30px;
    margin-right: 0;
  }

  .bold-text-7 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .html-embed.quote {
    margin-bottom: 300px;
    margin-left: 0;
  }

  .container-14.quote {
    margin-top: 20px;
  }

  .heading-14.us {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-14.us.space35 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .divider50 {
    margin-bottom: 20px;
  }

  .amvbutton {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .image-10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-60 {
    margin-bottom: 10px;
  }

  .headnewa {
    width: auto;
    margin: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .contact-info {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-5 {
    margin-right: 0;
    padding-right: 0;
  }

  .link-block-6.link-block-5 {
    margin-bottom: 10px;
  }

  .icon-header, .service-heading {
    text-align: center;
  }

  .easyway {
    margin-right: 10px;
    padding-right: 0;
    font-size: 35px;
  }

  .grid-fourth.jeremy {
    grid-template-rows: auto auto auto auto;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px 0 60px 30px;
  }

  .container-413 {
    margin-bottom: 60px;
    padding: 10px 0 0;
  }

  .link-block-7.link-block-8, .link-block-7.link-block-9, .link-block-7.link-block-10, .link-block-7.link-block-11 {
    margin-bottom: 10px;
  }

  .container-414 {
    max-width: 1200px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-414.contact-agent {
    margin-bottom: 220px;
    padding-top: 0;
  }

  .image-61 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-8 {
    margin-right: 0;
    padding-right: 0;
  }

  .container-415 {
    margin-bottom: 60px;
    padding: 10px 0 0;
  }

  .text-block-14 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
  }

  .image-62 {
    width: 80px;
  }

  .bold-text-8 {
    font-size: 22px;
  }

  .column-28 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-63 {
    margin-bottom: 10px;
  }

  .headnewa-2 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 25px;
    font-size: 18px;
    line-height: 30px;
  }

  .contact-info-2 {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-block-9 {
    margin-right: 0;
    padding-right: 0;
  }

  .container-416 {
    margin-bottom: 60px;
    padding: 10px 0 0;
  }

  .image-64 {
    margin-bottom: 10px;
  }

  .headnewa-3 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 25px;
    font-size: 18px;
    line-height: 30px;
  }

  .contact-info-3 {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-block-10 {
    margin-right: 0;
    padding-right: 0;
  }

  .container-417 {
    margin-bottom: 60px;
    padding: 10px 0 0;
  }

  .image-65 {
    margin-bottom: 10px;
  }

  .headnewa-4 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 25px;
    font-size: 18px;
    line-height: 30px;
  }

  .headnewa-4.blue {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .contact-info-4 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .link-block-11 {
    margin-right: 0;
    padding-right: 0;
  }

  .container-418 {
    margin-bottom: 20px;
    padding: 10px 0 0;
  }

  .container-419 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .contact-us {
    overflow-wrap: normal;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
  }

  .image-66 {
    margin-top: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .italic-text-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-68 {
    aspect-ratio: auto;
    object-fit: scale-down;
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-logo_logotype {
    text-align: center;
    max-width: 50%;
    height: 30%;
    padding-left: 60px;
  }

  .uui-footer01_left-wrapper {
    text-align: left;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .image-69 {
    max-width: 60%;
  }

  .section-11 {
    margin-bottom: 40px;
  }

  .footer-section.newfooter {
    margin-top: 20px;
  }

  .text-drop {
    font-size: 14px;
  }

  .footer-info {
    padding-right: 0;
  }

  .disclaimer-button {
    font-size: 12px;
  }
}

#w-node-_4af3d1fd-09a4-0dcd-670d-f60a08e50adf-1030fdd7, #w-node-_95acdb44-15ce-2cbe-0d75-786c9fcc4c75-3f30fe25, #w-node-_14c10acc-1a55-ca52-4d37-6227001f5baf-b29f9b5e, #w-node-a24b32cc-3134-3611-013c-5201a21802df-9682c8b0, #w-node-_4f3a027b-e19a-5e01-2411-009c5ad119fe-1b543d18, #w-node-_3399aa27-c61c-c637-6ac2-546805fad93a-dca91733, #w-node-_9897ae2a-a3bc-ad4f-4212-8d6343d0b5da-b30825c5, #w-node-_64d747af-4b4c-314c-c46e-957e4c69fc30-dc10e8a5, #w-node-_607fcfc9-e9f5-0319-0815-6256a2c9ccff-6e98676f, #w-node-_0425d736-9ec4-d9da-ae85-1038f1339690-00fc4b36, #w-node-cb6b40dd-3af7-143e-2d3c-a49e4253022f-bc6a36e2, #w-node-_9195975c-f674-126b-16bd-3513ac252960-c26916fd, #w-node-b3dd20c6-3421-5881-ab1d-7c2cd1df8675-e0e410bc, #w-node-_48b899cd-7652-ca05-eb93-fcee1f33e07b-3d49f6cb, #w-node-_271a6e7c-33d4-721f-40be-d69262a19ed1-57c90b18, #w-node-e6ee1bbc-1349-d97f-d127-bfdab09cf486-42b663a8, #w-node-_1b796824-83ee-cd92-1463-607e5d654d74-bda537e3, #w-node-_7710320f-ad8d-26b7-9425-b11c233d4534-4fc5b518, #w-node-_65507eb7-3123-9509-df39-4bdc05098ada-0b900fb8, #w-node-bf983581-6006-b868-8708-34a395c10ae5-25893603, #w-node-_409979cf-e3f3-4ed3-76c9-dcb61df1526d-7bf2b069, #w-node-_77466e4e-b7d0-3130-b905-8464068dbbfe-a9a793e3, #w-node-f605a185-d248-b12f-cc22-9de6b84ba0e7-3f3d25c5, #w-node-_82311e89-7f16-3762-f9df-7c351de2b5a7-fb247b50, #w-node-_0de92279-1ece-6dd5-6bac-e9afa4f1d14f-4739b5db, #w-node-_056b3607-407a-67a2-ad85-9cd9e7429ddf-2bef0c08, #w-node-ebc13930-2265-b1b9-3a84-ce415269a945-61b9dddb, #w-node-_69ca5121-7599-db59-662d-3dd66e8ca662-a8490cae, #w-node-_1bfab75c-cf5c-2582-9e7d-d38afb9ad116-92496326, #w-node-c3521079-3f9d-03fc-f7e9-b7e54d551568-ed4a7c95, #w-node-db3ac43c-776a-6b8b-a82a-d3b8f5347db3-7f538584, #w-node-f380f68f-6605-755e-39e1-f8c80fac34d4-a6b35c8b, #w-node-c6f463b7-e179-a91e-0af6-33acdfdef062-694ef1e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4af3d1fd-09a4-0dcd-670d-f60a08e50adf-1030fdd7, #w-node-_95acdb44-15ce-2cbe-0d75-786c9fcc4c75-3f30fe25, #w-node-_14c10acc-1a55-ca52-4d37-6227001f5baf-b29f9b5e, #w-node-a24b32cc-3134-3611-013c-5201a21802df-9682c8b0, #w-node-_4f3a027b-e19a-5e01-2411-009c5ad119fe-1b543d18, #w-node-_3399aa27-c61c-c637-6ac2-546805fad93a-dca91733, #w-node-_9897ae2a-a3bc-ad4f-4212-8d6343d0b5da-b30825c5, #w-node-_64d747af-4b4c-314c-c46e-957e4c69fc30-dc10e8a5, #w-node-_607fcfc9-e9f5-0319-0815-6256a2c9ccff-6e98676f, #w-node-_0425d736-9ec4-d9da-ae85-1038f1339690-00fc4b36, #w-node-cb6b40dd-3af7-143e-2d3c-a49e4253022f-bc6a36e2, #w-node-_9195975c-f674-126b-16bd-3513ac252960-c26916fd, #w-node-b3dd20c6-3421-5881-ab1d-7c2cd1df8675-e0e410bc, #w-node-_48b899cd-7652-ca05-eb93-fcee1f33e07b-3d49f6cb, #w-node-_271a6e7c-33d4-721f-40be-d69262a19ed1-57c90b18, #w-node-e6ee1bbc-1349-d97f-d127-bfdab09cf486-42b663a8, #w-node-_1b796824-83ee-cd92-1463-607e5d654d74-bda537e3, #w-node-_7710320f-ad8d-26b7-9425-b11c233d4534-4fc5b518, #w-node-_65507eb7-3123-9509-df39-4bdc05098ada-0b900fb8, #w-node-bf983581-6006-b868-8708-34a395c10ae5-25893603, #w-node-_409979cf-e3f3-4ed3-76c9-dcb61df1526d-7bf2b069, #w-node-_77466e4e-b7d0-3130-b905-8464068dbbfe-a9a793e3, #w-node-f605a185-d248-b12f-cc22-9de6b84ba0e7-3f3d25c5, #w-node-_82311e89-7f16-3762-f9df-7c351de2b5a7-fb247b50, #w-node-_0de92279-1ece-6dd5-6bac-e9afa4f1d14f-4739b5db, #w-node-_056b3607-407a-67a2-ad85-9cd9e7429ddf-2bef0c08, #w-node-ebc13930-2265-b1b9-3a84-ce415269a945-61b9dddb, #w-node-_69ca5121-7599-db59-662d-3dd66e8ca662-a8490cae, #w-node-_1bfab75c-cf5c-2582-9e7d-d38afb9ad116-92496326, #w-node-c3521079-3f9d-03fc-f7e9-b7e54d551568-ed4a7c95, #w-node-db3ac43c-776a-6b8b-a82a-d3b8f5347db3-7f538584, #w-node-f380f68f-6605-755e-39e1-f8c80fac34d4-a6b35c8b, #w-node-c6f463b7-e179-a91e-0af6-33acdfdef062-694ef1e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4af3d1fd-09a4-0dcd-670d-f60a08e50adf-1030fdd7, #w-node-_95acdb44-15ce-2cbe-0d75-786c9fcc4c75-3f30fe25, #w-node-_14c10acc-1a55-ca52-4d37-6227001f5baf-b29f9b5e, #w-node-a24b32cc-3134-3611-013c-5201a21802df-9682c8b0, #w-node-_4f3a027b-e19a-5e01-2411-009c5ad119fe-1b543d18, #w-node-_3399aa27-c61c-c637-6ac2-546805fad93a-dca91733, #w-node-_9897ae2a-a3bc-ad4f-4212-8d6343d0b5da-b30825c5, #w-node-_64d747af-4b4c-314c-c46e-957e4c69fc30-dc10e8a5, #w-node-_607fcfc9-e9f5-0319-0815-6256a2c9ccff-6e98676f, #w-node-_0425d736-9ec4-d9da-ae85-1038f1339690-00fc4b36, #w-node-cb6b40dd-3af7-143e-2d3c-a49e4253022f-bc6a36e2, #w-node-_9195975c-f674-126b-16bd-3513ac252960-c26916fd, #w-node-b3dd20c6-3421-5881-ab1d-7c2cd1df8675-e0e410bc, #w-node-_48b899cd-7652-ca05-eb93-fcee1f33e07b-3d49f6cb, #w-node-_271a6e7c-33d4-721f-40be-d69262a19ed1-57c90b18, #w-node-e6ee1bbc-1349-d97f-d127-bfdab09cf486-42b663a8, #w-node-_1b796824-83ee-cd92-1463-607e5d654d74-bda537e3, #w-node-_7710320f-ad8d-26b7-9425-b11c233d4534-4fc5b518, #w-node-_65507eb7-3123-9509-df39-4bdc05098ada-0b900fb8, #w-node-bf983581-6006-b868-8708-34a395c10ae5-25893603, #w-node-_409979cf-e3f3-4ed3-76c9-dcb61df1526d-7bf2b069, #w-node-_77466e4e-b7d0-3130-b905-8464068dbbfe-a9a793e3, #w-node-f605a185-d248-b12f-cc22-9de6b84ba0e7-3f3d25c5, #w-node-_82311e89-7f16-3762-f9df-7c351de2b5a7-fb247b50, #w-node-_0de92279-1ece-6dd5-6bac-e9afa4f1d14f-4739b5db, #w-node-_056b3607-407a-67a2-ad85-9cd9e7429ddf-2bef0c08, #w-node-ebc13930-2265-b1b9-3a84-ce415269a945-61b9dddb, #w-node-_69ca5121-7599-db59-662d-3dd66e8ca662-a8490cae, #w-node-_1bfab75c-cf5c-2582-9e7d-d38afb9ad116-92496326, #w-node-c3521079-3f9d-03fc-f7e9-b7e54d551568-ed4a7c95, #w-node-db3ac43c-776a-6b8b-a82a-d3b8f5347db3-7f538584, #w-node-f380f68f-6605-755e-39e1-f8c80fac34d4-a6b35c8b, #w-node-c6f463b7-e179-a91e-0af6-33acdfdef062-694ef1e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


