* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
hmtl{
    margin-top: 0!important;
}  
  body {
    font-family: sans-serif;
    background-color: #fff;
	color: var(--main);
  }
:root {
    --main: #022a41; /* Puedes cambiar este color si deseas otro valor principal */
    --blue: #0195ff;
    --white: #fff;
    --gray-light: #f1f4ff;
    --gainsboro: black;
    --line-color: #e2e2e2;
  }
.container {
    z-index: 4;
    flex: 1;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.section {
    padding: 100px 5%;
    position: relative;
}
.max-w {
    margin-left: auto;
    margin-right: auto;
}
.dev-banner .margin-with-line {
    border-top: 1px solid #ffffff26;
    margin-top: 64px;
	padding-top: 50px;
}
.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
;
}
.margin-100px {
    margin-top: 100px;
}
.max-w-width {
    justify-content: flex-start;
    display: flex
;
}
.max-w-width.space-betwwen {
    justify-content: space-between;
}
.margin-50px {
    margin-top: 50px;
}
.margin-25px {
    margin-top: 25px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: bold;
}
h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 31px;
    font-weight: 600;
    line-height: 36px;
}
h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.display-2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 41px;
    font-weight: 600;
    line-height: 1.3;
}

.button-arrow-link {
    border: 2px solid var(--main);
    color: var(--main);
    text-align: center;
    border-radius: 120px;
    justify-content: center;
    align-items: center;
    padding: 14px 23px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    display: inline-block;
    overflow: hidden;
}
.line-divider {
    background-color: var(--line-color);
    width: 1px;
    height: 100%;
}
.subhead.small {
    border: 2px solid #022a41;
    opacity: 1;
    color: var(--main);
    border-radius: 40px;
    margin-bottom: 14px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

.subhead {
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
.label {
    color: #fff;
    max-width: 88%;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}
.w-input, .w-select {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.contact-form-left-side form .nf-form-content nf-fields-wrap nf-field:nth-of-type(5), .contact-form-left-side form .nf-form-content nf-fields-wrap nf-field:nth-of-type(6) {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
.dev-banner .contact-form-left-side form .nf-form-content nf-fields-wrap nf-field:nth-of-type(3), .dev-banner .contact-form-left-side form .nf-form-content nf-fields-wrap nf-field:nth-of-type(4) {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

textarea.w-input, textarea.w-select {
    height: auto;
}

.contact-form-left-side form .nf-form-content nf-fields-wrap textarea, .contact-form-left-side form .nf-form-content nf-fields-wrap textarea {
    color: var(--main);
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 15px 20px 35px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}
.hero.for-inner {
    background-color: var(--main);
    place-items: center;
    min-height: auto;
    padding-top: 162px;
    padding-bottom: 69px;
    display: flex
;
}

.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--main);
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    min-height: 95vh;
    padding-top: 84px;
    display: grid
;
    position: relative;
    overflow: hidden;
}
.lines.second.inner {
    opacity: .2;
    inset: 0% -400px auto auto;
}

.lines.second {
    z-index: 0;
    opacity: .23;
    inset: auto -400px -237px auto;
}
.lines {
    opacity: .24;
    position: absolute;
    top: -109px;
    left: auto;
    right: -442px;
}
img {
    max-width: 100%;
    display: inline-block;
}
img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
.hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex
;
}
.margin-150px {
    margin-top: 150px;
}
.margin-60px {
    margin-top: 60px;
}
.subhead.blue {
    opacity: 1;
    color: var(--blue);
}
.hero-grid.inner {
    display: block;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
._0-margin {
    opacity: 1;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}
.margin-30px {
    margin-top: 30px;
}
.hero-w-width {
    text-align: left;
    max-width: 700px;
    margin-left: 40px;
    margin-right: auto;
}
.hero-w-width._0px-left {
    text-align: center;
    max-width: 660px;
    margin-left: auto;
}
.display-1.white.small {
    font-size: 61px;
    line-height: 1.3;
}

.white {
    color: #fff;
}
.display-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2;
}
.subhead.for-inner.white {
    font-weight: 500;
}

.subhead.white {
    font-size: 20px;
    opacity: 1;
    line-height: 28px;
    max-width: 649px;
}
.subhead.for-inner {
    max-width: 100%;
}
.subhead {
    opacity: 1;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}
.white {
    color: #fff;
}
.shape-full {
    z-index: 2;
    position: absolute;
    inset: 0%;
}
._100-image {
    width: 100%;
}
.max-w-width.center {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.subscribe-form {
    width: 100%;
    margin-bottom: 0;
  }
  .form-single {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
  ;
    position: relative;
  }
  .text-field-gray {
    z-index: 1;
    color: #0f1029;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px 0 0 100px;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 66px;
    margin-bottom: 0;
    margin-right: -1px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
  }
  .circle-button-wrapper {
    z-index: 2;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    align-items: center;
    min-height: 66px;
    display: flex
  ;
    position: relative;
  }
  
  .circle-button {
    background-color: var(--main);
    background-image: url("https://cdn.prod.website-files.com/66aa45f449f93b2ff178df97/66aa45f449f93b2ff178dfcf_icons8-right-arrow.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 100%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    transition: background-color .2scubic-bezier(.645, .045, .355, 1);
    display: flex
  ;
  }
  input.w-button {
    -webkit-appearance: button;
  }
@media screen and (max-width: 991px) {
    .display-2 {
        font-size: 36px;
    }
    .section, .section.gray._80px {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .max-w-width.space-betwwen {
        grid-row-gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .display-2.half {
        width: 100%;
        font-size: 40px;
    }
    .circle-absolute-main {
        top: 407px;
        left: -303px;
    }
}
@media screen and (max-width: 767px) {
    .circle-absolute-main {
        top: 477px;
    }
}
@media screen and (max-width: 479px) {
    .display-2 {
        font-size: 25px;
    }
    .display-2.half {
        font-size: 32px;
    }
    .button-arrow-link.transparent {
        padding-left: 2px;
        padding-right: 2px;
    }
    .button-arrow-link {
        align-self: stretch;
        padding-left: 30px;
        padding-right: 25px;
    }
    p {
        font-size: 15px;
    }
    .subhead {
        max-width: 100%;
        font-size: 19px;
    }
    .label-button {
        font-size: 15px;
    }
    .button {
        padding: 11px 28px;
    }
}


.imagetext .image-row{
	gap: 20px 100px;
}
.imagetext .image-row h2{
	font-size: 55px;
	color: #003C86;
	line-height: 66px;
	font-weight: 700;
}
.imagetext .image-row p{
    opacity: 1;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
	color: #003C86;
}