@media screen and (max-width: 800px) {
  body {
    padding: 0; } }

.cheader {
  background-color: #135993;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cheader img {
  max-width: 250px; }

.chtml, .cbody {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.cbanner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  min-height: 500px;
  padding: 44px 0; }

.cbanner img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block; }

.cbanner-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 16px; }

.ch1, .ch1 p {
  color: white;
  text-shadow: 2px 2px 12px black;
  font-family: 'Inter', sans-serif;
  font-size: 80px;
  font-weight: 600;
  max-width: 870px;
  text-transform: none;
  position: relative;
  inset: 0;
  text-align: center;
  height: fit-content;
  margin: 0 auto; }

.cbanner-button {
  position: relative;
  background-color: #1467AD;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  padding: 12px 24px;
  color: white;
  margin: 18px auto 0;
  display: block;
  width: fit-content;
  font-size: 18px;
  transition: background-color 0.2s ease; }

.cbanner-button:hover {
  background-color: #135993; }

article.main-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 16px;
  margin-top: 36px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }

.col-brands img {
  width: 308px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #CCCCCC;
  transition: border-color 0.2s ease; }

.col-brands img:hover {
  border-color: #135993; }

@media (max-width: 1287px) {
  .col-brands {
    width: 255px; } }

@media (max-width: 1067px) {
  .col-brands {
    width: 219px; } }

@media (max-width: 923px) {
  .col-brands {
    width: 246px; }
  .ch1, .ch1 p {
    font-size: 60px; } }

@media (max-width: 555px) {
  .ch1, .ch1 p {
    font-size: 40px; }
  .cheader img {
    width: 42%; }
  .cheader {
    min-height: 60px; } }

/*footer part */
section.csection {
  display: flex;
  justify-content: center;
  max-width: 1288px;
  margin: 0 auto;
  margin-bottom: 86px; }

.csection .col-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.csection .col-section:first-child {
  max-width: 959px;
  min-width: 0;
  width: 959px;
  background-color: #EEEFF1;
  padding: 48px; }

.csection .col-section:last-child {
  max-width: 329px;
  width: 329px;
  min-width: 0;
  background-color: #135993;
  padding: 48px; }

.cfooter-header {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #111111;
  margin-top: 0;
  margin-bottom: 10px; }

.cfooter-description {
  font-size: 15px;
  margin: 0;
  font-family: 'Inter',sans-serif;
  color: #333333; }

[cform] fieldset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: none; }

[cform] {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap; }

[cform] .col-form {
  width: 50%; }

[cform] fieldset {
  padding: 0;
  margin-bottom: 13px; }

[cform] fieldset label {
  margin-bottom: 7px;
  font-family: "Open Sans",sans-serif;
  font-size: 12px;
  font-weight: bold; }

[cform] fieldset label .imp {
  color: red;
  font-size: 12px;
  font-weight: bold; }

[cform] fieldset input {
  width: calc(95% - 10px);
  height: 40px;
  border: 1px solid #D5D5D5;
  padding: 10px; }

[cform] fieldset textarea {
  border: 1px solid #D5D5D5;
  padding: 10px;
  width: 95%;
  font-family: "Open Sans",sans-serif;
  font-size: 14px; }

.csection .row-left {
  display: grid;
  grid-template-columns: 55px 1fr;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.csection .row-left:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.csection .row-left .col-blurb .icon-blurb {
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  text-transform: normal;
  display: block;
  display: flex; }

.csection .row-left .col-blurb a {
  color: #fff;
  text-decoration: none; }

.csection .row-left .col-blurb a:visited,
.csection .row-left .col-blurb a:active,
.csection .row-left .col-blurb a:hover,
.csection .row-left .col-blurb a:focus {
  color: #fff; }

.csection .col-blurb {
  display: flex;
  align-items: center; }

.row-left .col-icon {
  display: flex;
  align-items: center;
  margin-right: 12px; }

.row-left .col-icon img {
  width: 43px; }

#cinquiry {
  height: 232px; }

.csubmit {
  padding: 15px 75px;
  font-family: 'Inter', sans-serif;
  color: white;
  font-size: 20px;
  background-color: #135993;
  border: 0; }

.container-footer-logo img {
  margin-left: auto;
  max-width: 272px;
  width: 100%;
  display: block; }

.cfooter {
  z-index: -1;
  background-color: #111111;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 344px;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.cfooter .cfooter-blurb {
  color: white;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  margin-bottom: 32px; }

@media (max-width: 800px) {
  .csection {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center; }
  .csection .col-section {
    max-width: 100% !important;
    width: 87% !important; }
  .csection .col-section:last-child {
    width: 87.5%;
    max-width: 100%; }
  .csection .col-section:last-child .row-left {
    max-width: 100%; }
  [cform] {
    justify-content: center; }
  [cform] #ctextarea {
    width: 94% !important; } }

@media (max-width: 550px) {
  [cform] {
    flex-direction: column; }
  [cform] .col-form {
    width: 100%; } }

.circle__checkmark {
  position: absolute;
  left: 65px;
  bottom: 80px;
  width: 0;
  height: 20px;
  background-color: teal;
  border-radius: 10px;
  transform: rotateZ(45deg);
  transform-origin: top left;
  animation: checkmarkSmall 0.1s linear 0.5s forwards; }

.circle__checkmark:after {
  content: "";
  position: absolute;
  left: 33px;
  bottom: -20px;
  width: 0;
  height: 20px;
  background-color: teal;
  border-radius: 10px;
  transform: rotateZ(-100deg);
  transform-origin: top left;
  animation: checkmarkBig 0.2s linear 0.6s forwards; }

.circle__box {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  position: relative; }

.circle__wrapper {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0;
  overflow: hidden; }

.circle__wrapper--right {
  right: 0; }

.circle__wrapper--left {
  left: 0; }

.circle__whole {
  width: 160px;
  height: 160px;
  border: 20px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg); }

