@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

div {
  box-sizing: border-box;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  display: block;
  clear: both;
  content: "";
}

.f-blue {
  color: #4771cbff;
}

.bodydiv {
  width: 100%;
  margin: 0 auto;
}

.div-n1 {
  width: 100%;
  background-color: #1d66b3;
  background-image: url(images/banner-r.jpg);
  background-repeat: repeat-x;
  min-height: 500px;
}

.div-n1l {
  width: 500px;
  height: 400px;
  float: left;
}

.div-n1l img {
  width: 300px;
  height: 194px;
  margin: 153px 100px 100px 100px;
}

.div-n1r {
  width: calc(100% - 500px);
  height: 400px;
  float: right;
  padding: 20px;


}

.h1 {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 72px;
  text-align: center;
  background: #FA9D4D;
  background: -webkit-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
  background: -moz-linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
  background: linear-gradient(to right, #FA9D4D 0%, #FF4F6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h4 {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 45px;
  font-size: 27px;
  font-weight: 600;
  color: #f2f2f2;
  text-align: center;
}
.h5 {
  color: #2a2a2a;
  margin-top: 2px;
  padding-top: 20px;
  margin-bottom: 23px;
  font-size: 20px;
}
.h3 {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 50px;
  text-align: center;
}
.div-n2 { 
  width: 100%;
  border-top: 1px solid #1d66b3;
  background-color: #1d66b3;
  padding: 20px;
      margin-top: -1px;
}
.div-n2a{
  width: 100%;
  background-color: #1d66b3;
}

.div-n21 {
  width: 23%;
  background-color: #ffffff;
  height: 50px;
  float: left;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  margin: 1% 1%;
}

.n21-a {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 3%;
  text-transform: uppercase;
  font-weight: 600;
  color: #4771cbff;
  font-size: 17px;
}

.div-n21:hover {
  background-color: #4771cbff;
}

.n21-a:hover {
  color: #f2f2f2;
  font-weight: 600;
}


.div-n4 {
  width: 100%;
}

.div-n41 {
  width: 354px;
  float: left;
  text-align: center;
  margin: 10px;
}

.div-n41img {
  width: 346px;
  height: 202px;
  margin: auto;
  overflow: hidden;
}

.div-n41img img {
  width: 338px;
  height: 194px;
  display: block;
  margin: auto;
}

.div-n41a {
  margin: 10px;
}

.n41-a {
  text-decoration: none;
  line-height: 40px;
  color: #2a2a2a;
}




.div-n7 {
  width: 100%;
  background-color: #6cadd3;
  height: 350px;
  padding: 24px;
  margin: auto;
  background-image: url(images/cta.jpg);
  background-repeat: repeat-x;
}

.div-n71 {
  margin: auto;
}

.div-n71p {
  color: #4a3434;
  line-height: 50px;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  margin-top: 45px;
}

.div-n71p a {
  color: #4a3434;
  text-decoration: none;
}
.ctabutton {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#464d55, #25292e);
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
   font-size: 18px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  margin:15px 0 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-family: 'Open Sans', sans-serif;
}

.ctabutton:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.ctabutton:active {
  outline: 0;
}

.ctabutton:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}



@media screen and (min-width: 1500px) {
  .bodydiv {
    width: 1500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {


}
@media screen and (max-width: 1000px) {
  .bodydiv {
    width: 100%;
    margin: 0 auto;
  }

  .div-n1l {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .div-n1r {
    width: 100%;
    height: auto;
    padding: 2px;
  }

  .div-n1l img {
    margin: auto auto auto calc(50% - 150px);
  }

  .h1 {
    margin-top: 1px;
    padding-top: 1px;
  }

  .h4 {
    margin-top: 1px;
    
  }
}

@media screen and (max-width: 900px) {
  .div-n21 {
    width: 216px;
  }

  .div-n2 {
    width: 100%;
   
  }
.div-n2a{
  width: 450px;
   margin: 0 auto 20px;
}


  .div-n51 {
    width: 100%;
  }

   .div-n7 {
  height: max-content;
}

   
}

@media (max-width: 500px) {
  .div-n7 {
  height: max-content;
}
}


@media screen and (max-width: 450px) {
  
.div-n2a{
  width: 216px;
  
}
  .div-n71p {
    line-height: 38px;
  }
}

@media (max-width: 420px) {
  .ctabutton {
    height: 48px;
  }

}
@media screen and (max-width: 400px) {
  .div-n41 {
    width: 95%;
  }

  .div-n41img {
    width: 100%;
    height: auto;
  }

  .div-n41img img {
    width: 100%;
    height: auto;
  }

  .div-n1l img {
    width: 200px;
    height: auto;
    margin: auto auto auto calc(50% - 100px);
  }

  .h1 {
    font-size: 40px;
    line-height: 51px;
  }

  .h4 {
    font-size: 24px;
  }
}