:root {
  --color-red-brand-01: #ed0007;
  --color-red-brand-02: #d50005;
  --color-red-brand-03: #a80003;
  --color-turquoise-01: #00c8f7;
  --color-turquoise-02: #00b9e5;
  --color-turquoise-03: #009cc2;
  --color-turquoise-04: #00738f;
  --color-turquoise-05: #004d61;
  --color-turquoise-06: #002936;
  --color-grey-01: #edf1f4;
  --color-grey-02: #cad6dd;
  --color-grey-03: #a3bac8;
  --color-grey-04: #99aebb;
  --color-grey-05: #7995a6;
  --color-grey-06: #506e81;
  --color-grey-07: #476273;
  --color-grey-08: #354956;
  --color-grey-09: #2d3e48;
  --color-grey-10: #1c272e;
  --color-green-01: #d9e8d0;
  --color-green-02: #528236;
  --color-green-03: #1a2a11;
  --color-yellow-01: #f9f3bc;
  --color-yellow-02: #ebd417;
  --color-yellow-03: #2a2604;
  --color-red-01: #f7bfc8;
  --color-red-02: #da1e28;
  --color-red-03: #54000e;
  --color-dark-blue-01: #d1dce3;
  --color-dark-blue-02: #002b49;
  --color-dark-blue-03: #00243e;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-prussian-blue: #002b49;
  --color-aqua: #00ccff;
  --color-monza: #ed0007;
  --color-alabaster: #fcfcfc;
  --color-black-haze: #e5e5e5;
  --color-smalt-blue: #5a7c91;
  --color-casper: #a3bac8;
  --color-heather: #c0ced8;
  --color-mine-shaft: #333333;
  --color-dusty-gray: #969696;
  --color-catskill-white: #e8eef1;
  --color-mystic: #e8eef1;
  --color-athens-gray: #f2f4f6;
  --color-regent-gray: #7f95a4;
  --color-loblolly: #bfcad1;
  --color-athens-gray-darker: #e5eaed;
  --color-anakiwa: #7fe5ff;
  --color-onahau: #bff2ff;
  --color-heather-darker: #acbdc8;
  --color-geyser-brighter: #d6dee3;
  --color-mauvelous: #ef7f91;
  --color-gray: #7f7f7f;
  --color-silver: #bfbfbf;
  --color-midnight: #00243e;
  --color-cerulian: #00add9;
  --color-bali-hai: #8a9eaa;
  --color-blue-bayoux: #4c697b;
  --color-guardsman-red: #d50005;
  --color-fern-green: #528236;
  --color-azalea: #f7bfc8;
  --color-sprout: #b3d1a1;
  --color-apple: #67a344;
  --color-kidnapper: #d9e8d0;
  --color-geyser: #d1dce3;
  --color-allports: #0066a2;
  --color-deep-cerulean: #0182ae;
  --color-lochinvar: #2a958d;
  --color-atlantis: #aec32c;
  --color-barberry: #ebd417;
  --color-sea-buckthorn: #fbb034;
  --color-jaffa: #f47932;
}

body, .hbspt-form .hs-form .hs-form-field .hs-form-checkbox-display span,
.hbspt-form .hs-form .hs-form-field .hs-form-booleancheckbox-display span {
  font-family: "Bosch Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-black);
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.625rem;
    line-height: 3.25rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 2rem;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--color-dark-blue-02);
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.hsuperbig {
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .hsuperbig {
    font-size: 3.75rem;
    line-height: 4.6875rem;
  }
}
@media screen and (min-width: 992px) {
  .hsuperbig {
    font-size: 4.5rem;
    line-height: 5.625rem;
  }
}