.circle__right {
  border-top: 20px solid teal;
  border-right: 20px solid teal;
  right: 1px;
  animation: circleRight 0.5s linear forwards; }

.circle__left {
  border-bottom: 20px solid teal;
  border-left: 20px solid teal;
  left: 1px;
  animation: circleLeft 0.5s linear forwards; }

@keyframes circleRight {
  0% {
    transform: rotate(-135deg); }
  50%, 100% {
    transform: rotate(45deg); } }

@keyframes circleLeft {
  0%, 50% {
    transform: rotate(-135deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes checkmarkSmall {
  0% {
    width: 0; }
  100% {
    width: 50px; } }

@keyframes checkmarkBig {
  0% {
    width: 0; }
  100% {
    width: 90px; } }

.thanks {
  background: white;
  width: 350px;
  padding: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border: 1px solid #cccccc;
  border-radius: 12px; }

.container-thanks {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #333333b8;
  top: 0;
  left: 0;
  display: none; }

.ty {
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
  font-weight: 900;
  display: block;
  text-align: center;
  margin-bottom: 10px; }

.ys {
  display: block;
  text-align: center;
  font-family: "Open Sans",sans-serif;
  font-size: 16px; }

[btnclose] {
  background-color: #135993;
  color: white;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  padding: 16px;
  display: block;
  margin-top: 11px;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  border: none; }

[btnclose]:hover {
  background-color: #c52837; }

.wait {
  background-color: #50060d !important; }

.info-section-wrapper {
  padding: 48px 16px;
  background-color: #135993; }

.info-section {
  max-width: 1288px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px; }

.info-section .info-card .info-icon {
  width: 100%;
  max-width: 80px;
  object-fit: contain;
  margin: 0 auto 15px;
  display: block; }

.info-section .info-card .info-header,
.info-section .info-card .info-header p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 15px; }

.info-section .info-card .info-header p {
  margin-bottom: 0 !important; }

.info-section .info-card .info-desc,
.info-section .info-card .info-desc p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .info-section {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 600px) {
  .info-section {
    grid-template-columns: 1fr; } }

.info-section-wrapper-2 {
  padding: 60px 16px;
  background-color: #EEEFF1; }

.info-section-2 {
  max-width: 1288px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  gap: 24px; }

.info-section-2 .info-card.first {
  border-bottom: 3px solid #135993; }

.info-section-2 .info-card .info-label,
.info-section-2 .info-card .info-label p {
  font-size: 14px;
  text-align: left;
  color: #135993;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin: 0; }

.info-section-2 .info-card .info-header,
.info-section-2 .info-card .info-header p {
  font-size: 36px;
  text-align: left;
  color: #111111;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin: 0; }

.info-section-2 .info-card .info-desc,
.info-section-2 .info-card .info-desc p {
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin: 0; }

@media screen and (max-width: 768px) {
  .info-section-2 {
    grid-template-columns: 1fr; }
  .info-section-2 .info-card.first {
    padding-bottom: 24px; } }

@media screen and (max-width: 600px) {
  .csection .col-section:first-child {
    padding: 24px; } }

.brands-heading h2 {
  text-align: center;
  font-size: 36px;
  padding: 0 10px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #111111;
  margin: 60px 0 0px; }

.info-section-2 .info-card .info-label div,
.info-section-2 .info-card .info-header div,
.info-section-2 .info-card .info-desc div,
.info-section .info-card .info-label div,
.info-section .info-card .info-header div,
.info-section .info-card .info-desc div,
.info-card div,
.ch1 div {
  padding-left: 0 !important;
  padding-right: 0 !important; }