.hbig {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .hbig {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .hbig {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }
}

.lead {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 4rem;
}

.midSize {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
}

.small {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.02rem;
  margin-bottom: 2.5rem;
}

strong {
  font-weight: bold;
}
strong.midSize, strong.small, strong.lead {
  font-weight: bold;
}

.emphasized-text {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 900;
  margin-bottom: 4.5rem;
}

.emphasized-additional-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.hbig,
.hsuperbig,
.emphasized-additional-text,
.emphasized-text {
  color: var(--color-dark-blue-02);
}

.description-text {
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.line-spacing-big {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: normal;
  margin-bottom: 3.5rem;
}

.strong-text-capital {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .strong-text-capital {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.iconfont, .hbspt-form .hs-fieldtype-select:after,
[class*=icon-] {
  font-family: "dc_iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dc_2D:before {
  content: "\f105";
}

.icon-dc_3D_printer:before {
  content: "\f1aa";
}

.icon-dc_3D_v2:before {
  content: "\f107";
}

.icon-dc_3D:before {
  content: "\f106";
}

.icon-dc_ActiveShuttle_platform-lift:before {
  content: "\f1d5";
}

.icon-dc_ActiveShuttle:before {
  content: "\f1ad";
}

.icon-dc_add_folder:before {
  content: "\f1ae";
}

.icon-dc_add_wishlist:before {
  content: "\f1af";
}

.icon-dc_add:before {
  content: "\f10a";
}

.icon-dc_AI:before {
  content: "\f1ab";
}

.icon-dc_alert-error-filled:before {
  content: "\f10b";
}

.icon-dc_alert-success-filled:before {
  content: "\f10c";
}

.icon-dc_alert:before {
  content: "\f10d";
}

.icon-dc_AR:before {
  content: "\f1ac";
}

.icon-dc_arrow_down:before {
  content: "\f1ee";
}

.icon-dc_arrow_left:before {
  content: "\f18d";
}

.icon-dc_arrow_right_2:before {
  content: "\f18e";
}

.icon-dc_arrow_right:before {
  content: "\f10e";
}

.icon-dc_arrow_up:before {
  content: "\f1ef";
}

.icon-dc_arrows_vertical:before {
  content: "\f1f0";
}

.icon-dc_article:before {
  content: "\f10f";
}

.icon-dc_axis:before {
  content: "\f18f";
}

.icon-dc_backward_left_double:before {
  content: "\f111";
}

.icon-dc_backward_left:before {
  content: "\f110";
}

.icon-dc_basic_points:before {
  content: "\f112";
}

.icon-dc_battery-0:before {
  content: "\f1d6";
}

.icon-dc_battery-fail:before {
  content: "\f1d7";
}

.icon-dc_battery-loading:before {
  content: "\f1d8";
}

.icon-dc_blog_rexr:before {
  content: "\f113";
}

.icon-dc_book:before {
  content: "\f114";
}

.icon-dc_bookmark:before {
  content: "\f115";
}

.icon-dc_box_open:before {
  content: "\f1b0";
}

.icon-dc_brush:before {
  content: "\f19c";
}

.icon-dc_bulb:before {
  content: "\f1b1";
}

.icon-dc_cad:before {
  content: "\f116";
}

.icon-dc_calculator:before {
  content: "\f117";
}

.icon-dc_calendar:before {
  content: "\f118";
}

.icon-dc_call:before {
  content: "\f119";
}

.icon-dc_callout_confirmation:before {
  content: "\f101";
}

.icon-dc_callout_error:before {
  content: "\f102";
}

.icon-dc_callout_hint:before {
  content: "\f103";
}

.icon-dc_callout_information:before {
  content: "\f104";
}

.icon-dc_cart:before {
  content: "\f11a";
}

.icon-dc_certificate:before {
  content: "\f11b";
}

.icon-dc_chart_line:before {
  content: "\f11c";
}

.icon-dc_chat:before {
  content: "\f11d";
}

.icon-dc_checkmark_active:before {
  content: "\f11f";
}

.icon-dc_checkmark_disabled:before {
  content: "\f120";
}

.icon-dc_checkmark_inactive:before {
  content: "\f121";
}

.icon-dc_checkmark:before {
  content: "\f11e";
}

.icon-dc_clipboard:before {
  content: "\f122";
}

.icon-dc_clock:before {
  content: "\f1cd";
}

.icon-dc_close:before {
  content: "\f123";
}

.icon-dc_cloud_drive_error:before {
  content: "\f125";
}

.icon-dc_cloud:before {
  content: "\f124";
}

.icon-dc_comment:before {
  content: "\f126";
}

.icon-dc_compass:before {
  content: "\f1e2";
}

.icon-dc_complete:before {
  content: "\f127";
}

.icon-dc_components:before {
  content: "\f1dd";
}

.icon-dc_configuration:before {
  content: "\f128";
}

.icon-dc_connection_status_2:before {
  content: "\f191";
}

.icon-dc_connection_status:before {
  content: "\f190";
}

.icon-dc_connectivity:before {
  content: "\f1cc";
}

.icon-dc_copy:before {
  content: "\f129";
}

.icon-dc_countertarget:before {
  content: "\f1eb";
}

.icon-dc_customerservice:before {
  content: "\f12a";
}

.icon-dc_delete:before {
  content: "\f12b";
}

.icon-dc_device:before {
  content: "\f19d";
}

.icon-dc_document_bmp:before {
  content: "\f1b2";
}

.icon-dc_document_csv:before {
  content: "\f1b3";
}

.icon-dc_document_doc:before {
  content: "\f12d";
}

.icon-dc_document_dwg:before {
  content: "\f1b4";
}

.icon-dc_document_dxf:before {
  content: "\f1b5";
}

.icon-dc_document_mp4:before {
  content: "\f1b6";
}

.icon-dc_document_pdf:before {
  content: "\f12e";
}

.icon-dc_document_plain:before {
  content: "\f12f";
}

.icon-dc_document_png:before {
  content: "\f1b7";
}

.icon-dc_document_ppt:before {
  content: "\f130";
}

.icon-dc_document_sat:before {
  content: "\f1b8";
}

.icon-dc_document_selector:before {
  content: "\f131";
}

.icon-dc_document_step:before {
  content: "\f1b9";
}

.icon-dc_document_txt:before {
  content: "\f1ba";
}

.icon-dc_document_vrml:before {
  content: "\f1bb";
}

.icon-dc_document_xls:before {
  content: "\f132";
}

.icon-dc_document_xml:before {
  content: "\f1ce";
}

.icon-dc_document:before {
  content: "\f12c";
}

.icon-dc_down_double:before {
  content: "\f134";
}

.icon-dc_down:before {
  content: "\f133";
}

.icon-dc_download:before {
  content: "\f135";
}

.icon-dc_duplicate:before {
  content: "\f1d0";
}

.icon-dc_edit:before {
  content: "\f136";
}

.icon-dc_expansion_arrows:before {
  content: "\f137";
}

.icon-dc_export:before {
  content: "\f1bc";
}

.icon-dc_eye_hide:before {
  content: "\f1be";
}

.icon-dc_eye:before {
  content: "\f1bd";
}

.icon-dc_facebook_b:before {
  content: "\f138";
}

.icon-dc_faq02:before {
  content: "\f139";
}

.icon-dc_feedback:before {
  content: "\f1ec";
}

.icon-dc_field_service:before {
  content: "\f1de";
}

.icon-dc_film:before {
  content: "\f1bf";
}

.icon-dc_filter_01:before {
  content: "\f13a";
}

.icon-dc_filter_02:before {
  content: "\f13b";
}

.icon-dc_flashlight:before {
  content: "\f13c";
}

.icon-dc_folder_bookmark_empty:before {
  content: "\f13e";
}

.icon-dc_folder_bookmark_full:before {
  content: "\f13f";
}

.icon-dc_folder_document_empty:before {
  content: "\f140";
}

.icon-dc_folder_document_full:before {
  content: "\f141";
}

.icon-dc_folder_image_empty:before {
  content: "\f142";
}

.icon-dc_folder_image_full:before {
  content: "\f143";
}

.icon-dc_folder_open:before {
  content: "\f144";
}

.icon-dc_folder:before {
  content: "\f13d";
}

.icon-dc_forward_right_double:before {
  content: "\f146";
}

.icon-dc_forward_right:before {
  content: "\f145";
}

.icon-dc_fullscreen_exit:before {
  content: "\f147";
}

.icon-dc_gerat:before {
  content: "\f192";
}

.icon-dc_github:before {
  content: "\f1df";
}

.icon-dc_globe:before {
  content: "\f148";
}

.icon-dc_googleplus_b:before {
  content: "\f149";
}

.icon-dc_GoTo_frame:before {
  content: "\f109";
}

.icon-dc_GoTo:before {
  content: "\f108";
}

.icon-dc_grid_view:before {
  content: "\f14a";
}

.icon-dc_half_complete:before {
  content: "\f14b";
}

.icon-dc_history:before {
  content: "\f14c";
}

.icon-dc_home:before {
  content: "\f14d";
}

.icon-dc_i_shipping_stock:before {
  content: "\f14e";
}

.icon-dc_i_si:before {
  content: "\f14f";
}

.icon-dc_i_sum:before {
  content: "\f150";
}

.icon-dc_imagery:before {
  content: "\f151";
}

.icon-dc_imprint:before {
  content: "\f1c0";
}

.icon-dc_industry_data_set:before {
  content: "\f152";
}

.icon-dc_info:before {
  content: "\f153";
}

.icon-dc_instagram_b:before {
  content: "\f154";
}

.icon-dc_kinematic:before {
  content: "\f193";
}

.icon-dc_label:before {
  content: "\f1c1";
}

.icon-dc_less_minimize:before {
  content: "\f155";
}

.icon-dc_link:before {
  content: "\f156";
}

.icon-dc_linkedin_b:before {
  content: "\f157";
}

.icon-dc_list_mobile:before {
  content: "\f158";
}

.icon-dc_list_view:before {
  content: "\f159";
}

.icon-dc_loading:before {
  content: "\f1e3";
}

.icon-dc_locator_spot:before {
  content: "\f15b";
}

.icon-dc_locator:before {
  content: "\f15a";
}

.icon-dc_look_closed:before {
  content: "\f15c";
}

.icon-dc_mail:before {
  content: "\f15d";
}

.icon-dc_material_number:before {
  content: "\f1d1";
}

.icon-dc_message:before {
  content: "\f15e";
}

.icon-dc_microsoft-teams:before {
  content: "\f1e4";
}

.icon-dc_moneybagwithcoin:before {
  content: "\f1e5";
}

.icon-dc_motion:before {
  content: "\f194";
}

.icon-dc_move_left:before {
  content: "\f15f";
}

.icon-dc_move_right:before {
  content: "\f160";
}

.icon-dc_music:before {
  content: "\f161";
}

.icon-dc_my-project:before {
  content: "\f1e6";
}

.icon-dc_network:before {
  content: "\f195";
}

.icon-dc_no_preview:before {
  content: "\f162";
}

.icon-dc_notification-01:before {
  content: "\f163";
}

.icon-dc_notification-02:before {
  content: "\f164";
}

.icon-dc_offline:before {
  content: "\f1c2";
}

.icon-dc_online:before {
  content: "\f1c3";
}

.icon-dc_options:before {
  content: "\f165";
}

.icon-dc_organize:before {
  content: "\f19e";
}

.icon-dc_overview:before {
  content: "\f166";
}

.icon-dc_packet_solution:before {
  content: "\f196";
}

.icon-dc_palette:before {
  content: "\f1ed";
}

.icon-dc_paperclip:before {
  content: "\f167";
}

.icon-dc_paperplane:before {
  content: "\f1e0";
}

.icon-dc_parking:before {
  content: "\f1d9";
}

.icon-dc_pause:before {
  content: "\f168";
}

.icon-dc_pin_classic:before {
  content: "\f197";
}

.icon-dc_play:before {
  content: "\f169";
}

.icon-dc_plc:before {
  content: "\f198";
}

.icon-dc_podcast_2:before {
  content: "\f1cf";
}

.icon-dc_podcast:before {
  content: "\f16a";
}

.icon-dc_print:before {
  content: "\f16b";
}

.icon-dc_product:before {
  content: "\f1d2";
}

.icon-dc_question:before {
  content: "\f16c";
}

.icon-dc_redo:before {
  content: "\f19f";
}

.icon-dc_repairs:before {
  content: "\f1e1";
}

.icon-dc_reset:before {
  content: "\f16d";
}

.icon-dc_robot:before {
  content: "\f199";
}

.icon-dc_rocket:before {
  content: "\f1c4";
}

.icon-dc_routing:before {
  content: "\f19a";
}

.icon-dc_rss:before {
  content: "\f16e";
}

.icon-dc_ruler:before {
  content: "\f1a0";
}

.icon-dc_save_as:before {
  content: "\f1c5";
}

.icon-dc_save:before {
  content: "\f16f";
}

.icon-dc_screenshot:before {
  content: "\f1c6";
}

.icon-dc_search:before {
  content: "\f170";
}

.icon-dc_service_assembly:before {
  content: "\f172";
}

.icon-dc_service_stock:before {
  content: "\f173";
}

.icon-dc_service:before {
  content: "\f171";
}

.icon-dc_settings:before {
  content: "\f174";
}

.icon-dc_share:before {
  content: "\f175";
}

.icon-dc_shift_arrows:before {
  content: "\f1a1";
}

.icon-dc_sink:before {
  content: "\f1da";
}

.icon-dc_size:before {
  content: "\f176";
}

.icon-dc_skyscraper:before {
  content: "\f1e7";
}

.icon-dc_solution:before {
  content: "\f1d3";
}

.icon-dc_sort:before {
  content: "\f19b";
}

.icon-dc_source:before {
  content: "\f1db";
}

.icon-dc_spare_parts:before {
  content: "\f177";
}

.icon-dc_spreadsheet:before {
  content: "\f178";
}

.icon-dc_status:before {
  content: "\f1e8";
}

.icon-dc_stop_filled:before {
  content: "\f17a";
}

.icon-dc_stop:before {
  content: "\f179";
}

.icon-dc_structure:before {
  content: "\f1c7";
}

.icon-dc_trophy:before {
  content: "\f1c8";
}

.icon-dc_twitter_b:before {
  content: "\f17b";
}

.icon-dc_twitter-x:before {
  content: "\f1e9";
}

.icon-dc_uncomplete:before {
  content: "\f17c";
}

.icon-dc_undo:before {
  content: "\f1a2";
}

.icon-dc_up_double:before {
  content: "\f17e";
}

.icon-dc_up:before {
  content: "\f17d";
}

.icon-dc_upload:before {
  content: "\f1c9";
}

.icon-dc_user:before {
  content: "\f17f";
}

.icon-dc_video:before {
  content: "\f180";
}

.icon-dc_view_3d_back:before {
  content: "\f1a4";
}

.icon-dc_view_3d_bottom:before {
  content: "\f1a5";
}

.icon-dc_view_3d_front:before {
  content: "\f1a6";
}

.icon-dc_view_3d_left:before {
  content: "\f1a7";
}

.icon-dc_view_3d_right:before {
  content: "\f1a8";
}

.icon-dc_view_3d_top:before {
  content: "\f1a9";
}

.icon-dc_view_3d:before {
  content: "\f1a3";
}

.icon-dc_volume_high:before {
  content: "\f181";
}

.icon-dc_warning:before {
  content: "\f182";
}

.icon-dc_wechat_b:before {
  content: "\f183";
}

.icon-dc_weibo_b:before {
  content: "\f1d4";
}

.icon-dc_whatsapp_b:before {
  content: "\f184";
}

.icon-dc_whistle:before {
  content: "\f1ea";
}

.icon-dc_wiki_page:before {
  content: "\f185";
}

.icon-dc_wireless_safety:before {
  content: "\f1ca";
}

.icon-dc_wishlist:before {
  content: "\f186";
}

.icon-dc_wlan:before {
  content: "\f1dc";
}

.icon-dc_xing_b:before {
  content: "\f187";
}

.icon-dc_youtube_b:before {
  content: "\f188";
}

.icon-dc_zip:before {
  content: "\f189";
}

.icon-dc_zoom_in:before {
  content: "\f18a";
}

.icon-dc_zoom_out:before {
  content: "\f18b";
}

.hbspt-form {
  /* Inputs in focus (selectors for all inputs when clicked)  */
}
.hbspt-form h1,
.hbspt-form .h1 {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .hbspt-form h1,
  .hbspt-form .h1 {
    font-size: 2.625rem !important;
    line-height: 3.25rem !important;
  }
}
.hbspt-form .hs-form fieldset {
  max-width: unset;
}
.hbspt-form .hs-form fieldset.form-columns-1 .hs-form-field .input {
  margin-right: 0;
}
.hbspt-form .hs-form fieldset.form-columns-2 {
  display: flex;
}
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field {
  flex: 1;
  margin-right: 30px;
}
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
  margin-right: 0;
}
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field .input {
  margin-right: 0;
}
.hbspt-form .hs-fieldtype-radio ul,
.hbspt-form .hs-fieldtype-checkbox ul,
.hbspt-form .hs-dependent-field ul {
  padding: 0;
}
.hbspt-form .hs-fieldtype-radio ul li,
.hbspt-form .hs-fieldtype-checkbox ul li,
.hbspt-form .hs-dependent-field ul li {
  list-style: none;
}
.hbspt-form .hs-fieldtype-radio > label,
.hbspt-form .hs-fieldtype-checkbox > label,
.hbspt-form .hs-dependent-field > label {
  color: var(--color-smalt-blue);
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0 1.0625rem 0 0;
  pointer-events: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  top: 4px;
  white-space: nowrap;
  z-index: 2;
}
.hbspt-form .hs-fieldtype-radio > label strong,
.hbspt-form .hs-fieldtype-checkbox > label strong,
.hbspt-form .hs-dependent-field > label strong {
  font-weight: normal;
}
.hbspt-form .hs-fieldtype-select:after {
  content: "\f133";
}
.hbspt-form .hs-fieldtype-select:after {
  position: absolute;
  top: 19px;
  right: 0;
  transform: translate(-100%, 0);
  pointer-events: none;
  color: var(--color-prussian-blue);
  font-weight: bold;
  z-index: 1;
}
.hbspt-form .hs-form .hs-form-field {
  position: relative;
  margin-bottom: 30px;
}
.hbspt-form .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox) > label {
  color: var(--color-smalt-blue);
  font-size: 0.75rem;
  font-weight: normal;
  left: 0;
  line-height: 26px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0 1.0625rem 0 1.0625rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  top: 4px;
  white-space: nowrap;
  z-index: 2;
}
.hbspt-form .hs-form .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-checkbox) > label strong {
  font-weight: normal;
}
.hbspt-form .hs-form .hs-form-field .hs-form-radio-display,
.hbspt-form .hs-form .hs-form-field .hs-form-checkbox-display,
.hbspt-form .hs-form .hs-form-field .hs-form-booleancheckbox-display {
  position: relative;
  color: var(--color-smalt-blue);
  font-size: 0.875rem;
  transition: all 0.2s ease 0.1s;
}
.hbspt-form .hs-form .hs-form-field .hs-form-radio-display input,
.hbspt-form .hs-form .hs-form-field .hs-form-checkbox-display input,
.hbspt-form .hs-form .hs-form-field .hs-form-booleancheckbox-display input {
  margin-right: 10px;
  flex: 0 0 auto;
}
.hbspt-form .hs-form .hs-form-field .hs-form-checkbox-display,
.hbspt-form .hs-form .hs-form-field .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}
.hbspt-form .hs-form .hs-form-field .hs-form-checkbox-display input,
.hbspt-form .hs-form .hs-form-field .hs-form-booleancheckbox-display input {
  height: 1.625rem;
  min-height: 1.625rem;
}
.hbspt-form .hs-form .hs-form-field .hs-form-checkbox-display span,
.hbspt-form .hs-form .hs-form-field .hs-form-booleancheckbox-display span {
  min-width: auto;
}
.hbspt-form .hs-form input[type=text],
.hbspt-form .hs-form input[type=password],
.hbspt-form .hs-form input[type=datetime],
.hbspt-form .hs-form input[type=datetime-local],
.hbspt-form .hs-form input[type=date],
.hbspt-form .hs-form input[type=month],
.hbspt-form .hs-form input[type=time],
.hbspt-form .hs-form input[type=week],
.hbspt-form .hs-form input[type=number],
.hbspt-form .hs-form input[type=email],
.hbspt-form .hs-form input[type=url],
.hbspt-form .hs-form input[type=search],
.hbspt-form .hs-form input[type=tel],
.hbspt-form .hs-form input[type=color],
.hbspt-form .hs-form input[type=file] {
  border: 1px solid var(--color-heather);
  border-radius: 0;
  height: 54px;
  outline: none;
  padding: 21px 16px 7px;
  width: 100% !important;
}
.hbspt-form .hs-form input[type=file] {
  padding: 21px 16px 40px;
}
.hbspt-form .hs-form input[type=text]:focus,
.hbspt-form .hs-form input[type=password]:focus,
.hbspt-form .hs-form input[type=datetime]:focus,
.hbspt-form .hs-form input[type=datetime-local]:focus,
.hbspt-form .hs-form input[type=date]:focus,
.hbspt-form .hs-form input[type=month]:focus,
.hbspt-form .hs-form input[type=time]:focus,
.hbspt-form .hs-form input[type=week]:focus,
.hbspt-form .hs-form input[type=number]:focus,
.hbspt-form .hs-form input[type=email]:focus,
.hbspt-form .hs-form input[type=url]:focus,
.hbspt-form .hs-form input[type=search]:focus,
.hbspt-form .hs-form input[type=tel]:focus,
.hbspt-form .hs-form input[type=color]:focus,
.hbspt-form .hs-form input[type=file]:focus,
.hbspt-form .hs-form textarea:focus,
.hbspt-form .hs-form select:focus {
  border-color: var(--color-smalt-blue);
}
.hbspt-form .hs-form textarea {
  border: 1px solid var(--color-heather);
  border-radius: 0;
  outline: none;
  padding: 21px 16px 7px;
  width: 100% !important;
}
.hbspt-form .hs-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-color: white;
  background-size: 8px 10px;
  border-radius: 0;
  border: 1px solid var(--color-heather);
  box-shadow: none;
  box-sizing: border-box;
  color: var(--color-prussian-blue);
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 54px;
  line-height: 1.5;
  padding: 21px 40px 7px 16px;
  position: relative;
  width: 100% !important;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
  top: -5px;
  position: relative;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
}
.hbspt-form .hs-button.primary,
.hbspt-form input[type=submit],
.hbspt-form input[type=button] {
  height: 48px;
  color: var(--color-white);
  background-color: var(--color-aqua);
  border: 1px solid var(--color-aqua);
  padding: 0 16px;
  font-weight: 900;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  transition: all 350ms;
}
.hbspt-form .hs-button.primary:hover,
.hbspt-form input[type=submit]:hover,
.hbspt-form input[type=button]:hover {
  background-color: var(--color-cerulian);
  border-color: var(--color-cerulian);
}
.hbspt-form legend.hs-field-desc {
  font-size: 14px;
  position: absolute;
  left: unset;
  top: unset;
  bottom: -26px;
  left: 0;
  right: 0;
  width: auto;
  padding: 0 10px;
  margin: 0;
}
.hbspt-form .hs-error-msgs {
  margin-bottom: 0;
  list-style: none;
  padding: 0 0 0 10px;
  color: var(--color-monza);
  font-size: 14px;
}
.hbspt-form .hs-error-msgs label {
  margin-bottom: 0;
  line-height: 1.4;
}
.hbspt-form .legal-consent-container .hs-error-msgs {
  margin-bottom: 0;
  list-style: none;
  padding: 0 0 0 10px;
  color: var(--color-monza) !important;
  font-size: 14px;
}
.hbspt-form .legal-consent-container .hs-error-msgs label {
  color: var(--color-monza) !important;
  margin-bottom: 0;
  line-height: 1.4;
}
.hbspt-form .hs_error_rollup .hs-error-msgs {
  padding: 0;
  margin-bottom: 10px;
}